@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #333333;
  --link_color: #095894;
  --border_color: #666666;
  --table_border_color: transparent;
  --th_background_color: #f0f0f0;
  --td_background_color: #f0f0f0;
  --th_character_color: #333333;
  --td_character_color: #333333;
  --required_color: #095894;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #333333;
  --entry_title_bg_color: #333333;
  --blog_title_color: #333333;
  --sub_entry_title_bg_color: #333333;
  --entry_title_bg_w570_color: #333333;
  --sub_entry_title_bg_w570_color: #333333;
  --half_entry_title_bg_color: #333333;
  --half_sub_entry_title_bg_color: #333333;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #333333;
  --footnavi_color: #fff;
  --address_color: #333333;
  --copy_color: #333333;
}

/* 置換以外 */
:root {
  /* EASYSの最小幅(単位なし) */
  --easys_min_width: 1220;

  /* EASYSの最大幅(単位なし) */
  --easys_max_width: 1920;

  /* トップメインのオリジナル高さ(単位なし) */
  --easys_top_main_h: 920;

  /* 中ページメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 700;

  /*ナビ*/
  --easys_access_h: 80px;

  /* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value001: #ffffff;

  /* プルダウンメニュー＞背景色 */
  --easys_standard_value002: rgba(255, 255, 255, 0.85);

  /* プルダウンメニュー＞文字色 */
  --easys_standard_value003: #000000;

  /* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value004: #095894;

  /* カレンダーの本日＞文字色 */
  --easys_standard_value005: #ffffff;

  /* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value006: #ffffff;

  /* ページ遷移ボタン＞線色 */
  --easys_standard_value007: #ffffff;

  /* ページ遷移ボタン＞文字色 */
  --easys_standard_value008: #ffffff;

  /* ブログ＞ページング＞線色 */
  --easys_standard_value009: #000000;
}

/* =================================================================================================================== */
/*  カスタマイズ：「よくあるご質問」の検索機能
---------------------------------------------------------------------------------------------------- */
#jkf06nd4mlp0wzh750ph {
  margin-top: 60px;
}

/* 検索ボックス */
#faq_search_box {
  position: relative;
  z-index: 5;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 115px;
  width: 100%;
  height: 50px;
  border: 2px solid #4788ee;
  border-radius: 4px;
}

#faq_search_box>div>input {
  clear: both;
  box-sizing: border-box;
  padding: 3px 8px;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  font-size: 18px;
}

#faq_search_box>button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 0 6px 54px;
  width: 115px;
  height: 46px;
  border: 0;
  background: #4788ee;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

#faq_search_box>button:hover {
  opacity: 0.8;
}

#faq_search_box>button::before {
  position: absolute;
  top: 16px;
  left: 30px;
  display: block;
  overflow: hidden;
  width: 14px;
  height: 15px;
  background-image: url(/files/icon-faq-search-01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  text-indent: -9999px;
}

/* 入力エラー */
#faq_search_box_error {
  display: none;
  padding: 5px;
  color: red;
  font-size: 14px;
}

/* 検索件数 */
#faq_search_box_result>p {
  margin: 48px 0;
  text-align: center;
  font-size: 18px;
}

#faq_search_box_result>p>span {
  vertical-align: baseline;
  font-weight: bold;
  font-size: 24px;
}

/* 検索結果 */
#faq_search_box_result>ul>li:first-child {
  border-top: none;
}

#faq_search_box_result>ul>li {
  border-top: 1px solid #d8dadc;
}

#faq_search_box_result>ul>li>a {
  display: block;
}

#faq_search_box_result>ul>li:first-child>a>dl {
  padding-top: 0;
}

#faq_search_box_result>ul>li>a>dl {
  padding: 40px 0;
}

#faq_search_box_result>ul>li>a>dl>dt {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 38px;
  min-height: 28px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

#faq_search_box_result>ul>li>a>dl>dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background-image: url(/files/icon-q-01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  text-indent: -9999px;
}

#faq_search_box_result>ul>li>a>dl>dd {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 0 0 38px;
  min-height: 28px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
}

#faq_search_box_result>ul>li>a>dl>dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background-image: url(/files/icon-a-01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  text-indent: -9999px;
}

/* もっと見る */
#faq_search_box_result>div {
  margin-top: 40px;
  text-align: center;
}

#faq_search_box_result>div>a {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  min-width: 270px;
  border: 1px solid #c1c6cc;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}

#faq_search_box_result>div>a:hover {
  opacity: 0.8;
}

/*  カスタマイズ：「よくあるご質問＞よく検索されるワード」
---------------------------------------------------------------------------------------------------- */
/* 検索ボックス */
#faq_search_ranking>ul {
  text-align: center;
}

#faq_search_ranking>ul>li {
  display: inline-block;
  margin: 20px 14px 0 0;
}

#faq_search_ranking>ul>li>a {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
}

#faq_search_ranking>ul>li::after {
  display: inline-block;
  margin-left: 14px;
  width: 1px;
  height: 22px;
  background-color: #727272;
  content: "";
}

/*  カスタマイズ：「よくあるご質問＞お問い合わせの多いご質問」
---------------------------------------------------------------------------------------------------- */
#faq_many_inquiry>ul>li {
  position: relative;
  border-top: 1px solid #d8dadc;
}

#faq_many_inquiry>ul>li>a {
  display: block;
  box-sizing: border-box;
  padding: 25px 0;
}

#faq_many_inquiry>ul>li>a>p {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding-left: 80px;
  color: #006699;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

#faq_many_inquiry>ul>li>a>p>span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #aaaaaa;
  color: #ffffff;
  content: "";
  text-align: center;
  font-size: 12px;
}

#faq_many_inquiry>ul>li:nth-child(1)>a>p>span,
#faq_many_inquiry>ul>li:nth-child(2)>a>p>span,
#faq_many_inquiry>ul>li:nth-child(3)>a>p>span {
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#faq_many_inquiry>ul>li:nth-child(1)>a>p>span {
  background-image: url(/files/icon-frequent-01.png);
}

#faq_many_inquiry>ul>li:nth-child(2)>a>p>span {
  background-image: url(/files/icon-frequent-02.png);
}

#faq_many_inquiry>ul>li:nth-child(3)>a>p>span {
  background-image: url(/files/icon-frequent-03.png);
}

/*  カスタマイズ：「よくあるご質問＞目的から探す」
---------------------------------------------------------------------------------------------------- */
/* 目的一覧 */
#faq_purpose_search>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#faq_purpose_search>ul>li {
  box-sizing: border-box;
  padding: 30px 0;
  width: 48%;
  border-bottom: 1px solid #d8dadc;
}

#faq_purpose_search>ul>li:nth-child(1),
#faq_purpose_search>ul>li:nth-child(2) {
  border-top: 1px solid #d8dadc;
}

#faq_purpose_search>ul>li>a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

#faq_purpose_search>ul>li>a:not(:first-of-type) {
  margin-top: 5px;
}

#faq_purpose_search>ul>li>a:first-of-type::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #262626;
  content: "";
}

#faq_purpose_search>ul>li>a:first-of-type::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  display: block;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

/* 検索件数 */
#faq_purpose_search_result>p {
  margin: 48px 0;
  text-align: center;
  font-size: 18px;
}

#faq_purpose_search_result>p>span {
  vertical-align: baseline;
  font-weight: bold;
  font-size: 24px;
}

/* 検索結果 */
#faq_purpose_search_result>ul>li:first-child {
  border-top: none;
}

#faq_purpose_search_result>ul>li {
  border-top: 1px solid #d8dadc;
}

#faq_purpose_search_result>ul>li>a {
  display: block;
}

#faq_purpose_search_result>ul>li:first-child>a>dl {
  padding-top: 0;
}

#faq_purpose_search_result>ul>li>a>dl {
  padding: 40px 0;
}

#faq_purpose_search_result>ul>li>a>dl>dt {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 38px;
  min-height: 28px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

#faq_purpose_search_result>ul>li>a>dl>dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background-image: url(/files/icon-q-01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  text-indent: -9999px;
}

#faq_purpose_search_result>ul>li>a>dl>dd {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 0 0 38px;
  min-height: 28px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
}

#faq_purpose_search_result>ul>li>a>dl>dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background-image: url(/files/icon-a-01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  text-indent: -9999px;
}

/* もっと見る */
#faq_purpose_search_result>div {
  margin-top: 40px;
  text-align: center;
}

#faq_purpose_search_result>div>a {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  min-width: 270px;
  border: 1px solid #c1c6cc;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}

#faq_purpose_search_result>div>a:hover {
  opacity: 0.8;
}

/*  カスタマイズ：「よくあるご質問＞このページは役に立ちましたか？」
---------------------------------------------------------------------------------------------------- */
/* ボタン */
#dtsh81kmahltzyeaveb5 {
  display: none;
}

#faq_form>p {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

#faq_form>ul {
  margin-top: 38px;
  text-align: center;
}

#faq_form>ul>li {
  display: inline-block;
  margin: 0 15px;
}

#faq_form>ul>li>a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 270px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
}

#faq_form>ul>li:nth-of-type(1)>a {
  padding: 14px 27px 11px 27px;
  border: none;
  background-color: #4788ee;
  color: #ffffff;
}

#faq_form>ul>li:nth-of-type(1)>a:hover {
  background-color: #6197d6;
  text-decoration: none;
}

#faq_form>ul>li:nth-of-type(2)>a {
  padding: 13px 17px 10px 17px;
  border: 1px solid #c1c6cc;
  background-color: #ffffff;
  color: #006699;
}

#faq_form>ul>li:nth-of-type(2)>a:hover {
  padding: 12px 16px 9px 16px;
  border: 2px solid #6197d6;
  text-decoration: none;
}

/*==========================================================================================================================================
↑↑↑↑↑↑↑↑↑↑↑　2024リニューアル前から入っていて必要そうなもの　↑↑↑↑↑↑↑↑↑↑↑
==========================================================================================================================================*/

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);

  /* background: url("/files/html_bg.jpg") repeat-x center top; */
  /* scroll-padding-top: 0; */

  scroll-padding-top: var(--easys_access_h);
  scroll-behavior: smooth;
}

body {
  position: relative;
  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;
  font-weight: bold;
  /* background: url("/files/body_bg.jpg") no-repeat center top/100%;  */
  font-family: "Noto Sans JP", sans-serif;
}

#page_1006::before {
  z-index: 0;
}

@media(min-width:2017px) {
  body {
    position: absolute;
    left: calc(50% - 1000px);
  }

  body::before {
    position: absolute;
    left: calc(50% + 920px) !important;
  }
}

@media(min-width:2000px) {
  #page_1006::before {
    position: absolute;
    left: calc(50% + 960px) !important;
  }
}

/* 固定　青帯
--------------------------------------- */
body::before {
  position: fixed;
  top: 0;
  left: calc(100% - 80px);
  display: block;
  width: 80px;
  height: 100vh;
  background: #095894;
  content: "";
  pointer-events: none;
  z-index: 500;
}

/* パラクリップ用
--------------------------------------- */
body::after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -1px;
  background: #fff;
}

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;
}

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);
}

/*1920pxに変更--------------------------------------*/
html {
  min-width: 1300px;
}

body {
  margin: 0 auto 0 0;
  min-width: 1220px;
  max-width: 1920px;
  width: calc(100% - 80px) !important;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 700px 0;
  height: 80px;
  background: none transparent;
  transform: none !important;
}

#page_6 #branding_box {
  padding: 0 0 calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0;
  /* background: url("/files/branding_box_bg_top.png") no-repeat center top/100%; */
  /* background: none transparent; */
}

