@charset "utf-8";
/*
 * PC用スタイルCSS
 */


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #ffffff none;
  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;
  word-break: break-word;
}
l {
  color: #000000;
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block{
  padding-top: 0;
}

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

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


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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  top: calc(220/1035*100%);
  left: calc(70/2000*100%);
  width: calc(220/2000*100%);
}
#site-description a {
  display: inline;
  color: #7bef40;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  /* CSSレスポンシブ用  */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: none transparent;
  transform-origin: top left;
  }
/* トップページのみ調整する時 */
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 290px;
  height: 210px;
}



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

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: #000000;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #000000;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: #2c2c2c;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666666;
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: #ff1800;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {display: none;}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 280px 0 0;
  width: 100%;
  text-align: center;
}
/* 中央以外 */
/*
#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: #000000;
  /*絶対値指定する時
  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: #000000;
}
/* 中央寄せの時 */

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

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


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

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: #000000;
  padding-top: 70px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: #000000;
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: #000000;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.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: #000000;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #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: #000000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #000000;
}
/*
* .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: #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.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #000000;
}

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

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


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

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





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *{
    border: none !important;
    background: none #f8ffe9;
}
.easys_content:not(.ne_01) table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 10px !important;
}
table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 4px !important;
}

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

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

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #ff1800;
  background: none transparent;
  color: #ff1800 !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: #ff1800;
  background-color: #ff1800;
}
.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: #ff1800;
  background: none #ff1800;
  color: #ffffff !important;
} 



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


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}


/* Dブロック */
.menu-list table {
  border-collapse: separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}


/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}


/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}



/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  border: 1px solid #ff1800;
  background-color: transparent;
  color: #ff1800;
}
div.link_list a:hover {
  border: 1px solid #ff1800;
  background-color: #ff1800;
  color: #ffffff;
}


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



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ff1800;
}
.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: #f8ffe9;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #f8ffe9;
  color: #333333;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

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

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */
/*  トップページ（セカンドメイン）
---------------------------------------------------------------------------------------------------- */


/*  DB
---------------------------------------------------------------------------------------------------- */
.db{
  position: relative;
}
.db .post_margin{
  position: absolute;
  overflow: visible;
  height: auto;
  margin-bottom: 0;
}
.db .headline_title{
  display: none;
}
.db .post_margin{
  position: absolute;
  overflow: visible;
  height: auto;
}
.db .main_btn{
  position: absolute;
  display: block;
  left: 0;
  bottom: -50px;
  margin: 0;
  padding: 0;
}

/* 01 > 神奈川県高座郡寒川町に拠点を置く株式会社サイファーム。
#b3w9g7teseb1r6md2st3
--------------------------------------------------------------- */
#b3w9g7teseb1r6md2st3{
  height: 1050px;
  background: url(/files/block_01_bg01.jpg) no-repeat center top;
}
#b3w9g7teseb1r6md2st3::before{
  content: "";
  display: block;
  position: absolute;
  top: 370px;
  left: calc(50% - 525px);
  width: 200px;
  height: 200px;
  border: 8px solid #f5750a;
  border-radius: 50%;
  animation: plus-loop 2.8s cubic-bezier(0,0,.15,.99) 1ms infinite;
}
@keyframes plus-loop {
  0% {
      opacity: 1;
      transform: scale(0.1);
  }
  to {
      opacity: 0;
      transform: scale(1);
  }
 }
#b3w9g7teseb1r6md2st3::after{
  content: '';
  position: absolute;
  top: 550px;
  left: calc(50% - -280px);
  width: 380px;
  height: 500px;
  background: url(/files/block_01_img.gif) no-repeat center top;
}
#b3w9g7teseb1r6md2st3 .post_margin{
  top: 480px;
  left: calc(50% - 100px);
  width: 430px;
}
#b3w9g7teseb1r6md2st3 .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/block_01_bg02.png) no-repeat center top;
}

