@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
/*
 * PC用スタイルCSS
 */


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #ffffff;
  scroll-padding-top: 80px;
  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.png") no-repeat center top/100%; 
  font-family: 'Noto Sans JP', sans-serif;
}
body,
.wpcf7c-conf {
  color: #0d2727;
}
/* 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: #15d0d2;
}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: 850px;
  background: none transparent; 
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  height: 1035px;
  }

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: max-content;
}
#page_6 #site-description {
  left: 50px;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  /* CSSレスポンシブ用  */
  position: absolute;
  top: 47px;
  left: 47px;
  z-index: 10;
  background: url("/files/branding_box_bg.png");
  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: 350px;
  height: 100px;
}
/* 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: 175px;
  left: 46px;
  z-index: 1;
  padding: 0;
  width: 160px;
  height: 300px;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header #menu-gnavi {
  padding-right: 0;
}
div#access .menu-header {
  float: right;
  width: auto;
}
div#access .menu-item a {
  position: relative;
  padding: 0;
  width: 160px;
  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{
  background-position-y: top;
}
div#access .gnavi12 a, div#access .gnavi12 a:hover{
  background-position-y: -50px;
}
div#access .gnavi13 a, div#access .gnavi13 a:hover{
  background-position-y: -100px;
}
div#access .gnavi14 a, div#access .gnavi14 a:hover{
  background-position-y: -150px;
}

div#access .gnavi15 a, div#access .gnavi15 a:hover{
  background-position-y: -269px;
}
div#access .gnavi16 a, div#access .gnavi16 a:hover{
  background-position-y: bottom;
}
div#access .menu-item a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: .3s;
}
div#access .menu-item a:hover::before {
  width: 100%;
}

#access .header_btn{
  display: flex;
  gap: 0 10px;
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 1000;
  width: 110px;
  height: 50px;
}
#access.fixed .header_btn{
  position: absolute;
}


#access .header_btn div{
  width: 50px;
  height: 50px;
  position: relative;
}
#access .header_btn a img{
  position: absolute;
  top: 0;
  left: 0;  
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center top;
}
#access .header_btn a:hover img{
  opacity: 1;
  object-position: center bottom;
}


/* Gナビ上部固定(最大2000pxを維持)*/
div#access.fixed {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1300px;
  max-width: 2000px;
}
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 {
  width: 660px;
  margin: 0 auto;
}
div#access.fixed .menu-item a {
  padding: 0;
  height: 80px !important;
  background: url("../files/topnavi_02.png") no-repeat center top;
  line-height: 80px !important;
}
div#access.fixed .gnavi11 a {
  width: 120px !important;
  background-position-x: left;
}
div#access.fixed .gnavi12 a {
  width: 100px !important;
  background-position-x: calc(-120px);
}
div#access.fixed .gnavi13 a {
  width: 110px !important;
  background-position-x: calc(-120px - 100px);
}
div#access.fixed .gnavi14 a {
  width: 100px !important;
  background-position-x: calc(-120px - 100px - 110px);
}
div#access.fixed .gnavi15 a {
  width: 100px !important;
  background-position-x: calc(-120px - 100px - 110px - 100px);
}
div#access.fixed .gnavi16 a {
  width: 130px !important;
  background-position-x: right;
}
div#access.fixed .menu-item a::before{
  background: #52999a;
  bottom: 15px;
}

/*レスポ解除*/
/*#access.fixed .menu-header{
    transform: none !important;
}*/

/* プルダウンメニューのサイズ */
#access.fixed ul.menu ul.sub-menu {
  top: 100%;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#access.fixed  ul.menu ul.sub-menu,
