@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background: none transparent;
  color: #334045;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block,
#page_15 #outer_block,
#page_1000 #outer_block,
#page_1000 #outer_block {
  padding-top: 0;
}

a:link, a:visited, a:hover, a:active {
color: #ffb400;
}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 31vw;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 40vw;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}
#page_6 #header_information {height: 0px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #214cb4;
  position: absolute;
  top: 0;
  right: 0;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 17.5vw;
  height: 2vw;
  background: url(/files/logo.png)no-repeat center top/100%;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
#page_6 .main_header img, .header_class img {
  background: none;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#menu_btn {
  position: fixed;
  top: 1.5vw;/*ボタン位置　レスポンシブの場合vw。レスポンシブ無しならpxでOK*/
  right: 1.5vw;/*ボタン位置　レスポンシブの場合vw。レスポンシブ無しならpxでOK*/
  z-index: 1000;/*変更しない*/
  width: 60px;/*ボタンのサイズ*/
  height: 60px;/*ボタンのサイズ*/
  background: url(/files/open.png) no-repeat center top;/*ボタン画像「三」の方*/
  cursor: pointer;/*マウスカーソルをポインター(手)に変更*/
}
#menu_btn p {display: none;}
#access {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;/*出てくる方向どこでも、top:0はそのまま残しとく*/
  top: -110%;/*widthと同じ数値、出てくる方向にマイナスする*/
  background: #214cb4;/*ナビ開いたときの背景画像。背景色（#121a3f）不要なら消す*/
}
#access.open {/*出てきた時*/
  top: 0;
  transition: top .4s;
}
#access.close {/*隠れている時*/
  top: -110%;
  transition: top .3s;
}
#access .menu-header {
  width: 160px;/*ナビ画像の幅*/
  height: 360px;/*ナビ画像の高さ*/
  margin: calc((100vh - 400px) / 2) auto 0;/*calc()で上下センターに合わせる（500px=menu-headerの高さ）*//*これでロゴ＆ナビ位置下げる*/
  padding: 0;
}

/*9列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a,div#access .menu-item a:hover {
  background-image: url('/files/topnavi2.png');/*ナビ画像*/
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 160px;
  height: 40px;
  margin: 0px;
  padding: 0px;
}

/*9列ナビ 縦*/
div#access .gnavi11 a { background-position:left top;}
div#access .gnavi12 a { background-position:left -40px;}
div#access .gnavi13 a { background-position:left -80px;}
div#access .gnavi14 a { background-position:left -120px;}
div#access .gnavi15 a { background-position:left -160px;}
div#access .gnavi16 a { background-position:left -200px;}
div#access .gnavi17 a { background-position:left -240px;}
div#access .gnavi18 a { background-position:left -280px;}
div#access .gnavi19 a { background-position:left bottom;}

div#access .gnavi11 a:hover { background-position:right top;}
div#access .gnavi12 a:hover { background-position:right -40px;}
div#access .gnavi13 a:hover { background-position:right -80px;}
div#access .gnavi14 a:hover { background-position:right -120px;}
div#access .gnavi15 a:hover { background-position:right -160px;}
div#access .gnavi16 a:hover { background-position:right -200px;}
div#access .gnavi17 a:hover { background-position:right -240px;}
div#access .gnavi18 a:hover { background-position:right -280px;}
div#access .gnavi19 a:hover { background-position:right bottom;}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 0px;
  width:100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width:100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#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: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#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: #666;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser{
  margin: 0;
  top: 0/*要変更：トップページスライダーのページ一番上からの位置*/;
  min-width: 1200px;
  max-width: 2000px;
}
/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #334045;
  overflow: hidden;
  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 {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #ffb400;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
  height: 330px;
  position: relative;
}
#footer_box {
  background:none transparent;
  height: 290px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color:  none transparent;
}
#footer-widget-area .widget-area .menu-item a {
  border-left: none transparent;
  border-right: none transparent;
  color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ全体の幅、位置調整*/
#footer-widget-area .widget-area{
    width: 485px;
    position: absolute;
    top: -190px;
    left: calc(50% + 85px);
}

/*ナビ　2列以上にする*/
#footer-widget-area .widget-area ul.menu{
    border: none transparent !important;/*左右の線消す*/
    display: flex;
    flex-flow: column wrap;
    width: 80%;
    height: 163px;/*これで上から何個ナビ表示させるか決める。狭くすれば2個、広くすれば5個とかになる*/
    text-align: left;/*ナビ字左寄せ*/
}
/*行間調整*/
#footer-widget-area .widget-area .menu-item{
    margin: 0 0 20px;
}

/*2行目以降の幅*/
.f_nav1{width: 120px;}
.f_nav2{width: 120px;}

