@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;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  padding-top: 0;
}

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

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


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

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 2.5vw;}
#page_6 #header_information {height: 2.5vw;}

/*画面幅以下の時*/
@media screen and (max-width: 1316px) {
    #header_information {height: 32px;}
    #page_6 #header_information {height: 32px;}
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #ffffff;
  position: absolute;
  margin-top: calc(127 / 2000 * 100%);
  margin-left: calc(282 / 2000 * 100%);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
    width: 20vw;
    height: 10vw;
    position: absolute;
    top: 30vw;
    left: 40vw;
}
#page_6 .main_header img, #page_6 .header_class img {
    width: 20vw;
    height: 10vw;
    top: 47vw;
    left: 40vw;
}

/*画面幅以下の時*/
@media screen and (max-width: 1316px) {
    .main_header img, .header_class img {
        width: 265px;
        height: 132px;
        top: 390px;
        left: 530px;
    }
    #page_6 .main_header img, #page_6 .header_class img {
        width: 256px;
        height: 130px;
        top: 610px;
        left: 530px;
    }
}


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

#access .menu-header{
  width: 870px;
  height: 50px;
  margin: 0 auto 0 13vw;/*左寄せ*/
}
/*画面幅以下の時*/
@media screen and (max-width: 1316px) {
    #access .menu-header{
      margin: 0 auto 0 170px;/*左寄せ*/
    }
}

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

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -130px top;}
div#access .gnavi13 a { background-position: -260px top;}
div#access .gnavi14 a { background-position: -390px top;}
div#access .gnavi15 a { background-position: -520px top;}
div#access .gnavi16 a { background-position: right top; width: 220px;}

div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -130px bottom;}
div#access .gnavi13 a:hover { background-position: -260px bottom;}
div#access .gnavi14 a:hover { background-position: -390px bottom;}
div#access .gnavi15 a:hover { background-position: -520px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom; width: 220px;}



/*固定用ナビ-----------------------*/
#access.fixed{
  width: 100% !important;
  height: 50px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
  background: rgba(9,57,110,0.85);/*背景*/
  min-width: 1300px !important;/*画面縮めても途中で止まるように*/
}
#access.fixed .menu-header {
  margin: 0 auto;
  display: block !important;
  width: 870px!important;
  height: 50px !important;
  position: absolute;
  left: 0;/*真ん中寄せ*/
  right: 0;/*left:0,right:0にすることで真ん中寄せに*/
  transform: none !important;/*レスポンシブ無しにするため*/
}



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

/* プルダウンメニューの色　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: px;
  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: #666666;
  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: url(/files/footer_bg.jpg) no-repeat center top;
  height: 520px;
  position: relative;
}
#footer_box {
  background: none;
  height: 520px;
  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 {
  position: absolute;
  bottom: 7px;
  margin: 0 auto;
}
*/
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #ffffff;
  padding: 5px 15px;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


#footer-widget-area {
    width: 340px;/*2列にするため。幅縮めて下に落とす*/
    display: block;
    position: absolute;
    left: calc(50% - -160px);
    top: 290px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 860px;
}
#footer_information .entry-post {
  width: 380px;
  margin:180px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #ffffff;
}

/*  フッター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: #ffffff;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 430px);
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.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: none transparent;
  color: #000000;
  height: 90px;
  width: 960px;/*いらないかも*/
  padding: 0;
  display: flex;/*テキストと左右の画像を、文字数増えても真ん中寄せにするため*/
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.headline_title:before {/*テキスト左側に出るアイコン*/
  content: "";
  background-image: url(/files/top_entry_title_before.jpg);/*画像名変更*/
  width: 50px;/*画像の幅*/
  height: 90px;/*画像の高さ*/
  display: inline-block;
  background-position: center;
  text-indent: -9999px;
  margin-right: 0.5em;
}
.headline_title:after {/*テキスト右側に出るアイコン*/
  content: "";
  background-image: url(/files/top_entry_title_after.jpg);/*画像名変更*/
  width: 50px;/*画像の幅*/
  height: 90px;/*画像の高さ*/
  display: inline-block;
  background-position: center;
  text-indent: -9999px;
  margin-left: 0.5em;
}

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

* .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;
  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 #b1b1b1;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #000000;
}

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


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

small a:hover {
  background-color: #09396e !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #b1b1b1;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color: #000;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #b1b1b1 !important;
  color: #000;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #09396e !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 {
  background: none transparent;
  border-style: solid;
  border-color: #09396e;
  color: #09396e !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: #09396e;
  border-color: #09396e;
}
.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 #09396e;
  border-style: solid;
  border-color: #09396e;
  color: #fff !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;
  *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 #09396e;
  color: #09396e;
}
div.link_list a:hover {
  background-color: #09396e;
  border: 1px solid #09396e;
  color: #fff;
}


.faq-title {
  background-color: #09396e;
  font-weight: normal;
  color: #fff;
}



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

