@charset "utf-8";

/*
 * PC用スタイルCSS
 */


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color:#ffffff;
  --body_text_color:#000000;
  --link_color:#ea3323;
  --border_color:#92774d;
  --table_border_color:#333333;
  --th_background_color:transparent;
  --td_background_color:transparent;
  --th_character_color:#000000;
  --td_character_color:#000000;
  --required_color:#ea3323;
  --top_h1_color:#ffffff;
  --header_navigation_color:transparent;
  --top_entry_title_color:#ea3323;
  --entry_title_bg_color:#303030;
  --blog_title_color:#303030;
  --sub_entry_title_bg_color:#ea3323;
  --entry_title_bg_w570_color:#303030;
  --sub_entry_title_bg_w570_color:#ea3323;
  --half_entry_title_bg_color:#303030;
  --half_sub_entry_title_bg_color:#ea3323;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#303030;
  --footnavi_color:#ffffff;
  --address_color:#ffffff;
  --copy_color:#303030;
  --kdb_background_color: #f4f3f0;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1080;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 880;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:0px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:200px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:55px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height:120px; /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin:0px; /* サイド固定ボタンの間隔 */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(234, 51, 35, .4);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #ffffff;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #000000;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
::before,
::after {
  pointer-events: none;
}

html {
  /* background: var(--basic_background_color) url("../files/html_bg.jpg") repeat-x center top; */


  background: none var(--basic_background_color);

  scroll-padding-top: 0;

/* scroll-padding-top: var(--easys_access_h); */
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  /*
  background: url("../files/body_bg.jpg") no-repeat center top;
  */
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* 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;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background-color: #ffffff;
  position: relative;
  z-index: 500;
  padding: 0;
  /*height: 90px; ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  background: none transparent;

}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* height: 195px; */
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
  background: url(../files/top_header_cover.png) no-repeat center top/ 100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description{
  bottom: 40px;
  margin: 0 auto;
  /* CSSレスポンシブ用 */
  position: absolute;
  left: 5.5%;
  width: auto;
}
#site-description a{
  color: var(--top_h1_color);
  display: inline;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  background: url(../files/main_logo.png) no-repeat left center;
  height: 52px;
  left: 30px;
  position: absolute;
  top: 36px;
  width: 214px;
  z-index: 2;
}
#header_information .post-data{
  height: 100%;
  width: 100%;
}
#header_information .main_header{
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header_information .main_header a{
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
#header_information .main_header a img{
  display: block;
  height: 100%;
  width: 100%;
}
/* gナビ上部固定 */
#header_information:has(~ #access.fixed){
  background: url("../files/main_logo02.png");
  position: fixed;
  top: 10px;
  z-index: 2;
}

@media( min-width: 2000px ){
  #header_information:has(~ #access.fixed){
    left: calc(50% - 1000px + 30px);
  }
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access{
  --gnavi01: 70px;
  --gnavi02: 120px;
  --gnavi03: 90px;
  --gnavi04: 90px;
  --gnavi05: 150px;
  --gnavi06: 130px;
}
#access{
  display: flex;
  justify-content: center;
  padding: 0;
  pointer-events: none;
  /* CSSレスポンシブ用 */
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 35px;
  width: 100%;
  z-index: 1;
}
#access .menu-header #menu-gnavi{
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  display: flex;
  /* margin-right: 30px; */
  pointer-events: auto;
}
#access .menu-header #menu-gnavi > li > a{
  background-image: url("../files/topnavi.png");
  height: 52px;
  line-height: 52px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(1) > a{
  background-position-x: left;
  width: var(--gnavi01);
}
#access .menu-header #menu-gnavi > li:nth-of-type(2) > a{
  background-position-x: calc((var(--gnavi01)) * -1);
  width: var(--gnavi02);
}
#access .menu-header #menu-gnavi > li:nth-of-type(3) > a{
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1);
  width: var(--gnavi03);
}
#access .menu-header #menu-gnavi > li:nth-of-type(4) > a{
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1);
  width: var(--gnavi04);
}
#access .menu-header #menu-gnavi > li:nth-of-type(5) > a{
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1);
  width: var(--gnavi05);
}
#access .menu-header #menu-gnavi > li:nth-of-type(6) > a{
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04) + var(--gnavi05)) * -1);
  width: var(--gnavi06);
}

/* サイド用 */
#access .menu-header #menu-gnavi > li:nth-of-type(7):hover,
#access .menu-header #menu-gnavi > li:nth-of-type(8):hover{
  opacity: 0.8;
}

