@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

html {
  background: none #f7f7f7;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background: url(../files/body_bg.jpg) no-repeat center top;
}
body,
.wpcf7c-conf {
  color: #5d5d5d;
}
/* 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,
#page_9 #outer_block,
#page_12 #outer_block,
#page_81 #outer_block,
#page_15 #outer_block {
  padding-top: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #5d90b6;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #5d90b6;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 575px 0 0;
  height: 460px;
  background: url(../files/branding_box_bg.png) no-repeat center top;
}
#page_6 #branding_box {
  padding-top: 600px;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: #2b353e;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーの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 {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
  height: 203px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  background: url(../files/topnavi_bg.jpg) repeat left top;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
div#access .menu-header #menu-gnavi { display: inline-block;}

div#access .menu-item a {
  background: url("../files/topnavi.png") no-repeat left top;
  padding: 0;
  height: 60px !important;
  line-height: 60px !important;
}
div#access .gnavi11 a { width: 120px !important;}
div#access .gnavi12 a { width: 125px !important;}
div#access .gnavi13 a { width: 130px !important;}
div#access .gnavi14 a { width: 100px !important;}
div#access .gnavi15 a { width: 105px !important;}
div#access .gnavi16 a { width: 130px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -120px;}
div#access .gnavi13 a { background-position-x: -245px;}
div#access .gnavi14 a { background-position-x: -375px;}
div#access .gnavi15 a { background-position-x: -475px;}
div#access .gnavi16 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  top: 100%;
  flex-direction: column;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100% !important;
  background: none rgba(102, 112, 120, 0.8);
  color: #fff;
  height: auto !important;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.2em !important;
  white-space: nowrap;
}
#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: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(102, 112, 120, 0.8);
  color: #335e8b;
}
#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: #335e8b;
}

/* Gナビ上部固定(最大2000pxを維持) */
div#access.fixed {
  position: fixed;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  min-width: 710px;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 460px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#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%;
}

/* ティザーのみレスポしない */
#main_teaser img {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

/* スライダー調整 */
#jquery_slider_pc .entry_post {
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% - 200px);
  position: relative;
}
#jquery_slider_pc .entry_post .viewer {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 1800px;
}
#jquery_slider_pc::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/00top_slide_upper.png) no-repeat right center;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.jpg);
  color: #fff;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: #667078;
  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: #666;
  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: #5d90b6;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 800px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 570px;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 480px 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: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #5d5d5d;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #5d5d5d;
  color: #5d5d5d;
}
#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;
  position: absolute;
  top: 350px;
  left: 0;
}
/* 中央以外 */
/*
#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: #5d5d5d;
  /*絶対値指定する時
  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: #5d5d5d;
}
/* 中央寄せの時 */
/*
#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;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 0;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background: 
  url(../files/top_entry_title_top.png) no-repeat center top,
  url(../files/top_entry_title.png) no-repeat center bottom;
  color: #5b8fc5;
  padding-top: 120px;
  padding-bottom: 50px;
  line-height: 40px;
  height: auto;
  font-size: 23px;
}
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 {
  font-size: 20px;
}
.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: 18px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #fff;
}

/* 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: #fff;
}

* .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: #6c889e;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #6c889e;
}
/*
* .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: #6c889e;
}
/* 小見出しリンクボタン */
.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: 18px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #6c889e;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #5c646b;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid none;
  border-radius: 5px;
  background: none #dcdcdc;
  color: #5d5d5d;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}


/* 見出しのみ書式調整 */
.headline_title,
h3.entry_title,.entry_title,.entry_title h3,.entry-title,* .mid_entry_title,
* .half_entry_title,* .half_sub_entry_title,
* .short_entry_title,.short_sub_entry_title,
* .sub_entry_title,.sub_entry_title h4,* .mid_sub_entry_title,
* .inline_title,
#blog_main .entry-title {
  font-weight: 400;
}


/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #5d90b6;
}


/* 大きな地図で見る */
small {
  border-color: #5d90b6;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #5d90b6 !important;
  text-align: center !important;
}

small a:hover {
  background-color: #5d90b6 !important;
  color: #ffffff !important;
}



/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #dcdcdc;
  color: #5d5d5d;
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #5d90b6;
  background: none transparent;
  color: #5d90b6 !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: #5d90b6;
  background-color: #5d90b6;
}
.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: #5d90b6;
  background: none #5d90b6;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666;
}