/* 必須項目 */
.iqfm-req_color {
  color: #09396e;
}
.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: #b1b1b1;
}
/* 有効期限の部分 */
.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はこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {/*.movedがつく前は透明度0*/
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.f_up {
  transform: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}

.moved {/*.movedがついたら位置0、透明度1*/
  transform: translate(0px, 0px);
  opacity: 1;
}



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

/*背景画像*/
#xrhwi2288pwhksqp0eoc {
  background: url(/files/secoundmain.jpg) no-repeat center top / 100%;
  max-height: 1150px;/*セカンドメイン画像の高さ*/
  min-height: calc(1150px * (1300 / 2000));/* 1150＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((1150 - 15) / 2000));/* 1150＝セカンドメイン画像の高さ*/
  margin-bottom: 70px;
  position: relative;
}

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

#xrhwi2288pwhksqp0eoc .easys_content_inner { width: 100%;}


/*ボタン------------------------------------------------------*/
/*SP用画像非表示*/
#xrhwi2288pwhksqp0eoc .eyecatch a img{
/*    display: none;*/
    opacity: 0;/*サイズ取りたいので消さずに透明化*/
}

#xrhwi2288pwhksqp0eoc .eyecatch {
  display: block;
  width: calc(66 / 2000 * 100%);/* 140 = ボタン画像の幅 */
  margin-top: calc(955 / 2000 * 100%);/* PSD上での上と左余白を入力 */
  margin-left: calc(1670 / 2000 * 100%);/* 左余白を入力 */
  padding-bottom: 20px;/*拡大時に円の見切れ防止*/
}
#xrhwi2288pwhksqp0eoc .eyecatch a {
  display: block;
  position: relative;
  overflow: visible;
  width:100%;
  height: 100%;
}

#xrhwi2288pwhksqp0eoc a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #64cca2;
  border-radius: 30px;
  z-index: 0;
  transition: all .3s;
}
#xrhwi2288pwhksqp0eoc a:hover::before{
  transform: scale(1.4);
}

/*矢印画像*/
#xrhwi2288pwhksqp0eoc a::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/files/_btn.png)no-repeat center top/100%;
  z-index: 0;
}


/*上下左右フェードイン　画像---------------------------------*/
#xrhwi2288pwhksqp0eoc span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /*z-index: -5;*/
  pointer-events: none;
}
#xrhwi2288pwhksqp0eoc #bg01 {
    background: url(/files/secoundmain_left.png) no-repeat center top/100%;
    width: calc(993 / 2000 * 100%);/*画像幅÷背景画像幅*/
    height: calc(553 / 900 * 100%);/*画像高さ÷背景画像高さ*/
    margin-top: calc(400 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(90 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: 0;
}
#xrhwi2288pwhksqp0eoc #bg02 {
    background: url(/files/secoundmain_under.png) no-repeat center top/100%;
    width: calc(489 / 2000 * 100%);/*画像幅÷背景画像幅*/
    height: calc(194 / 900 * 100%);/*画像高さ÷背景画像高さ*/
    margin-top: calc(440 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(1280 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: 0;
}
#xrhwi2288pwhksqp0eoc #bg03 {
    background: url(/files/branding_box_bg.png) no-repeat center top/100%;
    width: calc(2000 / 2000 * 100%);/*画像幅÷背景画像幅*/
    height: calc(305 / 900 * 100%);/*画像高さ÷背景画像高さ*/
    margin-top: calc(30 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: 0;
}



/* 中ページメイン画像下　ロゴ画像
---------------------------------------------------------------------------------------------------- */
/*フッター情報.jsでタグ追加*/
#branding_bg{
    background: url(/files/branding_box_bg.png) no-repeat center top /100%;
    height: 16.5vw;
    min-height: 217px;
    margin-bottom: 70px;
}
#branding_bg a{
    display: block;
    margin: 0 auto;
    width: 410px;
    height: 16.5vw;
    min-height: 217px;
}

/*トップページは消す*/
#page_6 #branding_bg{
    display: none;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 2列　レスポンシブ無し　Instagram/Twitter */
#z3cb8t3kw8kx40qxobsy{
  background: url(/files/_half_bnr_bg.jpg) repeat-y top center;
  height: 300px;
}
#z3cb8t3kw8kx40qxobsy .easys_content_inner {
  overflow: visible;
}
#z3cb8t3kw8kx40qxobsy img {
  transition-duration: 0.5s;
}
#z3cb8t3kw8kx40qxobsy .eyecatch a:hover img {
  transform: scale(1.2,1.2); 
  cursor: pointer; 
}




/*2列バナー　レスポンシブあり　右だけホバーで拡大 左は円のみ拡大*/
#e0oj70od1z1xyebkiuv4,
#lcfvn9d5uj4sjh8iwftv,
#t7cf7ml0eohjmmhcajsl,
#jvuoh241kojiez0uurmh {
  position: relative;
  overflow: hidden;
  background-color: #ececec;
}

