@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  word-break: break-word;
  background: url("../files/body_bg.png") no-repeat center top / 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
body,
.wpcf7c-conf {
  color: #333333;
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: url("../files/body_bg_top.png") no-repeat center top / 100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #1095bc;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #1095bc;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (670/2000)) 0 0 0;
  height: 0;
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  padding: calc(100% * (1030/2000)) 0 0 0;
  background: url(/files/branding_box_bg_top.png) no-repeat center top / 100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 10px;
  width: auto;
  z-index: 10;
}
#site-description a {
  display: inline;
  color: #333333;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  position: absolute;
  top: calc(100% * ( 140 / 670));
  left: calc(100% * ( 100 / 2000));
  z-index: 1;
  background: none transparent;
  transform-origin: top left;
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  top: calc(100% * ( 140 / 1030));
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#header_information .main_header a {
  display: block;
  padding: 0;
}
#header_information .main_header a img {
  width: calc(100vw * ( 360 / 2000));
  height: calc(100vw * ( 90 / 2000));
  display: block;
}
/* Gナビ上部固定*/
#header_information.fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 100;
}
#header_information.fixed .main_header a img {
  background: url(/files/header_information_bg.png) no-repeat left top;
  width: 230px;
  height: 60px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 120px;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header {
  float: right;
  width: 830px;
}
div#access .menu-item a {
  padding: 0;
  width: 120px;
  height: 120px !important;
  background: url("../files/topnavi_01.png") no-repeat center top;
  line-height: 120px !important;
}
div#access .gnavi11 a {
  background-position-x: left;
  width: 140px;
}
div#access .gnavi12 a {
  background-position-x: calc(-140px);
}
div#access .gnavi13 a {
  background-position-x: calc(-140px - 120px);
}
div#access .gnavi14 a {
  background-position-x: calc(-140px - 120px - 120px);
}
div#access .gnavi15 a {
  background-position-x: calc(-140px - 120px - 120px - 120px);
  width: 150px;
}
div#access .gnavi16 a {
  background-position-x: right;
  width: 180px;
}
div#access .menu-item a:hover {
  background-position-y: bottom;
}
/* Gナビ上部固定(最大2000pxを維持)*/
div#access.fixed {
  position: fixed;
  padding: 0;
  min-width: 830px;
  height: 60px;
}
div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  background-color: #fff;
}
div#access.fixed .menu-header #menu-gnavi {
  float: right;
}
div#access.fixed .menu-item a {
  height: 60px !important;
  background-image: url("../files/topnavi_02.png");
  line-height: 60px !important;
}

#access.fixed,
#access.fixed .menu-header,
#access.fixed .sub-menu {
  transform: none !important;
}

/* プルダウンメニューのサイズ */
#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 rgba(255,255,255,0.75);
  color: #333333;
  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: #333333;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255,255,255,0.75);
  color: #666666;
}
#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: #666666;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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: 1300px;
  max-width: 2000px;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: #ffffff;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: #333333;
  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: #999999;
  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: #1095bc;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 680px;
  /* background: url(../files/footer_bg.png) no-repeat center top; */
}
#footer_block::before {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  background: url(/files/footer_slide_text.png) repeat-x center top;
  position: absolute;
  bottom: 117px;
  left: 0;
  z-index: 1;
  animation: footer_slide_text 80s linear infinite;
}
@keyframes footer_slide_text {
  0% {background-position-x: 1955px;}
  100% {background-position-x: -1955px;}
}
#footer_box {
  height: 680px;
  background: url(../files/footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 142px;
  left: calc(50% + 135px);
  margin: 0;
  width: auto;
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: auto;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  width: 300px;
  height: 200px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: left;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #0c3676;
  padding: 0;
  display: inline-block;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before {
  content: '-';
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: auto;
}
#footer_information .entry-post {
  margin: 335px 0 0 calc(50% + 135px);
  width: auto;
  text-align: left;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#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: #0c3676;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
#footer_information .entry-post .post-data > p.campany_title {
  font-size: 150%;
  font-weight: bold;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  line-height: unset;
}
/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: #333333;
  height: 86px;
  line-height: 70px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: #004a9d;
  padding-left: 0;
  text-align: center;
}
.entry_title {
  width: 960px;
}
.entry_title h3 {
  padding-left: 120px;
  width: 720px;
}
/*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: #004a9d;
}
/* 見出しリンクボタン */
.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: #ffffff;
}