/* 02 > 人々の記憶に残る土木工事を
#sjkzi7a0h300rnaxb0tv
--------------------------------------------------------------- */
#sjkzi7a0h300rnaxb0tv{
  height: 970px;
  background: url(/files/block_02_bg01.jpg) no-repeat center top;
  margin-bottom: 50px;
}
#sjkzi7a0h300rnaxb0tv::before,
#sjkzi7a0h300rnaxb0tv::after{
  content: '';
  position: absolute;
}
#sjkzi7a0h300rnaxb0tv::before{
  top: 0px;
  left: calc(50% - 0px);
  width: 1000px;
  height: 970px;
  background: url(/files/block_02_img01.gif) no-repeat center top;
}
#sjkzi7a0h300rnaxb0tv::after{
  top: 0px;
  left: calc(50% - 1000px);
  width: 1000px;
  height: 970px;
  background: url(/files/block_02_img02.gif) no-repeat center top;
}
#sjkzi7a0h300rnaxb0tv .post_margin{
  top: 400px;
  left: calc(50% - 430px);
  width: 520px;
}
#sjkzi7a0h300rnaxb0tv .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/block_02_bg02.png) no-repeat center top;
}

/* 03 > リゾートホテル
#tzxdz4z2th2r7po29g2g
--------------------------------------------------------------- */
#tzxdz4z2th2r7po29g2g{
  height: 1040px;
  background: url(/files/block_03_bg01.jpg) no-repeat center top;
}
#tzxdz4z2th2r7po29g2g::before{
  content: '';
  position: absolute;
  top: 505px;
  left: calc(50% - 650px);
  width: 330px;
  height: 400px;
  background: url(/files/block_03_img01.gif) no-repeat center top;
}
#tzxdz4z2th2r7po29g2g .post_margin{
  top: 500px;
  left: calc(50% - 350px);
  width: 410px;
}
#tzxdz4z2th2r7po29g2g .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/block_03_bg02.png) no-repeat center top;
}

/* 04 > 24時間営業のトレーニングジム使用可能！
#qgs5p29smzh5kxteri96
--------------------------------------------------------------- */
#qgs5p29smzh5kxteri96{
  height: 1180px;
  background: url(/files/block_04_bg01.jpg) no-repeat center top;
}
#qgs5p29smzh5kxteri96::before{
  content: '';
  position: absolute;
  top: 530px;
  left: calc(50% + 350px);
  width: 300px;
  height: 390px;
  background: url(/files/block_04_img01.gif) no-repeat center top;
}
#qgs5p29smzh5kxteri96 .post_margin{
  top: 470px;
  left: calc(50% - 50px);
  width: 420px;
  color: #fff;
}
#qgs5p29smzh5kxteri96 .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/block_04_bg02.png) no-repeat center top;
}

/* 05 > また行きたいと口コミ多数！整骨院を会社負担！
#wxa6wgzw9oyq1ciea7k1
--------------------------------------------------------------- */
#wxa6wgzw9oyq1ciea7k1{
  height: 1020px;
  background: url(/files/block_05_bg01.jpg) no-repeat center top;
}
#wxa6wgzw9oyq1ciea7k1::before,
#wxa6wgzw9oyq1ciea7k1::after{
  content: '';
  position: absolute;
}
#wxa6wgzw9oyq1ciea7k1::before{
  top: 430px;
  left: calc(50% - 650px);
  width: 220px;
  height: 340px;
  background: url(/files/block_05_img01.gif) no-repeat center top;
}
#wxa6wgzw9oyq1ciea7k1::after{
  top: 210px;
  left: calc(50% - 0px);
  width: 480px;
  height: 310px;
  background: url(/files/block_05_img02.png) no-repeat center top;
  animation: fwfw 2s infinite alternate ease-in-out
}
@keyframes fwfw {
  to{transform: translateY(10px);}
}

#wxa6wgzw9oyq1ciea7k1 .post_margin{
  top: 490px;
  left: calc(50% - 430px);
  width: 420px;
}
#wxa6wgzw9oyq1ciea7k1 .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/block_05_bg02.png) no-repeat center top;
}