.f_nav1:before,
.f_nav2:before,
.f_nav3:before{
  display: block;
  content: "■";
  color: #fff;
  font-size: 14px;
  position: absolute;
}

.f_nav1.subnavi:before,
.f_nav2.subnavi:before{
  display: block;
  content: "-";
  color: #fff;
  font-size: 14px;
  position: absolute;
}

/*プルダウンナビ少し右にずらす*/
.f_nav1.subnavi,
.f_nav2.subnavi{margin-left: 10px!important;}
/*プルダウン高くして列作る*/
.f_nav1.subnavi{height: 60px;}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 940px;
}
#footer_information .entry-post {
  width: 341px;
  margin: 120px auto 0 0;
  text-align: left;
  color: #ffffff;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
  width: 940px;
  text-align: right;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn div,
.fixed_btn div a {height: 120px;width: 50px;}
.fixed_btn div{margin-bottom: 0;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}

.fixed_btn{
    bottom: calc((50% / 2) + 120px);/*右の上下中央あたりに設置*/
    z-index: 500;
}
#float_top_btn{bottom: 0;right: 0;}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
/*左寄せ*/
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title/*3列タイトル*/{
  text-align: left;
}
* .half_entry_title,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title/*ハーフ見出し（H4）のこと*/{
    padding-left: 20px;
    width: 436px;
}
* .inline_title/*3列タイトル*/{
    padding-left: 20px;
    width: 300px;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #214cb4;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #214cb4;
}
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: #214cb4;
}
/* 見出しリンクボタン */
.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.jpg);
  font-size: 20px;
  color: #214cb4;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #214cb4;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.jpg);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #214cb4;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top transparent;
  color: #214cb4;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #214cb4;
}
/* 小見出しリンクボタン */
.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.jpg);
  font-size: 20px;
  color: #214cb4;
}


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


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

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


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

small a:hover {
  background-color: #ffb400 !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, 
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value,
table.iqfm-table th, table.iqfm-table td  {
  border-color: #214cb4;
  border-right: none;
  border-left: none;
  background: none transparent;
  color: #334045;
}

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

/* Dメニュー下線 */
.td_cell {
  border-color: #ffb400;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #214cb4 !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
  color: #334045;
}

/*一番上の線消す*/
table tr:first-of-type th,
table tr:first-of-type td{
    border-top:none!important;
}



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



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


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.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-size: 13px;
  font-weight: bold;
}
.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;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.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 {
  background-color: #EEEEEE;
  border: 1px solid #ffb400;
  color: #ffb400;
}
div.link_list a:hover {
  background-color: #ffb400;
  border: 1px solid #ffb400;
  color: #fff;
}


.faq-title {
  background-color: #ffb400;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ffb400;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .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: #214cb4;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #334045;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #334045;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.jpg);
  background-position: center bottom;
  height: auto;
  padding: 15px 10px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #214cb4;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/* PC 背景付きブロックの記事画像 非表示  */
#t5x1gleiybci2ik1jjkb .entry_post:first-of-type .eyecatch,
#towszqzzxd00eyenthev .entry_post:first-of-type .eyecatch,
#knk9wswafg5ehz8xbhb1 .entry_post:first-of-type .eyecatch,
/*会社概要ページ*/
#t5dxqs3r8fz98s6v0q0p .entry_post:first-of-type .eyecatch,
/*取り組みページ*/
#fk973h8bqnabc5j41k7e .entry_post:first-of-type .eyecatch,
#y9z4hrc7w74ov6q8hdb8 .entry_post:first-of-type .eyecatch,
/*業務内容ページ*/
#g6uthmvb40dycqmlk451 .entry_post:first-of-type .eyecatch,
/*採用情報ページ*/
#vgtfwmq6g3zy7340rh1n .entry_post:first-of-type .eyecatch,
#d488njmkbm2mur9bmxzp .entry_post:first-of-type .eyecatch,
#tcaezp0pqcrjsr2qc48v .entry_post:first-of-type .eyecatch{display: none;}

/* float 解除 */
#t5x1gleiybci2ik1jjkb .entry_post:first-of-type .float_left,
#t5x1gleiybci2ik1jjkb .entry_post:first-of-type .float_right,
#towszqzzxd00eyenthev .entry_post:first-of-type .float_left,
#towszqzzxd00eyenthev .entry_post:first-of-type .float_right,
#knk9wswafg5ehz8xbhb1 .entry_post:first-of-type .float_left,
#knk9wswafg5ehz8xbhb1 .entry_post:first-of-type .float_right,
/*会社概要ページ*/
#t5dxqs3r8fz98s6v0q0p .entry_post:first-of-type .float_left,
#t5dxqs3r8fz98s6v0q0p .entry_post:first-of-type .float_right,
/*取り組みページ*/
#fk973h8bqnabc5j41k7e .entry_post:first-of-type .float_left,
#fk973h8bqnabc5j41k7e .entry_post:first-of-type .float_right,
#y9z4hrc7w74ov6q8hdb8 .entry_post:first-of-type .float_left,
#y9z4hrc7w74ov6q8hdb8 .entry_post:first-of-type .float_right,
/*業務内容ページ*/
#g6uthmvb40dycqmlk451 .entry_post:first-of-type .float_left,
#g6uthmvb40dycqmlk451 .entry_post:first-of-type .float_right,
/*採用情報ページ*/
#vgtfwmq6g3zy7340rh1n .entry_post:first-of-type .float_left,
#vgtfwmq6g3zy7340rh1n .entry_post:first-of-type .float_right,
#d488njmkbm2mur9bmxzp .entry_post:first-of-type .float_left,
#d488njmkbm2mur9bmxzp .entry_post:first-of-type .float_right,
#tcaezp0pqcrjsr2qc48v .entry_post:first-of-type .float_left,
#tcaezp0pqcrjsr2qc48v .entry_post:first-of-type .float_right{float: none;}

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



/*  ■■■■■ アニメーション用共通 ■■■■■
---------------------------------------------------------------------------------------------------- */

/*アニメーション制御-----------------------*/
.anime_outer {
  transition: 2s;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.anime_outer:before {
  background: none #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
/*  transition:all .8s 0s ease;*/
  transition: all 2.6s cubic-bezier(.165,.84,.44,1);/*出てくる遅さ*/
  width: 100%;
  z-index: 1;
}
/*色変更*/
/*トップページ*/
#t5x1gleiybci2ik1jjkb .anime_outer:before {
  background: none #eef2f6;
}
#knk9wswafg5ehz8xbhb1 .anime_outer:before {
  background: none #DCEAF8;
}
/*パララックスブロック　透明*/
#gwu7za5pag6x0ul2reqz .anime_outer:before {
  background: none transparent;
}
#zu4x134nkl3xzkfot0ic .anime_outer:before {
  background: none transparent;
}