#access.fixed  ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access.fixed  ul.sub-menu li.sub-gnavi a,
div#access.fixed  ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none rgba(255,255,255,0.95);
  color: #52999a;
  line-height: 1.2em !important;
}
#access.fixed  ul li.current_page_item > a,
#access.fixed  ul li.current-menu-ancestor > a,
#access.fixed  ul li.current-menu-item > a,
#access.fixed  ul li.current-menu-parent > a {
  color: #52999a;
}
div#access.fixed  ul.sub-menu li.sub-gnavi a:hover,
div#access.fixed  ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255,255,255,0.95);
  color: #52999a;
}
#access.fixed  ul li.current_page_item > a:hover,
#access.fixed  ul li.current-menu-ancestor > a:hover,
#access.fixed  ul li.current-menu-item > a:hover,
#access.fixed  ul li.current-menu-parent > a:hover {
  color: #52999a;
}


/* ナビ修正　--------------------------------------------------- */
/* 初期表示 */
#access ul.menu ul.sub-menu{
  display: block !important;
  box-shadow: none;
}
#access ul.menu ul.sub-menu li {
  width: 160px;
  height: 35px;
  line-height: 35px;
  border: none;
}
div#access ul.sub-menu li.sub-gnavi a{
  padding: 0;
  text-indent: -99999px;
  height: 35px !important;
  line-height: 35px !important;
  background: url("../files/topnavi.png") no-repeat !important;
}
#access:not(.fixed) .menu-item-1099{
  padding-bottom: 80px;
}
#access .menu-item-1099 .sub-menu > li:nth-child(1) a,#access .menu-item-1099 .sub-menu > li:nth-child(1) a:hover{
  background-position-y: -200px !important;
}
#access .menu-item-1099 .sub-menu > li:nth-child(2) a, #access .menu-item-1099 .sub-menu > li:nth-child(2) a:hover{
  background-position-y: -234px !important;
}

div#access .gnavi14 > a{
  pointer-events: none;
}


/* 固定時デフォルト */
#access.fixed ul.menu ul.sub-menu{
  /* margin: -80px 0 5px; */
  box-shadow: none;
}
#access.fixed ul.menu ul.sub-menu li {
  border-bottom: 1px dotted;
  height: auto;
}
#access.fixed ul.menu ul.sub-menu li a{
  text-indent: 0;
  background: none rgba(255,255,255,0.95) !important;
  padding: 15px 10px;
}
#access.fixed ul.menu  li > ul.sub-menu{
  display: none !important;
  /* top: 80px; */
}
/* #access.fixed ul.menu li:hover > ul.sub-menu{
  display: block !important;
} */
#access.fixed .menu-item-1099 a::before{
  display:none;
}

div#access.fixed .gnavi14 a{
  pointer-events: inherit;
}
#access.fixed ul.menu li > ul.sub-menu.hover{
  display: block !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%;
}

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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: #0d2727;
  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: #15d0d2;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area{
    position: absolute;
    top: 354px;
    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: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information{
    position: absolute;
    top: 206px;
    left: calc(50% + -430px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #ffffff;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
  margin-bottom: 10px;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
}
#copyright {
    position: absolute;
    bottom: 145px;
    left: calc(50% - 480px);
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100px;
  height: 100px;
  background: url(/files/top_btn_move.png) no-repeat center top;
  animation: krkr 10s infinite linear;
  pointer-events: none;
}
@keyframes krkr{
  to{
    transform: rotate(360deg);
  }
}
#float_top_btn a:hover img {
  opacity: 0.8;
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
[class*="title"], h3, h4{
  font-weight: 400 !important;
}
.headline_title {
  color: #2adbdd;
  font-weight: 500!important;
  font-family: 'Noto Serif JP', serif;
  background: url(/files/top_entry_title_top.png) no-repeat center top, url(/files/top_entry_title_btm.png) no-repeat center bottom;
  padding: 75px 0;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: #ffffff;
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: #ffffff;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #0d2727;
}

/* 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: #0d2727;
}

* .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: #0d2727;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #0d2727;
}
/*
* .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: #0d2727;
}
/* 小見出しリンクボタン */
.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: #0d2727;
}

/* 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 #0d2727;
  border-radius: 5px;
  background: none transparent;
  color: #0d2727;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

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





/*  テーブル
---------------------------------------------------------------------------------------------------- */

