@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #f7f7f7 none;
  scroll-padding-top: 50px;
  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;
  background: url("../files/body_bg.jpg") no-repeat center top; 
font-family: 'Noto Sans JP', sans-serif;
}
body,
.wpcf7c-conf {
  color: #172842;
}
/* 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: #26a4cd;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #26a4cd;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: 985px;
  background: none transparent; 
}
#page_6 #branding_box {
  height: 100svh;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  bottom: 160px;
  left: 50px;
  width: auto;
}
#site-description a{
  color: #000;
}
#page_6 #site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  bottom: 50px;
}
#page_6 #site-description a{
  color: #ffffff;
}
#site-description a {
  display: inline;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  /* CSSレスポンシブ用  */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("/files/branding_box_bg.png");
}
#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: 300px;
  height: 130px;
}
/* Gナビ上部固定
#header_information.fixed {
position: fixed;
  top: 0;
  transform: none !important;
}
@media(min-width: 2000px){
  #header_information.fixed{
      left: calc(50% - 980px); ※1000px - 左余白
  }
}
*/


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  height: 50px;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header #menu-gnavi {
  padding-right: 60px;
}
div#access .menu-header {
  float: right;
  width: auto;
}
div#access .menu-item a {
  padding: 0;
  height: 50px !important;
  background: url("../files/topnavi.png") no-repeat center top;
  line-height: 50px !important;
}
div#access .gnavi11 a, div#access .gnavi11 a:hover{
width: 100px !important;
  background-position-x: left;
}
div#access .gnavi12 a, div#access .gnavi12 a:hover{
  width: 75px !important;
  background-position-x: calc(-100px);
}
div#access .gnavi13 a, div#access .gnavi13 a:hover{
  width: 120px !important;
  background-position-x: calc(-100px - 75px);
}
div#access .gnavi14 a, div#access .gnavi14 a:hover{
  width: 160px !important;
  background-position-x: calc(-100px - 75px - 120px);
}
div#access .gnavi15 a, div#access .gnavi15 a:hover{
  width: 145px !important;
  background-position-x: calc(-100px - 75px - 120px - 160px);
}
div#access .gnavi16 a, div#access .gnavi16 a:hover{
  width: 80px !important;
  background-position-x: calc(-100px - 75px - 120px - 160px - 145px);
}
div#access .gnavi17 a, div#access .gnavi17 a:hover{
width: 100px !important;
  background-position-x: right;
}
div#access .menu-item a:hover {
  background-position-y: bottom;
}
/* Gナビ上部固定(最大2000pxを維持)*/
/* div#access.fixed {
  position: fixed;
top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  }
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;
  } */


/*レスポ解除*/
/*#access.fixed .menu-header{
    transform: none !important;
}*/

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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%;
}

#jquery_slider_pc, #jquery_slider_pc *{
  width: 100%;
  height: 100svh !important;
}
#jquery_slider_pc .viewer img {
  object-fit: cover;
  object-position: center;
}

#jquery_slider_pc #catch{
  width: 1300px;
  height: 350px !important;
  inset: 0;
  margin: auto;
  z-index: 100;
  position: absolute;
}
#jquery_slider_pc .design_block {
  width: 100%;
  height: 100% !important;
  inset: 0;
  margin: auto;
  background-size: 100%;
  pointer-events: none;
  z-index: 100;
  transition: 1s;
  opacity: 0;
  position: absolute;
}
#jquery_slider_pc .design_block.img01 { background-image: url(/files/00top_slide01_upper.png);}
#jquery_slider_pc .design_block.img02 { background-image: url(/files/00top_slide02_upper.png);}
#jquery_slider_pc .design_block.img03 { background-image: url(/files/00top_slide03_upper.png);}
#jquery_slider_pc .design_block.img04 { background-image: url(/files/00top_slide04_upper.png);}

#jquery_slider_pc[data-slide="slide_item_0"] .design_block.img01 { opacity: 1;}
#jquery_slider_pc[data-slide="slide_item_1"] .design_block.img02 { opacity: 1;}
#jquery_slider_pc[data-slide="slide_item_2"] .design_block.img03 { opacity: 1;}
#jquery_slider_pc[data-slide="slide_item_3"] .design_block.img04 { opacity: 1;}