/* 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 #5d90b6;
  background-color: transparent;
  color: #5d90b6;
}
div.link_list a:hover {
  border: 1px solid #5d90b6;
  background-color: #5d90b6;
  color: #ffffff;
}


.faq-title {
  background-color: #5d90b6;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #5d90b6;
}
.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: none;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: #dcdcdc;
  color: #5d5d5d;
}
.coupon_box table tr td.coupon_meta {
  background-color: #dcdcdc;
  color: #5d5d5d;
}
.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: #5c646b;
}

.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;}

/* タイトルのテキストがはみ出たら「...」を付ける */
html:not(.official_blog) h2,
html:not(.official_blog) h2 > a,
h3,
h3 > a,
h4,
h4 > a,
*:not(.coupon_data) > .inline_title,
*:not(.coupon_data) > .inline_title > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: 50px;
  height: 100%;
  opacity: 0;
  transition: all .6s ease-in-out 0s;
}
#outer_block .easys_content_inner.moved {
  top: 0px;
  opacity: 1;
}
/* バナーは固定 */
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
}


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all .6s ease-in-out 0s;
}
.design_block.moved {
  opacity: 1;
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#vryjit55yl6wuyl4kquc,
#fprioc48mo6rzcjpckyj,
#uon2wnxo4bkysrqvw5pp,
#yvgoipoxlww0dddv7lx4,
#zwu2vg4oh6ub1zh7y4jq {
  margin-bottom: 70px;
  position: relative;
}
#vryjit55yl6wuyl4kquc div,
#fprioc48mo6rzcjpckyj div,
#uon2wnxo4bkysrqvw5pp div,
#yvgoipoxlww0dddv7lx4 div,
#zwu2vg4oh6ub1zh7y4jq div {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* リンク共通 */
#vryjit55yl6wuyl4kquc .easys_content_inner,
#fprioc48mo6rzcjpckyj .easys_content_inner,
#uon2wnxo4bkysrqvw5pp .easys_content_inner {
  width: 1300px;
}
#vryjit55yl6wuyl4kquc a,
#fprioc48mo6rzcjpckyj a,
#uon2wnxo4bkysrqvw5pp a {
  display: block;
  position: relative;
}
#vryjit55yl6wuyl4kquc a::after,
#fprioc48mo6rzcjpckyj a::after,
#uon2wnxo4bkysrqvw5pp 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;
}
#vryjit55yl6wuyl4kquc a:hover::after,
#fprioc48mo6rzcjpckyj a:hover::after,
#uon2wnxo4bkysrqvw5pp a:hover::after,
#vryjit55yl6wuyl4kquc a:hover img,
#fprioc48mo6rzcjpckyj a:hover img,
#uon2wnxo4bkysrqvw5pp a:hover img {
  opacity: 1;
}

/* お問い合わせ */
#vryjit55yl6wuyl4kquc {
  background: url(../files/banner_contact_bg.jpg) no-repeat center center;
}
#vryjit55yl6wuyl4kquc a::after {
  background-image: url(../files/banner_contact_on.png);
}

/* ハーフサイズバナー共通 */
#fprioc48mo6rzcjpckyj,
#uon2wnxo4bkysrqvw5pp {
  background: url(../files/banner_harf_bg.jpg) no-repeat center center;
  box-sizing: border-box;
  height: 700px;
  padding-top: 200px;
}
#fprioc48mo6rzcjpckyj [class*="field_"],
#uon2wnxo4bkysrqvw5pp [class*="field_"] {
  width: 630px !important;
}
#fprioc48mo6rzcjpckyj [class*="field_"] .eyecatch,#fprioc48mo6rzcjpckyj [class*="field_"] .img_box,
#uon2wnxo4bkysrqvw5pp [class*="field_"] .eyecatch,#uon2wnxo4bkysrqvw5pp [class*="field_"] .img_box {
  width: 100% !important;
}

/* 採用情報/提携施設紹介 */
#fprioc48mo6rzcjpckyj [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/banner_harf_recruit_on.png);
}
#fprioc48mo6rzcjpckyj [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/banner_harf_space_on.png);
}

/* 採用情報/サービス内容 */
#uon2wnxo4bkysrqvw5pp [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/banner_harf_recruit_on.png);
}
#uon2wnxo4bkysrqvw5pp [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/banner_harf_sarvice_on.png);
}