/*会社概要*/
#t5dxqs3r8fz98s6v0q0p .anime_outer:before {
  background: none #eef2f6;
}
#t5dxqs3r8fz98s6v0q0p .eyecatch_img3.anime_outer:before {
  background: none #fff;
}
/*業務内容*/
#g6uthmvb40dycqmlk451 .anime_outer:before {
  background: none #eef2f6;
}
#g6uthmvb40dycqmlk451 .eyecatch_img3.anime_outer:before {
  background: none #fff;
}
/*採用情報*/
#vgtfwmq6g3zy7340rh1n .eyecatch_img3.anime_outer:before {
  background: none #eef2f6;
}
#d488njmkbm2mur9bmxzp .anime_outer:before {
  background: none #eef2f6;
}
#d488njmkbm2mur9bmxzp .eyecatch_img3.anime_outer:before {
  background: none #fff;
}

/*バナー*/
#tje0cutkgnwpi9n4qarp .anime_outer:before,
#b6my77hjya635syh2yxo .anime_outer:before,
#e16yiop5wtv17ic8vfv1 .anime_outer:before,
#rjus5s0713qviepvp0zv .anime_outer:before{
    background: #eef2f6;
}

.anime_inner {
  display: block;
  position: relative;
/*  transition:all 0.5s 0.3s ease;*/
  transition: all 2.6s cubic-bezier(.165,.84,.44,1);/*出てくる遅さ*/
  z-index: 0;
}
.anime_outer.active {opacity: 1;}
.anime_outer.active:before {transform: translateX(100%);}


.anime_slideIn {
  position: relative;
  left: -50px;
  /*  transition: all 0.5s 0s ease;*/
  transition: all 2.6s cubic-bezier(.165,.84,.44,1);
}
.anime_slideIn.active {left: 0;}


/*バナー*/
.anime_banner.anime_outer:before {background: none #eef2f6;}

.nd_01 .float_left .anime_outer:before {
    transition: all 0.5s 0s ease !important;
}
.nd_01 .float_right .anime_outer {
    transition: all 0.6s 0.2s ease !important;
}
.nd_01 .float_right .anime_outer:before {
    transition: all 0.4s 0.2s ease !important;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*ボタン　共通*/
#t5x1gleiybci2ik1jjkb .main_btn a,
#towszqzzxd00eyenthev .main_btn a,
#knk9wswafg5ehz8xbhb1 .main_btn a{
  position: absolute;
  display: block;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
  background: url(/files/top_link01.png) no-repeat center top transparent;
  width: 220px;
  height: 55px;
}
#t5x1gleiybci2ik1jjkb .main_btn a:hover,
#towszqzzxd00eyenthev .main_btn a:hover,
#knk9wswafg5ehz8xbhb1 .main_btn a:hover{opacity: 0.8;}


/*1　地域を守る警備員さん目指しませんか？*/
#t5x1gleiybci2ik1jjkb {
  position: relative;
  background: #eef2f6;
  height: 1200px;
}
/*見出し*/
#t5x1gleiybci2ik1jjkb *[class*="title"] {
    display: none;
}
/*記事*/
#t5x1gleiybci2ik1jjkb .text_box {
  width: 480px;
  margin: 270px calc(50% - 480px) 0;/*上から・左右位置*/
  float: right;/*右寄せ*/
}
#t5x1gleiybci2ik1jjkb .text_box .post_data{
  line-height: 2.1;
}
/*ボタン　位置調整*/
#t5x1gleiybci2ik1jjkb .main_btn a{
  top: 530px;
  left: calc(50% - 0px);
}

