@charset "utf-8";

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

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #e5f6ff;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
body {
  background: none transparent;
  min-width: 1300px;
  max-width: 2000px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0 auto;
  font-family:'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ',sans-serif;
}



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

/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: url("/files/body_bg.jpg") no-repeat center top/100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (640/2000)) 0 0 0;
  background: none transparent;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (985/2000)) 0 0 0;
}

#page_6 #branding_box:before {
  content:"";
  position:absolute;
  top: 8%;
  left: 53%;
  width:calc(100% * (335/2000));
  height:calc(100% * (335/985));
  animation:bn01 2.5s infinite ease-out 1.5s;
  background:url("/files/main_img_01.png") center center / cover;
}

#page_6 #branding_box:after {
  content:"";
  position:absolute;
  top: 8%;
  left: 32%;
  width:calc(100% * (335/2000));
  height:calc(100% * (335/985));
  animation: bn01 2s infinite ease-out 1.5s;
  background:url("/files/main_img_02.png") center center / cover;
}
/*ふわふわ動き*/
@keyframes bn01 {
  0% {
    margin-top:0;
  } 50% {
    margin-top:-15px;
  } 100% {
    margin-top:0;
  }
}



/*スクロールアロー
---------------------------------------------------------------------------------------------------- */
/*スクロールダウン全体の場所*/
.scrolldown{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom: 8%;
  right:50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  display: block;
  width: 5px;
  height:  calc(100%*(80/985));
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:8%;}
    50%{bottom:5%;}
   100%{bottom:8%;}
}

/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 3px;
  /*矢印の形状*/
  width: 2px;
  height: 10px;
  background: #003276;
  transform: skewX(31deg);
}

.scrolldown:after{
  content:"";
  /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
  /*矢印の形状*/
  width: 2px;
  height: 100%;
  background:#003276;
  }


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  position: absolute;
  top: 135px;
  left: 60px;
  width: auto;
  z-index: 999;
}
#site-description a {
  display: inline;
  color: #0a2d59;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

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


.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 230px;
  height: 78px;
  background: url(/files/main_logo.png) no-repeat top center/100%;
  position: absolute;
  top: 45px;
  left: 60px;
  z-index: 998;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
display: none;
}



/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
  }
  #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%;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: #0a2d59;
  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: #1477d2;
  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: #1477d2;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}



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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 290px;
  left: 0px;
  width: 100%;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #0a2d59;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #0a2d59;
  color: #0a2d59;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
  #footer_information .entry-post {
    margin: 230px 0 0;
    width: 100%;
    text-align: center;
    color: #3a416d;
}


/*  フッター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;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.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: 50px;
}

#float_top_btn {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

/*画面幅2000px以上の時
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 2000px) {
    #float_top_btn {
    right: calc(50% - 980px);
  }
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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: #0a2d59;
  padding-top: 15px;
  height: 75px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  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.png);
  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.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #ffffff;
}

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



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #0a2d59;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: #0a2d59;
}
/* 小見出しリンクボタン */
.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: #0a2d59;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .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 transparent;
  border-radius: 5px;
  background: none transparent;
  color: #0a2d59;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

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

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #FFF;
  color: #0a2d59;
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #1477d2 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #1477d2;
  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: #1477d2;
  background: none transparent;
  color: #1477d2 !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: #1477d2;
  background-color: #1477d2;
}
.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: #1477d2;
  background: none #1477d2;
  color: #ffffff !important;
} 



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


/* 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 #1477d2;
  background-color: transparent;
  color: #1477d2;
}
div.link_list a:hover {
  border: 1px solid #1477d2;
  background-color: #1477d2;
  color: #ffffff;
}

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


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #1477d2;
}
.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:transparent;
  color: #0a2d59;
}
.coupon_box table tr td.coupon_meta {
  background-color:transparent;
  color: #0a2d59;
}
.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: #0a2d59;
}

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

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }




/*見出し
---------------------------------------------------------------------------------------------------- */

