@charset "utf-8";

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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #262626;
  --link_color: #25468e;
  --border_color: #c0c0c0;
  --table_border_color: #7e7e7e;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #262626;
  --td_character_color: #262626;
  --required_color: #25468e;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #25468e;
  --entry_title_bg_color: #262626;
  --blog_title_color: #25468e;
  --sub_entry_title_bg_color: #262626;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #25468e;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #25468e;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #4ca3c6;
  --widget_list_bg_color: #262626;
  --footnavi_color: #dddddd;
  --address_color: #dddddd;
  --copy_color: #11295d;
}
/* 置換以外 */
:root {
--easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
--easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
--easys_top_main_h: 1080;/* トップメインのオリジナル高さ(単位なし) */
--easys_naka_main_h: 880;/* 中ページメインのオリジナル高さ(単位なし) */
--easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
--easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
--easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
--easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
--easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
--easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
--easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
--easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
--easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */

/* トップに戻るボタン */
--float_top_btn_w: 70px;
--float_top_btn_x: 20px;
}


/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background:none var(--basic_background_color);
  scroll-behavior:smooth;
  scroll-padding-top:var(--easys_access_h);
  /* background: var(--basic_background_color) url("../files/html_bg.jpg") repeat-x center top; */
  scroll-padding-top: 80px;
}

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: none transparent;
}

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;
  padding-top: 160px;
}

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 {
  height: 0px;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  background: none transparent;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (var(--easys_top_main_h) / 1920)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position:absolute;
  bottom: calc(100%*(45/880));
  left: calc(100%*(40/2000));
  z-index:990;
  width:auto;
  margin:0 auto;
}
#page_6 #site-description {
bottom: calc(100%*(45/1080));
}
#site-description a {
  display:inline;
  color:var(--top_h1_color);
}
/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
}
#page_6 #header_information {
  height: auto;
}


.main_header, .header_class {
  width: 228px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: 990;
}
.main_header a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.main_header img, .header_class img {
  width: 100%;
  height: 100%;
  background: url(../files/main_logo.png) no-repeat top center/100%;
}


/*固定*/
.main_header.fixed {
position: fixed;
z-index: 990;
}

.main_header.fixed img{
  background: url(../files/main_logo02.png) no-repeat top center/100%;
}

/*ナビ横サイドボタン
---------------------------------------*/

.fixed_side {
  display:flex;
  position:fixed;
  top: 40px;
  right:115px;
  z-index:999;
  width:305px;
  height:42px;
  align-items:center;
  justify-content:space-between;
}

.fixed_side div ,
.fixed_side div a {
  display:block;
  width:100%;
  height:100%;
  position: relative;
}

#fixed_btn_gtn {
  width:154px;
}
#fixed_btn_contact {
  width:142px;
}

.fixed_side div a::before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100%;
  opacity: 0;
  transition: 0.3s ease 0s;
}

#fixed_btn_gtn a::before {
  background-image:url(../files/btn_gaten_on.png);
}
#fixed_btn_contact a::before {
  background-image:url(../files/btn_contact_on.png);
}

.fixed_side div a:hover::before{
  opacity: 1
}




/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */


/* ボタン */
#btn-menu {
  position:fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  height:60px;
  cursor:pointer;
  transition:transform 0.6s;
  color:#4ca3c6;
  border-radius:30px;
  background-color:#000000;
  z-index: 999;
  display: block;
}
#btn-menu:hover i:before {
  transform:translateX(100%) translateY(0) translateZ(0);
}
#btn-menu:hover i:after {
  transform:translateX(0) translateY(0) translateZ(0);
}
#btn-menu:hover em {
  transform:translateX(0) translateY(-10px) translateZ(0);
;
  opacity:0;
}
#btn-menu:hover em:last-child {
  transform:translateX(0) translateY(0) translateZ(0);
;
  pointer-events:none;
  opacity:1;
}
#btn-menu i {
  position:absolute;
  top:25px;
  left:16px;
  width:22px;
  height:1px;
  overflow:hidden;
}
#btn-menu i:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:transform 0.6s;
;
  background:currentColor;
}
#btn-menu i:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:transform 0.6s;
  transition-delay:0.2s;
  transform:translateX(-100%) translateY(0) translateZ(0);
;
  background:currentColor;
}
#btn-menu i:nth-child(2) {
  top:31px;
  left:16px;
  width:14px;
}
#btn-menu.r-nav1 {
  position:absolute;
  top:48px;
  right:72px;
  height:62px;
  padding:22px 0 0;
  font-size:1.2rem;
  letter-spacing:2px;
;
  color:#4ca3c6;
}

#btn-menu.r-nav1.is-current {
  pointer-events:none!important;
}

#btn-menu.r-nav1:hover i {
  transform:translateX(0) translateY(-10px) translateZ(0);
;
  opacity:0;
}
#btn-menu.r-nav1:hover i:last-child {
  transform:translateX(0) translateY(0) translateZ(0);
;
  pointer-events:none;
  opacity:1;
}

#btn-menu.r-nav1 i {
  font-style:normal;
  transition:opacity 0.4s, transform 0.4s;
}
#btn-menu.r-nav1 i:last-child {
  position:absolute;
  top:22px;
  left:0;
  transform:translateX(0) translateY(10px) translateZ(0);
;
  pointer-events:none;
  opacity:0;
}



body.open #btn-menu:hover i:before {
  transform:translateX(100%) translateY(0) translateZ(0);
}
body.open #btn-menu:hover i:after {
  transform:translateX(0) translateY(0) translateZ(0);
}
body.open #btn-menu:hover em {
  transform:translateX(0) translateY(-10px) translateZ(0);
;
  opacity:0;
}
body.open #btn-menu:hover em:last-child {
  transform:translateX(0) translateY(0) translateZ(0);
;
  opacity:1;
}

body.open #btn-menu i {
  position:absolute;
  top:29px;
  left:20px;
  width:22px;
  height:1px;
  margin:auto;
  overflow:hidden;
  transform:translateX(0) translateY(0) translateZ(0) rotate(-45deg);
}

body.open #btn-menu i:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:transform 0.6s;
;
  background:currentColor;
}
body.open #btn-menu i:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:transform 0.6s;
  transition-delay:0.2s;
  transform:translateX(-100%) translateY(0) translateZ(0);