/* 遠隔サポート(remote_support)ページ */
#page_5940 #branding_box {
  padding: 0;/*ティザー無し*/
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 753;
  margin: 0 auto;
  width: auto;
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
  /* text-align: right; */
}

/* 遠隔サポート(remote_support)ページ */
#page_5940 #site-description {
  display: none;/*ティザー無し*/
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 752;
  width: 280px;
  height: 80px;
  background: url("/files/branding_box_bg.png")no-repeat center top;
  /*
background: none;
top: calc(0 / var(--easys_naka_main_h) * 100%);
left: calc(0 / var(--easys_max_width) * 100%);
width: calc(300 / var(--easys_max_width) * 100%);
height: calc(150 / var(--easys_naka_main_h) * 100%);
*/
}

/*
#page_6 #header_information .main_header a img {
top: calc(0 / var(--easys_top_main_h) * 100%);
left: calc(0 / var(--easys_max_width) * 100%);
width: calc(300 / var(--easys_max_width) * 100%);
height: calc(150 / var(--easys_top_main_h) * 100%);
}
*/

#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: none !important;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0;

  /*top: calc(40 / var(--easys_naka_main_h) * 100%); */
  left: 0;
  z-index: 751;
  margin: 0 auto;
  padding: 0;
  width: calc(100% + 80px);
  height: var(--easys_access_h);
  background: rgba(255, 255, 255, 0.85);
}

div#access .menu-header {
  margin: 0 0 0 auto;
  width: 990px;
  height: var(--easys_access_h);
}

div#access .menu-item a {
  margin: 0;
  padding: 0;
  width: 160px;
  height: var(--easys_access_h);
  background-color: transparent;
  background-image: url("/files/topnavi.png");
  background-position: scroll;
  background-repeat: no-repeat;
}

div#access .gnavi11 a {
  width: 110px;
  background-position-x: left;
}

div#access .gnavi12 a {
  width: 85px;
  background-position-x: calc(-110px);
}

div#access .gnavi13 a {
  width: 85px;
  background-position-x: calc(-110px - 85px);
}

div#access .gnavi14 a {
  width: 90px;
  background-position-x: calc(-110px - 85px - 85px);
}

div#access .gnavi15 a {
  width: 85px;
  background-position-x: calc(-110px - 85px - 85px - 90px);
}

div#access .gnavi16 a {
  width: 100px;
  background-position-x: calc(-110px - 85px - 85px - 90px - 85px);
}

div#access .gnavi17 a {
  width: 120px;
  background-position-x: calc(-110px - 85px - 85px - 90px - 85px - 100px);
}

div#access .gnavi18 a {
  width: 80px;
  background-position-x: calc(-110px - 85px - 85px - 90px - 85px - 100px - 120px);
}

div#access .gnavi19 a {
  width: 155px;
  background-position-x: calc(-110px - 85px - 85px - 90px - 85px - 100px - 120px - 80px);
}

div#access .gnavi20 a {
  width: 80px;
  background-position-x: right;
}

div#access .menu-item a:hover {
  background-position-y: bottom;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: inherit;
  left: 0;
  z-index: 999;
  padding: 0;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: 2000px;
  width: 100%;
  height: var(--easys_access_h);
  background: rgba(255, 255, 255, 0.85);
}

#access.fixed .menu-header {
  float: none;
  margin: 0 0 0 auto;
  max-width: calc(var(--easys_max_width)*1px);
  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: 200px;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 80px !important;
  background: none transparent;
  color: var(--easys_standard_value003);
  line-height: 80px !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 transparent;
  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);
}

/* プルダウン表示ギミック */
div#access #menu-gnavi>.menu-item>ul.sub-menu {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  background: none;
  transition: all 0.5s ease 0s;
  box-shadow: none;
}

div#access #menu-gnavi>.menu-item>ul.sub-menu::before {
  display: block;
  content: '';
  width: 100%;
  height: 65px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.5s ease 0s;
  opacity: 0;
}

div#access #menu-gnavi>.menu-item:hover>ul.sub-menu::before {
  opacity: 1;
}

div#access #menu-gnavi>.menu-item:hover>ul.sub-menu {
  opacity: 1;
  height: 80px;
  top: 65px;
}

div#access #menu-gnavi>.menu-item>ul>li {
  overflow: hidden;
  height: 0px;
  position: relative;
  bottom: 0;
  border: none;
}

div#access #menu-gnavi>.menu-item:hover>ul>li {
  height: 80px;
}

div#access #menu-gnavi>.menu-item {
  box-sizing: border-box;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  width: 100%;
  text-align: center;
}

#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);
}

#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/*レスポなし*/
#main_teaser {
  position: absolute;
  top: 80px;
  right: 0;
  /*要変更：中ページティザー画像のページ一番からの位置*/
  left: 0;
  overflow: hidden;
  margin: auto;
  min-width: 1220px !important;
  max-width: 1920px;
  width: 100%;
  height: 700px !important;
  text-align: center;
  transform: none !important;
}

/* 遠隔サポート(remote_support)ページ */
#page_5940 #main_teaser {
  display: none;/*ティザー無し*/
}

#main_teaser img {
  position: relative;
  top: 0;
  left: calc(50% - 960px) !important;
  overflow: hidden;
  margin: 0 auto;
  width: 1920px !important;
  height: 700px !important;
  text-align: left;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: 900px;
  background: none;
}

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

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

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area {
  position: absolute;
  top: 314px;
  left: calc(50% - 480px);
}

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

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  width: 960px;
  height: 440px;
  position: relative;
}

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

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

#footer_sitemap_block .f_navi {
  width: 150px;
  height: 40px;
}

/*フッターメインナビ*/
#footer_sitemap_block .f_navi a {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 30px !important;
  width: 100%;
  height: 100%;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 40px !important;
}

#footer_sitemap_block .f_navi a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 40px;
  background: url(/files/footer_icon01.png)no-repeat center;
  content: "";
  pointer-events: none;
}

#footer_sitemap_block .f_sub {
  width: 100px;
  height: 25px;
}

/*フッターサブナビ*/
#footer_sitemap_block .f_sub a {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 27px !important;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 25px !important;
  letter-spacing: 0.1em;
}

#footer_sitemap_block .f_sub a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 25px;
  background: url(/files/footer_icon02.png)no-repeat center;
  content: "";
  pointer-events: none;
}

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

/*各項目*/
#menu-item-4047 {
  top: 20px;
  left: 31px;
}

#menu-item-60 {
  top: 28px;
  left: 201px;
}

#menu-item-61 {
  top: 28px;
  left: 313px;
}

#menu-item-62 {
  top: 28px;
  left: 425px;
}

#menu-item-4048 {
  top: 110px;
  left: 31px;
}

#menu-item-87 {
  top: 118px;
  left: 200px;
  width: 201px !important;
}

#menu-item-4038 {
  top: 118px;
  left: 425px;
  width: 171px !important;
}

#menu-item-4039 {
  left: 31px;
  top: 200px;
}

#menu-item-4040 {
  left: 355px;
  top: 200px;
}

#menu-item-4041 {
  left: 678px;
  top: 200px;
}

#menu-item-4042 {
  left: 31px;
  top: 290px;
  width: 180px !important;
}

#menu-item-4043 {
  top: 298px;
  left: 251px;
  width: 150px !important;
}

#menu-item-4044 {
  top: 298px;
  left: 425px;
  width: 150px !important;
}

#menu-item-5479 {
  top: 379px;
  left: 31px;
}

#menu-item-4045 {
  top: 388px;
  left: 201px;
  width: 130px !important;
}

#menu-item-4046 {
  top: 388px;
  left: 350px;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information {
  position: absolute;
  top: 165px;
  left: calc(50% - 139px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

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

/*  フッター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);
}

/*中央寄せの時*/
#copyright {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) !important;
}

#page_1006 #copyright {
  bottom: calc(50vh - 400px);
}

/* ===========================================================================
     サイドボタン関連
=========================================================================== */
/* チャットボット
--------------------------------------- */
#side_btn_bot {
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 180px;
  right: 8px;
  z-index: 9999;
}

#side_btn_bot div {
  margin-bottom: 0;
}

#chat_open {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chat_fixed {
  position: absolute !important;
  bottom: 20px !important;
  right: 10px !important;
  z-index: 9999 !important;
}

.chat_rounded-full {
  cursor: pointer;
}

.chat_bg-secondary {
  background-color: #00c1ec !important;
}

.chat_p-4 {
  animation: mochimochi 3s infinite;
}

@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }

  20% {
    transform: scale(0.8, 1.1);
  }

  90% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.8);
  }
}

@media(min-width:2017px) {
  #side_btn_bot {
    right: auto;
    left: calc(50% + 926px);
  }
}

/* GATEN
--------------------------------------- */
#side_btn_gtn {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 999;
}

#side_btn_gtn a {
  display: block;
  width: 100%;
  height: 100%;
}

#side_btn_gtn a img {
  object-position: center;
  width: 80px;
  height: 80px;
  object-fit: none;
}

@media(min-width:2017px) {
  #side_btn_gtn {
    right: auto;
    left: calc(50% + 920px);
  }
}

/* 遠隔サポート／お客様に感謝頂いた口コミはこちら
--------------------------------------- */
#side_btn {
  width: 200px;
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 999;
}
#side_btn #side_btn_win a {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 51px;
}

@media(min-width:2017px) {
  #side_btn {
    right: auto;
    left: calc(50% + 700px);
  }
}

/* 採用情報／お問い合わせ
--------------------------------------- */
#footer_link {
  position: absolute;
  top: -5px;
  left: 450px;
}

#footer_link div {
  position: relative;
}

#footer_link div a::before {
  display: block;
  content: '';
  width: 35px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -46px;
}

#footer_link div a {
  width: 170px;
  height: 43px;
  display: block;
  line-height: 37px;
  font-size: 20px;
}

.footer_recruit a::before {
  background: url(/files/footer_icon_recruit.png) no-repeat center;
}

.footer_contact a::before {
  background: url(/files/footer_icon_contact.png) no-repeat center;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 0;
  bottom: 0;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

@media(min-width:2017px) {
  #float_top_btn {
    right: auto;
    left: calc(50% + 920px);
  }
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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);
}

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;
}

#rf8jvyojuils00h86sxy .html_post small {
  margin: 10px auto;
  height: 36px;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  box-sizing: border-box;
  border: none !important;
  background: none var(--th_background_color);
  color: var(--th_character_color);
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-spacing: 0 10px !important;
  border-collapse: separate;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
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);
  padding-bottom: 36px;
}

/* 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;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
/* .black-screen {
  background-color: #000000;
}

.black-screen>.inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
} */

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.moved {
  top: 0;
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate(0px, 0px) scale(1) !important;
}

#main {
  overflow: visible;
}

#wrapper {
  /* overflow: hidden; */
}

.easys_content {
  overflow: hidden;
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner {
  opacity: 0;
  transition: 1.3s ease 0s;
  transform: translateY(100px);
}

.easys_content_inner.moved {
  opacity: 1;
  transform: translateY(0);
}

/*パララックス除外*/
#uok81mplvl1e4jt2byek .easys_content_inner {
  opacity: 1;
  filter: none !important;
  transition: none;
  transform: none !important;
}

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

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

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

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.design_block,
.add_image {
  position: absolute;
  top: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease 0s;
  pointer-events: none;
}

.add_image {
  opacity: 1;
}

.db_block {
  margin-top: 0 !important;
}

.db_block *[class*="title"] {
  display: none;
}