/* 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: #ffffff;
}

* .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: #ffffff;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #004a9d;
  padding-left: 30px;
  width: 930px;
}
* .sub_entry_title h4 {
  width: 810px;
}
/*
* .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: #004a9d;
}
/* 小見出しリンクボタン */
.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;
  padding-left: 30px;
  width: 540px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #004a9d;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #ffffff;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #ffffff;
  color: transparent;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #1095bc;
}


/* 大きな地図で見る */
small {
  border-color: #1095bc;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #1095bc !important;
  text-align: center !important;
}

small a:hover {
  background-color: #1095bc !important;
  color: #ffffff !important;
}



/* title */
.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,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title/*3列タイトル*/ {
  letter-spacing: 0.05em;
  font-weight: bold;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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: #ddd;
  border-right: none;
  border-left: none;
  background: none #fff;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none #fff;
  border-right: none;
}
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 #fff;
  border-left: none;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: #999999 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #999999;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #ddd !important;
  border-right: none !important;
  border-left: none !important;
  background: none #fff;
}

.table_area table tr td:first-child,
.iqfm-table th:first-child {border-left: solid 1px #ddd !important;}
.table_area table tr td:last-child,
.iqfm-table td:last-child {border-right: solid 1px #ddd !important;}

.table_area table,.iqfm-table { border-collapse: separate; border-spacing : 0 10px;}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #1095bc;
  background: none transparent;
  color: #1095bc !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #1095bc;
  background-color: #1095bc;
}
.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: #1095bc;
  background: none #1095bc;
  color: #ffffff !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #999999;
}


/* 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 #1095bc;
  background-color: transparent;
  color: #1095bc;
}
div.link_list a:hover {
  border: 1px solid #1095bc;
  background-color: #1095bc;
  color: #ffffff;
}


.faq-title {
  background-color: #1095bc;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #1095bc;
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: #ffffff;
  color: transparent;
}
.coupon_box table tr td.coupon_meta {
  background-color: #ffffff;
  color: transparent;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
  text-align: left;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #004a9d;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* 全体アニメーション */
.design_block.moved {
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン */
#rdddv3uruv0mwrwprhgd {
  background: url(/files/second_main_bg.png) no-repeat center top / 100%;
  height: calc(100vw * ( 1020 / 2000));
  min-height: calc(1300px * ( 1020 / 2000));
  position: relative;
}
#rdddv3uruv0mwrwprhgd div {
  margin-bottom: 0;
  padding-bottom: 0;
  width: auto;
}
#rdddv3uruv0mwrwprhgd .design_block.block1 {
  width: calc(100% * ( 790 / 2000));
  height: calc(100% * ( 335 / 1020));
  background: url(/files/second_slide_title.png) no-repeat center top / 100%;
  position: absolute;
  top: calc(100% * ( 60 / 1020));
  left: calc(100% * ( 558 / 2000));
  transition: 1.3s ease 0s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#rdddv3uruv0mwrwprhgd .design_block.block1.moved {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#rdddv3uruv0mwrwprhgd .design_block.block2 {
  width: calc(100% * ( 450 / 2000));
  height: calc(100% * ( 580 / 1020));
  background: url(/files/second_slide_img.png) no-repeat center top / 100%;
  position: absolute;
  top: calc(100% * ( 320 / 1020));
  right: calc(100% * ( 110 / 2000));
  opacity: 0;
  transform: translateX(100px);
  transition: transform 1.3s, opacity 1.3s ease 0s;
}
#rdddv3uruv0mwrwprhgd .design_block.moved {
  opacity: 1;
  transform:translate(0, 0);
}