#access .menu-header #menu-gnavi > li:nth-of-type(7){
  position: absolute;
  right: 92px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(7) > a{
  background-image: url("../files/btn_access.png");
  height: 52px;
  width: 52px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(8){
  position: absolute;
  right: 36px;
  }
#access .menu-header #menu-gnavi > li:nth-of-type(8) > a{
  background-image: url("../files/btn_blog.png");
  height: 52px;
  width: 52px;
}

#access .menu-header #menu-gnavi > li > a:hover{
  background-position-y: bottom;
}

/* Gナビ上部固定(最大2000pxを維持) */
#access.fixed{
  inset-inline: 0;
  margin-inline: auto;
  padding: 0;
  position: fixed;
  top: 10px;
  width: clamp(960px, 100% , 2000px);
}
/* #access.fixed .menu-header{
  display: flex;
  max-width: calc(var(--easys_max_width)*1px);
  width: 100%;
} */
#access.fixed .menu-header #menu-gnavi{
  background: rgba(255, 255, 255, 0.8);
  /* margin-right: 0; */
}
#access.fixed .menu-header #menu-gnavi > li > a{
  background-image: url("../files/topnavi02.png");
}
#access.fixed .menu-header #menu-gnavi > li:nth-of-type(7) > a{
  background-image: url("../files/btn_access02.png");
}
#access.fixed .menu-header #menu-gnavi > li:nth-of-type(8) > a{
  background-image: url("../files/btn_blog.png");
}

/* プルダウンメニュー */
#access ul.menu ul.sub-menu{
  top: 100%;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li{
  border: none;
  border-radius: 10px;
  box-shadow: none;
  left: -10%;
  width: 120%;
}

/* プルダウンメニューの色 */
div#access ul.sub-menu li a,
div#access ul.sub-menu li a{
  background: none var(--easys_standard_value002);

/* box-shadow: none; */
  box-sizing: border-box;
  color: var(--easys_standard_value003);
  font-size: 14px;
  height: auto !important;
  line-height: 1.2em !important;
  padding: 15px 10px;
  width: 100%;
}

div#access ul.sub-menu li:first-child a{
  border-radius: 4px 4px 0 0;
}

div#access ul.sub-menu li:last-child a{
  border-radius: 0 0 4px 4px;
}

/* #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: var(--easys_standard_value003);
} */

div#access ul.sub-menu li a:hover,
div#access ul.sub-menu li a:hover{
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

/* #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: var(--easys_standard_value004);
} */

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  /* メインとブランディングボックスを重ねる時  */
  position: absolute;
  top: 0;
  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: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}

#main_teaser{
  background: url(../files/body_bg.jpg) no-repeat center top/ 100%;
}

#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: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

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

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block{
  background: #ea3323;
  border-radius: 20px;
  height: 540px;
  margin: 20px;
  position: relative;
}

#footer_box{
  background: url(../files/footer_box_bg.png) no-repeat center top;
  height: 470px;
}

#footer-widget-area{
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/* フッターに記載されナビに当たる部分です。
中央 or 中央以外のどちらかを必ず選択してください。　★ */

#footer_sitemap_block{
  /* left: 0; */
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 50px);
  top: 270px;
  width: max-content;
  /* LP フッターメニュー非表示
  display: none; */
}

/* 中央以外 */
/*
#footer-widget-area .widget-area{
  position: absolute;
  top: 320px;
  left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area{
  display: block;
  overflow: visible;
  text-align: right;
  width: max-content;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu{
  border: none;
  border-color: var(--footnavi_color);
}

#footer-widget-area .widget-area .menu-item{
  margin: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a{
  border: none;
  border-color: var(--footnavi_color);
  box-sizing: border-box;
  color: var(--footnavi_color);
  line-height: 1;
  padding: 0;
}

/* #footer_sitemap_block #footer-widget-area .widget-area .sub-menu{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1em;
}

#footer_sitemap_block #footer-widget-area .widget-area .sub-menu li{
  float: none;
}

#footer_sitemap_block #footer-widget-area .widget-area .sub-menu a{
  padding-left: 20px;
  position: relative;
} */

#footer_sitemap_block #footer-widget-area .widget-area .sub-menu a::before{
  background-color: var(--footnavi_color);
  content: "";
  height: 1px;
  inset-block: 0;
  left: 0;
  margin-block: auto;
  position: absolute;
  width: 10px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover{
  background-color: transparent;
}

/*ナビ・装飾*/
/* #footer-widget-area .widget-area .menu-item {
  position: relative;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #ccc;
  position: absolute;
} */

/*ナビ縦*/
/* #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  margin-bottom: 16px;
  text-align: left;
} */

/*ナビ２列*/
/* #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  align-content: space-between;
  width: 425px;
} */

#menu-footer_navi{
  display: grid;
  gap: 24px 50px;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 270px);
  grid-template-rows: repeat(5, 1em);
  text-align: left;
}