;
  background:currentColor;
}
body.open #btn-menu i:nth-child(2) {
  transform:translateX(0) translateY(0) translateZ(0) rotate(45deg);
}

#btn-menu.fixed {
  transform:translateX(0) translateY(-20px) translateZ(0);
}



/*
---------------------------------------*/
#access {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  transition: transform .4s;
  background-color: #4ca3c6;
  z-index: 995;
}
.open #access{
  transform: translateY(0%);
}


#access .menu-header {
  width:960px;
  height:200px;
  margin:calc((100vh - 200px) / 2) auto 0;
  background-image:url(../files/info_bg.png);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100%;
}
div#access .menu-item a {
  width:160px;
  height:100px;
  margin:0px;
  padding:0px;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100%;
}
div#access li.menu-item {
  float:none;
  border: none!important;
}

#access .menu-header ul {
  display:flex;
  position:relative;
  width:620px;
  height:100%;
  margin:0 0 0 auto;
  flex-wrap:wrap;
  justify-content:space-between;
}

div#access .gnavi11 a {   background-image: url(../files/topnavi_bg01.png); }
div#access .gnavi12 a {   background-image: url(../files/topnavi_bg02.png); }
div#access .gnavi13 a {   background-image: url(../files/topnavi_bg03.png); }
div#access .gnavi14 a {   background-image: url(../files/topnavi_bg04.png); }
div#access .gnavi15 a {   background-image: url(../files/topnavi_bg05.png); }
div#access .gnavi16 a {   background-image: url(../files/topnavi_bg06.png); }

div#access li.menu-item a:hover{
  background-position: center top;
}

/* プルダウン個別設定 */
div#access .gnavi14{
  position:relative;
}

div#access .gnavi14 .sub-menu{
  position: absolute;
  left: 0;
  top: 70px!important;
  height: 30px;
  box-shadow: none;
}



div#access .gnavi14 .sub-menu li.sub-gnavi{
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
div#access .gnavi14 .sub-menu li.sub-gnavi a{
  padding: 0;
  background: none transparent;
  border: none;
  width: 100%;
  height: 100%!important;
  display: block;
}

div#access .gnavi14 .sub-menu li.sub-gnavi a:hover{
  
}
div#access .gnavi14 .sub-menu li.sub-gnavi a::after,
div#access .gnavi14 .sub-menu li.sub-gnavi a::before{
  display: none!important;
}

/*ナビの矢印ギミック
---------------------------------------*/

div#access li.menu-item a::before ,
div#access li.menu-item a::after {
  content:" ";
  display:block;
  position:absolute;
  top: 15px;
  right:0px;
  width:16px;
  height:8px;
  margin:auto;
  background:url(/files/footer_navi_arr.png) no-repeat center;
}

div#access li.menu-item a::after {
  right:30px;
  opacity:0;
}

div#access li.menu-item a:hover::before {
  animation:arrow_before 0.5s;
}

div#access li.menu-item a:hover::after {
  animation:arrow_after 0.5s;
}


/* Gナビ上部固定(最大2000pxを維持)
div#access.fixed {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-idex:999;
}
div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: calc(var(--easys_max_width)*1px);
  width: 100%;
  background-color: rgba(22,69,162,0.85);
}
div#access.fixed .menu-header #menu-gnavi {
  float: right;
  margin-right: 10px;
}
*/

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !important;
}
#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.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 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;
}
#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 img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}
/*Firefox対策コード
---------------------------------------*/
#jquery_slider_pc .viewer {
aspect-ratio: var(--easys_max_width)/var(--easys_top_main_h);
}


/*メインパララックス
---------------------------------------*/
#video_teaser ,
#jquery_slider_pc {
  z-index:-1;
  height: calc(100vh + 1014px);
  -webkit-clip-path:inset(0);
  clip-path:inset(0);
}

/* スライダーの子要素をフィックスする */
#video_teaser > div {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:-999;
  margin:auto;
}

#video_teaser_inner video {
  width:100%;
  height:100%;
  object-fit:cover;
}



/*メインレスポンシブなし
---------------------------------------*/
/* body{
  background-size: auto;
}
#branding_box {
 padding: calc(var(--easys_naka_main_h) * 1px) 0 0 0;
}

#page_6 #branding_box {
 padding: calc(var(--easys_top_main_h) * 1px) 0 0 0;
}

#main_teaser,
#video_teaser ,
#jquery_slider_pc {
  overflow:hidden;
}

#video_teaser #video_teaser_inner ,
#jquery_slider_pc .viewer {
  height:100%!important;
}
#main_teaser img {
  position:relative;
  top:0;
  left:calc(50% - 1000px);
  width:2000px;
  height: var(--easys_naka_main_h);
}
#video_teaser #video_teaser_inner video ,
#jquery_slider_pc .viewer img {
  position:relative;
  top:0;
  left:calc(50% - 1000px);
  width:2000px;
  height:var(--easys_top_main_h);
} */


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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 {
  position:relative;
  height: 1410px;
  background:none transparent;
}
#footer_box {
  height: 1410px;
  background:none transparent;
  -webkit-clip-path:inset(0);
  clip-path:inset(0);
}

#footer_box::before {
  content:" ";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-100;
  width:100vw;
  height:100vh;
  pointer-events:none;
  background:url(../files/footer_para_bg.jpg) no-repeat top center/cover;
  object-fit:cover;
}

#footer_box::after {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index: -1;
  width:100%;
  height:650px;
  pointer-events:none;
  background: url(../files/footer_box_bg.png) no-repeat top center,url(../files/footer_bg.jpg) repeat-x top center;
}




/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position:absolute;
  top:160px;
  left:calc(50% - 180px);
}

#footer_sitemap_block #footer-widget-area {
  display:block;
  width:960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  width:760px;
  height:260px;
  border:none;
}

#footer-widget-area .widget-area .menu-item {
  width:160px;
  height:120px;
  margin-right:30px;
  margin-bottom:5px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  display:flex;
  position:relative;
  width:100%;
  height:100%;
  box-sizing:border-box;
  justify-content:flex-start;
  text-align:left;
  color:var(--footnavi_color);
  border:none;
  padding: 45px 0 0 0;
}