/* 画像＞イメージ01 */
#yvgoipoxlww0dddv7lx4 {
  -webkit-clip-path: inset(0 0 2px 0);
  clip-path: inset(0 0 2px 0);
  overflow: hidden;
  position: relative;
}
#yvgoipoxlww0dddv7lx4 div {
  overflow: visible !important;
}
#yvgoipoxlww0dddv7lx4 [class*="field_"]:nth-of-type(1) {
  position: absolute;
}
#yvgoipoxlww0dddv7lx4 [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#yvgoipoxlww0dddv7lx4 [class*="field_"]:nth-of-type(2) {
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* 画像＞イメージ02 */
#zwu2vg4oh6ub1zh7y4jq {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: 600px;
}
#zwu2vg4oh6ub1zh7y4jq img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#km8guad4hte6jxm8q6g0,
#szpfa4wf3clq29m7ybbj,
#xqied8vobqkhfg7r6kix,
#l1dhopd9tycbw4ej1zxp,
#bfyovstxbuybcojh4yp1,
#eqw2o7mdjve74mrdo5f7,
#f2x41uiq6ne1fmpmnl5e {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 70px;
  position: relative;
}
#km8guad4hte6jxm8q6g0 .post_margin,
#szpfa4wf3clq29m7ybbj .post_margin,
#xqied8vobqkhfg7r6kix .post_margin,
#l1dhopd9tycbw4ej1zxp .post_margin,
#bfyovstxbuybcojh4yp1 .post_margin,
#eqw2o7mdjve74mrdo5f7 .post_margin,
#f2x41uiq6ne1fmpmnl5e .post_margin {
  margin: 0;
}
#km8guad4hte6jxm8q6g0 .eyecatch,
#szpfa4wf3clq29m7ybbj .eyecatch,
#xqied8vobqkhfg7r6kix .eyecatch,
#l1dhopd9tycbw4ej1zxp .eyecatch,
#bfyovstxbuybcojh4yp1 .eyecatch,
#eqw2o7mdjve74mrdo5f7 .eyecatch,
#f2x41uiq6ne1fmpmnl5e .eyecatch {
  display: none;
  float: none !important;
}
#km8guad4hte6jxm8q6g0 .entry_post,
#szpfa4wf3clq29m7ybbj .entry_post,
#xqied8vobqkhfg7r6kix .entry_post,
#l1dhopd9tycbw4ej1zxp .entry_post,
#bfyovstxbuybcojh4yp1 .entry_post,
#eqw2o7mdjve74mrdo5f7 .entry_post,
#f2x41uiq6ne1fmpmnl5e .entry_post {
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
  opacity: 0;
  transition: all .6s ease-in-out 0s;
}
#km8guad4hte6jxm8q6g0 .entry_post.moved,
#szpfa4wf3clq29m7ybbj .entry_post.moved,
#xqied8vobqkhfg7r6kix .entry_post.moved,
#l1dhopd9tycbw4ej1zxp .entry_post.moved,
#bfyovstxbuybcojh4yp1 .entry_post.moved,
#eqw2o7mdjve74mrdo5f7 .entry_post.moved,
#f2x41uiq6ne1fmpmnl5e .entry_post.moved {
  margin-top: 0;
  opacity: 1;
}
#yy9hq6u26edzgt3o8ffa .easys_content_inner > [class*="title"],
#km8guad4hte6jxm8q6g0 .entry_post > [class*="title"],
#szpfa4wf3clq29m7ybbj .entry_post > [class*="title"],
#xqied8vobqkhfg7r6kix .entry_post > [class*="title"],
#l1dhopd9tycbw4ej1zxp .entry_post > [class*="title"],
#bfyovstxbuybcojh4yp1 .entry_post > [class*="title"],
#eqw2o7mdjve74mrdo5f7 .entry_post > [class*="title"],
#f2x41uiq6ne1fmpmnl5e .entry_post > [class*="title"] {
  display: none;
}
#km8guad4hte6jxm8q6g0 .text_box,
#szpfa4wf3clq29m7ybbj .text_box,
#xqied8vobqkhfg7r6kix .text_box,
#l1dhopd9tycbw4ej1zxp .text_box,
#bfyovstxbuybcojh4yp1 .text_box,
#eqw2o7mdjve74mrdo5f7 .text_box,
#f2x41uiq6ne1fmpmnl5e .text_box {
  float: none !important;
  height: auto;
  margin: 0;
  overflow: visible;
  width: 100%;
}
#km8guad4hte6jxm8q6g0 .post_data,
#szpfa4wf3clq29m7ybbj .post_data,
#xqied8vobqkhfg7r6kix .post_data,
#l1dhopd9tycbw4ej1zxp .post_data,
#bfyovstxbuybcojh4yp1 .post_data,
#eqw2o7mdjve74mrdo5f7 .post_data,
#f2x41uiq6ne1fmpmnl5e .post_data {
  display: block;
  float: none !important;
  margin: 0 0 50px;
  overflow: visible;
}
#yy9hq6u26edzgt3o8ffa .design_block[class*="block"].moved,
#km8guad4hte6jxm8q6g0 .design_block[class*="block"].moved,
#szpfa4wf3clq29m7ybbj .design_block[class*="block"].moved,
#xqied8vobqkhfg7r6kix .design_block[class*="block"].moved,
#l1dhopd9tycbw4ej1zxp .design_block[class*="block"].moved,
#bfyovstxbuybcojh4yp1 .design_block[class*="block"].moved,
#eqw2o7mdjve74mrdo5f7 .design_block[class*="block"].moved,
#f2x41uiq6ne1fmpmnl5e .design_block[class*="block"].moved {
  margin: 0px;
}