.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title{
font-weight: 600;
}


/*ハーフバナー共通
---------------------------------------------------------------------------------------------------- */

.half_bnr div {
  margin-bottom:0;
  padding-bottom:0;
}
.half_bnr {
  position:relative;
  height: 360px;
  padding: 85px 0;
  box-sizing: border-box;
}

.half_bnr .easys_content_inner {
  width:980px;
}

.half_bnr .field_2col {width: 471px!important;}
.half_bnr .field_2col .eyecatch {
width: 100%;
}

.half_bnr a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

.half_bnr a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0;
}

.half_bnr .float_left a:before {
  background:url(/files/half_br_01_on.png) no-repeat top center/100%;
}

.half_bnr .float_right a:before {
  background:url(/files/half_br_02_on.png) no-repeat top center/100%;
}

.half_bnr a:hover:before {
  opacity:1;
}
.half_bnr a:hover img{
  opacity:0;
}


/*バナー＞お問い合わせ/GATEN職①
fhvvv6rlbyf00sg3e272
--------------------------------------- */

#fhvvv6rlbyf00sg3e272{
  background: url(/files/half_br_bg_01.jpg) no-repeat top center;
}

#fhvvv6rlbyf00sg3e272:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 105px;
  background: url(/files/half_br_slide_text.png) repeat-x top left;
  content: " ";
  animation: bg_loop01 38s linear 0s infinite;
  pointer-events: none;
}

@keyframes bg_loop01 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -971px;
  }
}

/*バナー＞お問い合わせ/GATEN職②
fmccixr5l8qar1m1u0j4
--------------------------------------- */
#fmccixr5l8qar1m1u0j4{
  background: url(/files/half_br_bg_02.jpg) no-repeat top center;
}

/*バナー＞お問い合わせ/GATEN職③
k0x2on4gn3c4wu7p0i9g
--------------------------------------- */
#k0x2on4gn3c4wu7p0i9g{
  background: #68adec;
}

/*バナー＞お問い合わせ/GATEN職④
dq38rggosv6c00nx8ei3
--------------------------------------- */
#dq38rggosv6c00nx8ei3{
  background: url(/files/half_br_bg_03.jpg) no-repeat top center;
}

/*バナー＞お問い合わせ/GATEN職⑤
q8315tf6aisnke9c01rw
--------------------------------------- */

#q8315tf6aisnke9c01rw{
  background: #e5f6ff;
}
/*バナー＞お問い合わせ/GATEN職⑥
olysub2zy2l0q9umo0t4
--------------------------------------- */

#olysub2zy2l0q9umo0t4{
  background: #e5f6ff;
}



/*画像＞1日のスケジュール
olyks31q2s1z6qkbenyz
--------------------------------------- */

#olyks31q2s1z6qkbenyz div{
margin-bottom: 0;
padding-bottom: 0;
}
 #olyks31q2s1z6qkbenyz {
position: relative;
}

 #olyks31q2s1z6qkbenyz .easys_content_inner{
width: 2000px;
position: relative;
top: 0;
left: calc(50% - 1000px);
}


/*====================================================
ここからデザインブロック
===================================================== */

/* ＝＝＝親 ＝＝＝ */
#p0ncvgp8rqu6bh7jaozu,
#p5clr8z5lgl0wdmf927y,
#gcqf8w9htqks65toh37z,
#ddoh2y1ptlskmwoc5wy1,
#bvfr5nh5v19inoi9yvck {position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#p0ncvgp8rqu6bh7jaozu .easys_content_inner,
#p5clr8z5lgl0wdmf927y .easys_content_inner,
#gcqf8w9htqks65toh37z .easys_content_inner,
#ddoh2y1ptlskmwoc5wy1 .easys_content_inner,
#bvfr5nh5v19inoi9yvck .easys_content_inner{
    position: relative;
    z-index: 100;
    opacity: 1;
    transform:translateY(0);
}