/*画像　共通*/
#t5x1gleiybci2ik1jjkb .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#t5x1gleiybci2ik1jjkb .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 180px;
  left: calc(50% - 0px);
  width: 480px;
  height: 62px;
}
#t5x1gleiybci2ik1jjkb .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#t5x1gleiybci2ik1jjkb .eyecatch_img2{/*左　写真*/
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 900px;
  height: 1001px;
}
#t5x1gleiybci2ik1jjkb .eyecatch_img2 img {
  height: 1001px;
}
/*画像3*/
#t5x1gleiybci2ik1jjkb .eyecatch_img3{/*下　テキスト画像*/
  position: absolute;
  top: 770px;
  left: calc(50% + -340px);
  width: 1010px;
  height: 264px;
  z-index: 1;/*写真より重ね順上にする*/
}
#t5x1gleiybci2ik1jjkb .eyecatch_img3 img {
  height: 264px;
}


/*波*/
#d6q69upphwh3xp1w77jw{
    position: relative;
    height: 200px;
    margin-top: -200px;
}
svg {
  height: 200px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}
/*IE時　非表示*/
@media all and (-ms-high-contrast: none){
    #d6q69upphwh3xp1w77jw {
      display: none;
    }
}


/*2　お客様の安心、地域の安全を守る仕事です*/
#towszqzzxd00eyenthev {
  position: relative;
  height: 1260px;
}
/*見出し*/
#towszqzzxd00eyenthev *[class*="title"] {
    display: none;
}
/*記事*/
#towszqzzxd00eyenthev .text_box {
  width: 480px;
  margin: 330px calc(50% - 480px) 0;/*上から・左右位置　*/
  float: left;/*左寄せ*/
}
#towszqzzxd00eyenthev .text_box .post_data{
  line-height: 2.1;
}
/*ボタン　位置調整*/
#towszqzzxd00eyenthev .main_btn a{
  top: 570px;
  left: calc(50% - 480px);
}

/*画像　共通*/
#towszqzzxd00eyenthev .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#towszqzzxd00eyenthev .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 80px;
  left: calc(50% - 480px);
  width: 511px;
  height: 62px;
}
#towszqzzxd00eyenthev .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#towszqzzxd00eyenthev .eyecatch_img2{/*タイトル2*/
  position: absolute;
  top: 170px;
  left: calc(50% - 480px);
  width: 870px;
  height: 120px;
}
#towszqzzxd00eyenthev .eyecatch_img2 img {
  height: 120px;
}
/*画像3*/
#towszqzzxd00eyenthev .eyecatch_img3{/*左背景*/
  position: absolute;
  top: 160px;
  right: calc(50% + 0px);
  width: 975px;
  height: 985px;
  z-index: -1;/*文章より重ね順下にする*/
}
#towszqzzxd00eyenthev .eyecatch_img3 img {
  height: 985px;
}
/*画像4*/
#towszqzzxd00eyenthev .eyecatch_img4{/*右　写真大*/
  position: absolute;
  top: 375px;
  left: calc(50% + 100px);
  width: 657px;
  height: 438px;
  z-index: 1;/*重ね順上にする*/
}
#towszqzzxd00eyenthev .eyecatch_img4 img {
  height: 438px;
}
/*画像5*/
#towszqzzxd00eyenthev .eyecatch_img5{/*右　写真小*/
  position: absolute;
  top: 755px;
  left: calc(50% - 195px);
  width: 385px;
  height: 257px;
  z-index: 2;/*重ね順上にする*/
}
#towszqzzxd00eyenthev .eyecatch_img5 img {
  height: 257px;
}


/*パララックス*/
#zu4x134nkl3xzkfot0ic {
  background: url(/files/top_title03_01.png) no-repeat center center / auto scroll,url(/files/top_bg03_img01_h850.png) no-repeat center center / cover fixed;
  height: 850px;/*任意の高さ*/
}


