@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #E3F6F5;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
}
body,
.wpcf7c-conf {
  color: #333;
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: url(/files/slide_bg.png) no-repeat center top / 100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block {
  padding-top: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #0062b5;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #0062b5;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (1000 / 2000)) 0 0;
  height: 0px;
  background: none transparent;
}
#page_6 #branding_box {
  padding-top: calc(100% * (1000 / 2000));
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 90px;
  left: 33px;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: #fff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("/files/branding_box_bg.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 300px;
  height: 80px;
  background: url(/files/branding_box_bg.png) no-repeat left top;
  position: absolute;
  top: 10px;
  left: 20px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  display: none;
  margin: 0 auto;
  width: 960px;
  height: 55px;
  /* CSSレスポンシブ用
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 55px;
  */
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header {
  float: right;
  width: 960px;
}
div#access .menu-item a {
  padding: 0;
  width: 160px;
  height: 55px !important;
  background: url("/files/topnavi2.png") no-repeat center top;
  line-height: 55px !important;
}
div#access .gnavi11 a {
  background-position-x: left;
}
div#access .gnavi12 a {
  background-position-x: calc(-160px);
}
div#access .gnavi13 a {
  background-position-x: calc(-160px - 160px);
}
div#access .gnavi14 a {
  background-position-x: calc(-160px - 160px - 160px);
}
div#access .gnavi15 a {
  background-position-x: calc(-160px - 160px - 160px - 160px);
}
div#access .gnavi16 a {
  background-position-x: right;
}
div#access .menu-item a:hover {
  background-position-y: bottom;
}
/* Gナビ上部固定(最大2000pxを維持)
div#access.fixed {
  position: fixed;
  padding: 0;
  min-width: 960px;
}
div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
}
div#access.fixed .menu-header #menu-gnavi {
  float: right;
  margin-right: 10px;
}
*/

/* プルダウンメニューのサイズ */
#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 {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none rgba(255,255,255,0.75);
  color: #333333;
  line-height: 1.2em !important;
}
#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 {
  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%;
}
#page_6 #main_teaser {
  overflow: hidden;
}
#page_6 #main_teaser > .design_block {
  background-size: 100%;
  z-index: 10;
  opacity: 1;
}
#page_6 #main_teaser > .design_block[class*="block"].moved {
  margin: 0px;
}
#page_6 #main_teaser > .design_block.block1 {
  background: url(/files/nami_main01.png) repeat-x left top / 62%;
  width: 150%;
  height: calc(380 / 1100 * 100%);
  top: calc(-148 / 1100 * 100%);
  left: -20%;
  transform: rotate(-5deg);
  z-index: -10;
  animation: anime-bgMain 5s linear 0s infinite;
}
@keyframes anime-bgMain {
  0%   { background-position: left 0% top;}
  100% { background-position: left -32% top;}
}
#page_6 #main_teaser > .design_block.block2 {
  background: url(/files/nami_main02.png) repeat-x left top / 62%;
  width: 150%;
  height: calc(380 / 1100 * 100%);
  top: calc(832 / 1100 * 100%);
  left: -20%;
  transform: rotate(-5deg);
  animation: anime-bgMain 5s linear 0s reverse infinite;
}
#page_6 #main_teaser > .design_block.block3 {
  background-image: url(/files/slide_02.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color: #000;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #000;
}

/* サイドナビ　メニュー部分 */
#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: #003466;
  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: #0062b5;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 340px;
  background: url(/files/footer_bg.png) no-repeat center top;
}
#footer_box {
  height: 292px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 145px 0 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #fff;
  display: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #fff;
  color: #fff;
}
#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: 0;
  width: 100%;
  text-align: center;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#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: #fff;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッター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: #fff;
}
/* 中央寄せの時 */
/*
#copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
*/
/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  right: 20px;
}