table:not(#wp-calendar) tr > *{
    background: none transparent !important;
  border-color: #0d2727;
  border-top: none !important;
  border-right: none !important;
    border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > *{
    border-top: 1px solid #0d2727 !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 #0d2727 !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: #15d0d2;
  background: none transparent;
  color: #15d0d2 !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: #15d0d2;
  background-color: #15d0d2;
}
.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: #15d0d2;
  background: none #15d0d2;
  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 #15d0d2;
  background-color: transparent;
  color: #15d0d2;
}
div.link_list a:hover {
  border: 1px solid #15d0d2;
  background-color: #15d0d2;
  color: #ffffff;
}


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



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #999999;
}
.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: #0d2727;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: transparent;
  color: #0d2727;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  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;
  font-weight: 500 !important;
  font-family: 'Noto Serif JP', serif;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #0d2727;
}

.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はこちらに記述↓↓ ============================== */
/*  トップページ（セカンドメイン）
---------------------------------------------------------------------------------------------------- */
#uiehytbsbnyerg7tahi7{
  position: relative;
  margin-bottom: 60px;
}
#uiehytbsbnyerg7tahi7 *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#uiehytbsbnyerg7tahi7 .easys_content_inner{
  width: 100%;
}
#uiehytbsbnyerg7tahi7 .eyecatch a{
  position: absolute;
  display: block;
  bottom: calc(320 / 2000 * 100%);
  left: calc(280 / 2000 * 100%);
  width: calc(380/2000*100%);
  padding-top: calc(80/2000*100%);
  background: url(/files/2ndmain_btn_on.png) no-repeat center top/100%;
}
#uiehytbsbnyerg7tahi7 .eyecatch a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
#uiehytbsbnyerg7tahi7 .eyecatch a:hover img{
  opacity: 0;
} 


#uiehytbsbnyerg7tahi7 .img01{
  position: absolute;
  top: calc(630/2000*100%);
  left: calc(280/2000*100%);
  width: calc(675/2000*100%);
  padding-top: calc(100/2000*100%);
  background: url(/files/2ndmain_title.png) no-repeat center top/100%;
}
#uiehytbsbnyerg7tahi7 .img02{
  position: absolute;
  top: calc(180/2000*100%);
  left: calc(1407/2000*100%);
  width: calc(300/2000*100%);
  padding-top: calc(300/2000*100%);
  border-radius: 50%;
}
#uiehytbsbnyerg7tahi7 .img02::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/2ndmain_img1.png) no-repeat center top/100%;
}
#uiehytbsbnyerg7tahi7 .img03{
  position: absolute;
  top: calc(691/2000*100%);
  left: calc(1030/2000*100%);
  width: calc(450/2000*100%);
  padding-top: calc(450/2000*100%);
  border-radius: 50%;
}
#uiehytbsbnyerg7tahi7 .img03::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/2ndmain_img2.png) no-repeat center top/100%;
}


/*  DB
---------------------------------------------------------------------------------------------------- */
/*  いつまでも前向きでいられるように
#hc4tfutp36dwfxzvncv4
--------------------------------------------------------------- */
#hc4tfutp36dwfxzvncv4{
  position: relative;
  height: 1450px;
  margin-bottom: 50px;
  background: url(/files/block_01_bg_cover.png) no-repeat center top;
  overflow: hidden;
}
#hc4tfutp36dwfxzvncv4 .img01{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/files/block_01_bg.jpg) no-repeat center top;
  transition-duration: 4s;
}
#hc4tfutp36dwfxzvncv4 .img02{
  position: absolute;
  top: 250px;
  left: calc(50% - 480px);
  width: 500px;
  height: 120px;
  background: url(/files/block_01_title.png) no-repeat center top;
}
#hc4tfutp36dwfxzvncv4 .img03{
  position: absolute;
  top: 820px;
  left: calc(50% - 700px);
  width: 360px;
  height: 450px;
  background: url(/files/block_01_img1.png) no-repeat center top;
}
#hc4tfutp36dwfxzvncv4 .img04{
  position: absolute;
  top: 985px;
  left: calc(50% - 320px);
  width: 300px;
  height: 350px;
  background: url(/files/block_01_img2.png) no-repeat center top;
}
#hc4tfutp36dwfxzvncv4 .post_margin{
  position: absolute;
  overflow: visible;
  top: 410px;
  left: calc(50% - 480px);
  width: 480px;
  height: auto;
  margin-bottom: 0;
}
#hc4tfutp36dwfxzvncv4 .headline_title{
  display: none;
}