/* 共通ボタン-ブロック内リンク */
#km8guad4hte6jxm8q6g0 [class*="_btn"],
#szpfa4wf3clq29m7ybbj [class*="_btn"],
#xqied8vobqkhfg7r6kix [class*="_btn"],
#l1dhopd9tycbw4ej1zxp [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 480px;
  height: 70px;
}
#km8guad4hte6jxm8q6g0 [class*="_btn"] a,
#szpfa4wf3clq29m7ybbj [class*="_btn"] a,
#xqied8vobqkhfg7r6kix [class*="_btn"] a,
#l1dhopd9tycbw4ej1zxp [class*="_btn"] a {
  background: url(../files/design01_btn.png) no-repeat center top;
  font-size: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  z-index: 300;
}
#km8guad4hte6jxm8q6g0 [class*="_btn"] a:hover,
#szpfa4wf3clq29m7ybbj [class*="_btn"] a:hover,
#xqied8vobqkhfg7r6kix [class*="_btn"] a:hover,
#l1dhopd9tycbw4ej1zxp [class*="_btn"] a:hover {
  background-position-y: bottom;
}
/* 遷移先ページではボタン非表示 */
#page_9  #km8guad4hte6jxm8q6g0 [class*="_btn"],
#page_9  #szpfa4wf3clq29m7ybbj [class*="_btn"],
#page_12 #xqied8vobqkhfg7r6kix [class*="_btn"],
#page_15 #l1dhopd9tycbw4ej1zxp [class*="_btn"] {
  display: none;
}

/* 健やかな未来を訪ねる、クレド訪問看護ステーション */
#km8guad4hte6jxm8q6g0 {
  height: 1080px;
}
#km8guad4hte6jxm8q6g0 .entry_post {
  top: 560px;
  padding: 0 480px 0 0;
}
#km8guad4hte6jxm8q6g0 > .design_block.block1 {
  background-image: url(../files/design01_bg01.png);
  width: 1000px;
  height: 240px;
  top: 715px;
  left: calc(50% - 1000px);
  margin-left: -50px;
}
#km8guad4hte6jxm8q6g0 > .design_block.block2 {
  background-image: url(../files/design01_bg02.png);
  width: 1650px;
  height: 40px;
  top: 205px;
  left: calc(50% - 650px);
  margin-left: 50px;
}
#km8guad4hte6jxm8q6g0 > .design_block.block3 {
  background-image: url(../files/design01_bg03.png);
  width: 2000px;
  height: 881px;
  top: 200px;
  left: calc(50% - 1000px);
  margin-top: 50px;
}

/* 安心とケア、クレドの訪問看護 */
#szpfa4wf3clq29m7ybbj {
  background-image: url(../files/design02_bg01.jpg);
  height: 1000px;
}
#szpfa4wf3clq29m7ybbj .entry_post {
  top: 420px;
  padding: 0 480px 0 0;
}
#szpfa4wf3clq29m7ybbj [class*="_btn"] a {
  background-image: url(../files/design02_btn.png);
}
#szpfa4wf3clq29m7ybbj > .design_block.block1 {
  background-image: url(../files/design02_bg02.png);
  width: 1000px;
  height: 205px;
  top: 618px;
  left: calc(50% - 1000px);
  margin-left: -50px;
}
#szpfa4wf3clq29m7ybbj > .design_block.block2 {
  background-image: url(../files/design02_bg03.png);
  width: 2000px;
  height: 320px;
  top: 100px;
  left: calc(50% - 1000px);
  margin-top: 50px;
}
#szpfa4wf3clq29m7ybbj > .design_block.block3 {
  background-image: url(../files/design02_img.png);
  width: 466px;
  height: 393px;
  top: 420px;
  left: calc(50% + 20px);
  margin-top: 50px;
}