.db_block .post_data p {
  letter-spacing: 0.05em;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*バナー＞ - TOPICS -
amyfq7nrseva41yu1635
--------------------------------------- */
#amyfq7nrseva41yu1635 {
  position: relative;
  height: 1030px;
  background: url(/files/03bnr_bg01.png) repeat center top;
  overflow: visible;
}

#amyfq7nrseva41yu1635 div {
  margin-bottom: 0;
}

#amyfq7nrseva41yu1635 .easys_content_inner {
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 615px;
}

#amyfq7nrseva41yu1635 .img_display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#amyfq7nrseva41yu1635 .eyecatch {
  width: 100%;
}

#amyfq7nrseva41yu1635 .field_1col {
  position: relative;
  overflow: hidden;
  width: 310px !important;
}

#amyfq7nrseva41yu1635 .field_1col:nth-child(-n+3) {
  margin-bottom: 15px;
}

#amyfq7nrseva41yu1635 .field_1col:nth-child(n+4) {
  width: 470px !important;
}

#amyfq7nrseva41yu1635 .field_1col::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  pointer-events: none;
}

#amyfq7nrseva41yu1635 .field_1col:hover::before {
  transform: scale(1.1);
}

#amyfq7nrseva41yu1635 div:nth-child(1 of [class*="field_"])::before {
  background: url(/files/03bnr_greeting_02.jpg) no-repeat center / 100%;
}

#amyfq7nrseva41yu1635 div:nth-child(2 of [class*="field_"])::before {
  background: url(/files/03bnr_easys_02.jpg) no-repeat center / 100%;
}

#amyfq7nrseva41yu1635 div:nth-child(3 of [class*="field_"])::before {
  background: url(/files/03bnr_web_02.jpg) no-repeat center / 100%;
}

#amyfq7nrseva41yu1635 div:nth-child(4 of [class*="field_"])::before {
  background: url(/files/03bnr_works_02.jpg) no-repeat center / 100%;
}

#amyfq7nrseva41yu1635 div:nth-child(5 of [class*="field_"])::before {
  background: url(/files/03bnr_gaten_02.jpg) no-repeat center / 100%;
}

#amyfq7nrseva41yu1635 .eyecatch a img {
  opacity: 1;
  z-index: 99;
  position: relative;
}

/*DB>現場業界を盛り上げたいッ
ll88oo4lrvqne1cl6ajc
--------------------------------------- */
#ll88oo4lrvqne1cl6ajc {
  position: relative;
  background: url(/files/gaten_block_bg.png) no-repeat center top;
}

#ll88oo4lrvqne1cl6ajc,
#ll88oo4lrvqne1cl6ajc .easys_content_inner,
#ll88oo4lrvqne1cl6ajc .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 960px;
}

#ll88oo4lrvqne1cl6ajc .text_box {
  margin: 330px auto 0;
  width: 440px;
}

#ll88oo4lrvqne1cl6ajc .text_box p {
  text-align: center;
}

#ll88oo4lrvqne1cl6ajc .sub_post {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 230px;
  height: 230px;
  top: 555px;
}

#ll88oo4lrvqne1cl6ajc .sub_post * {
  padding: 0;
  margin: 0;
}

#ll88oo4lrvqne1cl6ajc .sub_post a {
  display: block;
  width: 230px;
  height: 230px;
  border-radius: 0;
  background: none;
  text-indent: -9999px;
}

#ll88oo4lrvqne1cl6ajc .sub_post_0 {
  left: 0;
  background: url(../files/bnr_gaten_youtube.png) no-repeat center top / 100%;
}

#ll88oo4lrvqne1cl6ajc .sub_post_1 {
  left: calc(50% - 237px);
  background: url(../files/bnr_gaten_insta.png) no-repeat center top / 100%;
}

#ll88oo4lrvqne1cl6ajc .sub_post_2 {
  left: calc(50% + 7px);
  background: url(../files/bnr_gaten_x.png) no-repeat center top / 100%;
}

#ll88oo4lrvqne1cl6ajc .sub_post_3 {
  left: calc(50% + 250px);
  background: url(../files/bnr_gaten_tiktok.png) no-repeat center top / 100%;
}

#ll88oo4lrvqne1cl6ajc .sub_post:hover{
  animation: shake 1s ease-in-out 1;
}

/*バナー＞ - SERVICE -
tz6y5rluxjjjty0skb5j
--------------------------------------- */
#tz6y5rluxjjjty0skb5j {
  padding-bottom: 164px;
  background: url(/files/bnr_btm_bg.jpg) no-repeat center bottom, url(/files/block02_bg03.png) repeat-y center top;
}

#tz6y5rluxjjjty0skb5j::before {
  display: block;
  content: '';
  width: 100%;
  height: 253px;
  pointer-events: none;
  background: url(/files/03bnr_bg02.png)no-repeat center;
}

#tz6y5rluxjjjty0skb5j .easys_content_inner {
  width: calc(1920 / 1920 * 100%);
  padding: 0;
}

#tz6y5rluxjjjty0skb5j .eyecatch {
  width: 100%;
}

#tz6y5rluxjjjty0skb5j .margin-bottom_30,
#tz6y5rluxjjjty0skb5j .margin-bottom_50 {
  margin-bottom: 0;
}

#tz6y5rluxjjjty0skb5j .img_display {
  display: flex;
  justify-content: space-between;
}

#tz6y5rluxjjjty0skb5j .field_1col {
  width: calc(473 / 1920 * 100%) !important;
  position: relative;
}

#tz6y5rluxjjjty0skb5j .field_1col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: all .5s;
}

#tz6y5rluxjjjty0skb5j .field_1col:hover::before {
  background-size: 110% !important;
}

#tz6y5rluxjjjty0skb5j div:nth-child(1 of [class*="field_"])::before {
  background: url(/files/03bnr_website_02.jpg) no-repeat center / 100%;
}

#tz6y5rluxjjjty0skb5j div:nth-child(2 of [class*="field_"])::before {
  background: url(/files/03bnr_products_02.jpg) no-repeat center / 100%;
}

#tz6y5rluxjjjty0skb5j div:nth-child(3 of [class*="field_"])::before {
  background: url(/files/03bnr_applications_02.jpg) no-repeat center / 100%;
}

#tz6y5rluxjjjty0skb5j div:nth-child(4 of [class*="field_"])::before {
  background: url(/files/03bnr_supports_02.jpg) no-repeat center / 100%;
}

#tz6y5rluxjjjty0skb5j .eyecatch a img {
  opacity: 1;
  position: relative;
}

/*INFORMATION
i075n0ores4n4bnrcxj2
--------------------------------------- */
/* INFOMATION */
#i075n0ores4n4bnrcxj2 {
  background: url(/files/block02_bg01.png) no-repeat center top, url(/files/block02_bg03.png) repeat-y center top;
  height: 583px;
  position: relative;
}

#i075n0ores4n4bnrcxj2 div {
  margin-bottom: 0;
}

#i075n0ores4n4bnrcxj2 .easys_content_inner {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
}

/* カレンダー */
#i075n0ores4n4bnrcxj2 .post-html {
  display: flex;
  justify-content: space-between;
  font-size: 2.0em;
  width: 80%;
  margin: auto;
  font-family: dunbar-tall, sans-serif;
}

#i075n0ores4n4bnrcxj2 .cal_header {
  text-align: center;
  margin-bottom: 10px;
}

#i075n0ores4n4bnrcxj2 .table_cal th,
#i075n0ores4n4bnrcxj2 .table_cal td {
  padding: 5px;
  text-align: center;
  position: relative;
  font-size: 90%;
}

.easys_content#i075n0ores4n4bnrcxj2 table:not(#wp-calendar) tr>* {
  min-width: inherit;
  background-color: transparent;
}

.easys_content#i075n0ores4n4bnrcxj2 table:not(#wp-calendar) {
  border-spacing: 0px !important;
  border-collapse: collapse;
}

#i075n0ores4n4bnrcxj2 thead {
  border-bottom: 1px solid #dddddd;
}

#i075n0ores4n4bnrcxj2 thead th {
  color: #aab8c4 !important;
}

#i075n0ores4n4bnrcxj2 .closed::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d4dadb;
  z-index: -1;
}

/*お知らせ
zr0xuh970mfx08vejema
--------------------------------------- */
#zr0xuh970mfx08vejema {
  background: url(/files/block02_bg02.png) no-repeat center top, url(/files/block02_bg04.png)no-repeat center bottom, url(/files/block02_bg03.png) repeat-y center top;
  padding-top: 290px;
  padding-bottom: 240px;
}

#zr0xuh970mfx08vejema .date_area {
  color: #095894;
  padding-top: 10px;
  padding-bottom: 15px;
}

/*OFFICE
p9uam634qq2pey180vbw
--------------------------------------- */
#p9uam634qq2pey180vbw {
  background: url(/files/block03_bg06.png) no-repeat center top #095894;
  padding-top: 284px;
  padding-bottom: 140px;
  border-right: solid 1px #4a7fb3;
}

#p9uam634qq2pey180vbw .entry_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 0 10px; */
}

#p9uam634qq2pey180vbw .sub_post {
  width: 310px;
  position: relative;
  padding-top: 240px;
  color: #fff;
  opacity: 0;
  transition: 1.3s;
  margin-top: 100px;
}

#p9uam634qq2pey180vbw .moved .sub_post {
  margin-top: 0px;
  opacity: 1;
}

#p9uam634qq2pey180vbw .moved .sub_post:nth-of-type(2) {
  transition-delay: .3s;
}

#p9uam634qq2pey180vbw .moved .sub_post:nth-of-type(3) {
  transition-delay: .6s;
}

#p9uam634qq2pey180vbw .moved .sub_post:nth-of-type(4) {
  transition-delay: .9s;
}

#p9uam634qq2pey180vbw .moved .sub_post:nth-of-type(5) {
  transition-delay: 1.2s;
}

#p9uam634qq2pey180vbw .moved .sub_post:nth-of-type(6) {
  transition-delay: 1.5s;
}
#p9uam634qq2pey180vbw .sub_post .post_data .sapporo {
  /* display: none; */
}
#p9uam634qq2pey180vbw .sub_post>[class*="title"] {
  width: 100%;
  background: none transparent;
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 10px 0 5px;
  white-space: pre-wrap;
  line-height: 1.2em;
  font-size: 21px;
}
#p9uam634qq2pey180vbw .sub_post {
  margin-bottom: 80px;
}

#p9uam634qq2pey180vbw .sub_post>[class*="title"] br {
  display: block;
}

#p9uam634qq2pey180vbw .sub_post .sub_post_texts,
#p9uam634qq2pey180vbw .sub_post .img_size_small {
  width: 100%;
}

#p9uam634qq2pey180vbw .sub_post .img_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 230px;
  width: 310px;
}

#p9uam634qq2pey180vbw .sub_post .img_box img {
  height: 100%;
  object-fit: cover;
}

#p9uam634qq2pey180vbw .sub_post .post_data p {
  margin-bottom: 5px;
  line-height: 1.5em;
  width: 310px;
}

#p9uam634qq2pey180vbw .sub_post .post_data .office_tel,
#p9uam634qq2pey180vbw .sub_post .post_data .office_fax {
  letter-spacing: 0.05em;
}

#p9uam634qq2pey180vbw .sub_post .post_data .office_adress {
  min-height: 90px;
}

#p9uam634qq2pey180vbw .top_block07_tel,
#p9uam634qq2pey180vbw .top_block07_fax {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left top;
}

#p9uam634qq2pey180vbw .top_block07_tel {
  background-image: url(/files/01_block05_tel.png);
}