#menu-item-59 {
  /* width:100px!important; */
  margin-bottom:200px!important;
}


#menu-item-59 a{
  background: url(/files/footer_navi_bg01.png) no-repeat top left;
}
#menu-item-60 a{
  background: url(/files/footer_navi_bg02.png) no-repeat top left;
}
#menu-item-61 a{
  background: url(/files/footer_navi_bg03.png) no-repeat top left;
}
#menu-item-87 a{
  background: url(/files/footer_navi_bg04.png) no-repeat top left;
}
#menu-item-62 a{
  background: url(/files/footer_navi_bg05.png) no-repeat top left;
}
#menu-item-63 a{
  background: url(/files/footer_navi_bg06.png) no-repeat top left;
}
#menu-item-64 a{
  background: url(/files/footer_navi_bg07.png) no-repeat top left;
}






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



#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before ,
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  content:" ";
  display:block;
  position:absolute;
  top: 15px;
  right:0px;
  width:16px;
  height:8px;
  margin:auto;
  background:url(/files/footer_navi_arr.png) no-repeat center;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  right:30px;
  opacity:0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::before {
  animation:arrow_before 0.5s;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {
  animation:arrow_after 0.5s;
}

/* 矢印画像ホバーギミック */
@keyframes arrow_before {
  20% {
    opacity:0;
  }

  100% {
    transform:translate(30px, 0);
    opacity:0;
  }
}

@keyframes arrow_after {
  99% {
    transform:translate(30px, 0);
    opacity:1;
  }

  100% {
    opacity:0;
  }
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display:block;
  width:1100px;
  margin:0 auto;
}
#footer_information .entry-post {
  width:480px;
  text-align:left;
  color:var(--address_color);
  margin: 0;
  position: absolute;
  top: 465px;
  left: calc(50% - 185px);
}

#footer_information .entry-post p {
  font-weight:600;
  line-height: 2.2!important;
}


#footer_information .entry-post .txt01 {
  font-size:17px!important;
}

#footer_information .entry-post .txt02 {
  font-size:14px!important;
  letter-spacing:0.05em;
}


/*ブログサイドボタン
---------------------------------------*/
#fixed_btn_blog{
  position: fixed;
  z-index: 990;
  bottom: 50px;
  left:30px;
  width: 274px;
  height: 42px;
  overflow: hidden;
}
.open  #fixed_btn_blog{
  z-index:1;
}
#fixed_btn_blog a{
  display: block;
  width: 100%;
  height: 100%;
}

#fixed_btn_blog a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height:100%;
  background: url(../files/btn_blog_text.png) repeat-x left top;
  content: '';
  animation: loop_blog 40s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_blog {

  to {
    background-position: top left -234px;
  }
}

#fixed_btn_blog a::after {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  background:url(../files/btn_blog_cover.png) no-repeat top center;
}


/*  フッター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: var(--copy_color);
  position: absolute;
  bottom: 390px;
  left: calc(50% - 550px);
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  /* opacity: 0;
    visibility: hidden;
  transition: ease-in-out .4s; */
}

/* .fixed_btn.first_view {
  visibility: visible;
  opacity: 1;
} */

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

.fixed_btn div:last-child {
  margin-bottom: 0;
}





@media(min-width:2000px) {
  .fixed_btn {
    left: calc(50% + 950px);
    width: 50px;
  }
  #float_top_btn {
    left: calc(50% + (1000px - var(--float_top_btn_w) - var(--float_top_btn_x)));
  }
}




/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: var(--float_top_btn_x);
  bottom: 30px;
  width: var(--float_top_btn_w);
}
#float_top_btn a{
  display:block;
  width:100%;
  height:100%
}

#float_top_btn a:hover img {
  opacity: 1;
}
.open #float_top_btn{
  z-index:1;
}

#float_top_btn::before {
  content:"";
  display:block;
  position:absolute;
  top:calc(50% - 5px);
  left:calc(50% - 5px);
  width:10px;
  height:10px;
  background: url(/files/top_btn_arr.png) no-repeat center top;
}


#float_top_btn:hover::before {
  animation: footerBackbtnTick 1s cubic-bezier(.19,1,.22,1) 0s infinite normal both
}
@keyframes footerBackbtnTick {
  0% {
      transform: translateY(-10px)
  }

  75% {
      transform: translate(0)
  }

  to {
      transform: translate(0)
  }
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*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: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.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: 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: 20px;
}
* .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: 15px;
  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;
}



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



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


/* 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 var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}


.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.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: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#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: var(--blog_title_color);
}

.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: "";
}


/*下記個人追記
---------------------------------------*/

/* メール投稿ブロック画像幅調整 */
.img_size_thumb {
  height:150px;
}

small {
  box-sizing:border-box;
}

.flow_arr {
  height:40px;
}

.grecaptcha-badge {
  visibility:hidden;
}


/*画面幅2000px以上の時
---------------------------------------*/
@media screen and (min-width: 2000px) {
  .main_header img.fixed {
    left:calc(50% - 1000px);
  }
  #float_top_btn {
    right:calc(50% - 980px);
  }
  .fixed_side{
        right:calc(50% - 885px);
  }
  #btn-menu{
      right:calc(50% - 970px);
  }
  #fixed_btn_blog{
      left:calc(50% - 970px);
  }
}


/*no_margin
--------------------------------------- */
/* 対象のマージンを消す */
.easys_content.no_margin {
  margin:0;
}

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

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

.easys_content:last-child:not(.nd_01){
  margin-bottom:160px;
}


/*見出し
---------------------------------------*/
.widget-title ,
.widget-title2 a ,
#blog_main .widget-area ul ul li a ,
#blog_main .entry-title ,
.headline_title ,
h3.entry_title ,
.entry_title ,
.entry_title h3 ,
.entry-title ,
* .mid_entry_title ,
* .half_entry_title ,
* .short_entry_title ,
* .half_sub_entry_title ,
* .short_sub_entry_title ,
* .sub_entry_title ,
* .sub_entry_title h4 ,
* .mid_sub_entry_title ,
* .inline_title {
  font-weight:500;
}