/* 高齢者のための理想の住まい“雅樹苑” */
#xqied8vobqkhfg7r6kix {
  background-image: url(../files/design03_bg01.png);
  background-position-y: bottom;
  height: 990px;
}
#xqied8vobqkhfg7r6kix .entry_post {
  top: 480px;
  padding: 0 480px 0 0;
}
#xqied8vobqkhfg7r6kix [class*="_btn"] a {
  background-image: url(../files/design03_btn.png);
}
#xqied8vobqkhfg7r6kix > .design_block.block1 {
  background-image: url(../files/design03_bg02.png);
  width: 1000px;
  height: 220px;
  top: 595px;
  left: calc(50% - 1000px);
  margin-left: -50px;
}
#xqied8vobqkhfg7r6kix > .design_block.block2 {
  background-image: url(../files/design03_bg03.png);
  width: 1650px;
  height: 40px;
  top: 180px;
  left: calc(50% - 650px);
  margin-left: 50px;
}
#xqied8vobqkhfg7r6kix > .design_block.block3 {
  background-image: url(../files/design03_bg04.png);
  width: 2000px;
  height: 260px;
  top: 215px;
  left: calc(50% - 1000px);
  margin-top: 50px;
}
#xqied8vobqkhfg7r6kix > .design_block.block4 {
  background-image: url(../files/design03_bg05.png);
  width: 2000px;
  height: 711px;
  top: 325px;
  left: calc(50% - 1000px);
  margin-top: 50px;
}

/* 誰かに寄り添う仕事 */
#l1dhopd9tycbw4ej1zxp {
  height: auto;
}
#l1dhopd9tycbw4ej1zxp .easys_content_inner {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 300px;
  width: 1200px;
}
#l1dhopd9tycbw4ej1zxp .entry_post {
  position: static;
}
#l1dhopd9tycbw4ej1zxp .text_box {
  display: flex;
  align-items: center;
  margin: 300px 0 50px 120px;
  width: 480px;
  height: 150px;
}
#l1dhopd9tycbw4ej1zxp .post_data {
  margin-bottom: 0;
}
#l1dhopd9tycbw4ej1zxp [class*="_btn"] {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 960px;
  height: 110px;
  margin-bottom: -50px;
  opacity: 0;
  transition: all .6s ease-in-out 0s;
}
#l1dhopd9tycbw4ej1zxp [class*="_btn"].moved {
  margin-bottom: 0px;
  opacity: 1;
}
#l1dhopd9tycbw4ej1zxp [class*="_btn"] a {
  background-image: url(../files/design04_btn.png);
}
#l1dhopd9tycbw4ej1zxp [class*="_btn"] a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/design04_btn_on.png) no-repeat center center;
  transition: .3s;
  opacity: 0;
}
#l1dhopd9tycbw4ej1zxp [class*="_btn"] a:hover::after {
  opacity: 1;
}
#l1dhopd9tycbw4ej1zxp > .design_block.block1 {
  background-image: url(../files/design04_bg01.png);
  width: 1000px;
  height: 275px;
  top: 250px;
  left: calc(50% - 0px);
  margin-left: 50px;
}
#l1dhopd9tycbw4ej1zxp > .design_block.block2 {
  background-image: url(../files/design04_bg02.png);
  width: 100%;
  height: 527px;
  top: 0px;
  left: 0;
  opacity: 1;
}

/* ※子記事をJqueryでWrap済※ */
#l1dhopd9tycbw4ej1zxp .sub_wrap {
  background: url(../files/design04_bg03.png) no-repeat center center / cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all .6s ease-in-out 0s;
  padding: 110px;
}
#l1dhopd9tycbw4ej1zxp .sub_wrap.moved {
  top: 0px;
  opacity: 1;
}
#l1dhopd9tycbw4ej1zxp .sub_post {
  margin-top: 10px;
}
#l1dhopd9tycbw4ej1zxp .img_size_small {
  width: 480px;
}
#l1dhopd9tycbw4ej1zxp .text_size_large {
  color: #fff;
  display: flex;
  align-items: center;
  width: 440px;
  height: 220px;
}
#page_15 #l1dhopd9tycbw4ej1zxp .easys_content_inner {
  padding-bottom: 70px;
}