/*  一人ひとりに寄り添う優しさを持って
#cvt5ycms3iax55m300fp
--------------------------------------------------------------- */
#cvt5ycms3iax55m300fp{
  position: relative;
  height: 1000px;
  background: url(/files/block_02_bg.jpg) no-repeat center top;
}
#cvt5ycms3iax55m300fp .img01{
  position: absolute;
  top: 281px;
  left: calc(50% - 485px);
  width: 440px;
  height: 120px;
  background: url(/files/block_02_title.png) no-repeat center top;
}
#cvt5ycms3iax55m300fp .img02{
  position: absolute;
  top: 152px;
  left: calc(50% + 150px);
  width: 845px;
  height: 700px;
  background: url(/files/block_02_img1.png) no-repeat center top;
}
#cvt5ycms3iax55m300fp .post_margin{
  position: absolute;
  overflow: visible;
  top: 444px;
  left: calc(50% - 482px);
  width: 480px;
  height: auto;
  margin-bottom: 0;
}
#cvt5ycms3iax55m300fp .headline_title{
  display: none;
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/*  求人情報・amiの思い
#amfq93mwuj3gs5ksfus6
--------------------------------------------------------------- */
#amfq93mwuj3gs5ksfus6{
  display: flex;
  align-items: center;
  height: 500px;
  background: url(/files/bnr_half_bg.png) no-repeat center top;
}
#amfq93mwuj3gs5ksfus6 .easys_content_inner{
  width: 1030px;
}
#amfq93mwuj3gs5ksfus6 div{
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}
#amfq93mwuj3gs5ksfus6 .img_display{
  display: grid;
  grid-template-columns: repeat(2, 500px);
  gap: 0 30px;
}
#amfq93mwuj3gs5ksfus6 .field_2col,
#amfq93mwuj3gs5ksfus6 .field_2col .eyecatch{
  width: 100% !important;
}
#amfq93mwuj3gs5ksfus6 .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}
#amfq93mwuj3gs5ksfus6 .eyecatch a:hover img{
  opacity: 1;
}
#amfq93mwuj3gs5ksfus6 .eyecatch a{
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(82, 153, 154, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(82, 153, 154, 0);
}
#amfq93mwuj3gs5ksfus6 .eyecatch a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(82, 153, 154, 0.35) 0%, rgba(82, 153, 154, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
#amfq93mwuj3gs5ksfus6 .eyecatch a:hover {
  transform: translateY(-10px);
}
#amfq93mwuj3gs5ksfus6 .eyecatch a:hover:before {
  opacity: 1;
  transform: translateY(10px);
}

/* 
追加対応　求人バナー非表示
------------------------------- */
#amfq93mwuj3gs5ksfus6 .img_display{
  display: block;
  width: max-content;
  margin: 0 auto;
}

#amfq93mwuj3gs5ksfus6 .img_display > div:first-child{
  display: none;
}



/*  お問い合わせ
#s6g6fhojqeyubkf2gppr
--------------------------------------------------------------- */
#s6g6fhojqeyubkf2gppr{
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
}
#s6g6fhojqeyubkf2gppr .easys_content_inner{
  width: 100%;
}
#s6g6fhojqeyubkf2gppr div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#s6g6fhojqeyubkf2gppr div:nth-child(2 of [class*="field"]){
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#s6g6fhojqeyubkf2gppr .eyecatch a{
  display: block;
  position: absolute;
  top: 308px;
  left: calc(50% + -21px);
  width: 350px;
  height: 60px;
  background: url('/files/bnr_contact_btn_on.png') no-repeat center top /100%;
}
#s6g6fhojqeyubkf2gppr .eyecatch a img{
  transition: 0.6s;
}
#s6g6fhojqeyubkf2gppr .eyecatch a:hover img{
  opacity: 0;
}