/*--------------h3以降中央寄せ-----------------------*/ 
/*h3 見出し*/
h3.entry_title ,
.entry_title {
  width:960px;
  padding:0;
  /* サイズ、背景、余白などはこちら */
  text-align:center;
} 
/*----リンク有---*/
.entry_title h3 {
  width:960px;
}
/* h3 見出しリンクボタン */ 
.entry_title span.read_more_btn {
  margin-left:-120px;
}
/* 小見出し用 */ 
.sub_entry_title {
  width:960px;
  padding:0;
  text-align:center;
}
/*----リンク有---*/
.sub_entry_title h4 {
  width:960px;
}
/*-小見出しリンクボタン-*/
.sub_entry_title span.read_more_btn {
  margin-left:-120px;
}


* .mid_entry_title ,
* .mid_entry_title a {
  width:570px;
  padding:0;
  text-align:center;
}

* .mid_sub_entry_title {
  width:570px;
  padding:0;
  text-align:center;
}


/*バナー＞お問い合わせ（※top）
khepmtwfsdgco6x8r7cd
--------------------------------------- */
#khepmtwfsdgco6x8r7cd div {
  margin-bottom:0;
  padding-bottom:0;
}
#khepmtwfsdgco6x8r7cd {
  position:relative;
  height:calc(100vw * (660  / 2000));
  min-height:calc(660px * (1300 / 2000));
  max-height:660px;
  overflow:hidden;
  margin-top: 160px;
}
#page_81 #khepmtwfsdgco6x8r7cd,
#page_6 #khepmtwfsdgco6x8r7cd {
  margin-top: 0px;
}

#khepmtwfsdgco6x8r7cd .easys_content_inner {
  position:relative;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  margin:auto;
  transform:none;

  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}

#khepmtwfsdgco6x8r7cd::after {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  background:url(../files/bnr_contact.png) no-repeat top center/100%;
}

#khepmtwfsdgco6x8r7cd .eyecatch{
display: block;
position: absolute;
  top:calc(100%*(515/660));
  left:calc(100%*(1615/2000));
  z-index:10;
  width:calc(100%*(304/2000));
  height:calc(100%*(78/660));
}

#khepmtwfsdgco6x8r7cd .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}

#khepmtwfsdgco6x8r7cd .eyecatch::before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:100%;
height:100%;
background: url(../files/bnr_contact_link_btn_on.png) no-repeat top center/100%;
pointer-events: none;
opacity: 0;
transition: 0.3s ease 0s;
}
#khepmtwfsdgco6x8r7cd .eyecatch a:hover img,
#khepmtwfsdgco6x8r7cd .eyecatch:hover::before{
opacity: 1;
}

#khepmtwfsdgco6x8r7cd .eyecatch a::before {
  content:" ";
  display:block;
  position:absolute;
  margin:auto;
  transition:0.3s ease 0s;
  pointer-events:none;
  background:url(../files/bnr_contact_link_off.png) no-repeat top center/100%;
}

#khepmtwfsdgco6x8r7cd .eyecatch a::after {
  content:" ";
  display:block;
  position:absolute;
  margin:auto;
  transition:0.3s ease 0s;
  pointer-events:none;
  opacity:0;
  background:url(../files/bnr_contact_link_on.png) no-repeat top center/100%;
}
#khepmtwfsdgco6x8r7cd .eyecatch a:hover::after {
  opacity:1;
}
#khepmtwfsdgco6x8r7cd .eyecatch a::before,
#khepmtwfsdgco6x8r7cd .eyecatch a::after,
#khepmtwfsdgco6x8r7cd svg {
  top:0;
  bottom:0;
  margin: auto;
  right:5%;
  z-index:1;
  width:calc(100%*(54/304));
  height:calc(100%*(54/78));
}

/* 背景動画JSで追加 */
#khepmtwfsdgco6x8r7cd .design_video {
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:-100;
  width:100%;
  height:100%;
  margin:0 auto;
  scale: 1;
  transition: 0.5s ease 0s;
}

#khepmtwfsdgco6x8r7cd .design_video video {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:-100;
  width:100vw;
  height:100vh;
  min-width:1300px;
  max-width:2000px;
  margin:auto;

  object-fit:cover;
}

#khepmtwfsdgco6x8r7cd .img_display.active ~ .design_video{
scale: 1.1;
}


/*画像＞イメージパララックス（※top）
zug7roe8btwm53zdippr
--------------------------------------- */
#zug7roe8btwm53zdippr div {
  margin-bottom:0;
  padding-bottom:0;
}
#zug7roe8btwm53zdippr {
  position:relative;
max-height: 760px;
min-height: calc(760px * (1300 / 2000));
height: calc(100vw * (760  / 2000));
}
/* transformがあれば初期値にする */
#zug7roe8btwm53zdippr .easys_content_inner {
  position:relative;
  top:0;
  left:0;
  width:100%;
  transform:none;
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
  height:100%;
}

#zug7roe8btwm53zdippr [class*='field_']:nth-of-type(1) {
  height:0;
}

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




/*ボタン
---------------------------------------*/

a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  width: 54px;
  height: 54px;
  transform: rotate(-90deg);
  z-index: 10;
}

a circle {
  opacity: 1;
  fill: transparent;
  stroke: #67cbf1;
  stroke-width: 2px;
  stroke-dasharray: 0 366;
  transition: stroke-dasharray 0.7s ease, opacity 0.2s ease;
}

a:hover circle {
  stroke-dasharray: 366 366;
}