#p9uam634qq2pey180vbw .top_block07_fax {
  background-image: url(/files/01_block05_fax.png);
}

/*バナー＞ - RECRUIT -
xvyg8hyt6xdocwdszolb
--------------------------------------- */
#xvyg8hyt6xdocwdszolb {
  height: 900px;
  position: relative;
}

#xvyg8hyt6xdocwdszolb .easys_content_inner {
  padding: 0;
  width: 1920px;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
}

#xvyg8hyt6xdocwdszolb .eyecatch {
  width: 100%;
  position: relative;
}

#xvyg8hyt6xdocwdszolb .eyecatch::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/bnr_recruit_bg02.jpg) no-repeat center;
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#xvyg8hyt6xdocwdszolb .eyecatch:hover::before {
  transform: scale(1.1);
}

#xvyg8hyt6xdocwdszolb div {
  margin-bottom: 0;
}

#xvyg8hyt6xdocwdszolb .eyecatch a:hover img {
  opacity: 1;
}

/* ===========================================================================
     企業理念
=========================================================================== */
/*DB>代表挨拶
v75ck3whvepo04zu1fji
--------------------------------------- */
#v75ck3whvepo04zu1fji {
  position: relative;
  background: url(/files/block04_bg01.jpg) no-repeat center top;
}

#v75ck3whvepo04zu1fji,
#v75ck3whvepo04zu1fji .easys_content_inner,
#v75ck3whvepo04zu1fji .entry_post {
  height: 1050px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#v75ck3whvepo04zu1fji .text_box {
  width: 480px;
  margin: 380px 0 0 auto;
}

/*イメージ画像＞飛躍
uok81mplvl1e4jt2byek
--------------------------------------- */
#uok81mplvl1e4jt2byek {
  position: relative;
  height: 1000px;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
}

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

#uok81mplvl1e4jt2byek .easys_content_inner,
#uok81mplvl1e4jt2byek .img_display,
#uok81mplvl1e4jt2byek .eyecatch,
#uok81mplvl1e4jt2byek .field_1col {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 1000px;
}

#uok81mplvl1e4jt2byek .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}

#uok81mplvl1e4jt2byek .img_display .field_1col {
  position: absolute;
  top: 0;
}

#uok81mplvl1e4jt2byek .img_display div:nth-of-type(2) .eyecatch img {
  position: absolute;
  left: calc(50% - 960px);
  width: 1920px;
  height: 1000px;
}

/*バナー＞アール・エムの企業理念
v3tlf6cntc8sl95av1sa
--------------------------------------- */
#v3tlf6cntc8sl95av1sa {
  position: relative;
  height: 810px;
  background: url(/files/03bnr_bg03.jpg) repeat center top;
}

#v3tlf6cntc8sl95av1sa div {
  margin-bottom: 0;
}

#v3tlf6cntc8sl95av1sa .easys_content_inner {
  position: absolute;
  top: 398px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 313px;
}

#v3tlf6cntc8sl95av1sa .img_display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#v3tlf6cntc8sl95av1sa .eyecatch {
  width: 100%;
}

#v3tlf6cntc8sl95av1sa .field_1col {
  position: relative;
  overflow: hidden;
  width: 313px !important;
}

#v3tlf6cntc8sl95av1sa .eyecatch a img {
  opacity: 1;
  z-index: 99;
  position: relative;
}

#v3tlf6cntc8sl95av1sa a:hover img {
  animation: shake 1s ease-in-out 1;
}

#v3tlf6cntc8sl95av1sa .easys_content_inner,
#v3tlf6cntc8sl95av1sa .img_display,
#v3tlf6cntc8sl95av1sa .field_1col,
#v3tlf6cntc8sl95av1sa .field_1col .eyecatch {
  overflow: visible !important;
}

@keyframes shake {
  16.65% {
    transform: translateY(16px)
  }

  33.3% {
    transform: translateY(-12px)
  }

  49.95% {
    transform: translateY(8px)
  }

  66.6% {
    transform: translateY(-4px)
  }

  83.25% {
    transform: translateY(2px)
  }

  100% {
    transform: translateY(0)
  }
}

/*RM MISSIN　会社の意義、果たすべき使命や貢献
dh6p081hjlokxpf9mmsj
--------------------------------------- */
#dh6p081hjlokxpf9mmsj {
  position: relative;
  background: url(/files/block05_bg01.jpg) no-repeat center top;
}

#dh6p081hjlokxpf9mmsj,
#dh6p081hjlokxpf9mmsj .easys_content_inner,
#dh6p081hjlokxpf9mmsj .entry_post {
  height: 880px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#dh6p081hjlokxpf9mmsj .text_box {
  width: 480px;
  margin: 697px 0 0 auto;
}

/*RM VISION　会社が目指している将来像
ztmxef0mgkhixck1d00i
--------------------------------------- */
#ztmxef0mgkhixck1d00i {
  position: relative;
  background: url(/files/block06_bg01.jpg) no-repeat center top;
}

#ztmxef0mgkhixck1d00i,
#ztmxef0mgkhixck1d00i .easys_content_inner,
#ztmxef0mgkhixck1d00i .entry_post {
  height: 750px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#ztmxef0mgkhixck1d00i .text_box {
  width: 480px;
  margin: 599px 0 0 auto;
}

/*RM VALUE　会社が大切にしている考え方、価値観
tc6sy34o7gb5yzqouc7m
--------------------------------------- */
#tc6sy34o7gb5yzqouc7m {
  position: relative;
  background: url(/files/block07_bg01.jpg) no-repeat center top;
}

#tc6sy34o7gb5yzqouc7m,
#tc6sy34o7gb5yzqouc7m .easys_content_inner,
#tc6sy34o7gb5yzqouc7m .entry_post {
  height: 1364px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#tc6sy34o7gb5yzqouc7m .text_box {
  width: 480px;
  margin: 440px 0 0 auto;
}

#tc6sy34o7gb5yzqouc7m .sub_post {
  width: 415px;
  margin: 0;
  position: absolute;
  left: 545px;
}

#tc6sy34o7gb5yzqouc7m .sub_post p {
  line-height: 1.7em;
}

#tc6sy34o7gb5yzqouc7m .sub_post_0 {
  top: 601px;
}

#tc6sy34o7gb5yzqouc7m .sub_post_1 {
  top: 722px;
}

#tc6sy34o7gb5yzqouc7m .sub_post_2 {
  top: 843px;
}

#tc6sy34o7gb5yzqouc7m .sub_post_3 {
  top: 932px;
}

#tc6sy34o7gb5yzqouc7m .sub_post_4 {
  top: 1052px;
}

/*コンテンツ画像＞RM VALUE
yr8uv1r41qm3ntf89dm2
--------------------------------------- */
#yr8uv1r41qm3ntf89dm2 {
  height: 996px;
  position: relative;
}

#yr8uv1r41qm3ntf89dm2 .easys_content_inner {
  width: 1047px;
  height: 696px;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
}

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

#yr8uv1r41qm3ntf89dm2 .eyecatch,
#yr8uv1r41qm3ntf89dm2 .eyecatch a {
  display: block;
  position: absolute;
  width: 1047px;
  height: 696px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

/* ===========================================================================
     会社概要
=========================================================================== */
/*会社概要※
b37sq8kei2oxatn4fa76
--------------------------------------- */
#b37sq8kei2oxatn4fa76 {
  position: relative;
  background: url(/files/block_titile01.jpg) no-repeat center top;
  padding: 335px 0 200px;
}

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

/*コンテンツ画像＞会社沿革
zbdazqzowxf1xsaz609t
--------------------------------------- */
#zbdazqzowxf1xsaz609t,
#zbdazqzowxf1xsaz609t .easys_content_inner {
  width: 100%;
  height: 3350px;
  position: relative;
  padding: 0;
}

#zbdazqzowxf1xsaz609t .margin-bottom_50 {
  margin-bottom: 0;
}

#zbdazqzowxf1xsaz609t .eyecatch,
#zbdazqzowxf1xsaz609t .eyecatch a {
  display: block;
  position: absolute;
  width: 1920px;
  height: 3350px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

/*商標
wa41qyl11wvy30vstmax
--------------------------------------- */
#wa41qyl11wvy30vstmax {
  position: relative;
  padding: 200px 0 200px;
}

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

/*事業拠点
dd7407dhwrd6g1vixxuo
--------------------------------------- */
#dd7407dhwrd6g1vixxuo {
  background: url(/files/block08_bg01.jpg)no-repeat center top #095894;
  padding: 305px 0 120px;
  border-right: solid 1px #4a7fb3;
}

#dd7407dhwrd6g1vixxuo .easys_content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#dd7407dhwrd6g1vixxuo .margin-bottom_40 {
  margin-bottom: 0px;
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post {
  width: calc(50% - 20px);
  margin-bottom: 90px;
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post {
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 120px;
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post.entry_post_3762 {
  background-image: url(/files/block08_bg02.jpg);
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post.entry_post_3761 {
  background-image: url(/files/block08_bg03.jpg);
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post.entry_post_3760 {
  background-image: url(/files/block08_bg04.jpg);
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post.entry_post_4629 {
  background-image: url(/files/block08_bg05.jpg);
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post.entry_post_3759 {
  background-image: url(/files/block08_bg06.jpg);
}

#dd7407dhwrd6g1vixxuo .easys_content_inner>.entry_post.entry_post_6259 {
  background-image: url(/files/block08_bg08.png);
}

/* ===========================================================================
     部署紹介
=========================================================================== */
/*部署紹介＞ページ内リンク
vuen0zbvm6seqcai0m7s
--------------------------------------- */
#vuen0zbvm6seqcai0m7s {
  position: relative;
  background: url(/files/rink_block_bg24.jpg) no-repeat center top;
  height: 1140px;
}

#vuen0zbvm6seqcai0m7s .easys_content_inner {
  width: 100%;
  height: 1140px;
}

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

#vuen0zbvm6seqcai0m7s .field_1col {
  width: 248px;
  height: 41px;
  position: absolute;
  transition: all .3s;
}

#vuen0zbvm6seqcai0m7s .field_1col:hover {
  opacity: .8;
}

#vuen0zbvm6seqcai0m7s div:nth-child(1 of [class*="field_1col"]) {
  width: 350px;
  height: 270px;
  top: 130px;
  left: calc(50% - 182px);
}

#vuen0zbvm6seqcai0m7s div:nth-child(2 of [class*="field_1col"]) {
  width: 350px;
  height: 180px;
  top: 414px;
  left: calc(50% - 182px);
}

#vuen0zbvm6seqcai0m7s div:nth-child(3 of [class*="field_1col"]) {
  width: 350px;
  height: 410px;
  top: 605px;
  left: calc(50% - 182px);
}

#vuen0zbvm6seqcai0m7s div:nth-child(4 of [class*="field_1col"]) {
  top: 130px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(n+4 of [class*="field_1col"]) {
  left: calc(50% + 232px);
}