.fixed_btn div,
.fixed_btn div a,.fixed_btn div a:hover {
  width: 56px !important;
  height: auto !important;
  right: inherit !important;
  left: 0;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  display: block;
  overflow: hidden;
  position: relative;
}
.fixed_btn div a img {
  position: relative;
  left: 0;
}
.fixed_btn div a:hover img {
  left: -100%;
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 20px;
}
#float_top_btn a {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 80px;
}
#float_top_btn a img {
  position: relative;
  top: 0;
}
#float_top_btn a:hover img {
  top: -100%;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000;
  padding-top: 40px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #fff;
}
/*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: #fff;
}
/* 見出しリンクボタン */
.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: #333;
}

/* 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: #333;
}

* .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: #333;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #333;
}
/*
* .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: #333;
}
/* 小見出しリンクボタン */
.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: #333;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #00417f;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: none #fff;
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #0062b5;
}


/* 大きな地図で見る */
small {
  border-color: #0062b5;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #0062b5 !important;
  text-align: center !important;
}

small a:hover {
  background-color: #0062b5 !important;
  color: #ffffff !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: #dcdcdc;
  border-right: none;
  border-left: none;
  background: #fff;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: #fff;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: #fff;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:last-child > * {
  border-bottom: none !important;
}


/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: #003466 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #003466;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #dcdcdc !important;
  border-right: none !important;
  border-left: none !important;
  background: #fff;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #0062b5;
  background: none transparent;
  color: #0062b5 !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: #0062b5;
  background-color: #0062b5;
}
.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: #0062b5;
  background: none #0062b5;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #003466;
}


/* 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 #0062b5;
  background-color: transparent;
  color: #0062b5;
}
div.link_list a:hover {
  border: 1px solid #0062b5;
  background-color: #0062b5;
  color: #ffffff;
}


.faq-title {
  background-color: #0062b5;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #0062b5;
}
.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: #dcdcdc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: #fff;
  color: #333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
  color: #333;
}
.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: #333;
}

.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はこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  height: 40px;
  margin: 10px auto !important;
}

/* フェードのipad対応 */
div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin { margin-bottom: 0 !important;}
.easys_content.no_margin + .easys_content:not(.no_margin) { margin-top: 70px;}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#dhzrckni3nejr0c6hdba,
#ucga001n7st6dtbc3nwz,
#r33puxst9xg5ex9qru6p,
#oxtsfdnhffcemosbq0l2,
#ylu9yedmnhw415p1ipzr,
#uyc6afkd1g0w8ukyk3p0,
#yygo6pizef0fhi1awjt2,
#bpw39uul14e20nddele5,
#eoxpnhs9hbonmvwiyzqr {
  margin-bottom: 70px;
  position: relative;
}
#dhzrckni3nejr0c6hdba div,
#ucga001n7st6dtbc3nwz div,
#r33puxst9xg5ex9qru6p div,
#oxtsfdnhffcemosbq0l2 div,
#ylu9yedmnhw415p1ipzr div,
#uyc6afkd1g0w8ukyk3p0 div,
#yygo6pizef0fhi1awjt2 div,
#bpw39uul14e20nddele5 div,
#eoxpnhs9hbonmvwiyzqr div {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* リンク共通 */
#dhzrckni3nejr0c6hdba a,
#ucga001n7st6dtbc3nwz a,
#r33puxst9xg5ex9qru6p a,
#oxtsfdnhffcemosbq0l2 a,
#ylu9yedmnhw415p1ipzr a,
#uyc6afkd1g0w8ukyk3p0 a {
  display: block;
  position: relative;
}
#dhzrckni3nejr0c6hdba a:hover img,
#ucga001n7st6dtbc3nwz a:hover img,
#r33puxst9xg5ex9qru6p a:hover img,
#oxtsfdnhffcemosbq0l2 a:hover img,
#ylu9yedmnhw415p1ipzr a:hover img,
#uyc6afkd1g0w8ukyk3p0 a:hover img {
  opacity: 1;
}