/* ローディング明けアニメーション */
#jquery_slider_pc::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  transition: 1s;
  transition-delay: .4s;
}
body.appear #jquery_slider_pc::before{
  width: 0;
}

#jquery_slider_pc #catch{
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
  transition-delay: .4s;
}
body.appear #jquery_slider_pc #catch{
  opacity: 1;
  transform: translateY(0);
}



#main_teaser{
  top: 170px;
  width: 1300px;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}
body.appear #main_teaser{
  transform: translateY(0);
  opacity: 1;
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.jpg);
  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: #172842;
  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: #26a4cd;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 1000px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 1000px;
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area{
    position: absolute;
    top: 535px;
    left: calc(50% - 480px);
}
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #fff;
}
#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_information{
    position: absolute;
    top: 445px;
    left: calc(50% + -480px);
}
#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%);
  */
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
}

#copyright {
    position: absolute;
    bottom: 290px;
    left: calc(50% - -390px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 40px;
  left: 60px;
  right: auto;
}

.fixed_btn div,
.fixed_btn div a {
  width: 240px;
  height: 60px;
}

.fixed_btn div a img{
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.fixed_btn div a:hover img{
  opacity: 1;
  object-position: center bottom;
} 

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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: #29375d;
  padding: 42px 0;
  font-style: italic;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.jpg);
  color: #ff6101;
  font-style: italic;
}
/*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: #ff6101;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.jpg);
  font-style: italic;
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #ff6101;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.jpg);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #ff6101;
  font-style: italic;
}

* .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: #29375d;
  font-style: italic;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #29375d;
  font-style: italic;
}
/*
* .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: #29375d;
}
/* 小見出しリンクボタン */
.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: #29375d;
  font-style: italic;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #29375d;
  font-style: italic;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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: #172842;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #26a4cd;
}


/* 大きな地図で見る */
small {
  border-color: #26a4cd;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #26a4cd !important;
  text-align: center !important;
}

small a:hover {
  background-color: #26a4cd !important;
  color: #ffffff !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
table:not(#wp-calendar) tr > *{
    background: none transparent !important;
  border-color: #000;
  border-top: none !important;
  border-right: none !important;
    border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > *{
    border-top: 1px solid #000 !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 #000!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: #26a4cd;
  background: none transparent;
  color: #26a4cd !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: #26a4cd;
  background-color: #26a4cd;
}
.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: #26a4cd;
  background: none #26a4cd;
  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 #26a4cd;
  background-color: transparent;
  color: #26a4cd;
}
div.link_list a:hover {
  border: 1px solid #26a4cd;
  background-color: #26a4cd;
  color: #ffffff;
}


.faq-title {
  background-color: #26a4cd;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #26a4cd;
}
.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: #172842;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #172842;
}
.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: #29375d;
}

.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 > 府中分倍河原にあるRersonal　G-YM　エース・ワン　
#fg2ik4urqp00wv21a6ks
--------------------------------------------------------------- */
#fg2ik4urqp00wv21a6ks{
  height: 783px;
  background: url(/files/design01_bg.jpg) no-repeat center top;
}
#fg2ik4urqp00wv21a6ks .post_margin{
  top: 440px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 960px;
  background: #fff;
  padding: 30px 0 10px;
}
#fg2ik4urqp00wv21a6ks .post_margin p{
  text-align: center;
}

/* 02 > 無料カウンセリング実施中
#gryvknj31k3oh8em26ae
--------------------------------------------------------------- */
#gryvknj31k3oh8em26ae{
  height: 1034px;
  background: url(/files/design02_bg.jpg) no-repeat center top;
  margin-bottom: 200px;
}
#gryvknj31k3oh8em26ae .post_margin{
  top: 370px;
  left: calc(50% + 100px);
  width: 480px;
  color: #fff;
}

/* 03 > 代表挨拶
#sinyeom0vh1mqb8zrtbw
--------------------------------------------------------------- */
#sinyeom0vh1mqb8zrtbw{
  height: calc(800px + 700px);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  margin-bottom: 50px;
}
#sinyeom0vh1mqb8zrtbw::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/files/design03_bg_pala.jpg) no-repeat center top/cover;
}
#sinyeom0vh1mqb8zrtbw .post_margin{
  top: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 680px;
  color: #000;
}
#sinyeom0vh1mqb8zrtbw .img01{
  position: absolute;
  top: 395px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 700px;
  height: 100px;
  background: url(/files/design03_name.png) no-repeat center top;
}
#sinyeom0vh1mqb8zrtbw .img02{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 850px;
  background: url(/files/design03_bg02.png) no-repeat center top;
}