#vuen0zbvm6seqcai0m7s div:nth-child(5 of [class*="field_1col"]) {
  top: 176px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(6 of [class*="field_1col"]) {
  top: 222px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(7 of [class*="field_1col"]) {
  top: 267px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(8 of [class*="field_1col"]) {
  top: 313px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(9 of [class*="field_1col"]) {
  top: 359px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(10 of [class*="field_1col"]) {
  top: 414px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(11 of [class*="field_1col"]) {
  top: 460px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(12 of [class*="field_1col"]) {
  top: 507px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(13 of [class*="field_1col"]) {
  top: 553px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(14 of [class*="field_1col"]) {
  top: 605px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(15 of [class*="field_1col"]) {
  top: 651px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(16 of [class*="field_1col"]) {
  top: 697px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(17 of [class*="field_1col"]) {
  top: 744px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(18 of [class*="field_1col"]) {
  top: 790px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(19 of [class*="field_1col"]) {
  top: 836px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(20 of [class*="field_1col"]) {
  top: 882px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(21 of [class*="field_1col"]) {
  top: 928px;
}

#vuen0zbvm6seqcai0m7s div:nth-child(22 of [class*="field_1col"]) {
  top: 974px;
}

/* 一覧＞h01ブロック 一括
■WEBソリューション営業本部 txgm9l2h70gmee7kgpua
■リレーション営業本部 hjuv8ubufvw43wlr1sw9
■リレーション事業部 l5c4fu9aq6lldtlqm7b8
■プロダクト管理本部 gztgm4s5xvdgix0ljdy9
--------------------------------------- */
#txgm9l2h70gmee7kgpua {
  background: url(/files/03bnr_bg04-01.jpg) no-repeat center top, url(/files/03bnr_bg04-06.jpg)repeat-y center top;
  padding: 435px 0 100px;
}

#hjuv8ubufvw43wlr1sw9 {
  background: url(/files/03bnr_bg04-02.jpg) no-repeat center top, url(/files/03bnr_bg04-06.jpg)repeat-y center top;
  padding: 345px 0 100px;
}

#l5c4fu9aq6lldtlqm7b8 {
  background: url(/files/03bnr_bg04-03.jpg) no-repeat center top, url(/files/03bnr_bg04-06.jpg)repeat-y center top;
  padding: 345px 0 100px;
}

#gztgm4s5xvdgix0ljdy9 {
  background: url(/files/03bnr_bg04-03.jpg) no-repeat center top, url(/files/03bnr_bg04-06.jpg)repeat-y center top;
  padding: 345px 0 100px;
}

html:not(.shosai) #page_15 .nh_01 div {
  margin-bottom: 0;
}

html:not(.shosai) #page_15 .nh_01 .entry_post {
  position: relative;
}

html:not(.shosai) #page_15 .nh_01 .entry_post>[class*="title"] {
  display: none;
}

html:not(.shosai) #page_15 .nh_01 .eyecatch {
  width: 100%;
  height: auto;
}

html:not(.shosai) #page_15 .nh_01 .eyecatch a img {
  transition: all .3s;
}

html:not(.shosai) #page_15 .nh_01 .eyecatch a:hover img {
  opacity: 0.8;
}

html:not(.shosai) #page_15 .nh_01 .permalink_in {
  display: none;
}

/* 詳細 */
.shosai .img_size_small {
  width: auto;
}

/* 詳細＞h10ブロック */
.shosai .nh_01 .text_box,
.shosai .nh_01 .text_size_large {
  width: 100%;
}

/*タイトル＞関西営業1部 i0b0iqdhbkx8bv2cbd2l
タイトル＞関西営業２部 ouy5ituo4zrfemtmw5tj
タイトル＞九州営業部 gh9azahyo4sbcrui4mkn
タイトル＞中部営業１部 f18pv81bx9yhb2hls2i4
タイトル＞WEBソリューション営業本部・関東営業１部 d57k2t1ydlakzw4mo5ok
タイトル＞関東営業２部 ekkt3efjcwrutgtywzx7
タイトル＞九州営業１部 vtevwlq6cou9edrbunzw
タイトル＞九州営業２部 t9upuq10eel1j5us49qy
タイトル＞西日本リレーション営業部 wlzg128vrmmapdk0jyoy
タイトル＞九州リレーション営業部 e1m2rodbjondw4fb6oaa
タイトル＞東日本リレーション営業部 zgrcughqr02gp1yb2b38
タイトル＞サポート部 f2pj8tsgi8zty04pk8oz
タイトル＞ディレクション部 c323wzgzltpsd886i11t
タイトル＞管理部 a3uuwepi65by0ewjmr09
タイトル＞Webプロダクション部 jui3n2tv08372qehttzr
タイトル＞開発部 dct8l4k89oyc1pj7lgrq
タイトル＞人事部 dslztz3j7ynbn3i3q6o6
タイトル＞メディア事業部 c0g724r9b1k26haalghp
--------------------------------------- */
#page_15 .nk_01 {
  background: url(/files/03bnr_bg04-06.jpg)repeat-y center top
}

/* 一覧＞見出し（部署） */
#page_15 .nk_01 [class*="title"] {
  background: none transparent;
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}

/*WEBソリューション営業本部＞関西営業一部一覧 n1dkm3b4x2ygtilce01n
WEBソリューション営業本部＞関西営業二部一覧 zlqlen7k5yv9c9dvw32v
WEBソリューション営業本部＞九州営業部一覧 i7fq7x08kljxdhceykd0
WEBソリューション営業本部＞中部営業一部一覧 rju5zxbw4o0nzvd0wv90
WEBソリューション営業本部＞関東営業一部一覧 fwfz5zx88vavwsx1f3rd
WEBソリューション営業本部＞関東営業二部一覧 qsm4utfgpr3tdgiaqzys
WEBソリューション営業本部＞九州営業一部一覧 lc9mjaw3ba7z257f6c7b
リレーション事業部>西日本リレーション営業部一覧 wxdoi34bdpqhm6do7yq2
リレーション事業部>九州リレーション営業部一覧 i3ydo393zfjp3uuxpz7c
リレーション事業部>東日本リレーション営業部一覧 fw6hrnx42jmydmpgu4ss
リレーション事業部＞サポート部一覧 po0835e0vjy6g407f0zq
リレーション事業部>ディレクション部一覧 fxdjwyjez5fzd5czrt1w
プロダクト管理本部>管理部一覧 oco75chzwaaxq710gqhb
プロダクト管理本部＞Webプロダクション部一覧 m4svwp5ax3w0bdsowx8b
プロダクト管理本部>開発部一覧 r0p1c4m9wr8k4l9bk6bw
プロダクト管理本部＞人事部一覧 g9zq4nrz71d10fbhn11x
メディア事業部 t4rpbmn0pvvw97ypac8v
--------------------------------------- */
.shosai_block_bg {
  background: url(/files/03bnr_bg04-06.jpg)repeat-y center top;
}
.shosai_block_bg .border_margin {
  padding: 0;
}
.shosai_block_bg div:last-of-type[class*="border_margin"] {
  padding-bottom: 50px;
}
.shosai #page_15 {
  background: #fff09f;
}

.shosai #page_15 .shosai_block_bg {
  padding-top: 50px;
  padding-bottom: 70px;
}

.shosai #page_15 #container_top.single_post {
  padding-bottom: 70px;
}

/*詳細ブロック一括
--------------------------------------- */
/* 一覧＞見出し（役職 氏名） */
#page_15 .nh_02 .inline_title {
  background: none transparent;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  padding-left: 0;
  text-align: left;
  width: 100%;
  margin: 22px auto 7px;
}

#page_15 .nh_02 .inline_title br {
  display: inline;
}

#page_15 .nh_02 .inline_title a {
  color: #000;
  font-size: 26px;
}

#page_15 .nh_02 .eyecatch a img {
  transition: all .3s;
}

#page_15 .nh_02 .inline_title span {
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: -1px;
  margin-right: 10px;
  line-height: 1.2;
  /* 適切な値を設定してください */
  display: inline-block;
}

/* 一覧＞テーブル非表示 */
html:not(.shosai) #page_15 [class*="nh_0"] .table_area {
  display: none;
}

/* 一覧＞ボーダー非表示 */
html:not(.shosai) #page_15 [class*="nh_0"] .border_margin {
  border: none;
  margin-bottom: 0;
}

/* 一覧＞詳細リンクボタン */
html:not(.shosai) #page_15 [class*="nh_0"] .permalink_in {
  display: none;
}

.title_5517 a {
  font-size: 23px !important;
}

/*Xアイコン*/
.nh_02 .post_data a img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}

/*下記は追加で設定必要なブロック*/
/*WEBソリューション営業本部＞関東営業二部一覧
qsm4utfgpr3tdgiaqzys
--------------------------------------- */
#qsm4utfgpr3tdgiaqzys .entry_post_5850 .inline_title {
  font-size: 22px;
}

/*リレーション事業部>ディレクション部一覧
fxdjwyjez5fzd5czrt1w
i4j3r05e8ehbi6fn7ruh
--------------------------------------- */
#i4j3r05e8ehbi6fn7ruh {
  background: url(../files/03bnr_bg04-05.jpg) no-repeat center bottom,url(/files/03bnr_bg04-06.jpg)repeat-y center top;
  padding-bottom: 200px;
}

#fxdjwyjez5fzd5czrt1w .inline_title ,
#i4j3r05e8ehbi6fn7ruh .inline_title {
  height: 50px
}

/*プロダクト管理本部＞人事部一覧
oco75chzwaaxq710gqhb
--------------------------------------- */
#oco75chzwaaxq710gqhb .border_margin {
  padding: 20px  0 0 0;
}

/*タイトル＞メディア事業部
c0g724r9b1k26haalghp
--------------------------------------- */
/* #c0g724r9b1k26haalghp {
  background: url(/files/03bnr_bg04-04.jpg) no-repeat center top, url(/files/03bnr_bg04-06.jpg)repeat-y center top !important;
  padding: 345px 0 0px;
} */

/*メディア事業部
t4rpbmn0pvvw97ypac8v
--------------------------------------- */
/* #t4rpbmn0pvvw97ypac8v {
  background: url(/files/03bnr_bg04-05.jpg) no-repeat center bottom, url(/files/03bnr_bg04-06.jpg)repeat-y center top !important;
  padding: 0 0 300px;
}

#t4rpbmn0pvvw97ypac8v .border_margin {
  padding: 0;
} */

/* ===========================================================================
     オリジナルシステム-EASYS-
=========================================================================== */
/*最適な独自システムの開発
n7du6g3l7df8e2iy9qfa
--------------------------------------- */
#n7du6g3l7df8e2iy9qfa {
  position: relative;
  background: url(/files/block9_bg01.jpg) no-repeat center top;
  color: #fff;
}

#n7du6g3l7df8e2iy9qfa,
#n7du6g3l7df8e2iy9qfa .easys_content_inner,
#n7du6g3l7df8e2iy9qfa .entry_post {
  height: 1180px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#n7du6g3l7df8e2iy9qfa .text_box {
  width: 960px;
  margin: 565px 0px 0 auto;
  padding: 40px 0 0;
  box-sizing: border-box;
}

/*オリジナルWEB更新システム EASYS
k3eut6ijfjhl0n3dhbic
--------------------------------------- */
#k3eut6ijfjhl0n3dhbic {
  position: relative;
  background: url(/files/block10_bg01.jpg) no-repeat center top;
}

#k3eut6ijfjhl0n3dhbic,
#k3eut6ijfjhl0n3dhbic .easys_content_inner,
#k3eut6ijfjhl0n3dhbic .entry_post {
  height: 2200px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#k3eut6ijfjhl0n3dhbic .easys_content_inner {
  width: 100%;
}

/*テキストエリアまとめて設定*/
#k3eut6ijfjhl0n3dhbic .sub_post {
  width: 440px;
  margin: 0;
  position: absolute;
  left: 545px;
}

#k3eut6ijfjhl0n3dhbic .sub_post p {
  line-height: 1.7em;
}

#k3eut6ijfjhl0n3dhbic .sub_post_0 {
  top: 463px;
  left: calc(50% - 482px);
}

#k3eut6ijfjhl0n3dhbic .sub_post_1 {
  top: 463px;
  left: calc(50% - -48px);
}