#footer-widget-area .widget-area .menu-item a{
  font-weight: 500;
  position: relative;
  padding-inline: 0 calc(36px + 96px);
}

#footer-widget-area .widget-area .menu-item a::before{
  background: url(../files/footer_link_btn.png) no-repeat top left;
  bottom: 0;
  content: "";
  display: block;
  height: 17px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 1;
}

#footer-widget-area .widget-area .menu-item a::after{
  background: url(../files/footer_link_btn_arr.png) no-repeat top right;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 0;
  transition: transform .3s ease;
  width: 11px;
  z-index: 2;
}

#footer-widget-area .widget-area .menu-item a:hover::after{
  transform: translateX(8px);
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/* フッターに記載される住所や電話番号に当たる部分です。
中央 or 中央以外のどちらかを必ず選択してください。　★ */

/*中央寄せの場合*/
.footer_infomation{
  display: block;
  margin: 0px auto;
  width: 1100px;
}

#footer_information .entry-post{
  margin: 260px auto 0 0;
  text-align: left;
  width: max-content;
}

/* 中央以外 */
/*
#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: var(--address_color);
  /*絶対値指定する時
  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{
  height: 25px;
  width: 250px;
}

#footer_sns_btn div{
  height: 25px;
  width: 25px;
}

#footer_sns_btn div a:hover{
  opacity: .8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright{
  color: var(--copy_color);
}

/* フッターに記載されるコピーライトに当たる部分です。
中央 or 中央以外のどちらかを必ず選択してください。　★ */

/*中央寄せの時*/
/* #copyright{
  bottom: 130px;
  left: 40px;
  margin: 0;
  position: absolute;
  right: 0;
} */

/* 中央以外 */
#copyright {
  bottom: 20px;
  left: calc(50% - 550px);
  margin: 0;
  position: absolute;
  /* right: 0; */
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  position:fixed;
  bottom:var(--fixed_side_btn_bottom);
  right:var(--fixed_side_btn_side);
  z-index:1000;
  pointer-events:none;
}
.fixed_side_btn div {
  position:relative;
  width:var(--fixed_side_btn_width_full);
  height:var(--fixed_side_btn_height);
  margin-bottom:var(--fixed_side_btn_margin);
  overflow:hidden;
  transition:transform 0.3s ease;
  transform:translateX(calc(var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)));
  pointer-events:auto;
}
.fixed_side_btn div:last-child {
  margin-bottom:0;
}
.fixed_side_btn div:hover {
  transition:transform 0.5s ease;
  transform:translateX(0px);
}
.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}

/* デフォルトボタン */
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten.png);
}
.fixed_side_btn .map a {
  background-image:url(../files/btn_map.png);
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
}
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog.png);
}

/* SNSボタン */
.fixed_side_btn .line a {
  background-image:url(../files/btn_line.png);
}
.fixed_side_btn .instagram a {
  background-image:url(../files/btn_insta.png);
}
.fixed_side_btn .facebook a {
  background-image:url(../files/btn_fb.png);
}
.fixed_side_btn .youtube a {
  background-image:url(../files/btn_youtube.png);
}
.fixed_side_btn .tiktok a {
  background-image:url(../files/btn_tiktok.png);
}
.fixed_side_btn .nar a {
  background-image:url(../files/btn_nar.png);
}

/* 個別ボタンの高さ調整 */
.fixed_side_btn .gaten {
  height: 150px;
}

/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}

@media (min-width: 2000px) {
  .fixed_side_btn {
    left:calc(50% + 1000px - var(--fixed_side_btn_width_collapsed));
    width:var(--fixed_side_btn_width_collapsed);
  }
  .fixed_side_btn div {
    transform:translateX(0);
  }

  .fixed_side_btn div:hover {
    transform:translateX(calc((var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)) * -1));
  }
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img{
  opacity: 1;
}
:root{
  /* トップに戻るボタン */
  --float_top_btn_w: 70px;
  --float_top_btn_x: 20px;
}
@media(min-width:2000px){
  #float_top_btn{
    left: calc(50% + (1000px - var(--float_top_btn_w) - var(--float_top_btn_x)));
  }
}
#float_top_btn{
  bottom: 20px;
  right: var(--float_top_btn_x);
  width: var(--float_top_btn_w);
}

#float_top_btn a img{
  transition: transform 0.4s ease;
}

#float_top_btn a::after {
  background: url(../files/top_btn_arr.png) no-repeat center top;
  content: "";
  height: 10px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 10px;
  transition: transform 0.3s ease;
}