#rdddv3uruv0mwrwprhgd .easys_content_inner {
  margin: 0;
  padding: 0;
  width: calc(100% * ( 380 / 2000));
  height: calc(100% * ( 70 / 1020));
  position: absolute;
  top: calc(100% * ( 820 / 1020));
  left: calc(100% * ( 630 / 2000));
}
#rdddv3uruv0mwrwprhgd a {
  display: block;
  position: relative;
  z-index: 1;
}
#rdddv3uruv0mwrwprhgd a::before {
  content: '';
  display: block;
  width: 18%;
  height: 100%;
  background: none #abeb6d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
#rdddv3uruv0mwrwprhgd a:hover::before {width: 100%;}
#rdddv3uruv0mwrwprhgd a:hover img {opacity: 1;}





/* DB 未来を照らす技術 */
#uxk01x2pg8dhkrmm02yd {
  background: url(/files/db_top_bg.jpg) no-repeat center top;
  height: 1350px;
  position: relative;
}
#uxk01x2pg8dhkrmm02yd [class*='title'] {display: none;}
#uxk01x2pg8dhkrmm02yd .design_block.block1 {
  width: 523px;
  height: 104px;
  position: absolute;
  top: 250px;
  left: calc(50% - 600px);
  background: url(/files/db_top_slide_title.png) no-repeat center top;
  transition: 1.3s ease 0s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#uxk01x2pg8dhkrmm02yd .design_block.block1.moved {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#uxk01x2pg8dhkrmm02yd .design_block.block2 {
  width: 100%;
  height: calc(100% * ( 380 / 1020));
  background: url(/files/db_top_slide_img.png) repeat-x left top;
  animation: dbtop_loop_img 50s linear infinite;
  position: absolute;
  top: 970px;
  left: 0;
}
@keyframes dbtop_loop_img {
  0% {background-position-x: 1920px;}
  100% {background-position-x: -1920px;}
}
#uxk01x2pg8dhkrmm02yd .design_block.block3 {
  animation: circle_loop 3.5s cubic-bezier(0,0,.25,.99) 1ms infinite;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  left: calc(50% + 250px);
  position: absolute;
  top: 232px;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  opacity: 1;
}
@keyframes circle_loop {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: 700px;
    height: 700px;
  }
}
#uxk01x2pg8dhkrmm02yd .text_box {
  width: 580px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #222;
  position: absolute;
  top: 405px;
  left: calc(50% - 600px);
}
#uxk01x2pg8dhkrmm02yd .main_btn {
  margin-top: 50px;
}
#uxk01x2pg8dhkrmm02yd .main_btn a {
  border-radius: 0;
  background: none transparent;
  display: block;
  text-indent: -9999px;
  width: 380px;
  height: 70px;
  padding: 0;
  position: relative;
}
#uxk01x2pg8dhkrmm02yd a::before,
#uxk01x2pg8dhkrmm02yd a::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#uxk01x2pg8dhkrmm02yd a::before {
  width: 18%;
  z-index: 1;
  transition: all 0.3s ease 0s;
  background: none #abeb6d;
}
#uxk01x2pg8dhkrmm02yd a:hover::before {width: 100%;}
#uxk01x2pg8dhkrmm02yd a::after {
  width: 100%;
  background: url(/files/db_top_btn.png) no-repeat center top / 100%;
  z-index: 10;
}
#uxk01x2pg8dhkrmm02yd + .easys_content:not(.nd_01) {
  padding-top: 120px;
}


/* パララックス */
#nypv3d1pq1ajdnvvrc4z {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: calc(100vw * ( 700 / 2000));
}
#nypv3d1pq1ajdnvvrc4z div {
  margin: 0;
  padding: 0;
  width: auto;
}
#nypv3d1pq1ajdnvvrc4z [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#nypv3d1pq1ajdnvvrc4z + .easys_content:not(.nd_01) {
  padding-top: 120px;
}