#p0ncvgp8rqu6bh7jaozu .post_data,
#p5clr8z5lgl0wdmf927y .post_data,
#gcqf8w9htqks65toh37z .post_data,
#ddoh2y1ptlskmwoc5wy1 .post_data,
#bvfr5nh5v19inoi9yvck .post_data{
  color: #1e1e1e;
  font-weight: 600;
  opacity: 0;
  transition: 1s ease 0s;
  transform:translateY(100px);/* 下からフェードイン */
}

#p0ncvgp8rqu6bh7jaozu.moved .post_data,
#p5clr8z5lgl0wdmf927y.moved .post_data,
#gcqf8w9htqks65toh37z.moved .post_data,
#ddoh2y1ptlskmwoc5wy1.moved .post_data,
#bvfr5nh5v19inoi9yvck.moved .post_data{
  transform:translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  opacity:1;
}


/* PC 背景付きブロックの記事画像 非表示  */
#p0ncvgp8rqu6bh7jaozu .entry_post:first-of-type .eyecatch,
#p5clr8z5lgl0wdmf927y .entry_post:first-of-type .eyecatch,
#gcqf8w9htqks65toh37z .entry_post:first-of-type .eyecatch,
#ddoh2y1ptlskmwoc5wy1 .entry_post:first-of-type .eyecatch,
#bvfr5nh5v19inoi9yvck .entry_post:first-of-type .eyecatch {display: none;}

/*  float 解除 */
#p0ncvgp8rqu6bh7jaozu .entry_post:first-of-type .float_left,
#p0ncvgp8rqu6bh7jaozu .entry_post:first-of-type .float_right,
#p5clr8z5lgl0wdmf927y .entry_post:first-of-type .float_left,
#p5clr8z5lgl0wdmf927y .entry_post:first-of-type .float_right,
#gcqf8w9htqks65toh37z .entry_post:first-of-type .float_left,
#gcqf8w9htqks65toh37z .entry_post:first-of-type .float_right,
#ddoh2y1ptlskmwoc5wy1 .entry_post:first-of-type .float_left,
#ddoh2y1ptlskmwoc5wy1 .entry_post:first-of-type .float_right,
#bvfr5nh5v19inoi9yvck .entry_post:first-of-type .float_left,
#bvfr5nh5v19inoi9yvck .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#p0ncvgp8rqu6bh7jaozu *[class*="title"],
#p5clr8z5lgl0wdmf927y *[class*="title"],
#gcqf8w9htqks65toh37z *[class*="title"],
#ddoh2y1ptlskmwoc5wy1 *[class*="title"],
#bvfr5nh5v19inoi9yvck *[class*="title"]{display: none;}



/* ＝＝＝デザインブロックボタン共通＝＝＝ */

#p5clr8z5lgl0wdmf927y .main_btn ,
#gcqf8w9htqks65toh37z .main_btn ,
#ddoh2y1ptlskmwoc5wy1 .main_btn ,
#bvfr5nh5v19inoi9yvck .main_btn {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:999;
  margin:0;
  padding:0;
}


/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block {
  position:absolute;
  top:0;
  left:calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  width:2000px;/*◆ 要変更 */
  transition:1s ease 0s;
  pointer-events:none;
  opacity:0;
}
.design_block.moved {
  transform:translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  opacity:1;
}



/*outer_block
---------------------------------------------------------------------------------------------------- */
html:not(.shosai) body#page_6 #outer_block{padding: 0;}

/*DB＞電気通信の工事って？
p0ncvgp8rqu6bh7jaozu
--------------------------------------- */

#p0ncvgp8rqu6bh7jaozu {
  height: 1200px;
  background:url(/files/db01_bg.jpg) no-repeat center top;
}

#p0ncvgp8rqu6bh7jaozu .text_box {
  width: 760px;
  margin: 310px auto 0px;
}

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