/* 新着情報 */
/* g1tti3n35c1cf5py6q2a */
#yy9hq6u26edzgt3o8ffa {
  background: url(../files/design05_bg01.jpg) no-repeat center bottom;
  padding-top: 290px;
  padding-bottom: 350px;
  position: relative;
}
#yy9hq6u26edzgt3o8ffa > .design_block.block1 {
  background-image: url(../files/design05_bg02.png);
  width: 2000px;
  height: 340px;
  top: 0px;
  left: calc(50% - 1000px);
  margin-left: 50px;
}
#yy9hq6u26edzgt3o8ffa .easys_content_inner {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yy9hq6u26edzgt3o8ffa .easys_content_inner::after {
  display: block;
  content:"";
  width: 290px;
}
#yy9hq6u26edzgt3o8ffa .entry_post {
  width: 400px;
  position: relative;
  border: none;
  margin: 50px 0 0;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e5e5e5;
}
#yy9hq6u26edzgt3o8ffa .eyecatch {
  width: 360px;
  height: 200px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
#yy9hq6u26edzgt3o8ffa .eyecatch img {
  height: 100%;
  object-fit: cover;
}
#yy9hq6u26edzgt3o8ffa .cu_mail_block {
  display: flex;
  flex-direction: column;
  border: none;
  padding-top: 220px;
}
#yy9hq6u26edzgt3o8ffa .post_title_list {
  font-size: 15pt;
  line-height: 1.5;
}

/* あなただけのデザイン、あなただけのスタイル */
#bfyovstxbuybcojh4yp1 {
  background: 
  url(../files/design06_bg01.png) no-repeat center top,
  url(../files/design06_bg_patern.jpg) repeat left top;
  padding-top: 400px;
  padding-bottom: 240px;
}
#bfyovstxbuybcojh4yp1 .easys_content_inner {
  width: 1200px;
}
#bfyovstxbuybcojh4yp1 .text_box {
  width: 960px;
  margin: auto;
}
#bfyovstxbuybcojh4yp1 .sub_post {
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 120px 30px 30px 640px;
  width: 100%;
  height: 280px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all .6s ease-in-out 0s;
}
#bfyovstxbuybcojh4yp1 .sub_post.moved {
  top: 0px;
  opacity: 1;
}
#bfyovstxbuybcojh4yp1 .sub_post > [class*="title"] {
  display: none;
}
#bfyovstxbuybcojh4yp1 .sub_post.sub_post_0 { background-image: url(../files/design06_bg02.png);}
#bfyovstxbuybcojh4yp1 .sub_post.sub_post_1 { background-image: url(../files/design06_bg03.png);}
#bfyovstxbuybcojh4yp1 .sub_post.sub_post_2 { background-image: url(../files/design06_bg04.png);}
#bfyovstxbuybcojh4yp1 .sub_post.sub_post_3 { background-image: url(../files/design06_bg05.png);}

/* ご挨拶 */
#eqw2o7mdjve74mrdo5f7 {
  background-image: url(../files/design07_bg01.jpg);
  height: 1100px;
}
#eqw2o7mdjve74mrdo5f7 .entry_post {
  top: 310px;
  padding: 0 0 0 0;
}
#eqw2o7mdjve74mrdo5f7 > .design_block.block1 {
  background-image: url(../files/design07_bg02.png);
  width: 1650px;
  height: 90px;
  top: 180px;
  left: calc(50% - 650px);
  margin-left: 50px;
}
#eqw2o7mdjve74mrdo5f7 > .design_block.block2 {
  background-image: url(../files/design07_bg03.png);
  width: 2000px;
  height: 451px;
  top: 647px;
  left: calc(50% - 1000px);
  margin-top: 50px;
}

/* 今の一瞬を全力で生きる */
#f2x41uiq6ne1fmpmnl5e {
  height: 1104px;
}
#f2x41uiq6ne1fmpmnl5e .entry_post {
  top: 795px;
  padding: 0 0 0 170px;
}
#f2x41uiq6ne1fmpmnl5e > .design_block.block1 {
  background-image: url(../files/design08_bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 50px;
}

/* お問い合わせフォーム（縦配置） */
#seziry65bum2kb8vn262 .post-html,
#seziry65bum2kb8vn262 .zc_form_content {
  float: none;
  width: 100% !important;
}
#seziry65bum2kb8vn262 .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%;
}