/*  求人情報
---------------------------------------------------------------------------------------------------- */
/* DB 技術で未来を創る */
#csvhl6a1kr1116z7uoy4 {
  background: url(/files/db_recruit_bg.jpg) no-repeat center top;
  height: 950px;
  position: relative;
}
#csvhl6a1kr1116z7uoy4 [class*='title'] {display: none;}
#csvhl6a1kr1116z7uoy4 .design_block.block1 {
  width: 647px;
  height: 104px;
  background: url(/files/db_recruit_slide_title.png) no-repeat center top;
  transition: 1.3s ease 0s;
  position: absolute;
  top: 347px;
  left: calc(50% - 15px);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#csvhl6a1kr1116z7uoy4 .design_block.block1.moved {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#csvhl6a1kr1116z7uoy4 .design_block.block2 {
  width: 131px;
  height: 100%;
  background: url(/files/db_recruit_slide_text.png) repeat-y center top;
  position: absolute;
  top: 0;
  left: 75px;
  animation: dbrecruit_scroll_text 45s linear infinite;
}
@keyframes dbrecruit_scroll_text {
  0% {background-position-y: -1100px;}
  100% {background-position-y: 1100px;}
}
#csvhl6a1kr1116z7uoy4 .text_box {
  width: 580px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 525px;
  left: 50%;
}
#csvhl6a1kr1116z7uoy4 .text_box p {margin-bottom: 2em;}
#csvhl6a1kr1116z7uoy4 + .easys_content:not(.nd_01) {
  padding-top: 120px;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 業務内容・施工実績 */
#xtkffh8pydn1364tctc7 div {
  margin-bottom: 0;
  padding-bottom: 0;
  width: auto;
}
#xtkffh8pydn1364tctc7 .field_2col {
  width: 50% !important;
}
#xtkffh8pydn1364tctc7 .field_2col a img {
  opacity: 1;
  transition: 0.3s;
}
#xtkffh8pydn1364tctc7 .field_2col a:hover img {
  opacity: 0;
}
#xtkffh8pydn1364tctc7 .float_left {
  background: url(/files/banner_business_half_on.jpg) no-repeat center top / 100%;
}
#xtkffh8pydn1364tctc7 .float_right {
  background: url(/files/banner_results_half_on.jpg) no-repeat center top / 100%;
}
.easys_content:not(.nd_01,#rf8jvyojuils00h86sxy,#qkkeyrarcjwymcqpsup0) + #xtkffh8pydn1364tctc7 {
  margin-top: 30px;
}
#xtkffh8pydn1364tctc7 + .easys_content:not(.nd_01) {
  padding-top: 70px;
}



/* お問い合わせ */
#zsx8be4i70ddy8lnut9o {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: calc(100vw * ( 550 / 2000));
}
#zsx8be4i70ddy8lnut9o::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/banner_contact.png) no-repeat center top / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#zsx8be4i70ddy8lnut9o div {
  margin: 0;
  padding: 0;
  width: auto;
}
#zsx8be4i70ddy8lnut9o [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#zsx8be4i70ddy8lnut9o [class*="field_"]:nth-of-type(2) {
  width: calc(100% * ( 960 / 2000));
  position: absolute;
  z-index: 10;
  top: calc(100vw * ( 320 / 2000));
  left: 50%;
  transform: translateX(-50%);
}
#zsx8be4i70ddy8lnut9o [class*="field_"]:nth-of-type(2) a {
  position: relative;
  display: block;
}
#zsx8be4i70ddy8lnut9o [class*="field_"]:nth-of-type(2) a::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: none #9ce159;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: width 0.3s ease;
}
#zsx8be4i70ddy8lnut9o [class*="field_"]:nth-of-type(2) a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
#zsx8be4i70ddy8lnut9o [class*="field_"]:nth-of-type(2) a:hover img {
  opacity: 1;
}

.easys_content:not(.nd_01,#qkkeyrarcjwymcqpsup0) + #zsx8be4i70ddy8lnut9o {
  margin-top: 70px;
}
#zsx8be4i70ddy8lnut9o + .easys_content:not(.nd_01) {
  padding-top: 70px;
}


/*  背景追加
---------------------------------------------------------------------------------------------------- */
#rf8jvyojuils00h86sxy,
#qkkeyrarcjwymcqpsup0 {
  background: url(/files/block_bg.jpg) repeat center top #f0f3f5;
  padding-top: 70px;
  padding-bottom: 30px;
}