#p0ncvgp8rqu6bh7jaozu .design_block.block1 {
  top: 190px;
  left: calc(50% - 573px);
  width: 268px;
  height: 72px;
  transform:translateX(-100px);/* 左からフェードイン */
  background:url(/files/db01_img_01.png) no-repeat center top;
}

#p0ncvgp8rqu6bh7jaozu .design_block.block2 {
  top: 190px;
  left: calc(50% + 277px);
  width: 297px;
  height: 73px;
  transform:translateX(100px);/* 右からフェードイン */
  background:url(/files/db01_img_02.png) no-repeat center top;
}

#p0ncvgp8rqu6bh7jaozu .design_block.block3 {
  top: 195px;
  right: 0;
  left: 0;
  margin: auto;
  width: 504px;
  height: 65px;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/db01_title.png) no-repeat center top;
}

#p0ncvgp8rqu6bh7jaozu .design_block.block4 {
  top: 540px;
  left: calc(50% - 520px);
  width:325px;
  height:260px;
  opacity:1;
  background:url(/files/db01_img_01.gif) no-repeat center top;
}

#p0ncvgp8rqu6bh7jaozu .design_block.block5 {
  top: 540px;
  left: calc(50% - 160px);
  width:325px;
  height:260px;
  opacity:1;
  background:url(/files/db01_img_02.gif) no-repeat center top;
}
#p0ncvgp8rqu6bh7jaozu .design_block.block6 {
  top: 540px;
  left: calc(50% + 200px);
  width:325px;
  height:260px;
  opacity:1;
  background:url(/files/db01_img_03.gif) no-repeat center top;
}
#p0ncvgp8rqu6bh7jaozu .design_block.block7 {
  top: 830px;
  left: calc(50% - 340px);
  width:325px;
  height:260px;
  opacity:1;
  background:url(/files/db01_img_04.gif) no-repeat center top;
}
#p0ncvgp8rqu6bh7jaozu .design_block.block8 {
  top: 830px;
  left: calc(50% + 17px);
  width:325px;
  height:260px;
  opacity:1;
  background:url(/files/db01_img_05.gif) no-repeat center top;
}


/*DBバナー＞京栄システムで働３つのポイント
evqu3hd78xq7kpvg48lj
--------------------------------------- */


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

#evqu3hd78xq7kpvg48lj {
  position:relative;
  height:900px;
  padding-top:400px;
  box-sizing:border-box;
  background:url(/files/db02_bg.png) no-repeat center top;
}

#evqu3hd78xq7kpvg48lj:after {
  content:" ";
  display:block;
  position:absolute;
  top:110px;
  left:calc(50% - 370px);
  z-index:1;
  width:175px;
  height:235px;
  background:url(/files/db02_img.gif) no-repeat top center;
}

#evqu3hd78xq7kpvg48lj:before {
  content:" ";
  display:block;
  position:absolute;
  top:140px;
  left:0;
  width:100%;
  height:360px;
  animation:bg_loop02 40s linear 0s infinite;
  background:url(/files/db02_slide_img.png) repeat-x top left;
}

@keyframes bg_loop02 {
  0% {
    background-position-x:0;
  }
  100% {
    background-position-x:-2000px;
  }
}


#evqu3hd78xq7kpvg48lj  a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
  transition:0.3s ease 0s;
  transform:scale(1);
}


#evqu3hd78xq7kpvg48lj  a:hover {
  transform:scale(0.9);
}
#evqu3hd78xq7kpvg48lj  a:hover img{
  opacity: 1;
}

#evqu3hd78xq7kpvg48lj  .design_block.block1 {
  top:110px;
  left:0;
  right:0;
  width:653px;
  height:225px;
  margin:auto;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/db02_title.png) no-repeat center top;
}


/*DB＞しっかりとお休み確保
p5clr8z5lgl0wdmf927y
--------------------------------------- */

#p5clr8z5lgl0wdmf927y {
  height: 1155px;
  background:url(/files/db03_bg.jpg) no-repeat center top;
}