#s6g6fhojqeyubkf2gppr [class*="field_"]:nth-of-type(1),
#s6g6fhojqeyubkf2gppr [class*="field_"]:nth-of-type(3){
  height: 0;
}
#s6g6fhojqeyubkf2gppr [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#s6g6fhojqeyubkf2gppr:has(+ div.easys_content){
  margin-bottom: 50px;
}




/*上下左右フェードインギミック------------------------------------*/
.f_blur, .f_zoom::before, .f_up, .f_down, .f_left, .f_right{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
}
.f_up{
	transform: translateY(-100px);
}
.f_down{
	transform: translateY(100px);
}
.f_left{
	transform: translateX(-100px);
}
.f_right{
transform: translateX(100px);
}
.f_blur.moved,
.f_zoom.moved::before,
.f_up.moved,
.f_down.moved,
.f_left.moved,
.f_right.moved{
	opacity: 1;
	transform: translate(0px, 0px);
}
  
.f_blur{  
  filter: blur(15px);
  transition: 1.5s ease 0s;
}
.f_blur.moved{
  filter: none;
}
.f_zoom{
  overflow: hidden;
}
.f_zoom::before{
  transition: 1.5s ease 0s;
  transform: scale(1.3);
}
.f_zoom.moved::before{
  transform: none;
}

/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#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);
}

/*
==========================================================================================
  追加制作
==========================================================================================*/


/*  トップハーフバナー
#ntabi30gmt8fc6j4c6ld
--------------------------------------------------------------- */
#ntabi30gmt8fc6j4c6ld{
  display: flex;
  align-items: center;
  max-height: 350px;
  min-height: calc(350px * (1300 / 2000));
  height: calc(100vw * (350 / 2000));
  background: url(/files/bnr_half_bg_02.jpg) no-repeat center top/100%;
  margin-top: calc(-20/350*100%);
}
#ntabi30gmt8fc6j4c6ld .easys_content_inner{
  width: calc(1045/2000*100%);
}
#ntabi30gmt8fc6j4c6ld div{
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}
#ntabi30gmt8fc6j4c6ld .img_display{
  display: grid;
  grid-template-columns: repeat(2, calc(515/1045*100%));
  gap: 0 calc(15/1045*100%);
}
#ntabi30gmt8fc6j4c6ld .field_2col,
#ntabi30gmt8fc6j4c6ld .field_2col .eyecatch{
  width: 100% !important;
}
#ntabi30gmt8fc6j4c6ld .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}
#ntabi30gmt8fc6j4c6ld .eyecatch a img{
  transition: .3s;
}
#ntabi30gmt8fc6j4c6ld .eyecatch a:hover img{
  opacity: 0;
}

#ntabi30gmt8fc6j4c6ld .float_left a{
  background: url('/files/bnr_half_rehabilitation_on.png') no-repeat center top/100%;
}
#ntabi30gmt8fc6j4c6ld .float_right a{
  background: url('/files/bnr_half_nursing_on.png') no-repeat center top/100%;
}







/* LP　.page_lp
---------------------------------------------------------------------------------------------------- */
.page_lp{
  background: none transparent;
}
.page_lp #outer_block{
    padding-top: 0;
}
/* .page_lp #branding_box {
  height: 1035px;
  padding: 0;
} */

.page_lp #site-description{
  bottom: 50px;
  left: 50px;
} 
#page_15 #header_information {
  background: url("/files/_lp01_branding_box_bg.png");
  top: 40px;
  left: 0;
}
#page_1081 #header_information {
  background: url("/files/_lp02_branding_box_bg.png");
  top: 40px;
  left: 0;
}
.page_lp #header_information .main_header a img {
  width: 400px;
  height: 180px;
}