/*3　会社概要記事*/
#knk9wswafg5ehz8xbhb1 {
  position: relative;
  height: 1000px;
  background: #dceaf8;
}
/*見出し*/
#knk9wswafg5ehz8xbhb1 *[class*="title"] {
    display: none;
}
/*記事*/
#knk9wswafg5ehz8xbhb1 .text_box {
  width: 480px;
  margin: 360px calc(50% - 480px) 0;/*上から・左右位置　*/
  float: left;/*左寄せ*/
}
#knk9wswafg5ehz8xbhb1 .text_box .post_data{
  line-height: 2.1;
}
/*ボタン　位置調整*/
#knk9wswafg5ehz8xbhb1 .main_btn a{
  top: 860px;
  left: calc(50% - 480px);
}

/*画像　共通*/
#knk9wswafg5ehz8xbhb1 .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#knk9wswafg5ehz8xbhb1 .eyecatch_img1{
  position: absolute;
  top: 160px;
  left: calc(50% - 480px);
  width: 108px;
  height: 62px;
}
#knk9wswafg5ehz8xbhb1 .eyecatch_img1 img {/*高さ以外共通*/
  height: 62px;
}
/*画像2*/
#knk9wswafg5ehz8xbhb1 .eyecatch_img2{
  position: absolute;
  top: 265px;
  left: calc(50% - 480px);
  width: 375px;
  height: 45px;
}
#knk9wswafg5ehz8xbhb1 .eyecatch_img2 img {/*高さ以外共通*/
  height: 45px;
}
/*画像3*/
#knk9wswafg5ehz8xbhb1 .eyecatch_img3{
  position: absolute;
  top: -120px;
  left: calc(50% + 0px);
  width: 769px;
  height: 524px;
}
#knk9wswafg5ehz8xbhb1 .eyecatch_img3 img {/*高さ以外共通*/
  height: 524px;
}
/*画像4*/
#knk9wswafg5ehz8xbhb1 .eyecatch_img4{
  position: absolute;
  top: 210px;
  left: calc(50% + -20px);
  width: 669px;
  height: 395px;
  z-index: 1;/*重ね順上にする*/
}
#knk9wswafg5ehz8xbhb1 .eyecatch_img4 img {/*高さ以外共通*/
  height: 395px;
}



/*パララックスバナー　*/
#gwu7za5pag6x0ul2reqz {
  background: url(/files/top_title04.png) no-repeat center center / auto scroll,url(/files/top_bg04_h700.png) no-repeat center center / cover fixed;
  height: 700px;/*任意の高さ*/
}
#gwu7za5pag6x0ul2reqz .easys_content_inner{/*リンク範囲を画面いっぱいに広げる*/
  width: 100%;
}
#gwu7za5pag6x0ul2reqz a{
  overflow: hidden;
  display: block;
  height: 700px;/*バナー画像の高さ*/
  width: 2000px;/*バナー画像の幅*/
}

#gwu7za5pag6x0ul2reqz a img{/*固定画面で入れてるバナー画像消す*/
  display: none;
}

#gwu7za5pag6x0ul2reqz .eyecatch a{
    text-indent: -9999px;
    padding: 0;
    margin: 420px auto 0 0;/*ボタン位置調整*/
    border-radius: 0;
    display: block;
    width: 220px;/*ボタン幅*/
    height: 55px;
    background: url("/files/top_link02.png") no-repeat center top;
}
#gwu7za5pag6x0ul2reqz .eyecatch a:hover{opacity: 0.8;}



/*4 会社概要ブロック 見出し画像にする*/
#lp2c0rj5m13qnbimc943{/*隙間調節*/
    margin-top: 80px;
}
#lp2c0rj5m13qnbimc943 *[class*="title"]{
    background-image: none;
    text-indent: -9999px;
    margin-bottom: 40px;/*隙間調節*/
    padding:0 0 5px 0;/*幅広げないと高さが足りなくてボタンが見切れる*/
    width: 960px;
}
#lp2c0rj5m13qnbimc943 h3{display: none;}
#lp2c0rj5m13qnbimc943 span.read_more_btn{
  float: none;
  display: block;
  width: 109px;/*ボタン画像の幅*/
  height: 62px;/*ボタン画像の高さ*/
  margin: 0 auto 0 0;
}
#lp2c0rj5m13qnbimc943 span.read_more_btn a{
  display: block;
  background: url("/files/top_title05.png") no-repeat left top transparent;
  width: 109px;
  height: 62px;
  transition: 0s;
}
#lp2c0rj5m13qnbimc943 span.read_more_btn a:hover{opacity: 0.8;}