#p5clr8z5lgl0wdmf927y .text_box {
  width: 480px;
  margin: 450px auto 0px;
}

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

#p5clr8z5lgl0wdmf927y  .design_block.block1 {
  top: 370px;
  left: 0;
  right: 0;
  margin: auto;
  width: 431px;
  height: 51px;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/db03_title.png) no-repeat center top;
}


#p5clr8z5lgl0wdmf927y .design_block.block2 {
  top: 745px;
  left: calc(50% - 215px);
  width: 570px;
  height: 340px;
  opacity:1;
  background:url(/files/db03_img_01.gif) no-repeat center top;
}

#p5clr8z5lgl0wdmf927y .design_block.block3 {
  top: 90px;
  left: calc(50% + 240px);
  width: 420px;
  height: 370px;
  opacity:1;
  background:url(/files/db03_img_02.gif) no-repeat center top;
}
#p5clr8z5lgl0wdmf927y .design_block.block4 {
  top: 495px;
  left: calc(50% - 650px);
  width: 415px;
  height: 350px;
  opacity:1;
  background:url(/files/db03_img_03.gif) no-repeat center top;
}

/*DB＞未経験でも安心！資格取得支援
gcqf8w9htqks65toh37z
--------------------------------------- */

#gcqf8w9htqks65toh37z {
  height:1075px;
  background:url(/files/db04_bg.jpg) no-repeat center top;
}

#gcqf8w9htqks65toh37z:before {
  content:" ";
  display:block;
  position:absolute;
  top:950px;
  left:0;
  z-index:1;
  width:110%;
  height:85px;
  animation:bg_loop03 38s linear 0s infinite;
  background:url(/files/db04_slide_text.png) repeat-x top left;
}

@keyframes bg_loop03 {
  0% {
    background-position-x:0;
  }
  100% {
    background-position-x:-1540px;
  }
}


#gcqf8w9htqks65toh37z:after {
  content:" ";
  display:block;
  position:absolute;
  top:-200px;
  left:calc(50% - 1090px);
  z-index:1;
  width:800px;
  height:800px;
  animation:mov_fuwa 4s ease-out 0s infinite;
  background:url(/files/db04_img_01.png) no-repeat top center;
}

@keyframes mov_fuwa {
  0% {
    margin-top:0;
  }
  50% {
    margin-top:40px;
  }
  to {
    margin-top:0;
  }
}



#gcqf8w9htqks65toh37z .text_box {
  width:410px;
  margin:610px 0 0 20px;
}

#gcqf8w9htqks65toh37z .post_data {
  text-align:left;
  color:#FFFFFF;
}



#gcqf8w9htqks65toh37z  .design_block.block1 {
  top:475px;
  left:calc(50% - 465px);
  width:358px;
  height:102px;
  transform:translateY(-100px);/* 上からフェードイン */
  background:url(/files/db04_title.png) no-repeat center top;
}

#gcqf8w9htqks65toh37z  .design_block.block2 {
  top:290px;
  left:calc(50% + -70px);
  width:700px;
  height:600px;
  opacity:1;
  background:url(/files/db04_img.gif) no-repeat center top;
}

/*DB＞頑張った成果をしっかり評価します！
ddoh2y1ptlskmwoc5wy1
--------------------------------------- */
#ddoh2y1ptlskmwoc5wy1 {
  height:1085px;
  background:url(/files/db05_bg.jpg) no-repeat center top;
}

#ddoh2y1ptlskmwoc5wy1:after {
  content:" ";
  display:block;
  position:absolute;
  top:-130px;
  right:calc(50% - 1000px);
  z-index:1;
  width:650px;
  height:450px;
  animation:mov_fuwa 4s ease-out 0s infinite;
  background:url(/files/db05_img_02.png) no-repeat top center;
}

#ddoh2y1ptlskmwoc5wy1 .text_box {
  width:680px;
  margin: 820px auto 0px;
}