/*====================================================
ここからデザインブロック
===================================================== */
/* 親 */
#cjs666h4okplxdw78gx5 ,
#hadhdj4hkpqf7fo6sxuz ,
#vdd5vkr1usaert3qbxe2 ,
#ivc908k6bd47wy4nmgis ,
#f6ux6cw5lp80yupxpcxu ,
#cn1ntd8fjjab34yxqpc5 ,
#avig3zoy048yl77dq2io ,
#lnqwk65u29erebjmyiyp ,
#unfwxkhkt4zxalw6eloe  {
  position:relative;
}
/* easys_content_inner前面表示設定 */
#cjs666h4okplxdw78gx5 .easys_content_inner ,
#hadhdj4hkpqf7fo6sxuz .easys_content_inner ,
#vdd5vkr1usaert3qbxe2 .easys_content_inner ,
#ivc908k6bd47wy4nmgis .easys_content_inner ,
#f6ux6cw5lp80yupxpcxu .easys_content_inner ,
#cn1ntd8fjjab34yxqpc5 .easys_content_inner ,
#avig3zoy048yl77dq2io .easys_content_inner ,
#lnqwk65u29erebjmyiyp .easys_content_inner ,
#unfwxkhkt4zxalw6eloe .easys_content_inner  {
  position:relative;
  z-index:100;
  width: 1100px;
}
/* PC 背景付きブロックの記事画像 非表示  */
#cjs666h4okplxdw78gx5 .entry_post:first-of-type .eyecatch ,
#hadhdj4hkpqf7fo6sxuz .entry_post:first-of-type .eyecatch ,
#vdd5vkr1usaert3qbxe2 .entry_post:first-of-type .eyecatch ,
#ivc908k6bd47wy4nmgis .entry_post:first-of-type .eyecatch ,
#f6ux6cw5lp80yupxpcxu .entry_post:first-of-type .eyecatch ,
#cn1ntd8fjjab34yxqpc5 .entry_post:first-of-type .eyecatch ,
#avig3zoy048yl77dq2io .entry_post:first-of-type .eyecatch ,
#lnqwk65u29erebjmyiyp .entry_post:first-of-type .eyecatch ,
#unfwxkhkt4zxalw6eloe .entry_post:first-of-type .eyecatch  {
  display:none;
}
/*  float 解除 */
#cjs666h4okplxdw78gx5 .entry_post:first-of-type .float_left ,
#cjs666h4okplxdw78gx5 .entry_post:first-of-type .float_right ,
#hadhdj4hkpqf7fo6sxuz .entry_post:first-of-type .float_left ,
#hadhdj4hkpqf7fo6sxuz .entry_post:first-of-type .float_right ,
#vdd5vkr1usaert3qbxe2 .entry_post:first-of-type .float_left ,
#vdd5vkr1usaert3qbxe2 .entry_post:first-of-type .float_right ,
#ivc908k6bd47wy4nmgis .entry_post:first-of-type .float_left ,
#ivc908k6bd47wy4nmgis .entry_post:first-of-type .float_right ,
#f6ux6cw5lp80yupxpcxu .entry_post:first-of-type .float_left ,
#f6ux6cw5lp80yupxpcxu .entry_post:first-of-type .float_right ,
#cn1ntd8fjjab34yxqpc5 .entry_post:first-of-type .float_left ,
#cn1ntd8fjjab34yxqpc5 .entry_post:first-of-type .float_right ,
#avig3zoy048yl77dq2io .entry_post:first-of-type .float_left ,
#avig3zoy048yl77dq2io .entry_post:first-of-type .float_right ,
#lnqwk65u29erebjmyiyp .entry_post:first-of-type .float_left ,
#lnqwk65u29erebjmyiyp .entry_post:first-of-type .float_right ,
#unfwxkhkt4zxalw6eloe .entry_post:first-of-type .float_left ,
#unfwxkhkt4zxalw6eloe .entry_post:first-of-type .float_right {
  float:none;
}
.easys_content .sub_post .float_left {
  float:left !important;
}
.easys_content .sub_post .float_right {
  float:right !important;
}
/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#cjs666h4okplxdw78gx5 *[class*="title"] ,
#hadhdj4hkpqf7fo6sxuz *[class*="title"] ,
#vdd5vkr1usaert3qbxe2 *[class*="title"] ,
#ivc908k6bd47wy4nmgis *[class*="title"] ,
#f6ux6cw5lp80yupxpcxu *[class*="title"] ,
#cn1ntd8fjjab34yxqpc5 *[class*="title"] ,
#avig3zoy048yl77dq2io *[class*="title"] ,
#lnqwk65u29erebjmyiyp *[class*="title"] ,
#unfwxkhkt4zxalw6eloe *[class*="title"] {
  display:none;
}



#cjs666h4okplxdw78gx5 .post_data,
#hadhdj4hkpqf7fo6sxuz .post_data,
#vdd5vkr1usaert3qbxe2 .post_data,
#ivc908k6bd47wy4nmgis .post_data,
#f6ux6cw5lp80yupxpcxu .post_data,
#cn1ntd8fjjab34yxqpc5 .post_data,
#avig3zoy048yl77dq2io .post_data,
#lnqwk65u29erebjmyiyp .post_data,
#unfwxkhkt4zxalw6eloe .post_data{
  /* line-height: 2; */
}


/* ＝＝＝デザインブロックボタン共通＝＝＝ */
#cjs666h4okplxdw78gx5 .main_btn ,
#hadhdj4hkpqf7fo6sxuz .main_btn  {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:999;
  margin:0;
  padding:0;
  width: 304px;
  height: 78px;
}


#cjs666h4okplxdw78gx5 .main_btn a ,
#hadhdj4hkpqf7fo6sxuz .main_btn a {
  display:block;
  width: 100%;
  height: 100%;
  padding:0;
  text-indent:-9999px;
  border-radius:0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-color: transparent;
}



#cjs666h4okplxdw78gx5 .main_btn::before,
#hadhdj4hkpqf7fo6sxuz .main_btn::before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:100%;
height:100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
pointer-events: none;
opacity: 0;
transition: 0.3s ease 0s;
}
#cjs666h4okplxdw78gx5 .main_btn:hover::before,
#hadhdj4hkpqf7fo6sxuz .main_btn:hover::before{
opacity: 1;
}

#cjs666h4okplxdw78gx5 .main_btn a::before,
#hadhdj4hkpqf7fo6sxuz .main_btn a::before {
  content:" ";
  display:block;
  position:absolute;
  margin:auto;
  transition:0.3s ease 0s;
  pointer-events:none;
  background:url(../files/design_link_btn_off.png) no-repeat top center/100%;
}