/*  会社概要ページ
---------------------------------------------------------------------------------------------------- */
/*1　代表挨拶*/
#t5dxqs3r8fz98s6v0q0p {
  position: relative;
  height: 1260px;
  background: url("/files/company_bg01.jpg") no-repeat center top transparent;
}
/*見出し*/
#t5dxqs3r8fz98s6v0q0p *[class*="title"] {
    display: none;
}
/*記事*/
#t5dxqs3r8fz98s6v0q0p .text_box {
  width: 480px;
  margin: 210px calc(50% - 480px) 0;/*上から・左右位置*/
  float: right;/*左寄せ*/
}
#t5dxqs3r8fz98s6v0q0p .text_box .post_data{
  line-height: 2.1;
}

/*画像　共通*/
#t5dxqs3r8fz98s6v0q0p .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#t5dxqs3r8fz98s6v0q0p .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 110px;
  left: calc(50% - 0px);
  width: 107px;
  height: 62px;
}
#t5dxqs3r8fz98s6v0q0p .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#t5dxqs3r8fz98s6v0q0p .eyecatch_img2{/*左　写真*/
  position: absolute;
  top: 110px;
  left: calc(50% - 960px);
  width: 900px;
  height: 1001px;
}
#t5dxqs3r8fz98s6v0q0p .eyecatch_img2 img {
  height: 1001px;
}
/*画像3*/
#t5dxqs3r8fz98s6v0q0p .eyecatch_img3{/*下　テキスト画像*/
  position: absolute;
  top: 770px;
  left: calc(50% + -340px);
  width: 1170px;
  height: 251px;
  z-index: 2;/*文章より重ね順下にする*/
}
#t5dxqs3r8fz98s6v0q0p .eyecatch_img3 img {
  height: 251px;
}


/*  取り組みページ
---------------------------------------------------------------------------------------------------- */
/*1　安心をお約束する為に*/
#fk973h8bqnabc5j41k7e {
  position: relative;
  height: 1050px;
  background: url("/files/initiatives_bg01.jpg") no-repeat center top transparent;
}
/*見出し*/
#fk973h8bqnabc5j41k7e *[class*="title"] {
    display: none;
}
/*記事*/
#fk973h8bqnabc5j41k7e .text_box {
  width: 480px;
  margin: 250px calc(50% - 480px) 0;/*上から・左右位置*/
  float: left;/*左寄せ*/
}
#fk973h8bqnabc5j41k7e .text_box .post_data {
  line-height: 2;
}

/*画像　共通*/
#fk973h8bqnabc5j41k7e .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#fk973h8bqnabc5j41k7e .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 100px;
  left: calc(50% - 480px);
  width: 268px;
  height:62px;
}
#fk973h8bqnabc5j41k7e .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#fk973h8bqnabc5j41k7e .eyecatch_img2{/*タイトル2*/
  position: absolute;
  top: 190px;
  left: calc(50% - 480px);
  width: 514px;
  height: 37px;
}
#fk973h8bqnabc5j41k7e .eyecatch_img2 img {
  height: 37px;
}
/*画像3*/
#fk973h8bqnabc5j41k7e .eyecatch_img3{/*写真1*/
  position: absolute;
  top: 540px;
  left: calc(50% - 760px);
  width: 501px;
  height: 334px;
}
#fk973h8bqnabc5j41k7e .eyecatch_img3 img {
  height: 334px;
}
/*画像4*/
#fk973h8bqnabc5j41k7e .eyecatch_img4{/*写真2*/
  position: absolute;
  top: 770px;
  left: calc(50% - 350px);
  width: 399px;
  height: 266px;
  z-index: 1;/*重ね順上にする*/
}
#fk973h8bqnabc5j41k7e .eyecatch_img4 img {
  height: 266px;
}


/*2　通行車輌や歩行者も大切なお客様*/
#y9z4hrc7w74ov6q8hdb8 {
  position: relative;
  background: url(/files/initiatives_bg02_h800.jpg) no-repeat center center fixed transparent;/*パララックス用背景画像*/
  background-size: cover;
  height: 800px;
  margin: 0 0 60px;
}
/*見出し*/
#y9z4hrc7w74ov6q8hdb8 *[class*="title"] {
    display: none;
}
/*記事*/
#y9z4hrc7w74ov6q8hdb8 .text_box {
  width: 480px;
  margin: 380px calc(50% - 240px) 0;/*上から・左右位置*/
  float: left;/*左寄せ*/
}
#y9z4hrc7w74ov6q8hdb8 .text_box .post_data {
  line-height: 2;
}

/*画像　共通*/
#y9z4hrc7w74ov6q8hdb8 .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#y9z4hrc7w74ov6q8hdb8 .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 200px;
  left: calc(50% - 250px);
  width: 404px;
  height:62px;
}
#y9z4hrc7w74ov6q8hdb8 .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#y9z4hrc7w74ov6q8hdb8 .eyecatch_img2{/*タイトル2*/
  position: absolute;
  top: 280px;
  left: calc(50% - 252px);
  width: 505px;
  height: 51px;
}
#y9z4hrc7w74ov6q8hdb8 .eyecatch_img2 img {
  height: 51px;
}