#ddoh2y1ptlskmwoc5wy1 .post_data {
  text-align:left;
}


#ddoh2y1ptlskmwoc5wy1  .design_block.block1 {
  top:270px;
  left:0;
  right:0;
  width:639px;
  height:57px;
  margin:auto;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/db05_title.png) no-repeat center top;
}

#ddoh2y1ptlskmwoc5wy1  .design_block.block2 {
  top:375px;
  left:0;
  right:0;
  width:960px;
  height:400px;
  margin:auto;
  opacity:1;
  background:url(/files/db05_img_01.gif) no-repeat center top;
}

/*DB＞Q＆Aコーナー
bvfr5nh5v19inoi9yvck
--------------------------------------- */
#bvfr5nh5v19inoi9yvck {
  height:1100px;
  background:url(/files/db06_bg.jpg) no-repeat center top;
}

#bvfr5nh5v19inoi9yvck:after {
  content:" ";
  display:block;
  position:absolute;
  top:110px;
  left:calc(50% - 150px);
  z-index:1;
  width:308px;
  height:185px;
  background:url(/files/db06_title.png) no-repeat top center;
}

#bvfr5nh5v19inoi9yvck .text_box {
  width:600px;
  margin:100px 0 0 0px;
}

#bvfr5nh5v19inoi9yvck .post_data {
  width: 610px;
  padding:0 0 0 40px;
  line-height:1.5;
  text-align:left;
}

#bvfr5nh5v19inoi9yvck .sub_post {
  position:absolute;
  left:150px;
  width:825px;
  height:160px;
  padding:20px 0 0 60px;
  box-sizing:border-box;
}

#bvfr5nh5v19inoi9yvck .sub_post a {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  width:110px;
  height:110px;
  margin:auto;
  padding:0;
  text-indent:-9999px;
  border-radius:0;
  transition: 0.3s ease 0s;
  transform: scale(1);
}


#bvfr5nh5v19inoi9yvck .sub_post a:hover{
  transform: scale(0.9);
}

#bvfr5nh5v19inoi9yvck .sub_post_0 a {
  background:url(/files/db06_btn_01.png) no-repeat top center;
}
#bvfr5nh5v19inoi9yvck .sub_post_1 a {
  background:url(/files/db06_btn_02.png) no-repeat top center;
}
#bvfr5nh5v19inoi9yvck .sub_post_2 a {
  background:url(/files/db06_btn_03.png) no-repeat top center;
}
#bvfr5nh5v19inoi9yvck .sub_post_3 a {
  background:url(/files/db06_btn_04.png) no-repeat top center;
}

#bvfr5nh5v19inoi9yvck .sub_post .post_data {
  background:url(/files/db06_icon_02.png) no-repeat top left;
}

#bvfr5nh5v19inoi9yvck .sub_post *[class*="title"] {
  display:block;
  width:auto;
  height:60px;
  margin:0 0 10px 0;
  padding:0 0 0 40px;
  font-size:24px;
  line-height:60px;
  color:#1E1E1E;
  background:url(/files/db06_icon_01.png) no-repeat center left;
}

#bvfr5nh5v19inoi9yvck .sub_post *[class*="title"] span {
  position:relative;
}

#bvfr5nh5v19inoi9yvck .sub_post *[class*="title"] span:before {
  content:"";
  display:block;
  position:absolute;
  top:10px;
  left:0px;
  z-index:-1;
  width:100%;
  height:100%;
  border-bottom:dotted 3px #1E1E1E;
}

#bvfr5nh5v19inoi9yvck .sub_post_0 {
  top:295px;
}

#bvfr5nh5v19inoi9yvck .sub_post_1 {
  top:460px;
}

#bvfr5nh5v19inoi9yvck .sub_post_2 {
  top:620px;
}

#bvfr5nh5v19inoi9yvck .sub_post_3 {
  top:790px;
}