#cjs666h4okplxdw78gx5 .main_btn a::after,
#hadhdj4hkpqf7fo6sxuz .main_btn a::after {
  content:" ";
  display:block;
  position:absolute;
  margin:auto;
  transition:0.3s ease 0s;
  pointer-events:none;
  opacity:0;
  background:url(../files/design_link_btn_on.png) no-repeat top center/100%;
}
#cjs666h4okplxdw78gx5 .main_btn a:hover::after ,
#hadhdj4hkpqf7fo6sxuz .main_btn a:hover::after {
  opacity:1;
}
#cjs666h4okplxdw78gx5 .main_btn a::before,
#hadhdj4hkpqf7fo6sxuz .main_btn a::before,
#cjs666h4okplxdw78gx5 .main_btn a::after,
#hadhdj4hkpqf7fo6sxuz .main_btn a::after {
  top:0;
  bottom:0;
  margin: auto;
  right: 11px;
  z-index:1;
  width:calc(100%*(54/304));
  height:calc(100%*(54/78));
}

/* デザインブロックスクロールギミック共通 */
.design_block {
  position:absolute;
  top:0;
  left:calc(50% - 1000px);
  width:2000px;
  height:100%;
  transition:1s ease 0s;
  pointer-events:none;
  opacity:0;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:auto;
}

.design_block.moved {
  transform:translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  opacity:1;
  filter: blur(0px)!important;
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}
/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition:all 1s ease 0s;
  transform:translate(0px, 100px);
  opacity:0;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform:translate(0px, 0px);
  opacity:1;
}


/* デザインブロック　線のギミック */
.linegroup {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: none;
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: width 1s;
}
.linegroup.moved  {
  width: 100%;
}


/*DB＞熊本県上天草市に拠点を置く永木海運株式会社
cjs666h4okplxdw78gx5
--------------------------------------- */
#cjs666h4okplxdw78gx5 {
  height:1014px;
  background:url(../files/design01_bg.png) no-repeat center top;
}
#cjs666h4okplxdw78gx5 .text_box {
  width: 540px;
  margin: 340px 0 0 570px;
}
#cjs666h4okplxdw78gx5 .post_data {
  text-align:left;
}
#cjs666h4okplxdw78gx5 .main_btn {
  top: 350px;
  left:0;
  background-image: url(../files/design01_link_btn_off.png);
}
#cjs666h4okplxdw78gx5 .main_btn::before {
  background-image: url(../files/design01_link_btn_on.png);
}


#cjs666h4okplxdw78gx5 .design_block.block1 {
opacity: 1;
  background:url(../files/design01_cover.png) no-repeat center top;
}


/* 線のギミック */
#cjs666h4okplxdw78gx5 .linegroup:nth-of-type(1) {
  top: 181px;
}
#cjs666h4okplxdw78gx5 .linegroup:nth-of-type(2) {
  top: 191px;
}
#cjs666h4okplxdw78gx5 .linegroup:nth-of-type(3) {
  top: 220px;
}
#cjs666h4okplxdw78gx5 .linegroup:nth-of-type(4) {
  top: 285px;
}

/* 背景動画JSで追加 */
#cjs666h4okplxdw78gx5 .design_video {
  display:block;
  position:absolute;
  bottom: 0;
  left:calc(50% - 1000px);
  right:0;
  z-index: -1;
  width:2000px;
  height:507px;
  margin:0 auto;
}

#cjs666h4okplxdw78gx5 .design_video video {
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index:1;
  width:100%;
  height:100%;
  min-width:1300px;
  max-width:2000px;
  margin:auto;
  object-fit:cover;
}

/*DB＞大海原を舞台に築いてきた、確かな証
hadhdj4hkpqf7fo6sxuz
--------------------------------------- */
#hadhdj4hkpqf7fo6sxuz {
  height: 888px;
  background:url(../files/design02_bg.jpg) no-repeat center top;
}
#hadhdj4hkpqf7fo6sxuz .text_box {
  width: 530px;
  margin: 335px 0 0 570px;
}
#hadhdj4hkpqf7fo6sxuz .post_data {
  text-align:left;
  color: #fff;
}
#hadhdj4hkpqf7fo6sxuz .main_btn {
  top: 625px;
  left: 570px;
  background-image: url(../files/design02_link_btn_off.png);
}
#hadhdj4hkpqf7fo6sxuz .main_btn::before {
  background-image: url(../files/design02_link_btn_on.png);
}
#hadhdj4hkpqf7fo6sxuz  .design_block.block1 {
opacity: 1;
  background:url(../files/design02_cover.png) no-repeat center top;
}

#hadhdj4hkpqf7fo6sxuz .linegroup{
background-color: rgba(240, 241, 243, 0.2);
}


/* 線のギミック */
#hadhdj4hkpqf7fo6sxuz .linegroup:nth-of-type(1) {
  top: 179px;
}
#hadhdj4hkpqf7fo6sxuz .linegroup:nth-of-type(2) {
  top: 190px;
}
#hadhdj4hkpqf7fo6sxuz .linegroup:nth-of-type(3) {
  top: 220px;
}
#hadhdj4hkpqf7fo6sxuz .linegroup:nth-of-type(4) {
  top: 285px;
}


/*DB＞公共工事で培った信頼と、安定した事業基盤
vdd5vkr1usaert3qbxe2
--------------------------------------- */
#vdd5vkr1usaert3qbxe2 {
  height:1360px;
}
#vdd5vkr1usaert3qbxe2 .text_box {
  width: 530px;
  margin: 855px 0 0 570px;
}
#vdd5vkr1usaert3qbxe2 .post_data {
  text-align:left;
}

#vdd5vkr1usaert3qbxe2  .design_block.block1 {
  top:180px;
  left:calc(50% + 20px);
  width:640px;
  height:420px;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  background:url(../files/design03_img01.jpg) no-repeat center top;
  z-index: 1;
}
#vdd5vkr1usaert3qbxe2  .design_block.block2 {
  top:720px;
  left:calc(50% - 680px);
  width:600px;
  height:460px;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  background:url(../files/design03_img02.png) no-repeat center top;
  z-index: 1;
}

#vdd5vkr1usaert3qbxe2  .design_block.block3 {
opacity: 1;
  background:url(../files/design03_cover.png) no-repeat center top;
}


/* 線のギミック */
#vdd5vkr1usaert3qbxe2 .linegroup:nth-of-type(1) {
  top: 319px;
}
#vdd5vkr1usaert3qbxe2 .linegroup:nth-of-type(2) {
  top: 332px;
}
#vdd5vkr1usaert3qbxe2 .linegroup:nth-of-type(3) {
  top: 360px;
}
#vdd5vkr1usaert3qbxe2 .linegroup:nth-of-type(4) {
  top: 425px;
}