/* フルサイズバナー共通 */
#dhzrckni3nejr0c6hdba .easys_content_inner,
#ucga001n7st6dtbc3nwz .easys_content_inner,
#r33puxst9xg5ex9qru6p .easys_content_inner {
  width: 100%;
}
#dhzrckni3nejr0c6hdba a::after,
#ucga001n7st6dtbc3nwz a::after,
#r33puxst9xg5ex9qru6p a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: .3s;
  opacity: 0;
}
#dhzrckni3nejr0c6hdba a:hover::after,
#ucga001n7st6dtbc3nwz a:hover::after,
#r33puxst9xg5ex9qru6p a:hover::after {
  opacity: 1;
}

/* ”稼ぎたい”あなたの応募求む */
#dhzrckni3nejr0c6hdba a::after {
  background-image: url(/files/banner_recruit_on.png);
}

/* 本サイト */
#ucga001n7st6dtbc3nwz::after {
  content: "";
  background: url(/files/nami_white.png) repeat-x left bottom;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 0;
  animation: anime-bg2000 40s linear reverse 0s infinite;
  pointer-events: none;
}
#ucga001n7st6dtbc3nwz a::after {
  background-image: url(/files/banner_site_on.png);
}

/* お問い合わせ */
#r33puxst9xg5ex9qru6p::after {
  content: "";
  background: url(/files/nami_navy.png) repeat-x left bottom;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 0;
  animation: anime-bg2000 40s linear 0s infinite;
  pointer-events: none;
}
#r33puxst9xg5ex9qru6p a::after {
  background-image: url(/files/banner_contact_on.png);
}

/* GATEN職/お問い合わせ（※） */
#oxtsfdnhffcemosbq0l2,
#ylu9yedmnhw415p1ipzr {
  background: url(/files/half_banner_bg.png) no-repeat center center;
  padding: 150px 0;
  overflow: hidden;
}
#oxtsfdnhffcemosbq0l2::after,
#ylu9yedmnhw415p1ipzr::after {
  content: "";
  background: url(/files/nami_blue.png) repeat-x left bottom;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: 0;
  animation: anime-bg2000 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes anime-bg2000 {
  0%   { background-position: left 0px top;}
  100% { background-position: left -2000px top;}
}
#oxtsfdnhffcemosbq0l2 div,
#ylu9yedmnhw415p1ipzr div {
  overflow: visible !important;
}
#oxtsfdnhffcemosbq0l2 .easys_content_inner,
#ylu9yedmnhw415p1ipzr .easys_content_inner {
  width: 1180px;
}
#oxtsfdnhffcemosbq0l2 [class*="field_"],
#ylu9yedmnhw415p1ipzr [class*="field_"] {
  width: 560px !important;
}
#oxtsfdnhffcemosbq0l2 [class*="field_"] .eyecatch,#oxtsfdnhffcemosbq0l2 [class*="field_"] .img_box,
#ylu9yedmnhw415p1ipzr [class*="field_"] .eyecatch,#ylu9yedmnhw415p1ipzr [class*="field_"] .img_box {
  width: 100% !important;
}
#oxtsfdnhffcemosbq0l2 [class*="field_"] a::after,
#ylu9yedmnhw415p1ipzr [class*="field_"] a::after {
  content: "";
  position: absolute;
  top: 267px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/files/half_banner_btn.png) no-repeat center top;
  width: 65px;
  height: 65px;
}
#oxtsfdnhffcemosbq0l2 [class*="field_"] a:hover::after,
#ylu9yedmnhw415p1ipzr [class*="field_"] a:hover::after {
  background-position-y: bottom;
}