/*  業務内容ページ
---------------------------------------------------------------------------------------------------- */
/*1 交通誘導雑踏警備*/
#g6uthmvb40dycqmlk451 {
  position: relative;
  height: 1150px;
  background: url("/files/business_bg01.jpg") no-repeat center top transparent;
}
/*見出し*/
#g6uthmvb40dycqmlk451 *[class*="title"] {
    display: none;
}
/*記事*/
#g6uthmvb40dycqmlk451 .text_box {
  width: 480px;
  margin: 210px calc(50% - 480px) 0;/*上から・左右位置*/
  float: right;/*左寄せ*/
}
#g6uthmvb40dycqmlk451 .text_box .post_data{
  line-height: 2.1;
}

/*画像　共通*/
#g6uthmvb40dycqmlk451 .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#g6uthmvb40dycqmlk451 .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 110px;
  left: calc(50% - 0px);
  width: 214px;
  height: 62px;
}
#g6uthmvb40dycqmlk451 .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#g6uthmvb40dycqmlk451 .eyecatch_img2{/*左　写真*/
  position: absolute;
  top: 110px;
  left: calc(50% - 960px);
  width: 900px;
  height: 1001px;
}
#g6uthmvb40dycqmlk451 .eyecatch_img2 img {
  height: 1001px;
}
/*画像3*/
#g6uthmvb40dycqmlk451 .eyecatch_img3{/*下　テキスト画像*/
  position: absolute;
  top: 770px;
  left: calc(50% + -340px);
  width: 967px;
  height: 251px;
  z-index: 2;/*文章より重ね順下にする*/
}
#g6uthmvb40dycqmlk451 .eyecatch_img3 img {
  height: 251px;
}


/*  採用情報ページ
---------------------------------------------------------------------------------------------------- */
/*1　明るく楽しく一緒に警備をやりませんか？*/
#vgtfwmq6g3zy7340rh1n {
  position: relative;
  height: 1200px;
  background: url("/files/recruit_bg01.jpg") no-repeat center top transparent;
}
/*見出し*/
#vgtfwmq6g3zy7340rh1n *[class*="title"] {
    display: none;
}
/*記事*/
#vgtfwmq6g3zy7340rh1n .text_box {
  width: 480px;
  margin: 250px calc(50% - 480px) 0;/*上から・左右位置*/
  float: right;/*左寄せ*/
}
#vgtfwmq6g3zy7340rh1n .text_box .post_data{
  line-height: 2.1;
}

/*画像　共通*/
#vgtfwmq6g3zy7340rh1n .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#vgtfwmq6g3zy7340rh1n .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 110px;
  left: calc(50% - 0px);
  width: 290px;
  height: 99px;
}
#vgtfwmq6g3zy7340rh1n .eyecatch_img1 img {
  height: 99px;
}
/*画像2*/
#vgtfwmq6g3zy7340rh1n .eyecatch_img2{/*左　写真*/
  position: absolute;
  top: 110px;
  left: calc(50% - 960px);
  width: 900px;
  height: 1013px;
}
#vgtfwmq6g3zy7340rh1n .eyecatch_img2 img {
  height: 1013px;
}
/*画像3*/
#vgtfwmq6g3zy7340rh1n .eyecatch_img3{/*下　テキスト画像*/
  position: absolute;
  top: 770px;
  left: calc(50% + -340px);
  width: 1067px;
  height: 254px;
  z-index: 2;/*文章より重ね順下にする*/
}
#vgtfwmq6g3zy7340rh1n .eyecatch_img3 img {
  height: 254px;
}


/*2　嬉しい福利厚生！*/
#d488njmkbm2mur9bmxzp {
  position: relative;
  height: 1200px;
  background: url("/files/recruit_bg02.jpg") no-repeat center top transparent;
}
/*見出し*/
#d488njmkbm2mur9bmxzp *[class*="title"] {
    display: none;
}
/*記事*/
#d488njmkbm2mur9bmxzp .text_box {
  width: 480px;
  margin: 250px calc(50% - 480px) 0;/*上から・左右位置*/
  float: left;/*左寄せ*/
}
#d488njmkbm2mur9bmxzp .text_box .post_data{
  line-height: 2.1;
}