#vdd5vkr1usaert3qbxe2::before {
  position: absolute;
  top: 670px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 114px;
  background: url(../files/design03_catch.png) repeat-x left top;
  content: '';
  animation: loop_db1 40s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_db1{

  to {
    background-position: top left -1244px;
  }
}


/*DB＞施工フィールドは全国へ。柔軟な対応力も強みです
ivc908k6bd47wy4nmgis
--------------------------------------- */
#ivc908k6bd47wy4nmgis {
  height:900px;
  background:url(../files/design04_bg.png) no-repeat center top #4CA3C6;
}
#ivc908k6bd47wy4nmgis .text_box {
  width:550px;
  margin:335px 0 0 0px;
}
#ivc908k6bd47wy4nmgis .post_data {
  text-align:left;
  color:#FFFFFF;
}

#ivc908k6bd47wy4nmgis  .design_block.block1 {
  z-index:1;
  opacity:1;
  background:url(../files/design04_cover.png) no-repeat center top;
}

#ivc908k6bd47wy4nmgis::before {
  content:" ";
  display:block;
  position:absolute;
  top:607px;
  left:calc(50% + 87px);
  z-index:10;
  width:39px;
  height:46px;
  pointer-events:none;
  background:url(../files/design04_map_pin.png) no-repeat top center;
}

#ivc908k6bd47wy4nmgis::after {
  content:"";
  display:block;
  position:absolute;
  top:525px;
  left:calc(50% + 5px);
  z-index:10;
  width:200px;  /* 最終的なサイズに合わせる */
  height:200px;
  transform:scale(0.25); /* 初期サイズを50px相当に */
  transform-origin:center center;
  animation:plus-loop 3.5s cubic-bezier(0, 0, 0.25, 0.99) infinite;
  opacity:1;
  border:1px solid #FFFFFF;
  border-radius:50%;
}
@keyframes plus-loop {
  0% {
    transform:scale(0.25);  /* 50px相当 */
    opacity:1;
  }
  90% {
    opacity:1;
  }
  100% {
    transform:scale(1);  /* 200px相当 */
    opacity:0;
  }
}

/* 線のギミック */
#ivc908k6bd47wy4nmgis .linegroup{
background-color: rgba(240, 241, 243, 0.2);
}
#ivc908k6bd47wy4nmgis .linegroup:nth-of-type(1) {
  top: 179px;
}
#ivc908k6bd47wy4nmgis .linegroup:nth-of-type(2) {
  top: 192px;
}
#ivc908k6bd47wy4nmgis .linegroup:nth-of-type(3) {
  top: 220px;
}
#ivc908k6bd47wy4nmgis .linegroup:nth-of-type(4) {
  top: 286px;
}

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

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */
#mcjm4i1sgutqg0x0egdd{
  padding: 180px 0;
    background-image: url(../files/block_bg01.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
}

/*DB＞海洋土木工事
f6ux6cw5lp80yupxpcxu
--------------------------------------- */
#f6ux6cw5lp80yupxpcxu {
  height: 1040px;
  background:url(../files/design05_bg.png) no-repeat center top;
  overflow: hidden;
}
#f6ux6cw5lp80yupxpcxu .text_box {
  width: 530px;
  margin: 480px 0 0 0px;
}
#f6ux6cw5lp80yupxpcxu .post_data {
  text-align:left;
}

#f6ux6cw5lp80yupxpcxu  .design_block.block1 {
opacity: 1;
  background:url(../files/design05_cover.png) no-repeat center top;
}


#f6ux6cw5lp80yupxpcxu::before {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 114px;
  background: url(../files/design05_catch.png) repeat-x left top;
  content: '';
  animation: loop_db2 40s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_db2 {

  to {
    background-position: top left -1062px;
  }
}


#f6ux6cw5lp80yupxpcxu  .design_block.block2 {
  top:140px;
  left:calc(50% + 140px);
  z-index:1;
  width:440px;
  height:720px;
  opacity:1;
}

#f6ux6cw5lp80yupxpcxu  .design_block.block2::after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:440px;
  height:100%;
  animation:loop_db3 40s linear 0s infinite;
  pointer-events:none;
  background:url(../files/design05_img.png) repeat-y left top;
}

@keyframes loop_db3 {
  to {
    background-position:left top  -1560px;
  }
}


/* 線のギミック */
#f6ux6cw5lp80yupxpcxu .linegroup:nth-of-type(1) {
  top: 359px;
}
#f6ux6cw5lp80yupxpcxu .linegroup:nth-of-type(2) {
  top: 374px;
}
#f6ux6cw5lp80yupxpcxu .linegroup:nth-of-type(3) {
  top: 400px;
}
#f6ux6cw5lp80yupxpcxu .linegroup:nth-of-type(4) {
  top: 430px;
}



/*DB＞施工実績のご紹介
cn1ntd8fjjab34yxqpc5
--------------------------------------- */
#cn1ntd8fjjab34yxqpc5 {
  height: 960px;
}
#cn1ntd8fjjab34yxqpc5 .text_box {
  width: 530px;
  margin: 550px 0 0 570px;
}
#cn1ntd8fjjab34yxqpc5 .post_data {
  text-align:left;
  color: #fff;
}

#cn1ntd8fjjab34yxqpc5  .design_block.block1 {
  transform:none!important;
  opacity:1;
  -webkit-clip-path:inset(0);
  clip-path:inset(0);
  filter:none!important;
  z-index: -100;
}

#cn1ntd8fjjab34yxqpc5 .design_block.block1::before {
  content:" ";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-100;
  width:100vw;
  height:100vh;
  pointer-events:none;
  background:url(../files/design06_para_bg.jpg) no-repeat top center/cover;

  object-fit:cover;
}
#cn1ntd8fjjab34yxqpc5  .design_block.block2 {
  z-index: 10;
  opacity:1;
  background:url(../files/design06_cover.png) no-repeat top center;
}