/* 未経験でも月収40万！？ */
#uyc6afkd1g0w8ukyk3p0 {
  background-color: #fff;
  padding: calc(330 / 2000 * 100%) 0 calc(255 / 2000 * 100%);
  overflow: hidden;
}
#uyc6afkd1g0w8ukyk3p0 div {
  overflow: visible !important;
}
#uyc6afkd1g0w8ukyk3p0 .easys_content_inner {
  width: calc(1760 / 2000 * 100%);
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"] {
  width: calc( 100% / 4 ) !important;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"] {
  padding-right: calc(40 / 2000 * 100% );
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"] .eyecatch {
  width: 100%;
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"] a img {
  transition: .3s;
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"] a:hover img {
  transform: scale(0.9);
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"] a::after {
  content: "";
  width: 110%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  pointer-events: none;
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(/files/4_banner_01_copy.png);
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(/files/4_banner_02_copy.png);
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"]:nth-of-type(3) a::after {
  background-image: url(/files/4_banner_03_copy.png);
}
#uyc6afkd1g0w8ukyk3p0 [class*="field_"]:nth-of-type(4) a::after {
  background-image: url(/files/4_banner_04_copy.png);
}

#uyc6afkd1g0w8ukyk3p0 .design_block {
  background-image: url(/files/4_banner_title.png);
  background-size: 100%;
  width: calc(960 / 2000 * 100%);
  height: calc(180 / 970 * 100%);
  top: calc(115 / 970 * 100%);
  left: calc(520 / 2000 * 100%);
  margin-top: 100px;
}
#uyc6afkd1g0w8ukyk3p0 .design_block.moved {
  margin-top: 0px;
}

/* 画像＞資格取得で確実に収入アップ */
#yygo6pizef0fhi1awjt2 {
  padding: 60px 0 120px;
}

/* 画像＞サポート充実！ */
#bpw39uul14e20nddele5 {
  background: url(/files/contents_02_bg.png) no-repeat center top;
  padding: 120px 0 225px;
}

/* 現場の声をお届け */
#eoxpnhs9hbonmvwiyzqr {
  background: url(/files/block_05_bg.png) no-repeat center top;
  height: 1294px;
  padding-top: 250px;
  box-sizing: border-box;
  overflow: hidden;
}
#eoxpnhs9hbonmvwiyzqr > .design_block.block1 {
  background-image: url(/files/block_05_title.png);
  width: 2000px;
  height: 250px;
  top: 0px;
  left: calc(50% - 1000px);
  margin-top: -100px;
}
#eoxpnhs9hbonmvwiyzqr > .design_block.block1.moved {
  margin-top: 0px;
}

/* 現場の声をお届け＞スリックスライダー */
#eoxpnhs9hbonmvwiyzqr .easys_content_inner {
  width: 1800px;
  position: relative;
  left: calc(50%);
  margin: 0;
  transform: translateX(-50%);
  overflow: visible;
}
#eoxpnhs9hbonmvwiyzqr .img_display {
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: -600px;
  transition: 1.3s;
}
#eoxpnhs9hbonmvwiyzqr [class*="field_"] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
}
#eoxpnhs9hbonmvwiyzqr [class*="field_"]::after {
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  top: 100px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  transition: 1.0s;
  opacity: 0;
}
#eoxpnhs9hbonmvwiyzqr [class*="field_"].active::after {
  top: 0;
  opacity: 1;
}

/* Jqueryで画像番号を付与している前提 */
#eoxpnhs9hbonmvwiyzqr [class*="field_"].img1::after {background-image: url(/files/block_05_1_hukidashi.png);}
#eoxpnhs9hbonmvwiyzqr [class*="field_"].img2::after {background-image: url(/files/block_05_2_hukidashi.png);}
#eoxpnhs9hbonmvwiyzqr [class*="field_"].img3::after {background-image: url(/files/block_05_3_hukidashi.png);}
#eoxpnhs9hbonmvwiyzqr [class*="field_"].img4::after {background-image: url(/files/block_05_4_hukidashi.png);}
#eoxpnhs9hbonmvwiyzqr [class*="field_"].img5::after {background-image: url(/files/block_05_5_hukidashi.png);}