#float_top_btn a:hover::after {
  transform: translateY(-5px);
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title{
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 125px;
  line-height: 125px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
  text-align: center;
}
h3.entry_title,
.entry_title {
  box-sizing: border-box;
  padding: 0 20px;
  width: 960px;
}
.entry_title h3 {
  box-sizing: border-box;
  padding: 0 0 0 120px;
  width: 800px;
}
/*フォントサイズはこちら
.headline_title{
  font-size: 32px;
}*/

h3.entry_title,
.entry_title {
  box-sizing: border-box;
  padding: 0;
  width: 960px;
}
.entry_title h3 {
  box-sizing: border-box;
  padding: 0 0 0 160px;
  width: 800px;
}
/* 見出しリンクボタン */
.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: var(--font_size_20);
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* 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: var(--half_entry_title_bg_color);
}

* .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: var(--half_sub_entry_title_bg_color);
}



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

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: var(--font_size_15);
  line-height: 1.7;
}

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


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

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

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

/*  置きEASYS専用（html.okieasys時のみ適用）
---------------------------------------------------------------------------------------------------- */
/* ヘッダー */
html.okieasys #header_information .main_header a {
  font-size: 24px;
  color: var(--body_text_color);
  padding-block: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 500;
}
html.okieasys #branding_box {
  background: none;
}
/* フッター */
html.okieasys #footer_box {
  background: none;
}
html.okieasys #footer_information .entry-post .post-data .footer_sitename {
  font-size: 20px;
}

/* LPまたはONE 詳細ページ以外の #page_6 のpadding削除 */
#page_6:not(.detail) #jquery_slider_pc + #outer_block,
#page_6:not(.detail) #video_teaser + #outer_block{
  padding-top: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin){
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"]{
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* リンク画像ホバー時 opacity調整 */
.field_1col a:hover img,
.field_2col a:hover img,
.field_3col a:hover img,
.field_4col a:hover img,
.field_5col a:hover img{
  opacity: 1;
}

/*全体フェードイン　DB,Dブロックは解除*/
.ndb_01 .post_data,
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner{
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}

.ndb_01 .post_data.moved,
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner.moved{
  opacity: 1;
  transform: none;
}

/* アニメーション画像 */
.add-image,
.add-image img{
  display: block;
  pointer-events: none;
  width: max-content;
}

.add-image:not(.gsap):not([class*="css-"]),
.add-image:not(.gsap):not([class*="css-"]) img{
  transition: clip-path 1.3s ease,
  filter 1.3s ease,
  opacity 1.3s ease,
  scale 1.3s ease,
  transform 1.3s ease;
}

.add-image{
  position: absolute;
  z-index: 1;
}

/* フェードイン後 */
.add-image.moved:not(.gsap):not([class*="css-"]),
.add-image.moved:not(.gsap):not([class*="css-"]) img{
  filter: none;
  opacity: 1;
  scale: 1;
  transform: none;
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip.moved{
  clip-path: inset(0);
}

.add-image img{
  height: auto;
}

/* blur */
.animation-blur{
  filter: blur(10px);
  opacity: 0;
}

.animation-blur.moved{
  filter: none;
  opacity: 1;
}

/* clip-path */
.animation-clip-from-bottom{
  clip-path: inset(100% 0 0 0);
}

.animation-clip-from-center-y{
  clip-path: inset(50% 0);
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip-from-top{
  clip-path: inset(0 0 100% 0);
}

/* general */
.animation-from-bottom{
  opacity: 0;
  transform: translateY(100px);
}

.animation-from-left{
  opacity: 0;
  transform: translateX(-100px);
}

.animation-from-right{
  opacity: 0;
  transform: translateX(100px);
}

.animation-from-top{
  opacity: 0;
  transform: translateY(-100px);
}

.animation-min-from-bottom{
  opacity: 0;
  transform: translateY(20px);
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* ===========================================================================
   トップページ   pageID：6
=========================================================================== */

/*セカンドメイン > 採用情報へ
ty2nzafht4hy276igl01
--------------------------------------- */
#ty2nzafht4hy276igl01{
  overflow: hidden;
  position: relative;
}

#ty2nzafht4hy276igl01::before {
  position: absolute;
  top: calc(100%*(530/1210));
  left: 0;
  display: block;
  width: calc(100%*((1920*4)/2000));
  height: calc(100%*(320/1210));
  background: url(../files/secondmain_img.jpg) repeat-x left top / auto 100%;
  content: '';
  animation: loop_rwd_4 60s linear 0s infinite;
}
@keyframes loop_rwd_4 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100%/4));
  }
}

#ty2nzafht4hy276igl01 div{
  margin-bottom: 0;
  padding: 0;
}

#ty2nzafht4hy276igl01 .field_1col{
  transition: clip-path 1.3s ease, filter 1.3s ease, opacity 1.3s ease, transform 1.3s ease;
}