/* 06 > 年に２回の社員旅行！
#nfgnn7d6zaj8es1f7k09
--------------------------------------------------------------- */
#nfgnn7d6zaj8es1f7k09{
  height: 1230px;
  background: url(/files/block_06_bg01.jpg) no-repeat center top;
}
#nfgnn7d6zaj8es1f7k09::before,
#nfgnn7d6zaj8es1f7k09::after{
  content: '';
  position: absolute;
}
#nfgnn7d6zaj8es1f7k09::before{
  top: 570px;
  left: calc(50% - 250px);
  width: 250px;
  height: 300px;
  background: url(/files/block_06_img01.gif) no-repeat center top;
}
#nfgnn7d6zaj8es1f7k09::after{
  top: 570px;
  left: calc(50% - -430px);
  width: 250px;
  height: 300px;
  background: url(/files/block_06_img02.gif) no-repeat center top;
}
#nfgnn7d6zaj8es1f7k09 .post_margin{
  top: 500px;
  left: calc(50% - 10px);
  width: 460px;
  color: #fff;
}
#nfgnn7d6zaj8es1f7k09 .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/block_06_bg02.png) no-repeat center top;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 4つのポイント／お問い合わせ 
#p62rcsyakipg4yt7x6s4
--------------------------------------------------------------- */
#p62rcsyakipg4yt7x6s4{
  display: flex;
  align-items: center;
  height: 640px;
  background: url(/files/half_bnr_bg.jpg) no-repeat center top;
}
#p62rcsyakipg4yt7x6s4 .easys_content_inner{
  /* width: 100%; */
}
#p62rcsyakipg4yt7x6s4 div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#p62rcsyakipg4yt7x6s4 .img_display{
  display: grid;
  grid-template-columns: 660px 300px;
}
#p62rcsyakipg4yt7x6s4 .field_2col,
#p62rcsyakipg4yt7x6s4 .field_2col .eyecatch{
  width: 100% !important;
}
#p62rcsyakipg4yt7x6s4 .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#p62rcsyakipg4yt7x6s4 .eyecatch a::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  opacity: 0;
}
#p62rcsyakipg4yt7x6s4 .eyecatch a:hover::before{
  opacity: 1;
}
#p62rcsyakipg4yt7x6s4 .eyecatch a img{
  transition: 0.3s;
}
#p62rcsyakipg4yt7x6s4 .eyecatch a:hover img{
  opacity: 0;
}
#p62rcsyakipg4yt7x6s4 .float_left a::before{
  background: url('/files/half_contact_bnr_on.png') no-repeat center top/100%;
}
#p62rcsyakipg4yt7x6s4 .float_right a::before{
  background: url('/files/half_benefits_bnr_on.png') no-repeat center top/100%;
}

/*  ４つのメリット
#c3zj0eumrazkrtsypxy4
--------------------------------------------------------------- */
#c3zj0eumrazkrtsypxy4{
  position: relative;
  max-height: 1040px;
  min-height: calc(1040px * (1300 / 2000));
  height: calc(100vw * (1040 / 2000));
  background: url(/files/4ren_bnr_bg01.jpg) no-repeat center top/100%;
  display: flex;
  align-items: center;
}
#c3zj0eumrazkrtsypxy4::before{
  content: '';
  position: absolute;
  margin: auto;
  width: calc(960/2000*100%);
  padding-top: calc(960/2000*100%);
  background: url(/files/4ren_bnr_img03.png) no-repeat center top/100%;
  animation: krkr 30s linear infinite;
  top: calc(70/2000*100%);
  left: 0;
  right: 0;
}
@keyframes krkr{
  to{transform: rotate(360deg);}
}

#c3zj0eumrazkrtsypxy4 .easys_content_inner{
  width: calc(1300/2000*100%);
  max-height: 770px;
  min-height: calc(770px * (1300 / 2000));
  height: calc(100vw * (770 / 2000));
}
#c3zj0eumrazkrtsypxy4 div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#c3zj0eumrazkrtsypxy4 .img_display{
  display: grid;
  grid-template-rows: repeat(2, calc(340/650*100%));
  grid-template-columns: repeat(2, calc(650/1300*100%));
  gap: calc(720/1300*100%) 0;
  position: relative;
  overflow: visible !important;
}
#c3zj0eumrazkrtsypxy4 .img_display::before,
#c3zj0eumrazkrtsypxy4 .img_display::after{
  content: '';
  position: absolute;
  top: calc(1370/2000*100%);
  width: calc(230/1300*100%);
  padding-top: calc(280/720*100%);
  z-index: 20;
  pointer-events: none;
}
#c3zj0eumrazkrtsypxy4 .img_display::before{
  left: calc(260/2000*100%);
  background: url(/files/4ren_bnr_img01.gif) no-repeat center top/100%;
}
#c3zj0eumrazkrtsypxy4 .img_display::after{
  left: calc(1460/2000*100%);
  background: url(/files/4ren_bnr_img02.gif) no-repeat center top/100%;
}
#c3zj0eumrazkrtsypxy4 .field_2col,
#c3zj0eumrazkrtsypxy4 .field_2col .eyecatch{
  width: 100% !important;
}
#c3zj0eumrazkrtsypxy4 .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}
#c3zj0eumrazkrtsypxy4 .eyecatch a img{
  transition: 0.3s;
}
#c3zj0eumrazkrtsypxy4 .eyecatch a:hover img{
  opacity: 0;
}