#e0oj70od1z1xyebkiuv4 .easys_content_inner,
#lcfvn9d5uj4sjh8iwftv .easys_content_inner,
#t7cf7ml0eohjmmhcajsl .easys_content_inner,
#jvuoh241kojiez0uurmh .easys_content_inner {
  width: 100%;
  padding: 0;
}
#e0oj70od1z1xyebkiuv4 div,
#lcfvn9d5uj4sjh8iwftv div,
#t7cf7ml0eohjmmhcajsl div,
#jvuoh241kojiez0uurmh div {
  margin-bottom: 0!important;
  padding: 0!important;
}

.img_display_1068 .field_2col {
  width: 50% !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.img_display_1068 .eyecatch {
  width: 100%;
  position: relative;
  z-index: 10;
}

.img_display_1068 .float_left .eyecatch {
  position: unset;/*左バナーはposition解除*/
}

.img_display_1068 .eyecatch a:hover img { opacity: 1; }

/*右バナー　背景拡大*/
.img_display_1068 .float_right:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.img_display_1068 .float_right:hover:before {
  transform: scale(1.1);
}



/*左バナー背景画像*/
.img_display_1068 .float_left{
    background: url("/files/_half_bnr01.jpg") no-repeat center center / cover;
    height: 29.7vw;
    min-height: 390px;
}

/*右バナー背景画像*/
.img_display_1068 .float_right:before{
    background: url("/files/_half_bnr02.jpg") no-repeat center center / cover;
}



.img_display_1068 .float_left .eyecatch a{
    display: block;
    width: calc(66 / 1000 * 100%);
    height: calc(66 / 600 * 100%);
    position: absolute;
    margin-top: calc(360 / 1000 * 100%);/*ボタン位置調整*/
    margin-left: calc(770 / 1000 * 100%);/*ボタン位置調整*/
    overflow: visible;
}

.img_display_1068 .float_left a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #64cca2;
  border-radius: 30px;
  z-index: 0;
  transition: all .3s;
}
.img_display_1068 .float_left a:hover::before{
  transform: scale(1.4);
}

/*矢印画像*/
.img_display_1068 .float_left a::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/files/_btn.png)no-repeat center top/100%;
  z-index: 0;
}



/*1列バナー　レスポンシブあり　円のみ拡大*/
#mvc1xwcgc5je7griu74a {
  position: relative;
  overflow: hidden;
    background: url("/files/_bnr01.jpg") no-repeat center center / cover;
    height: 40vw;
    min-height: 526px;
    margin-bottom: 70px;
}


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

#mvc1xwcgc5je7griu74a .field_1col {
    height: 40vw;
    min-height: 526px;
}

#mvc1xwcgc5je7griu74a .eyecatch {
  width: 100%;
}

#mvc1xwcgc5je7griu74a .eyecatch img{display: none;}

#mvc1xwcgc5je7griu74a .eyecatch a{
    display: block;
    width: calc(66 / 2000 * 100%);
    height: calc(66 / 800 * 100%);
    position: absolute;
    margin-top: calc(150 / 800 * 100%);
    margin-left: calc(1030 / 2000 * 100%);
    overflow: visible;
}

#mvc1xwcgc5je7griu74a a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #64cca2;
  border-radius: 30px;
  z-index: 0;
  transition: all .3s;
}
#mvc1xwcgc5je7griu74a a:hover::before{
  transform: scale(1.4);
}

/*矢印画像*/
#mvc1xwcgc5je7griu74a a::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/files/_btn.png)no-repeat center top/100%;
  z-index: 0;
}



/*1列　レスポンシブ無し　背景パララックス　　円のみ拡大*/
#qtgvxm4b08jlyuxtzlvb {
  position: relative;
  overflow: hidden;
  background: url(/files/_bnr02.png) no-repeat center top / auto scroll,url(/files/_parallax.jpg) no-repeat center center / cover fixed;
    height: 750px;
    margin-bottom: 70px;
}


/*
#qtgvxm4b08jlyuxtzlvb .easys_content_inner {
  width: 100%;
  padding: 0;
}
*/
#qtgvxm4b08jlyuxtzlvb div{
  margin-bottom: 0!important;
  padding: 0!important;
}

#qtgvxm4b08jlyuxtzlvb .field_1col {
    height: 750px;
}

#qtgvxm4b08jlyuxtzlvb .eyecatch {
  width: 100%;
}

#qtgvxm4b08jlyuxtzlvb .eyecatch img{display: none;}

#qtgvxm4b08jlyuxtzlvb .eyecatch a{
    display: block;
    width:66px;
    height: 66px;
    position: absolute;
    margin-top: 370px;/*位置調整*/
    margin-left: 520px;/*位置調整*/
    overflow: visible;
}

#qtgvxm4b08jlyuxtzlvb a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #64cca2;
  border-radius: 30px;
  z-index: 0;
  transition: all .3s;
}
#qtgvxm4b08jlyuxtzlvb a:hover::before{
  transform: scale(1.4);
}

/*矢印画像*/
#qtgvxm4b08jlyuxtzlvb a::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/files/_btn.png)no-repeat center top/100%;
  z-index: 0;
}