/* 04 > 豊富な経験を活かした最適な工法をご提案
#wo0ipxxjh04la5m7s3m8
--------------------------------------------------------------- */
#wo0ipxxjh04la5m7s3m8{
  height: 900px;
  background: url(/files/design04_bg01.jpg) no-repeat center top;
}
#wo0ipxxjh04la5m7s3m8 .post_margin{
  top: 500px;
  left: 0;
  width: 520px;
  right: 0;
  margin: 0 auto;
  color: #fff;
}
#wo0ipxxjh04la5m7s3m8 .img01{
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1267px;
  height: 206px;
  background: url(/files/design04_bg02.png) no-repeat center top;
}
#wo0ipxxjh04la5m7s3m8 .img02{
  position: absolute;
  top: 230px;
  left: 0;
  width: 960px;
  height: 270px;
  background: url(/files/design04_bg03.png) no-repeat center top;
  right: 0;
  margin:  0 auto;
}

/* 05 > 株式会社エース・ワンの特徴
#kbyzmgfsau7t0avpkhh1
--------------------------------------------------------------- */
#kbyzmgfsau7t0avpkhh1{
  height: calc(100vh + 1200px);
  background: #dcedf3;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
#kbyzmgfsau7t0avpkhh1 .post_margin{
  top: calc(100vh + 210px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 960px;
  color: #000;
}
#kbyzmgfsau7t0avpkhh1 .img01{
  position: absolute;
  top: calc(100vh + 100px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1300px;
  height: 600px;
  background: url(/files/design05_bg02.png) no-repeat center top;
}
#kbyzmgfsau7t0avpkhh1 .img02{
  position: sticky;
  top: calc(50% - 250px);
  left: 0;
  right: 0;
  width: 1300px;
  height: 500px;
  background: url(/files/design05_bg_fixed.jpg) no-repeat center;
  margin: 0 auto;
  transition: 1s;
  z-index: -1;
  opacity:  0;
}
#kbyzmgfsau7t0avpkhh1 .img02.scroll_in{
  opacity:  1;  
}

/* overflow hiddenの解除 */
#main{
	overflow: visible;
}
#content > div:not(#kbyzmgfsau7t0avpkhh1){
	overflow: hidden;
}


/* 06 > “持続可能”かつ“本質的”なパーソナルトレーニングを目指して
#q5yi0eexhd4s1b2zgakd
--------------------------------------------------------------- */
#q5yi0eexhd4s1b2zgakd{
  height: 1042px;
  background: url(/files/design06_bg01.jpg) no-repeat center top;
}
#q5yi0eexhd4s1b2zgakd::before{
  content: '';
  position: absolute;
  top: 260px;
  left: calc(50% - -120px);
  width: 530px;
  height: 557px;
  background: url(/files/design06_bg02.jpg) no-repeat center top;
}
#q5yi0eexhd4s1b2zgakd .post_margin{
  top: 510px;
  left: calc(50% - 480px);
  width: 490px;
  color: #fff;
}
#q5yi0eexhd4s1b2zgakd .img01{
  position: absolute;
  top: 260px;
  left: calc(50% - 480px);
  width: 790px;
  height: 124px;
  background: url(/files/design06_bg03.png) no-repeat center top;
}

/* 07 > 完全予約制×完全個室のプライベートジム
#le9kipwcpm6142c54aoi
--------------------------------------------------------------- */
#le9kipwcpm6142c54aoi{
  height: 1157px;
  background: url(/files/design07_bg01.jpg) no-repeat center top;
}
#le9kipwcpm6142c54aoi::before{
  content: '';
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  height: 250px;
  background: url(/files/design07_bg02.png) no-repeat center top;
}
#le9kipwcpm6142c54aoi .post_margin{
  top: 600px;
  left: calc(50% - 0px);
  width: 480px;
  color: #fff;
}
#le9kipwcpm6142c54aoi .img01{
  position: absolute;
  top: 300px;
  left: calc(50% - 650px);
  width: 530px;
  height: 557px;
  background: url(/files/design07_bg03.jpg) no-repeat center top;
}