.page_lp #access{
  display: none;
}
.page_lp .fixed_btn{
  display: none;
} 
/* ※GATEN、その他SNSは設置NG
※中ページへのリンク、LINEはOK
*/


/* ENTRYボタン
.lp_btn
---------------------------------------------------------------  */
body:not(.page_lp) .lp_btn{
  display: none;
}
.page_lp .lp_btn{
  display: flex;
  gap: 0 20px;
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 1000;
}
.page_lp .lp_btn a{
  background: url(/files/_lp01_btn_entry_on.png) no-repeat center top;
}
.lp_btn a img{
  transition: .3s;
}
.lp_btn a:hover img{
  opacity: 0;
}


/* リハビリ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* セカンドメイン 
#lbttj74vrtsieduq1tvu
---------------------------------------------------------------  */
#lbttj74vrtsieduq1tvu{
  position: relative;
  margin-bottom: 60px;
}
#lbttj74vrtsieduq1tvu *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#lbttj74vrtsieduq1tvu .easys_content_inner{
  width: 100%;
}
#lbttj74vrtsieduq1tvu::before{
  content: '';
  position: absolute;
  top: calc(1370/2000*100%);
  left: 0;
  width: 100%;
  padding-top: calc(140/2000*100%);
  background: url(/files/_lp01_2ndmain_img3.png) repeat-x left top/137%;
  animation: yoko 30s infinite linear;
}
@keyframes yoko{
  to{background-position-x: -100vw;}
}

#lbttj74vrtsieduq1tvu .img01{
  position: absolute;
  top: calc(625/2000*100%);
  left: calc(1215/2000*100%);
  width: calc(530/2000*100%);
  padding-top: calc(580/2000*100%);
  background: url(/files/_lp01_2ndmain_img1.png) no-repeat center top/100%;
  z-index: 10;
}
#lbttj74vrtsieduq1tvu .img02{
  position: absolute;
  top: calc(200/2000*100%);
  left: calc(900/2000*100%);
  width: calc(900/2000*100%);
  padding-top: calc(580/2000*100%);
  background: url(/files/_lp01_2ndmain_img2.png) no-repeat center top/100%;
}


/* DB
#sidztklnytwlfgkawqh6
---------------------------------------------------------------  */
#sidztklnytwlfgkawqh6{
  position: relative;
  height: 1100px;
  background: url(/files/_lp01_block_bg.jpg) no-repeat center top;
}
#sidztklnytwlfgkawqh6::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  background: url(/files/_lp01_block_bg_cover.png) no-repeat center top;
}
#sidztklnytwlfgkawqh6 .img01{
  position: absolute;
  top: 200px;
  left: calc(50% - 700px);
  width: 550px;
  height: 600px;
  background: url(/files/_lp01_block_img1.png) no-repeat center top;
}
#sidztklnytwlfgkawqh6 .img02{
  position: absolute;
  top: 650px;
  left: calc(50% + 250px);
  width: 750px;
  height: 350px;
  background: url(/files/_lp01_block_img2.png) no-repeat center top;
}
#sidztklnytwlfgkawqh6 .post_margin{
  position: absolute;
  overflow: visible;
  top: 390px;
  left: calc(50% - 40px);
  width: 480px;
  height: auto;
  margin-bottom: 0;
}
#sidztklnytwlfgkawqh6 .headline_title{
  display: none;
}


/* コンテンツ画像
#i36l1nh5ghefm457i6ke
---------------------------------------------------------------  */
#i36l1nh5ghefm457i6ke .easys_content_inner{
  width: 100%;
}