/*画像　共通*/
#d488njmkbm2mur9bmxzp .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#d488njmkbm2mur9bmxzp .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 110px;
  left: calc(50% - 480px);
  width: 204px;
  height: 62px;
}
#d488njmkbm2mur9bmxzp .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#d488njmkbm2mur9bmxzp .eyecatch_img2{/*右　写真*/
  position: absolute;
  top: 110px;
  left: calc(50% + 60px);
  width: 900px;
  height: 1001px;
}
#d488njmkbm2mur9bmxzp .eyecatch_img2 img {
  height: 1001px;
}
/*画像3*/
#d488njmkbm2mur9bmxzp .eyecatch_img3{/*下　テキスト画像*/
  position: absolute;
  top: 770px;
  left: calc(50% - 480px);
  width: 1119px;
  height: 254px;
  z-index: 2;/*文章より重ね順下にする*/
}
#d488njmkbm2mur9bmxzp .eyecatch_img3 img {
  height: 254px;
}


/*3　未経験大歓迎！しっかりとした教育制度あり！*/
#tcaezp0pqcrjsr2qc48v {
  position: relative;
  background: url(/files/recruit_bg03_h800.jpg) no-repeat center center fixed transparent;/*パララックス用背景画像*/
  background-size: cover;
  height: 800px;
}
/*見出し*/
#tcaezp0pqcrjsr2qc48v *[class*="title"] {
    display: none;
}
/*記事*/
#tcaezp0pqcrjsr2qc48v .text_box {
  width: 490px;
  margin: 410px calc(50% - 290px) 0;/*上から・左右位置*/
  float: left;/*左寄せ*/
}
#tcaezp0pqcrjsr2qc48v .text_box .post_data {
  line-height: 2;
}

/*画像　共通*/
#tcaezp0pqcrjsr2qc48v .eyecatch_img img{
  width: 100%;
  object-position: 100% 50%;
  object-fit: cover;
}
/*画像1*/
#tcaezp0pqcrjsr2qc48v .eyecatch_img1{/*タイトル1*/
  position: absolute;
  top: 160px;
  left: calc(50% - 295px);
  width: 554px;
  height:62px;
}
#tcaezp0pqcrjsr2qc48v .eyecatch_img1 img {
  height: 62px;
}
/*画像2*/
#tcaezp0pqcrjsr2qc48v .eyecatch_img2{/*タイトル2*/
  position: absolute;
  top: 240px;
  left: calc(50% - 295px);
  width: 590px;
  height: 159px;
}
#tcaezp0pqcrjsr2qc48v .eyecatch_img2 img {
  height: 159px;
}


/*  共通
---------------------------------------------------------------------------------------------------- */
/*バナー*/
#tje0cutkgnwpi9n4qarp,
#b6my77hjya635syh2yxo,
#e16yiop5wtv17ic8vfv1,
#rjus5s0713qviepvp0zv{
  background: url("/files/contact_banner.jpg")no-repeat center top/100%;/*下の画像*/
  position: relative;/*親*/
  height: 32.2vw;
  min-height: 390px;/*画面幅1200px以下の時*/
}
#tje0cutkgnwpi9n4qarp .easys_content_inner,
#b6my77hjya635syh2yxo .easys_content_inner,
#e16yiop5wtv17ic8vfv1 .easys_content_inner,
#rjus5s0713qviepvp0zv .easys_content_inner{
    width: 100%;
    height: 32.2vw;
}
#tje0cutkgnwpi9n4qarp .eyecatch img,
#b6my77hjya635syh2yxo .eyecatch img,
#e16yiop5wtv17ic8vfv1 .eyecatch img,
#rjus5s0713qviepvp0zv .eyecatch img{display: none;}

/*画像1*/
#tje0cutkgnwpi9n4qarp .eyecatch_img1,
#b6my77hjya635syh2yxo .eyecatch_img1,
#e16yiop5wtv17ic8vfv1 .eyecatch_img1,
#rjus5s0713qviepvp0zv .eyecatch_img1{/*タイトル1*/
  position: absolute;
  background: url(/files/contact_banner_title.png) no-repeat center top transparent;
  background-size: 100%;
  top: 37%;
  left: 13.5%;
  width: 22.85%;
  height: 12.6%;
}
/*ボタン*/
#tje0cutkgnwpi9n4qarp .main_btn a,
#b6my77hjya635syh2yxo .main_btn a,
#e16yiop5wtv17ic8vfv1 .main_btn a,
#rjus5s0713qviepvp0zv .main_btn a{
  position: absolute;
  display: block;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
  background: url(/files/top_link01.png) no-repeat center top transparent;
  background-size: 100%;
    width: 11%;/*ボタン画像の幅*/
    height:8.5%;/*ボタン画像の高さ*/
    top: 58%;/*ボタン位置調整*/
    left: 13.5%;/*ボタン位置調整*/
}
#tje0cutkgnwpi9n4qarp .main_btn a:hover,
#b6my77hjya635syh2yxo .main_btn a:hover,
#e16yiop5wtv17ic8vfv1 .main_btn a:hover,
#rjus5s0713qviepvp0zv .main_btn a:hover{
    opacity: 0.8;
}




.grecaptcha-badge { visibility: hidden; }