/* 08 > 最新のトレーニング機材＆完全なる個室空間
#ztrncecuji3sn9cxrmil
--------------------------------------------------------------- */
#ztrncecuji3sn9cxrmil{
  height: 1042px;
  background: url(/files/design08_bg01.jpg) no-repeat center top;
}
#ztrncecuji3sn9cxrmil::before{
  top: 260px;
  left: calc(50% - -120px);
  content: '';
  position: absolute;
  width: 530px;
  height: 557px;
  background: url(/files/design08_bg02.jpg) no-repeat center top;
}
#ztrncecuji3sn9cxrmil .post_margin{
  top: 510px;
  left: calc(50% - 480px);
  width: 480px;
  color: #fff;
}
#ztrncecuji3sn9cxrmil .img01{
  position: absolute;
  top: 260px;
  left: calc(50% + -480px);
  width: 771px;
  height: 124px;
  background: url(/files/design08_bg03.png) no-repeat center top;
}

/* 09 > 経験者は優遇！!未経験者も歓迎します!!
#shvjoj65xp1s59fnl8l8
--------------------------------------------------------------- */
#shvjoj65xp1s59fnl8l8{
  height: 1132px;
  background: url(/files/design09_bg01.jpg) no-repeat center top;
  margin-bottom: 50px;
}
#shvjoj65xp1s59fnl8l8::before{
  content: '';
  position: absolute;
  top: 210px;
  left: calc(50% + 20px);
  width: 630px;
  height: 630px;
  background: url(/files/design09_bg02.png) no-repeat center top;
}
#shvjoj65xp1s59fnl8l8 .post_margin{
  top: 570px;
  left: calc(50% - 480px);
  width: 480px;
  color: #fff;
}
#shvjoj65xp1s59fnl8l8 .img01{
  position: absolute;
  top: 320px;
  left: calc(50% + -490px);
  width: 656px;
  height: 124px;
  background: url(/files/design09_bg03.png) no-repeat center top;
}


/*  バナー

---------------------------------------------------------------------------------------------------- */
/*  大バナー
.bnr
--------------------------------------------------------------- */
.bnr .easys_content_inner{
  width: 1300px;
}
.bnr div{
  margin-bottom: 0;
  padding-bottom: 0;
}
.bnr .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.bnr .eyecatch a::before{
  content: '';
  position: absolute;
  top: 140px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border: 1px solid #82FDE7;
  border-radius: 80px;
  opacity: 0;
}
.bnr .eyecatch a:hover::before{
  animation: bnr 1s linear infinite;
}
@keyframes bnr{
  0%{
    opacity: 1;
    transform: scale(.2);
  }
  90%{
    opacity: 0;    
  }
  100%{
    opacity: 0;
    transform: scale(1);
  }
}
.bnr .eyecatch a img{
  transition: .3s
}
.bnr .eyecatch a:hover img{
  opacity: 0.85;
}

/*  ジム
#rde7o9bs203ub8betre8
--------------------------------------------------------------- */
#rde7o9bs203ub8betre8{
  padding: 300px 0 20px;
}
#rde7o9bs203ub8betre8 .eyecatch a::before{
  left: 610px;
}
/*  サッカー
#skhnk140o4duq311d8z9
--------------------------------------------------------------- */
#skhnk140o4duq311d8z9{
  margin-bottom: 300px;
}
#skhnk140o4duq311d8z9 .eyecatch a::before{
  left: 650px;
}
/*  防水
#gqaf4ui2k2jtl1vpnt7j
--------------------------------------------------------------- */
#gqaf4ui2k2jtl1vpnt7j{
  padding: 130px 0 20px;
}
#gqaf4ui2k2jtl1vpnt7j .eyecatch a::before{
  left: 350px;
}
/*  会社概要
#ykqrxlj2elvhu73v4htg
--------------------------------------------------------------- */
#ykqrxlj2elvhu73v4htg{
  margin-bottom: 300px;
}
#ykqrxlj2elvhu73v4htg .eyecatch a::before{
  left: 410px;
}