#ty2nzafht4hy276igl01 .field_1col:nth-last-child(n + 2){
  position: absolute;
  z-index: 1;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1){
  box-sizing: border-box;
  inset-inline: 0;
  margin-inline: auto;
  top: calc(964 / 1210 * 100%);
  width: calc(1100 / 2000 * 100%);
  z-index: 2;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1)::before{
  background: #000;
  bottom: 11px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1) a{
  padding-block: 29px;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1) a::before{
  background: #f9db4a;
  border-radius: 50%;
  content: "";
  height: 100%;
  right: 102px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .3s, scale .3s .15s;
  width: 68px;
  z-index: 1;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1) a:hover::before{
  transform: translateX(92px);
  scale: 1.333;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1) a::after{
  background: url(../files/link_btn_plus.png) no-repeat center center;
  content: "";
  height: 100%;
  right: 8px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .3s, scale .3s .15s;
  width: 10px;
  z-index: 1;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1) img{
  display: block;
  margin-left: auto;
  margin-right: 22px;
  transition: transform .3s;
  width: max-content;
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(1) a:hover img{
  transform: translateX(-60px);
}

#ty2nzafht4hy276igl01 .field_1col:nth-child(2){
  left: 0;
  top: 0;
  width: 100%;
}

#ty2nzafht4hy276igl01 a{
  display: block;
  position: relative;
  z-index: 1;
}

#ty2nzafht4hy276igl01 .field_1col:hover img{
  opacity: 1;
}

#ty2nzafht4hy276igl01 .eyecatch{
  width: 100%;
}

#ty2nzafht4hy276igl01 .easys_content_inner{
  width: 100%;
}

#ty2nzafht4hy276igl01 .field_1col:last-child{
  width: 100%;
}

/*DB > 競走馬とオーナーの夢を支える佐宗厩舎
a5k0vnwnpmrldrsvv2ht
--------------------------------------- */
#a5k0vnwnpmrldrsvv2ht{
  background: url(../files/design01_bg.png) no-repeat center top;
  height: 1240px;
  position: relative;
}

#a5k0vnwnpmrldrsvv2ht .easys_content_inner,
#a5k0vnwnpmrldrsvv2ht .entry_post{
  height: 100%;
  margin-bottom: 0;
  width: 1100px;
}

#a5k0vnwnpmrldrsvv2ht .easys_content_inner{
  position: relative;
}

#a5k0vnwnpmrldrsvv2ht .headline_title{
  display: none;
}

#a5k0vnwnpmrldrsvv2ht .text_box{
  left: 0;
  margin-inline: auto;
  overflow: visible;
  position: absolute;
  top: 690px;
  width: 530px;
  z-index: 2;
}

#a5k0vnwnpmrldrsvv2ht .post_data,
#a5k0vnwnpmrldrsvv2ht .post_data :last-child{
  margin-bottom: 0;
}

#a5k0vnwnpmrldrsvv2ht .post_data{
  color: currentColor;
  font-size: 16px;
  line-height: 2.1333;
}

/* ボタン */
#a5k0vnwnpmrldrsvv2ht .main_btn{
  background: none;
  height: 68px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-top: 35px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

#a5k0vnwnpmrldrsvv2ht .main_btn::before,
#a5k0vnwnpmrldrsvv2ht .main_btn::after{
  content: "";
  position: absolute;
}

#a5k0vnwnpmrldrsvv2ht .main_btn::before{
  background: #000;
  bottom: 11px;
  height: 1px;
  width: 100%;
}

#a5k0vnwnpmrldrsvv2ht .main_btn::after{
  background: url(../files/link_btn_plus.png) no-repeat center center;
  height: 100%;
  right: 8px;
  width: 10px;
  z-index: 1;
}

#a5k0vnwnpmrldrsvv2ht .main_btn a{
  background: none;
  border-radius: 0;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
}

#a5k0vnwnpmrldrsvv2ht .main_btn a::before,
#a5k0vnwnpmrldrsvv2ht .main_btn a::after{
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .3s, scale .3s .15s;
  z-index: 1;
}

#a5k0vnwnpmrldrsvv2ht .main_btn a::before{
  background: url(../files/link_btn_text.png) no-repeat center center;
  width: 73px;
  right: 22px;
}

#a5k0vnwnpmrldrsvv2ht .main_btn:hover a::before{
  transform: translateX(-60px);
}

#a5k0vnwnpmrldrsvv2ht .main_btn a::after{
  background: #f9db4a;
  border-radius: 50%;
  content: "";
  right: 100px;
  width: 68px;
}

#a5k0vnwnpmrldrsvv2ht .main_btn:hover a::after{
  transform: translateX(92px);
  scale: 1.333;
}