#k3eut6ijfjhl0n3dhbic .sub_post_2 {
  top: 1035px;
  left: calc(50% - 482px);
}

#k3eut6ijfjhl0n3dhbic .sub_post_3 {
  top: 1035px;
  left: calc(50% - -48px);
}

#k3eut6ijfjhl0n3dhbic .sub_post_4 {
  top: 1622px;
  left: calc(50% - 482px);
}

#k3eut6ijfjhl0n3dhbic .sub_post_5 {
  top: 1622px;
  left: calc(50% - -48px);
}

/*バナー＞アプリケーション※
bkzk2t9jlxi8sph7mdou
--------------------------------------- */
#bkzk2t9jlxi8sph7mdou {
  height: 1200px;
  position: relative;
  background: url(/files/bnr_application_bg.jpg) no-repeat center top;
}

#bkzk2t9jlxi8sph7mdou div {
  margin: 0 auto;
  padding: 0;
}

#bkzk2t9jlxi8sph7mdou .easys_content_inner {
  width: 100%;
  position: absolute;
  top: 284px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#bkzk2t9jlxi8sph7mdou .easys_content_inner .eyecatch {
  margin-bottom: 20px;
}

#bkzk2t9jlxi8sph7mdou .easys_content_inner .eyecatch,
#bkzk2t9jlxi8sph7mdou .easys_content_inner .eyecatch a {
  display: block;
  width: 1065px;
  height: 230px;
  position: relative;
}

#bkzk2t9jlxi8sph7mdou .easys_content_inner .eyecatch a img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
}

#bkzk2t9jlxi8sph7mdou a:hover img {
  animation: shake 1s ease-in-out 1;
}

#bkzk2t9jlxi8sph7mdou .easys_content_inner,
#bkzk2t9jlxi8sph7mdou .img_display,
#bkzk2t9jlxi8sph7mdou .field_1col,
#bkzk2t9jlxi8sph7mdou .field_1col .eyecatch {
  overflow: visible !important;
}

/* ===========================================================================
     オプショナルシステム
=========================================================================== */
/*Webサイトを適切にかつ簡単に運用できるアプリの販売
zgfoh4r3yi4dkjar88u7
--------------------------------------- */
#zgfoh4r3yi4dkjar88u7 {
  position: relative;
  background: url(/files/block11_bg01.jpg) no-repeat center top;
}

#zgfoh4r3yi4dkjar88u7,
#zgfoh4r3yi4dkjar88u7 .easys_content_inner,
#zgfoh4r3yi4dkjar88u7 .entry_post {
  height: 1050px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#zgfoh4r3yi4dkjar88u7 .text_box {
  width: 480px;
  margin: 550px auto 0 0;
}

/*3連バナー＞EC/不動産/サロン・飲食※
ulubw2ls8q8lbxtuw41m
--------------------------------------- */
#ulubw2ls8q8lbxtuw41m {
  position: relative;
  height: 550px;
  background: url(/files/03bnr_bg05.jpg) no-repeat center top;
}

#ulubw2ls8q8lbxtuw41m div {
  margin-bottom: 0;
}

#ulubw2ls8q8lbxtuw41m .easys_content_inner {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 313px;
}

#ulubw2ls8q8lbxtuw41m .img_display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ulubw2ls8q8lbxtuw41m .eyecatch {
  width: 100%;
}

#ulubw2ls8q8lbxtuw41m .field_1col {
  position: relative;
  overflow: hidden;
  width: 313px !important;
}

#ulubw2ls8q8lbxtuw41m .eyecatch a img {
  opacity: 1;
  z-index: 99;
  position: relative;
}

#ulubw2ls8q8lbxtuw41m a:hover img {
  animation: shake 1s ease-in-out 1;
}

#ulubw2ls8q8lbxtuw41m .easys_content_inner,
#ulubw2ls8q8lbxtuw41m .img_display,
#ulubw2ls8q8lbxtuw41m .field_1col,
#ulubw2ls8q8lbxtuw41m .field_1col .eyecatch {
  overflow: visible !important;
}

/*ECサイト
x0cqtyzktnt9yw3z93gc
--------------------------------------- */
#x0cqtyzktnt9yw3z93gc {
  background: url(/files/block11_bg02.jpg)repeat-y center top;
  padding-top: 110px;
}

/*不動産向けwebシステム
tax7p201h7gh4b6up8yp
--------------------------------------- */
#tax7p201h7gh4b6up8yp {
  background: url(/files/block11_bg02.jpg)repeat-y center top;
}

/*サロン・飲食店向け　予約システム
uwicfkn5kjv8rmuyy65a
--------------------------------------- */
#uwicfkn5kjv8rmuyy65a {
  background: url(/files/block11_bg03.jpg)no-repeat center bottom, url(/files/block11_bg02.jpg)repeat-y center top;
  padding-bottom: 300px;
}

/* ===========================================================================
     制作案内
=========================================================================== */
/*  ブロックスクロール
---------------------------------------------------------------------------------------------------- */
#lp_navi {
  display: none;
}

/* 全体 */
#page_1006 {
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

#page_1006 #wrapper,
#page_1006 #wrapper #main_block,
#page_1006 #wrapper .easys_content,
#page_1006 #wrapper #footer_block {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page_1006 #wrapper,
#page_1006 #wrapper #main_block {
  overflow: visible;
}

#page_1006 #wrapper #main_block,
#page_1006 #wrapper .easys_content,
#page_1006 #wrapper #footer_block {
  visibility: hidden;
}

#page_1006 #wrapper #main_block>*,
#page_1006 #wrapper .easys_content>*,
#page_1006 #wrapper #footer_block>* {
  transform-origin: center top;
}

#page_1006 #wrapper #main_block>#video_teaser,
#page_1006 #wrapper #main_block>#branding_box {
  transform-origin: left top;
}

/* 制御 */
.before_block,
.current_block,
.after_block {
  visibility: visible !important;
}

/* 案件毎の個別調整 */
/* #page_1006 #wrapper #main_block #jquery_slider_pc {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 195px;
} */

#page_1006 #wrapper .easys_content:not(.no_margin) {
  box-sizing: border-box;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

#page_1006 #wrapper .easys_content .easys_content_inner {
  position: relative;
}

#page_1006 #wrapper #footer_block {
  background-position-y: top;
  background-color: #fff;
}

#page_1006 #wrapper #footer_block #footer_information .entry-post {
  position: relative;
}

.before_block,
.current_block,
.after_block {
  transition: all 1s ease 0s;
}

.before_block {
  z-index: 1;
  opacity: 0;
  transform: translateY(-100%);
}

.before_block,
.after_block {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

.current_block {
  z-index: 2;
  opacity: 1;
  transform: translateY(0%);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

.after_block {
  z-index: 1;
  opacity: 0;
  transform: translateY(100%);
}

/* 共通レイアウト（記事ブロック） */
#i6pdrp8ts37d5poawitk,
#kt6hb38bf8yei5uzqk0a,
#b2sdx07lshstt3kvqeku {
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 70px;
  position: relative;
}

#i6pdrp8ts37d5poawitk .post_margin,
#kt6hb38bf8yei5uzqk0a .post_margin,
#b2sdx07lshstt3kvqeku .post_margin {
  margin: 0;
}

#i6pdrp8ts37d5poawitk .eyecatch,
#kt6hb38bf8yei5uzqk0a .eyecatch,
#b2sdx07lshstt3kvqeku .eyecatch {
  display: none;
  float: none !important;
}

#i6pdrp8ts37d5poawitk .entry_post,
#kt6hb38bf8yei5uzqk0a .entry_post,
#b2sdx07lshstt3kvqeku .entry_post {
  box-sizing: border-box;
  position: relative;
}

#i6pdrp8ts37d5poawitk .text_box,
#kt6hb38bf8yei5uzqk0a .text_box,
#b2sdx07lshstt3kvqeku .text_box {
  float: none !important;
  height: auto;
  margin: 0;
  overflow: visible;
  width: 100%;
}

#i6pdrp8ts37d5poawitk .post_data,
#kt6hb38bf8yei5uzqk0a .post_data,
#b2sdx07lshstt3kvqeku .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: 2.1;
}

/*バナー＞私たちの考えるWEBデザイン
n2cj8hgyen90u997yn68
--------------------------------------- */
#n2cj8hgyen90u997yn68 {
  background-image: url(/files/block12_bg01.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center;
}

/*魅力を伝えるためのコンセプト
ql0wuzqte5s7u7yz8c05
--------------------------------------- */
#ql0wuzqte5s7u7yz8c05 {
  background-image: url(/files/block12_bg02.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#ql0wuzqte5s7u7yz8c05,
#ql0wuzqte5s7u7yz8c05 .easys_content_inner,
#ql0wuzqte5s7u7yz8c05 .entry_post {
  height: 100vh;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#ql0wuzqte5s7u7yz8c05 .easys_content_inner {
  width: 1000px;
}

#ql0wuzqte5s7u7yz8c05 .entry_post {
  padding-top: calc(50vh - 100px);
  width: 500px;
  position: absolute;
  left: 0;
}

#ql0wuzqte5s7u7yz8c05 .text_box {
  position: relative;
  overflow: visible;
}

#ql0wuzqte5s7u7yz8c05 .text_box::before {
  display: block;
  content: '';
  width: 370px;
  height: 100px;
  pointer-events: none;
  position: absolute;
  top: -120px;
  left: 0;
  background: url(/files/block12_bg03.png)no-repeat center;
}

/*ユーザーと運営者の目的達成を促すユーザビリティ
b2sdx07lshstt3kvqeku
--------------------------------------- */
#b2sdx07lshstt3kvqeku {
  background-image: url(/files/block13_bg01.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#b2sdx07lshstt3kvqeku,
#b2sdx07lshstt3kvqeku .easys_content_inner,
#b2sdx07lshstt3kvqeku .entry_post {
  height: 100vh;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#b2sdx07lshstt3kvqeku .easys_content_inner {
  width: 1000px;
}

#b2sdx07lshstt3kvqeku .entry_post {
  padding-top: calc(50vh - 50px);
  width: 480px;
  position: absolute;
  right: 0;
}

#b2sdx07lshstt3kvqeku .text_box {
  position: relative;
  overflow: visible;
}

#b2sdx07lshstt3kvqeku .text_box::before {
  display: block;
  content: '';
  width: 470px;
  height: 130px;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  background: url(/files/block13_bg02.png)no-repeat center;
}

/*メッセージを正しく伝えるビジュアルデザイン
kt6hb38bf8yei5uzqk0a
--------------------------------------- */
#kt6hb38bf8yei5uzqk0a {
  background-image: url(/files/block14_bg01.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#kt6hb38bf8yei5uzqk0a,
#kt6hb38bf8yei5uzqk0a .easys_content_inner,
#kt6hb38bf8yei5uzqk0a .entry_post {
  height: 100vh;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#kt6hb38bf8yei5uzqk0a .easys_content_inner {
  width: 1020px;
}

#kt6hb38bf8yei5uzqk0a .entry_post {
  padding-top: calc(50vh - 75px);
  width: 500px;
  position: absolute;
  left: 0;
}

#kt6hb38bf8yei5uzqk0a .text_box {
  position: relative;
  overflow: visible;
}

#kt6hb38bf8yei5uzqk0a .text_box::before {
  display: block;
  content: '';
  width: 340px;
  height: 130px;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  background: url(/files/block14_bg02.png)no-repeat center;
}