#eoxpnhs9hbonmvwiyzqr .eyecatch img {
  width: auto;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#i3gdnrzzvrob6xd72rcq,
#sswf12fox3ca15qfw6xz,
#hd2773g4gd1lmm24phmo,
#nx76qbhdvrdc8lkgf58r {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 70px;
  position: relative;
}
#i3gdnrzzvrob6xd72rcq .post_margin,
#sswf12fox3ca15qfw6xz .post_margin,
#hd2773g4gd1lmm24phmo .post_margin,
#nx76qbhdvrdc8lkgf58r .post_margin {
  margin: 0;
}
#i3gdnrzzvrob6xd72rcq .eyecatch,
#sswf12fox3ca15qfw6xz .eyecatch,
#hd2773g4gd1lmm24phmo .eyecatch,
#nx76qbhdvrdc8lkgf58r .eyecatch {
  display: none;
  float: none !important;
}
#i3gdnrzzvrob6xd72rcq .entry_post,
#sswf12fox3ca15qfw6xz .entry_post,
#hd2773g4gd1lmm24phmo .entry_post,
#nx76qbhdvrdc8lkgf58r .entry_post {
  box-sizing: border-box;
  position: relative;
}
#i3gdnrzzvrob6xd72rcq .entry_post > [class*="title"],
#sswf12fox3ca15qfw6xz .entry_post > [class*="title"],
#hd2773g4gd1lmm24phmo .entry_post > [class*="title"],
#nx76qbhdvrdc8lkgf58r .entry_post > [class*="title"] {
  display: none;
}
#i3gdnrzzvrob6xd72rcq .text_box,
#sswf12fox3ca15qfw6xz .text_box,
#hd2773g4gd1lmm24phmo .text_box,
#nx76qbhdvrdc8lkgf58r .text_box {
  float: none !important;
  height: auto;
  margin: 0;
  overflow: visible;
  width: 100%;
}
#i3gdnrzzvrob6xd72rcq .post_data,
#sswf12fox3ca15qfw6xz .post_data,
#hd2773g4gd1lmm24phmo .post_data,
#nx76qbhdvrdc8lkgf58r .post_data {
  display: block;
  float: none !important;
  margin: 0 0 50px;
  overflow: visible;
}
#i3gdnrzzvrob6xd72rcq .design_block[class*="block"].moved,
#sswf12fox3ca15qfw6xz .design_block[class*="block"].moved,
#hd2773g4gd1lmm24phmo .design_block[class*="block"].moved,
#nx76qbhdvrdc8lkgf58r .design_block[class*="block"].moved {
  margin: 0px;
}

/* フェード */
#i3gdnrzzvrob6xd72rcq .entry_post,
#sswf12fox3ca15qfw6xz .entry_post,
#hd2773g4gd1lmm24phmo .entry_post,
#nx76qbhdvrdc8lkgf58r .entry_post {
  position: relative;
  margin-top: 100px;
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#i3gdnrzzvrob6xd72rcq .entry_post.moved,
#sswf12fox3ca15qfw6xz .entry_post.moved,
#hd2773g4gd1lmm24phmo .entry_post.moved,
#nx76qbhdvrdc8lkgf58r .entry_post.moved {
  margin-top: 0px;
  opacity: 1;
}