/* バナー > お問い合わせ
#rhuzp874kaughl8o9z93
---------------------------------------------------------------  */
#rhuzp874kaughl8o9z93{
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: 650px;
  /* margin-bottom: 50px; */
  display: grid;
  place-items: center;
}
#rhuzp874kaughl8o9z93::before{
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/files/_lp01_bnr_entry_bg.jpg) no-repeat center /cover;
}
#rhuzp874kaughl8o9z93 .easys_content_inner{
  width: 1000px
}
#rhuzp874kaughl8o9z93 div{
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#rhuzp874kaughl8o9z93 .eyecatch a{
  display: block;
  width: 1000px;
  height: 230px;
  /* background: url('/files/_lp01_bnr_entry.png') no-repeat center top /100%; */
}
#rhuzp874kaughl8o9z93 .eyecatch a img{
  transition: 0.3s;
}

#rhuzp874kaughl8o9z93 .eyecatch a:hover img{
  opacity: 1;
  transform: scale(.95);
}


/* 訪問看護＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* セカンドメイン 
#dgmludh35flilp87kaci
---------------------------------------------------------------  */
#dgmludh35flilp87kaci{
  position: relative;
  margin-bottom: 60px;
}
#dgmludh35flilp87kaci *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#dgmludh35flilp87kaci .easys_content_inner{
  width: 100%;
}
#dgmludh35flilp87kaci::before{
  content: '';
  position: absolute;
  top: calc(1370/2000*100%);
  left: 0;
  width: 100%;
  padding-top: calc(140/2000*100%);
  background: url(/files/_lp02_2ndmain_img3.png) repeat-x left top/97%;
  animation: yoko 30s infinite linear;
}
#dgmludh35flilp87kaci .img01{
  position: absolute;
  top: calc(645/2000*100%);
  left: calc(535/2000*100%);
  width: calc(560/2000*100%);
  padding-top: calc(600/2000*100%);
  background: url(/files/_lp02_2ndmain_img2.png) no-repeat center top/100%;
  z-index: 10;
}
#dgmludh35flilp87kaci .img02{
  position: absolute;
  top: calc(335/2000*100%);
  left: calc(210/2000*100%);
  width: calc(500/2000*100%);
  padding-top: calc(520/2000*100%);
  background: url(/files/_lp02_2ndmain_img1.png) no-repeat center top/100%;
}


/* DB
#bra2r6qqdxc5qbq2m1zm
---------------------------------------------------------------  */
#bra2r6qqdxc5qbq2m1zm{
  position: relative;
  height: 1100px;
  background: url(/files/_lp02_block_bg.jpg) no-repeat center top;
}
#bra2r6qqdxc5qbq2m1zm::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  background: url(/files/_lp02_block_bg_cover.png) no-repeat center top;
}
#bra2r6qqdxc5qbq2m1zm .img01{
  position: absolute;
  top: 200px;
  left: calc(50% + 90px);
  width: 610px;
  height: 600px;
  background: url(/files/_lp02_block_img1.png) no-repeat center top;
}
#bra2r6qqdxc5qbq2m1zm .img02{
  position: absolute;
  top: 650px;
  left: calc(50% - 1000px);
  width: 750px;
  height: 350px;
  background: url(/files/_lp02_block_img2.png) no-repeat center top;
}
#bra2r6qqdxc5qbq2m1zm .post_margin{
  position: absolute;
  overflow: visible;
  top: 350px;
  left: calc(50% - 480px);
  width: 480px;
  height: auto;
  margin-bottom: 0;
}
#bra2r6qqdxc5qbq2m1zm .headline_title{
  display: none;
}


/* コンテンツ画像
#ibhjkayoj5snqb805on0
---------------------------------------------------------------  */
#ibhjkayoj5snqb805on0 .easys_content_inner{
  width: 100%;
}




/* ブロック背景 */
#page_1081 #gfcfujevt9qvkrh1reu9,
#page_15 #colbn4sn1q3wtwdgov9t{
  /* margin-bottom: 50px; */
  padding-top: 50px;
  background:  #e9fcfc;
}

.page_lp #rf8jvyojuils00h86sxy{
  margin-bottom: 50px;
  padding-top: 50px;
  background: #f2f5f5;
}