/* 追加画像 */
.design01_img01{
  left: calc(50% - 1000px);
  top: 180px;
}
.design01_img02{
  left: calc(50% + 100px);
  top: 700px;
}

/*DB > 馬主様との対話を大切にしています
xuce75el2rv7l1x82yu2
--------------------------------------- */
#xuce75el2rv7l1x82yu2{
  background: url(../files/design02_bg.jpg) no-repeat center top;
  height: 1040px;
  position: relative;
}

#xuce75el2rv7l1x82yu2::before {
  position: absolute;
  top: 0;
  left: calc(50% + 20px);
  display: block;
  width: 980px;
  height: 100%;
/* ループさせる画像 */
  background: url(../files/design02_img.png) repeat-y left top;
  content: "";
  animation: loop_design02_img 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loop_design02_img {
  to {
    background-position: left top -1180px;
  }
}

#xuce75el2rv7l1x82yu2::after{
  background: url(../files/design02_cover.png) no-repeat center top;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#xuce75el2rv7l1x82yu2 .easys_content_inner,
#xuce75el2rv7l1x82yu2 .entry_post{
  height: 100%;
  margin-bottom: 0;
  width: 1100px;
}

#xuce75el2rv7l1x82yu2 .easys_content_inner{
  position: relative;
}

#xuce75el2rv7l1x82yu2 .headline_title{
  display: none;
}

#xuce75el2rv7l1x82yu2 .text_box{
  left: 0;
  margin-inline: auto;
  overflow: visible;
  position: absolute;
  top: 328px;
  width: 530px;
}

#xuce75el2rv7l1x82yu2 .post_data,
#xuce75el2rv7l1x82yu2 .post_data :last-child{
  margin-bottom: 0;
}

#xuce75el2rv7l1x82yu2 .post_data{
  color: #fff;
  font-size: 16px;
  line-height: 2.1333;
}

/* ボタン */
#xuce75el2rv7l1x82yu2 .main_btn{
  background: none;
  height: 68px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-top: 41px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

#xuce75el2rv7l1x82yu2 .main_btn::before,
#xuce75el2rv7l1x82yu2 .main_btn::after{
  content: "";
  position: absolute;
}

#xuce75el2rv7l1x82yu2 .main_btn::before{
  background: #fff;
  bottom: 11px;
  height: 1px;
  width: 100%;
}

#xuce75el2rv7l1x82yu2 .main_btn::after{
  background: url(../files/link_btn_plus02.png) no-repeat center center;
  height: 100%;
  right: 8px;
  width: 10px;
  z-index: 1;
}

#xuce75el2rv7l1x82yu2 .main_btn a{
  background: none;
  border-radius: 0;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
}

#xuce75el2rv7l1x82yu2 .main_btn a::before,
#xuce75el2rv7l1x82yu2 .main_btn a::after{
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .3s, scale .3s .15s;
  z-index: 1;
}

#xuce75el2rv7l1x82yu2 .main_btn a::before{
  background: url(../files/link_btn_text02.png) no-repeat center center;
  width: 73px;
  right: 22px;
}

#xuce75el2rv7l1x82yu2 .main_btn:hover a::before{
  transform: translateX(-60px);
}

#xuce75el2rv7l1x82yu2 .main_btn a::after{
  background: #f9db4a;
  border-radius: 50%;
  content: "";
  right: 102px;
  width: 68px;
}

#xuce75el2rv7l1x82yu2 .main_btn:hover a::after{
  transform: translateX(92px);
  scale: 1.333;
}

/*トップページ　記事
xx4wvrhvehufgwg56f62
--------------------------------------- */

/*タイトル＞新着情報
g1tti3n35c1cf5py6q2a
--------------------------------------- */

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */

/*イメージ画像
t98r5ho0lumtm6xfmh91
--------------------------------------- */
#t98r5ho0lumtm6xfmh91{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

#t98r5ho0lumtm6xfmh91 div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#t98r5ho0lumtm6xfmh91 .easys_content_inner{
  clip-path: inset(0);
  padding-top: calc(680 / 2000 * 100%);
  width: 100%;
}

#t98r5ho0lumtm6xfmh91 .eyecatch{
  display: block;
}

#t98r5ho0lumtm6xfmh91 .field_1col:last-child{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#t98r5ho0lumtm6xfmh91 .field_1col:last-child img{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
  width: clamp(1300px, 100vw, 2000px);
} 

/*会社概要 (top)
rf8jvyojuils00h86sxy
--------------------------------------- */
#rf8jvyojuils00h86sxy{
  background: #f4f3f0;
  overflow: hidden;
  padding-block: 80px;
  position: relative;
}