/* 仕事が途絶えない！それが全て */
#i3gdnrzzvrob6xd72rcq {
  background-color: #fff;
  min-height: 1390px;
}
#i3gdnrzzvrob6xd72rcq .entry_post {
  top: 1012px;
  padding: 50px 0;
  background: 
  url(/files/block_01_ashirai.png) no-repeat center top,
  url(/files/block_01_ashirai.png) no-repeat center bottom;
}
#i3gdnrzzvrob6xd72rcq .post_data {
  text-align: center;
  margin-bottom: 0;
}
#i3gdnrzzvrob6xd72rcq .design_block.block1 {
  background: url(/files/block_01_scroll_img.png) repeat-x left top;
  width: 100%;
  height: 330px;
  top: 635px;
  left: 0;
  opacity: 1;
  animation: anime-bg2520 40s linear 0s infinite;
}
@keyframes anime-bg2520 {
  0%   { background-position: left 0px top;}
  100% { background-position: left -2520px top;}
}
#i3gdnrzzvrob6xd72rcq .design_block.block2 {
  background-image: url(/files/block_01_title.png);
  width: 2000px;
  height: 580px;
  top: 125px;
  left: calc(50% - 1000px);
  margin-top: 100px;
}

/* なぜ稼げる！？ */
#sswf12fox3ca15qfw6xz {
  background-image: url(/files/block_02_bg.png);
  height: 1060px;
}
#sswf12fox3ca15qfw6xz .entry_post {
  top: 500px;
  padding: 0 100px 0 420px;
}
#sswf12fox3ca15qfw6xz .post_data {
  color: #fff;
}
#sswf12fox3ca15qfw6xz .design_block.block1 {
  background-image: url(/files/block_02_title.png);
  width: 2000px;
  height: 320px;
  top: 145px;
  left: calc(50% - 1000px);
  margin-top: 100px;
}

/* 社内で資格取得が目指せる！？ */
#hd2773g4gd1lmm24phmo {
  background-image: url(/files/block_03_bg.png);
  height: 1150px;
}
#hd2773g4gd1lmm24phmo .entry_post {
  top: 340px;
  padding: 0 200px 0;
}
#hd2773g4gd1lmm24phmo .post_data {
  text-align: center;
}
#hd2773g4gd1lmm24phmo .design_block.block1 {
  background-image: url(/files/block_03_title.png);
  width: 2000px;
  height: 320px;
  top: 0px;
  left: calc(50% - 1000px);
  margin-top: 100px;
}
#hd2773g4gd1lmm24phmo .design_block.block2 {
  background-image: url(/files/block_03_illust.png);
  width: 480px;
  height: 410px;
  top: 590px;
  left: calc(50% + 190px);
  margin-left: -100px;
}

/* 楽しく！明るく！真面目に働く！ */
#nx76qbhdvrdc8lkgf58r {
  background-image: url(/files/block_04_bg.png);
  background-color: #0062b5;
  background-position-y: 110px;
  min-height: 1105px;
  padding-top: 110px;
  padding-bottom: 250px;
}
#nx76qbhdvrdc8lkgf58r .entry_post {
  top: 800px;
  padding: 0 0 0 480px;
  background: url(/files/block_04_title02.png) no-repeat center center;
}
#nx76qbhdvrdc8lkgf58r .post_data {
  color: #fff;
  margin-bottom: 0;
}
#nx76qbhdvrdc8lkgf58r > .design_block.block1 {
  background: url(/files/block_04_scroll_img.png) repeat-x left top;
  width: 100%;
  height: 440px;
  top: 364px;
  left: 0;
  opacity: 1;
  animation: anime-bg2750 40s linear 0s infinite;
}
@keyframes anime-bg2750 {
  0%   { background-position: left 0px top;}
  100% { background-position: left -2750px top;}
}
#nx76qbhdvrdc8lkgf58r > .design_block.block2 {
  background-image: url(/files/block_04_title01.png);
  width: 2000px;
  height: 300px;
  top: 110px;
  left: calc(50% - 1000px);
  margin-top: -100px;
}


/*  その他
---------------------------------------------------------------------------------------------------- */
/* お問い合わせフォームを縦配置 */
#sku6sowvczipu06p3z07 .post-html,
#sku6sowvczipu06p3z07 .zc_form_content {
  float: none;
  width: 100% !important;
}
#sku6sowvczipu06p3z07 .post-html [class*="title"] {
  background-image: url(/files/sub_entry_title_bg.png);
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