/*  パララックスバナー
.para_bnr
--------------------------------------------------------------- */
.para_bnr{
  position: relative;
  margin-bottom: 50px;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  margin-bottom: 50px !important;
}
.para_bnr div{
  margin-bottom: 0;
  padding-bottom: 0;
}
.para_bnr .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}
.para_bnr .eyecatch a img{
  transition: .3s;
}
.para_bnr .eyecatch a:hover img{
  opacity: 0;
}
.para_bnr [class*="field_"]:nth-of-type(1){
  height: 0;
}
.para_bnr [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

/*  予約システム
#lxz3p3dc6xdvx6rthbgo
--------------------------------------------------------------- */
#lxz3p3dc6xdvx6rthbgo .eyecatch a{
  background: url(/files/banner_reserve_on.png) no-repeat center top; 
}
/*  お問い合わせ
#s6cmxu7r9xklmq5zjab0
--------------------------------------------------------------- */
#s6cmxu7r9xklmq5zjab0 .eyecatch a{
  background: url(/files/banner_contact_on.png) no-repeat center top; 
}
/*  求人申し込み
#rk27rypq4l3uyyvmpwsv
--------------------------------------------------------------- */
#rk27rypq4l3uyyvmpwsv .eyecatch a{
  background: url(/files/banner_entry_on.png) no-repeat center top; 
}

/*  4連
.half_bnr
#nlelk6gbwk0qe2mnebb8
#duohrzlaa6b2bh8jlwxq
#au4ts3r29pnt2i3ebyqu
--------------------------------------------------------------- */
.half_bnr{
  background: #f7f7f7;
  margin: 0 !important;
  padding: 300px 0;
}
.half_bnr .easys_content_inner{
  width: 1300px;
}
.half_bnr div{
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.half_bnr .img_display{
  display: grid;
  grid-template: repeat(2, 240px) / repeat(2, 640px);
  gap: 20px;
}
.half_bnr .clear_float{
  display: none;
}
.half_bnr .field_2col,
.half_bnr .field_2col .eyecatch{
  width: 100% !important;
}
.half_bnr .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.half_bnr .eyecatch a::before{
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 1px solid #82FDE7;
  opacity: 0;
  border-radius: 50%;
}
.half_bnr .eyecatch a:hover::before{
  animation: bnr 1.5s infinite linear;
}
.half_bnr .eyecatch a:hover img{
  opacity: 1;
}

/*  SNS
#a1363ory0au0f071ntdm
--------------------------------------------------------------- */
#a1363ory0au0f071ntdm{
  background-color: #2f3136;
  margin-bottom: 50px;
  padding: 150px 0;
}
#a1363ory0au0f071ntdm div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#a1363ory0au0f071ntdm .img_display{
  display: grid;
  grid-template-columns: repeat(2, 430px);
  gap: 0 100px;
}
#a1363ory0au0f071ntdm .field_2col,
#a1363ory0au0f071ntdm .field_2col .eyecatch{
  width: 100% !important;
}
#a1363ory0au0f071ntdm .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}
#a1363ory0au0f071ntdm .eyecatch a img{
  transition: 0.3s;
}
#a1363ory0au0f071ntdm .eyecatch a:hover img{
  opacity: 0;
}
#a1363ory0au0f071ntdm .float_left a{
  background: url('/files/banner_sns_insta_on.png') no-repeat center top/100%;
}
#a1363ory0au0f071ntdm .float_right a{
  background: url('/files/banner_sns_tiktok_on.png') no-repeat center top/100%;
}



/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block .para_bnr .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(#jquery_slider_pc .design_block):not(#kbyzmgfsau7t0avpkhh1 .img02):not(#outer_block .para_bnr .easys_content_inner.moved){
  opacity: 1;
  transform: translateY(0);
}

/*上下左右フェードインギミック------------------------------------*/
.f_blur, .f_up, .f_down, .f_left, .f_right{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
}
.f_blur{
  filter: blur(15px);
}
.f_up{
	transform: translateY(-100px);
}
.f_down{
	transform: translateY(100px);
}
.f_left{
	transform: translateX(-100px);
}
.f_right{
transform: translateX(100px);
}
.f_blur.moved,
.f_up.moved,
.f_down.moved,
.f_left.moved,
.f_right.moved{
  filter: none;
	opacity: 1;
	transform: translate(0px, 0px);
}


#page_15 #outer_block{
  background-color: #d6e0e5;
}
#page_18 #outer_block,
html.official_blog #outer_block{
  background-color: #dfdfdf;
}