/*コンテンツ画像＞制作の流れ
jhphvm4fjeyuyt08m23k
--------------------------------------- */
#jhphvm4fjeyuyt08m23k {
  background-image: url(/files/contents03.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center;
}

/*バナー＞制作実績一覧※
txbat0z58ndfyhq0gag0
--------------------------------------- */
#txbat0z58ndfyhq0gag0 {
  position: relative;
  background: url(/files/＊＊＊) no-repeat center top;
}

#txbat0z58ndfyhq0gag0,
#txbat0z58ndfyhq0gag0 .easys_content_inner,
#txbat0z58ndfyhq0gag0 .eyecatch {
  height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

#txbat0z58ndfyhq0gag0 .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/files/bnr_works02.jpg)no-repeat center /cover;
  transition: all .5s;
}

#txbat0z58ndfyhq0gag0 .eyecatch a:hover::before {
  transform: translate(-50%, -50%) scale(1.07);
}

#txbat0z58ndfyhq0gag0 .eyecatch a img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 1;
}

/* ===========================================================================
     制作実績
=========================================================================== */
/*制作実績について
dq4izpyiozuj961uyskx
--------------------------------------- */

/*ブログ-制作実績
xhg69xwbtqdw8hah2j80
--------------------------------------- */
#page_1008 #content {
  background: url(/files/block_bg_blue01.jpg) no-repeat center top, url(/files/block_bg_blue03.jpg) no-repeat center bottom, url(/files/block_bg_blue02.jpg) repeat center top;
  padding-top: 270px;
  padding-bottom: 270px;
}

#xhg69xwbtqdw8hah2j80 .a2a_kit>a {
  display: none;
}

#xhg69xwbtqdw8hah2j80 .easys_content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
}

#xhg69xwbtqdw8hah2j80 .eyecatch {
  display: none;
}

/* 一覧 */
#xhg69xwbtqdw8hah2j80 .blog_post {
  width: calc(50% - 30px);
  border: none;
}

#xhg69xwbtqdw8hah2j80 .blog_title {
  height: 50px;
  background-image: url(../files/entry_title_bg_w570.png);
  background-position: center bottom;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border-left: solid 3px #0f598a;
  border-right: solid 3px #0f598a;
}

#xhg69xwbtqdw8hah2j80 .blog_title a {
  color: #333333;
}

.works_wrap_url {
  font-size: 15px;
  margin-bottom: 30px;
}

.works_wrap_url a {
  color: #000;
}

.works_wrap_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
}

.works_wrap_image_pc,
.works_wrap_image_sp {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.works_wrap_image_pc {
  width: 340px;
}

.works_wrap_image_sp {
  width: 90px;
}

.works_wrap_image_pc::after,
.works_wrap_image_sp::after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
}

.works_wrap_image_pc::after {
  background-image: url(/files/08_block01_bg_01.png);
}

.works_wrap_image_sp::after {
  background-image: url(/files/08_block01_bg_02.png);
}

.works_wrap_image_pc_frame,
.works_wrap_image_sp_frame {
  display: block;
  overflow: auto;
}

.works_wrap_image_pc_frame img,
.works_wrap_image_sp_frame img {
  width: 100%;
}

.works_wrap_image_pc_frame {
  width: 259px;
  height: 155px;
  margin: 10px 0 0 39px;
}

.works_wrap_image_sp_frame {
  width: 75px;
  height: 132px;
  margin: 30px 0 0 8px;
}

/* ===========================================================================
     お客様の声
=========================================================================== */
/*ブログ-お客様の声
toy0hr4doldcpmw6ej0m
--------------------------------------- */
#page_1010 #toy0hr4doldcpmw6ej0m .easys_content_inner {
  width: 1100px;
}

#page_1010 #toy0hr4doldcpmw6ej0m .blog_post {
  border: none;
}

#page_1010 #toy0hr4doldcpmw6ej0m .google_title {
  display: none;
}
#page_1010 #toy0hr4doldcpmw6ej0m .voice_site_summary pre {
  line-height: 1.5rem;
}

#page_1010 #toy0hr4doldcpmw6ej0m .blog_title,
#page_1010 #toy0hr4doldcpmw6ej0m .addtoany_share_save_container {
  display: none;
}

.google_wrap {
  position: relative;
  padding: 470px 0 140px;
  margin-bottom: 120px;
  width: 100%;
}

.google_wrap::before {
  content: "";
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  background: url(/files/block15_bg01.jpg) no-repeat center top, url(/files/block15_bg03.jpg) no-repeat center bottom, url(/files/block15_bg02.jpg)repeat-y center top;
  z-index: -1;
}

.google_wrap::after {
  content: "";
  width: 62px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 447px;
  left: 0;
  background: url(/files/09_block01_bg02.png) no-repeat center bottom;
  margin: auto;
}

.google_title {
  position: relative;
  background: none transparent;
  text-align: center;
  margin-top: 200px;
  padding: 0;
  width: 100%;
  overflow: visible;
}

.google_title span {
  display: block;
  font-size: 110px;
  color: #d7dee4;
  font-family: dunbar-tall, sans-serif;
  position: absolute;
  top: -90px;
  width: 100%;
  font-weight: 400;
}

.google_wrap>.wpac {
  margin: 0 auto 0px !important;
  padding: 110px 80px !important;
  background: #fff !important;
  border: 1px solid #0066b3 !important;
}

.voice_title {
  position: relative;
  padding: 50px 0 0;
  width: 960px;
  margin: auto;
}

.voice_title [class*="title"] {
  background: none transparent;
  padding: 0;
  width: 100%;
}

.voice_url,
.voice_site {
  font-size: 15px;
}

.voice_url {
  width: 960px;
  margin: auto;
}

.voice_site {
  display: flex;
  padding: 50px 95px;
}

.voice_site_info {
  margin-left: 81px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}

.voice_site_title {
  font-weight: bold;
  margin-bottom: 20px;
}

.voice_wrap pre {
  overflow: inherit;
  white-space: pre-wrap;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
}

.voice.entry-content {
  position: relative;
}

.voice_category {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.voice_category_item {
  color: #fff;
  padding: 6px 15px;
  text-align: center;
  display: flex;
  background: #0065b3;
}

.voice_category_item.tool {
  margin-left: 10px;
  background: #01ddf3;
}

.voice_togglebtn {
  position: absolute;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.voice_togglebtn::before,
.voice_togglebtn::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transition: .3s;
  background: #000;
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.voice_togglebtn::after {
  transform: translateY(-50%) rotate(90deg);
  top: calc(50% - 2px);
}

.voice_togglebtn.open::before {
  transform: translateY(-50%) rotate(90deg);
  top: calc(50% - 2px);
}

.voice_toggle {
  display: none;
}

.voice_faq {
  margin: 0 auto 50px;
  width: 960px;
}

.voice_faq_question {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 30px 0 0 80px;
  background: url(/files/09_block01_bg03.png) no-repeat left top;
}

.voice_faq_answer {
  padding: 0 0 0 190px;
}

.voice_faq_answer pre {
  position: relative;
  line-height: 26px;
  white-space: pre-wrap; /* 自動で改行 */
  word-wrap: break-word; /* 長い単語も折り返す */
  width: 770px; /* 幅を指定 */
  font-size: 13px;
  margin-bottom: 15px;
}

.voice_faq_answer pre::before {
  content: "お客様";
  width: 65px;
  height: auto;
  position: absolute;
  top: 0;
  left: -110px;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.voice_faq_answer pre:nth-of-type(even):before {
  content: "RM";
  background: #0066b3;
}

.voice_siteinfo {
  width: 960px;
  margin: 50px auto;
}

.voice_siteinfo_table {
  width: 100%;
}

.voice_siteinfo_title {
  background: none transparent;
  padding: 0;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.voice_siteinfo_table tr>*:first-child {
  text-align: left;
}

.voice_siteinfo_table tr>* {
  padding: 10px;
  font-size: 15px;
}

/* 投稿ページ */
#post-2440 .voice_category_item {
  line-height: 30px;
}
#post-2440 .voice_title {
  margin: 0;
}
#post-2440 .voice_title .entry-title {
  width: 660px;
  border-bottom: solid 2px #000000;
  background: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#post-2440 .voice_site_title {
  margin-top: 40px;
  margin-bottom: 25px;
}
#post-2440 .voice_url {
  margin: 0 0 0 20px;
  width: auto;
}
#post-2440 .voice_site {
  display: block;
  padding: 0;
}
#post-2440 .voice_togglebtn {
  top: 555px;
  right: 690px;
}
#post-2440 .voice_site_info {
  margin-left: 0;
}
#post-2440 .voice_faq {
  padding-top: 70px;
}
#post-2440 .voice_faq_answer {
  padding: 0 0 0 110px;
}
#post-2440 .voice_faq_question {
  padding-top: 10px;
  padding-bottom: 15px;
}
#post-2440 .voice_faq_answer pre {
  width: 590px;
}
#post-2440 #toc_container {
  display: none;
}
/*タイトル＞顧客訪問シリーズ（共通）
qi8pze3phblbp0i35f9y
--------------------------------------- */
#qi8pze3phblbp0i35f9y {
  position: relative;
  background: url(/files/movie_title.png) no-repeat center top -30px;
  padding-top: 170px;
}

/* ===========================================================================
     サポート案内
=========================================================================== */
/*WEBサイトの運用に必要なあらゆるサポートをお任せください
iyueutygwigr3xyi9osq
--------------------------------------- */
#iyueutygwigr3xyi9osq {
  position: relative;
  background: url(/files/block16_bg01.jpg) no-repeat center top;
}

#iyueutygwigr3xyi9osq,
#iyueutygwigr3xyi9osq .easys_content_inner,
#iyueutygwigr3xyi9osq .entry_post {
  height: 1180px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#iyueutygwigr3xyi9osq .text_box {
  width: 930px;
  margin: 820px auto 0;
}

#iyueutygwigr3xyi9osq .text_box p {
  text-align: center;
}

/*10時から19時までつながる サポートダイヤ
vcopu17529vxcbnwyx85
--------------------------------------- */
#vcopu17529vxcbnwyx85 {
  position: relative;
  background: url(/files/block16_bg02.jpg) repeat-y center top;
  padding: 125px 0 0px;
}

/*記事＞お客様を裏切りません
dbxd5m4em6aony23hswx
--------------------------------------- */
#dbxd5m4em6aony23hswx {
  position: relative;
  background: url(/files/block16_bg03.jpg) no-repeat center bottom, url(/files/block16_bg02.jpg) repeat-y center top;
  padding: 0px 0 153px;
}

/*サポート内容一覧
i5f4rxsfs4p0csazxtwf
--------------------------------------- */
#i5f4rxsfs4p0csazxtwf {
  position: relative;
  background: url(/files/block17_bg01.jpg) no-repeat center top;
}

#i5f4rxsfs4p0csazxtwf,
#i5f4rxsfs4p0csazxtwf .easys_content_inner,
#i5f4rxsfs4p0csazxtwf .entry_post {
  height: 2100px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#i5f4rxsfs4p0csazxtwf .text_box {
  width: 480px;
  margin: 728px 0 0 auto;
}

#i5f4rxsfs4p0csazxtwf .post_data {
  line-height: 2.3em;
}

/*その他の更新やご不明点もお気軽にお問い合わせください！ ※
xz8k51dvdchyddszht8i
--------------------------------------- */
#xz8k51dvdchyddszht8i {
  position: relative;
  background: url(/files/block18_bg01.jpg) no-repeat center top;
}

#xz8k51dvdchyddszht8i,
#xz8k51dvdchyddszht8i .easys_content_inner,
#xz8k51dvdchyddszht8i .entry_post {
  height: 810px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#xz8k51dvdchyddszht8i .text_box {
  width: 900px;
  margin: 170px auto 0;
}