#c3zj0eumrazkrtsypxy4 .clear_float{
  display: none;
}
#c3zj0eumrazkrtsypxy4 .img_display > div:nth-child(1) a{
  background: url('/files/4ren_bnr_01_on.png') no-repeat center top/100%;
}
#c3zj0eumrazkrtsypxy4 .img_display > div:nth-child(2) a{
  background: url('/files/4ren_bnr_02_on.png') no-repeat center top/100%;
}
#c3zj0eumrazkrtsypxy4 .img_display > div:nth-child(4) a{
  background: url('/files/4ren_bnr_03_on.png') no-repeat center top/100%;
}
#c3zj0eumrazkrtsypxy4 .img_display > div:nth-child(5) a{
  background: url('/files/4ren_bnr_04_on.png') no-repeat center top/100%;
}

/*  お問い合わせ
#q2rv93fqqxlf9onykbch
#ey3s494psn4i8kaae6as
--------------------------------------------------------------- */
#q2rv93fqqxlf9onykbch{
    background: url(/files/contact_bnr_bg.jpg)no-repeat center/cover;
}
.bnr div{
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.bnr .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.bnr .eyecatch a::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('/files/contact_bnr_on.png') no-repeat center top /100%;
  transition: .3s;
  opacity: 0;
}
.bnr .eyecatch a:hover::before{
  opacity: 1;
}
.bnr .eyecatch a img{
  transition: 0.3s;
}
.bnr .eyecatch a:hover img{
  opacity: 0;
}

/*  パララックス
#tvsn3d6xedi5k0yu3k6q
--------------------------------------------------------------------------------------------------- */
#tvsn3d6xedi5k0yu3k6q {
  -webkit-clip-path: inset(0);
  clip-path: inset(0 0 1px 0);
  position: relative;
}
#tvsn3d6xedi5k0yu3k6q *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#tvsn3d6xedi5k0yu3k6q .easys_content_inner{
  width: 100%;
}
#tvsn3d6xedi5k0yu3k6q [class*="field_"]:nth-of-type(1){
  height: 0;
}
#tvsn3d6xedi5k0yu3k6q [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

/*  コンテンツ画像
#u8rmyad9rxb3c59awixf
---------------------------------------------------------------------------------------------------- */
#u8rmyad9rxb3c59awixf{
  position: relative;
}
#u8rmyad9rxb3c59awixf::before{
  content: '';
  position: absolute;
  top: calc(900/2000*100%);
  left: calc(350/2000*100%);
  width: calc(400/2000*100%);
  padding-top: calc(320/2000*100%);
  background: url(/files/contents_img01.gif) no-repeat center top/100%;
}
#u8rmyad9rxb3c59awixf .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/contents_bg02.png) no-repeat center top/100%;
}
#u8rmyad9rxb3c59awixf .easys_content_inner{
  width: 100%;
}


/*上下左右フェードインギミック------------------------------------*/
.f_down{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
	transform: translateY(100px);
}
.f_down.moved{
	opacity: 1;
	transform: translate(0px, 0px);
}
  

/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block .nd_01 .easys_content_inner),
#outer_block .post_data,
#outer_block .read_more_btn,
#outer_block .entry_title,
#outer_block .table_area,
#outer_block .html_post,
#outer_block .entry_post,
#outer_block .main_btn{
  opacity: 0;
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
  transform: translateY(30px);
}
#outer_block .moved:not(#outer_block .nd_01 .easys_content_inner){
  opacity: 1;
  transform: translateY(0);
}