/* 線のギミック */
#cn1ntd8fjjab34yxqpc5 .linegroup{
background-color: rgba(240, 241, 243, 0.2);
}
#cn1ntd8fjjab34yxqpc5 .linegroup:nth-of-type(1) {
  top: 179px;
}
#cn1ntd8fjjab34yxqpc5 .linegroup:nth-of-type(2) {
  top: 192px;
}
#cn1ntd8fjjab34yxqpc5 .linegroup:nth-of-type(3) {
  top: 220px;
}
#cn1ntd8fjjab34yxqpc5 .linegroup:nth-of-type(4) {
  top: 286px;
}


#cn1ntd8fjjab34yxqpc5::before {
  position: absolute;
  top: 368px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 114px;
  background: url(../files/design06_catch.png) repeat-x left top;
  content: '';
  animation: loop_db4 40s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_db4 {

  to {
    background-position: top left -1062px;
  }
}


/*DB＞代表挨拶
avig3zoy048yl77dq2io
--------------------------------------- */
#avig3zoy048yl77dq2io {
  height:920px;
  background:url(../files/design07_bg.jpg) no-repeat center top;
}
#avig3zoy048yl77dq2io .text_box {
  width:530px;
  margin:300px 0 0 5px;
}
#avig3zoy048yl77dq2io .post_data {
  position:relative;
  padding-bottom:70px;
  text-align:left;
  color:#FFFFFF;
}

#avig3zoy048yl77dq2io .post_data::before {
  content:" ";
  display:block;
  position:absolute;
  bottom:0;
  right:0;
  z-index:1;
  width:247px;
  height:29px;
  pointer-events:none;
  background:url(../files/design07_sign.png) no-repeat top center;
}

#avig3zoy048yl77dq2io  .design_block.block1 {
  z-index:1;
  opacity:1;
  background:url(../files/design07_cover.png) no-repeat top center;
}


/* 線のギミック */
#avig3zoy048yl77dq2io .linegroup{
background-color: rgba(240, 241, 243, 0.2);
}
#avig3zoy048yl77dq2io .linegroup:nth-of-type(1) {
  top: 179px;
}
#avig3zoy048yl77dq2io .linegroup:nth-of-type(2) {
  top: 193px;
}
#avig3zoy048yl77dq2io .linegroup:nth-of-type(3) {
  top: 220px;
}
#avig3zoy048yl77dq2io .linegroup:nth-of-type(4) {
  top: 248px;
}


/*DB＞永木海運が保有する船舶
lnqwk65u29erebjmyiyp
--------------------------------------- */
#lnqwk65u29erebjmyiyp {
  height: 1300px;
  background:url(../files/design08_bg.png) no-repeat center top;
}
#lnqwk65u29erebjmyiyp .text_box {
  width: 530px;
  margin: 380px 0 0 0px;
}
#lnqwk65u29erebjmyiyp .post_data {
  text-align:left;
}

/* 線のギミック */
#lnqwk65u29erebjmyiyp .linegroup:nth-of-type(1) {
  top: 260px;
}
#lnqwk65u29erebjmyiyp .linegroup:nth-of-type(2) {
  top: 273px;
}
#lnqwk65u29erebjmyiyp .linegroup:nth-of-type(3) {
  top: 300px;
}
#lnqwk65u29erebjmyiyp .linegroup:nth-of-type(4) {
  top: 330px;
}


#lnqwk65u29erebjmyiyp .design_block.block1 {
  top:180px;
  left: calc(50% + 100px);
  z-index:1;
  width: 440px;
  height: 600px;
  transform:translateY(100px) rotate3d(-1, -1, 0, -20deg);
  background:url(../files/design08_img01.jpg) no-repeat center top;
}
#lnqwk65u29erebjmyiyp  .design_block.block2 {
  top: 780px;
  left: calc(50% - 550px);
  z-index:1;
  width: 500px;
  height: 340px;
  transform:translateY(100px) rotate3d(-1, -1, 0, -20deg);
  background: url(../files/design08_img02.jpg) no-repeat center top;
}
#lnqwk65u29erebjmyiyp  .design_block.block3 {
  z-index:1;
  opacity:1;
  background:url(../files/design08_cover.png) no-repeat center top;
}


/*DB＞採用情報のご紹介
unfwxkhkt4zxalw6eloe
--------------------------------------- */
#unfwxkhkt4zxalw6eloe {

height: 1210px;

background:url(../files/design09_bg.png) no-repeat center top;
}
#unfwxkhkt4zxalw6eloe .text_box {
  width: 540px;
  margin: 760px 0 0 570px;
}
#unfwxkhkt4zxalw6eloe .post_data {
  text-align:left;
}

/* 線のギミック */
#unfwxkhkt4zxalw6eloe .linegroup:nth-of-type(1) {
  top: 359px;
}
#unfwxkhkt4zxalw6eloe .linegroup:nth-of-type(2) {
  top: 372px;
}
#unfwxkhkt4zxalw6eloe .linegroup:nth-of-type(3) {
  top: 398px;
}
#unfwxkhkt4zxalw6eloe .linegroup:nth-of-type(4) {
  top: 428px;
}


#unfwxkhkt4zxalw6eloe .design_block.block1 {
  top:180px;
  left: calc(50% + 20px);
  z-index:1;
  width: 640px;
  height: 420px;
  transform:translateY(100px) rotate3d(-1, -1, 0, -20deg);
  background:url(../files/design09_img01.jpg) no-repeat center top;
}

#unfwxkhkt4zxalw6eloe .design_block.block2 {
opacity: 1;
  background:url(../files/design09_cover.png) no-repeat center top;
}


#unfwxkhkt4zxalw6eloe .design_block.block3 {
  top:690px;
  left:calc(50% - 1000px);
  z-index:1;
  width:890px;
  height:340px;
  opacity:1;
}

#unfwxkhkt4zxalw6eloe .design_block.block3::before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:340px;
  animation:loop_db5 40s linear 0s infinite;
  pointer-events:none;
  background:url(../files/design09_img02.png) repeat-x left top;
}

@keyframes loop_db5 {
  to {
    background-position:top left 1760px;
  }
}




/*背景設定
---------------------------------------*/
#f6ux6cw5lp80yupxpcxu + .easys_content,
#rf8jvyojuils00h86sxy,
#r4axfd7pwaeap52oktmf{
  padding: 160px 0;
  background-image: url(../files/block_bg01.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  margin: 0;
}