#page_6 #rf8jvyojuils00h86sxy{
  background: url(../files/block_bg01.jpg);
}

/* ===========================================================================
   馬主様募集   pageID：9
=========================================================================== */

/*バナー > 佐宗厩舎について/施設紹介(※owners)
iqm3qzuja6fnu3qgwp44
--------------------------------------- */
#iqm3qzuja6fnu3qgwp44{
  background: #f4f3f0;
  overflow: hidden;
  padding-block: 160px;
  position: relative;
}

#iqm3qzuja6fnu3qgwp44::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  margin-block: auto;
  display: block;
  width: 100%;
  height: 72px;
/* ループさせる画像 */
  background: url(../files/bnrhalf_catch.png) repeat-x left top;
  content: "";
  animation: loop_bnrhalf_catch 20s linear 0s infinite;
  pointer-events: none;
}
@keyframes loop_bnrhalf_catch {
  to {
    background-position: top left -737px;
  }
}

#iqm3qzuja6fnu3qgwp44 div{
  margin-bottom: 0;
  padding: 0;
}

#iqm3qzuja6fnu3qgwp44 .easys_content_inner{
  overflow: visible;
  width: 960px;
}

#iqm3qzuja6fnu3qgwp44 .img_display{
  overflow: visible !important;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]{
  margin: 0;
  overflow: visible;
  position: relative;
  transition: opacity .4s, transform .4s;
  width: 460px !important;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]::before{
  background: #f9db4a;
  border-radius: 50%;
  content: "";
  height: 68px;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 2px;
  transition: transform .3s, scale .3s .15s;
  width: 68px;
  z-index: 1;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:hover::before{
  scale: 1.333;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:nth-child(1):hover::before{
  transform: translateX(212px);
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:nth-child(2):hover::before{
  transform: translateX(136px);
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]::after{
  background: url(../files/bnrhalf_link_plus.png) no-repeat center center;
  border-radius: 50%;
  content: "";
  height: 15px;
  pointer-events: none;
  position: absolute;
  bottom: 29px;
  width: 15px;
  z-index: 1;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:nth-child(1)::after{
  left: 309px;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:nth-child(2)::after{
  left: 209px;
}

#iqm3qzuja6fnu3qgwp44 a{
  display: block;
  padding-top: 300px;
  position: relative;
  z-index: 1;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"] a::after{
  content: "";
  height: 300px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-size .3s;
  width: 100%;
  z-index: 1;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:nth-child(1) a::after{
  background: url(../files/bnrhalf01.jpg) no-repeat center center/ 100%;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:nth-child(2) a::after{
  background: url(../files/bnrhalf02.jpg) no-repeat center center/ 100%;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:hover a::after{
  background-size: 110%;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"] img{
  padding: 52px 0 26px 88px;
  transition: padding .3s;
  width: max-content;
}

#iqm3qzuja6fnu3qgwp44 [class*="field_"]:hover img{
  padding-left: 0;
}

#iqm3qzuja6fnu3qgwp44 .eyecatch{
  text-align: left;
  width: 100%;
}

/* ===========================================================================
   施設紹介   pageID：12
=========================================================================== */

/*バナー > 馬主様募集中/佐宗厩舎について
myyhjy02py70aryo1vr0
--------------------------------------- */
#myyhjy02py70aryo1vr0{
  background: #f4f3f0;
  overflow: hidden;
  padding-block: 160px;
  position: relative;
}

#myyhjy02py70aryo1vr0::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  margin-block: auto;
  display: block;
  width: 100%;
  height: 72px;
/* ループさせる画像 */
  background: url(../files/bnrhalf_catch.png) repeat-x left top;
  content: "";
  animation: loop_bnrhalf_catch 20s linear 0s infinite;
  pointer-events: none;
}

#myyhjy02py70aryo1vr0 div{
  margin-bottom: 0;
  padding: 0;
}

#myyhjy02py70aryo1vr0 .easys_content_inner{
  overflow: visible;
  width: 960px;
}

#myyhjy02py70aryo1vr0 .img_display{
  overflow: visible !important;
}

#myyhjy02py70aryo1vr0 [class*="field_"]{
  margin: 0;
  overflow: visible;
  position: relative;
  transition: opacity .4s, transform .4s;
  width: 460px !important;
}

#myyhjy02py70aryo1vr0 [class*="field_"]::before{
  background: #f9db4a;
  border-radius: 50%;
  content: "";
  height: 68px;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 2px;
  transition: transform .3s, scale .3s .15s;
  width: 68px;
  z-index: 1;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:hover::before{
  scale: 1.333;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:nth-child(1):hover::before{
  transform: translateX(174px);
}

#myyhjy02py70aryo1vr0 [class*="field_"]:nth-child(2):hover::before{
  transform: translateX(212px);
}