#xz8k51dvdchyddszht8i .text_box p {
  text-align: center;
}

/*ボタン画像　共通設定*/
#xz8k51dvdchyddszht8i .sub_text_btn,
#xz8k51dvdchyddszht8i .sub_text_btn a {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 410px;
  height: 60px;
  position: relative;
  border-radius: 0;
}

#xz8k51dvdchyddszht8i .sub_post {
  margin: 0;
  position: absolute;
  width: 410px;
  left: calc(50% - -40px);
}

#xz8k51dvdchyddszht8i .sub_post_0 {
  top: 480px;
}

/*ボタン左*/
#xz8k51dvdchyddszht8i .sub_post_0 .sub_text_btn a {
  background: url(/files/block18_btn01.png) no-repeat center;
}

#xz8k51dvdchyddszht8i .sub_post_1 {
  top: 550px;
}

/*ボタン右*/
#xz8k51dvdchyddszht8i .sub_post_1 .sub_text_btn a {
  background: url(/files/block18_btn02.png) no-repeat center;
}

#xz8k51dvdchyddszht8i .sub_post a:hover {
  animation: shake 1s ease-in-out 1;
}

#xz8k51dvdchyddszht8i .text_size_full {
  overflow: visible;
}

/*02.　PC操作 充実の遠隔サポート
ttvjwvwzeu7c4dwcncl5
--------------------------------------- */
#ttvjwvwzeu7c4dwcncl5 {
  position: relative;
  background: url(/files/block19_bg01.jpg) no-repeat center top;
}

#ttvjwvwzeu7c4dwcncl5,
#ttvjwvwzeu7c4dwcncl5 .easys_content_inner,
#ttvjwvwzeu7c4dwcncl5 .entry_post {
  height: 1230px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#ttvjwvwzeu7c4dwcncl5 .text_box {
  width: 500px;
  margin: 213px 0 0 auto;
}

#ttvjwvwzeu7c4dwcncl5 .post_data {
  line-height: 2.3em;
}

.db_txt_size {
  font-size: 24px !important;
}

/*バナー＞ブログ更新代行のご案内/よくあるご質問※
xdwe1w44thuep5oa4gqc
--------------------------------------- */
#xdwe1w44thuep5oa4gqc {
  background: url(/files/02bnr_bg01.jpg) no-repeat center top / 100%;
  padding: calc(30 / 1920 * 100%) 0 calc(100 / 1920 * 100%);
}

#xdwe1w44thuep5oa4gqc .easys_content_inner {
  width: calc(1722 / 1920 * 100%);
  padding: 0;
}

#xdwe1w44thuep5oa4gqc .field_2col {
  width: calc(850 / 1722 * 100%) !important;
}

#xdwe1w44thuep5oa4gqc .eyecatch {
  width: 100%;
}

#xdwe1w44thuep5oa4gqc .margin-bottom_30 {
  margin-bottom: 0;
}

#xdwe1w44thuep5oa4gqc .eyecatch a img {
  display: block;
  position: relative;
  opacity: 1;
  transition: ease .3s;
}

#xdwe1w44thuep5oa4gqc .eyecatch a:hover img {
  animation: shake 1s ease-in-out 1;
}

/*バナー＞お問い合わせ※
pkuqb15jp0m2tbzkhjki
--------------------------------------- */
#pkuqb15jp0m2tbzkhjki {
  height: 800px;
  position: relative;
}

#pkuqb15jp0m2tbzkhjki .easys_content_inner {
  padding: 0;
  width: 1920px;
  position: absolute;
  left: calc(50% - 960px);
}

#pkuqb15jp0m2tbzkhjki .eyecatch {
  width: 100%;
  position: relative;
}

#pkuqb15jp0m2tbzkhjki .eyecatch::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/bnr_contact02.jpg) no-repeat center;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#pkuqb15jp0m2tbzkhjki .eyecatch:hover::before {
  transform: scale(1.05);
}

#pkuqb15jp0m2tbzkhjki div {
  margin-bottom: 0;
}

#pkuqb15jp0m2tbzkhjki .eyecatch a:hover img {
  opacity: 1;
}

/*バナー＞LINE※
rqiu6e9xjzft7a58c3w8
--------------------------------------- */
#rqiu6e9xjzft7a58c3w8 {
  height: 800px;
  position: relative;
}

#rqiu6e9xjzft7a58c3w8 .easys_content_inner {
  padding: 0;
  width: 1920px;
  position: absolute;
  left: calc(50% - 960px);
}

#rqiu6e9xjzft7a58c3w8 .eyecatch {
  width: 100%;
  position: relative;
}

#rqiu6e9xjzft7a58c3w8 .eyecatch::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/bnr_line02.jpg) no-repeat center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#rqiu6e9xjzft7a58c3w8 div {
  margin-bottom: 0;
}

#rqiu6e9xjzft7a58c3w8 .eyecatch a img {
  transition: all 0.3s;
}

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

/* ===========================================================================
     よくあるご質問
=========================================================================== */
/*DB>お困りごとはこちらからも解決できます！
ns2xonvnejbu8b3sfndw
--------------------------------------- */
#ns2xonvnejbu8b3sfndw {
  position: relative;
  background: url(/files/block20_bg01.jpg) no-repeat center top;
}

#ns2xonvnejbu8b3sfndw,
#ns2xonvnejbu8b3sfndw .easys_content_inner,
#ns2xonvnejbu8b3sfndw .entry_post {
  height: 1000px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#ns2xonvnejbu8b3sfndw .text_box {
  width: 570px;
  margin: 536px 30px 0 auto;
}

/* ===========================================================================
     サポートブログ
=========================================================================== */
/*サポートブログ
l6xryets8ojq1q0qzbws
--------------------------------------- */
#l6xryets8ojq1q0qzbws {
  position: relative;
  background: url(/files/block21_bg01.jpg) no-repeat center top, url(/files/block21_bg03.jpg) no-repeat center bottom, url(/files/block21_bg02.jpg) repeat-y center top;
  padding: 450px 0 180px;
}

#page_1016 .tablenav {
  margin-top: 50px;
}

/* ===========================================================================
     広報活動
=========================================================================== */
/*社内広報ビデオ
zybvwmm9nuk4qekl4ka3
--------------------------------------- */
#zybvwmm9nuk4qekl4ka3 {
  position: relative;
  background: url(/files/block_titile02.jpg) no-repeat center top;
  padding-top: 340px;
}

#zybvwmm9nuk4qekl4ka3 .text_box p {
  text-align: center;
}

/*社外広報ビデオ　一覧
q6lj4rwllxq74gbwrfzt
--------------------------------------- */
#q6lj4rwllxq74gbwrfzt {
  position: relative;
  background: url(/files/block_titile03.jpg) no-repeat center top;
  padding-top: 230px;
}

/*動画　顧客訪問シリーズ　一覧
d3nool3n39nbmypxxrz9
--------------------------------------- */
#d3nool3n39nbmypxxrz9 {
  position: relative;
  background: url(/files/block_titile04.jpg) no-repeat center top;
  padding-top: 230px;
}

/* ===========================================================================
     お問い合わせ
=========================================================================== */
/*バナー＞会社概要/企業理念/採用情報※
s28ovqcfetufwpesfic7
--------------------------------------- */
#s28ovqcfetufwpesfic7 {
  background: url(/files/03bnr_bg06.jpg) no-repeat center top / 100%;
  padding: calc(100 / 1920 * 100%) 0;
}

#s28ovqcfetufwpesfic7 .easys_content_inner {
  width: calc(1720 / 1920 * 100%);
  padding: 0;
}

#s28ovqcfetufwpesfic7 .eyecatch {
  width: 100%;
}

#s28ovqcfetufwpesfic7 .margin-bottom_30,
#s28ovqcfetufwpesfic7 .margin-bottom_50 {
  margin-bottom: 0;
}

#s28ovqcfetufwpesfic7 .img_display {
  display: flex;
  justify-content: space-between;
}

#s28ovqcfetufwpesfic7 .field_1col {
  width: calc(566 / 1720 * 100%) !important;
  position: relative;
}

#s28ovqcfetufwpesfic7 .field_1col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: all .5s;
  transform-origin: center;
}

#s28ovqcfetufwpesfic7 .field_1col:hover::before {
  background-size: 110% !important;
}

#s28ovqcfetufwpesfic7 div:nth-child(1 of [class*="field_"])::before {
  background: url(/files/03bnr_company02.jpg) no-repeat center / 100%;
}

#s28ovqcfetufwpesfic7 div:nth-child(2 of [class*="field_"])::before {
  background: url(/files/03bnr_philosophy02.jpg) no-repeat center / 100%;
}

#s28ovqcfetufwpesfic7 div:nth-child(3 of [class*="field_"])::before {
  background: url(/files/03bnr_recruit02.jpg) no-repeat center / 100%;
}

#s28ovqcfetufwpesfic7 .eyecatch a img {
  opacity: 1;
  position: relative;
}

/* ===========================================================================
     社長ブログ
=========================================================================== */
/*DB>社長ブログ
p680lw37q45bao9e2s5o
--------------------------------------- */
#p680lw37q45bao9e2s5o {
  position: relative;
  background: url(/files/block22_bg01.jpg) no-repeat center top;
}

#p680lw37q45bao9e2s5o,
#p680lw37q45bao9e2s5o .easys_content_inner,
#p680lw37q45bao9e2s5o .entry_post {
  height: 800px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#p680lw37q45bao9e2s5o .text_box {
  width: 480px;
  margin: 368px auto 0 100px;
}

#p680lw37q45bao9e2s5o .text_box p {
  line-height: 50px;
}

/* ===========================================================================
     遠隔サポート(remote_support)ページ
=========================================================================== */
/*チェックボックス：同意する
aizlibsx7ky3x42b7bis
--------------------------------------- */
#aizlibsx7ky3x42b7bis .easys_content_inner .entry_post > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#aizlibsx7ky3x42b7bis .easys_content_inner .entry_post > div input {
  margin: 5px 5px 0 0;
  width: 22px;
  height: 22px;
}
#aizlibsx7ky3x42b7bis .easys_content_inner .entry_post > div label {
  font-size: 22px;
  line-height: 22px;
}

/*ダウンロードボタン
zqg1p19lvgdsgyvu1y4g
--------------------------------------- */
#zqg1p19lvgdsgyvu1y4g .clear_float {
  display: none;
}
#zqg1p19lvgdsgyvu1y4g .easys_content_inner .img_display {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}
#zqg1p19lvgdsgyvu1y4g .easys_content_inner .img_display * {
  margin: 0;
  padding: 0;
  width: auto !important;
}
#zqg1p19lvgdsgyvu1y4g .easys_content_inner .img_display > div .eyecatch a {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0.2;
  pointer-events: none;
}
#zqg1p19lvgdsgyvu1y4g .easys_content_inner .img_display > div .eyecatch a.agreed {
  opacity: 1;
  pointer-events: auto;
}
#zqg1p19lvgdsgyvu1y4g .easys_content_inner .img_display > div:first-of-type .eyecatch a {
  height: 44px;
}

    
/* サポート案内 ティーザー削除 */
#page_1014 #branding_box { padding: 0 !important;}
#page_1014 #main_teaser { height: 0 !important;}
    
/* よくあるご質問 ティーザー削除 */
#page_3976 #branding_box { padding: 0 !important;}
#page_3976 #main_teaser { height: 0 !important;}
    
    
    
    
    
    
    
    
    
    
    