#myyhjy02py70aryo1vr0 [class*="field_"]::after{
  background: url(../files/bnrhalf_link_plus.png) no-repeat center center;
  border-radius: 50%;
  content: "";
  height: 15px;
  pointer-events: none;
  position: absolute;
  bottom: 29px;
  width: 15px;
  z-index: 1;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:nth-child(1)::after{
  left: 259px;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:nth-child(2)::after{
  left: 309px;
}

#myyhjy02py70aryo1vr0 a{
  display: block;
  padding-top: 300px;
  position: relative;
  z-index: 1;
}

#myyhjy02py70aryo1vr0 [class*="field_"] a::after{
  content: "";
  height: 300px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-size .3s;
  width: 100%;
  z-index: 1;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:nth-child(1) a::after{
  background: url(../files/bnrhalf03.jpg) no-repeat center center/ 100%;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:nth-child(2) a::after{
  background: url(../files/bnrhalf01.jpg) no-repeat center center/ 100%;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:hover a::after{
  background-size: 110%;
}

#myyhjy02py70aryo1vr0 [class*="field_"] img{
  padding: 52px 0 26px 88px;
  transition: padding .3s;
  width: max-content;
}

#myyhjy02py70aryo1vr0 [class*="field_"]:hover img{
  padding-left: 0;
}

#myyhjy02py70aryo1vr0 .eyecatch{
  text-align: left;
  width: 100%;
}

/* ===========================================================================
   佐宗厩舎について   pageID：81
=========================================================================== */

/*バナー > 地方競馬全国協会 調教師データ
pfilnwem9238uruh486z
--------------------------------------- */
#pfilnwem9238uruh486z{
  overflow: hidden;
  position: relative;
}

#pfilnwem9238uruh486z div{
  margin-bottom: 0;
  padding: 0;
}

#pfilnwem9238uruh486z .easys_content_inner{
  width: 100%;
}

#pfilnwem9238uruh486z .field_1col{
  transition: clip-path 1.3s ease, filter 1.3s ease, opacity 1.3s ease, transform 1.3s ease;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1){
  position: absolute;
  box-sizing: border-box;
  inset-inline: 0;
  margin-inline: auto;
  top: calc(354 / 600 * 100%);
  width: calc(1100 / 2000 * 100%);
  z-index: 2;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1)::before{
  background: #fff;
  bottom: 11px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1) a{
  padding-block: 29px;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1) a::before{
  background: #f9db4a;
  border-radius: 50%;
  content: "";
  height: 100%;
  right: 114px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .3s, scale .3s .15s;
  width: 68px;
  z-index: 1;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1) a:hover::before{
  transform: translateX(102px);
  scale: 1.333;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1) a::after{
  background: url(../files/link_btn_plus02.png) no-repeat center center;
  content: "";
  height: 100%;
  right: 8px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform .3s, scale .3s .15s;
  width: 10px;
  z-index: 1;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1) img{
  display: block;
  margin-left: auto;
  margin-right: 22px;
  transition: transform .3s;
  width: max-content;
}

#pfilnwem9238uruh486z .field_1col:nth-child(1) a:hover img{
  transform: translateX(-60px);
}

#pfilnwem9238uruh486z .field_1col:nth-child(2){
  margin-inline: auto;
  position: relative;
  width: calc(1890 / 2000 * 100%);
  z-index: 1;
}

#pfilnwem9238uruh486z a{
  display: block;
  position: relative;
  z-index: 1;
}

#pfilnwem9238uruh486z .field_1col:hover img{
  opacity: 1;
}

#pfilnwem9238uruh486z .eyecatch{
  width: 100%;
}

#pfilnwem9238uruh486z .field_1col:last-child{
  position: absolute;
  left: 0;
  top: 0;
  transition: scale .3s;
  width: 100%;
}

#pfilnwem9238uruh486z .field_1col:first-child:hover ~ .field_1col:last-child{
  scale: 1.05;
}

/*イメージ動画
p5vfyl6wuq1lpe1d5cow
--------------------------------------- */
#p5vfyl6wuq1lpe1d5cow{
  overflow: hidden;
  position: relative;
}

#p5vfyl6wuq1lpe1d5cow div{
  margin-bottom: 0;
  padding: 0;
}

#p5vfyl6wuq1lpe1d5cow .easys_content_inner{
  width: 100%;
}

#p5vfyl6wuq1lpe1d5cow .field_1col{
  width: 100%;
  z-index: -2;
}

#p5vfyl6wuq1lpe1d5cow .eyecatch{
  width: 100%;
}

#p5vfyl6wuq1lpe1d5cow video{
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}