@charset "utf-8";

/*
 * PC用スタイルCSS
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
scroll-padding-top: 0px; 
background:#ffffff;
}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: none transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #454545;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;/*2000pxを超える画面の対策*/
}
body#page_6 {
 background: url("/files/_lp00_brandingbox.png") no-repeat center top calc(50% - 260px),#ebeff2;
}

h2,h3,h4,h5,.widget-title2,.entry_title{
  font-weight: 500 !important;
 }

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  padding-top: 0;
}
#page_6 #outer_block {
  padding-top: 0;
}

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

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



/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: 1035px 0 0 0;/*メインの高さ*/
  position: relative;
  z-index: 500;
  height: 0;
  background: none transparent;
}

#page_6 #branding_box {
  padding: 0;
}

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



/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 960px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0px;
    left: 150px;
    text-align: left;
    z-index: 2;
}


#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 300px; 
  margin: 0 ;
  padding: 0;
}
.main_header img ,
.header_class img {
  position:absolute;
  top:0px;
  left: calc(50% - 250px);
  z-index:591;
  width:490px;
  height:115px;
}
#page_6 .main_header img{
  position:absolute;
  top: calc(50vh - 285px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index:591;
  width:350px;
  height:150px;
}

/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {display: none;}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 99;
  overflow: hidden;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}
#main_teaser img {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0;
  left: calc(50% - 1000px)!important;
  width: 2000px!important;
  height: 1035px!important;
}



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

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

#calendar_wrap table tr td#today {
  background-color: #1b578c;
  color: #fff;
}



/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.png) no-repeat center top / auto scroll,
  url(/files/_lp01_footer_para_bg.jpg) no-repeat center top 320px/ cover fixed;
  height: 600px;
  position: relative;
}
#page_6 #footer_block{
  display: none;
}
#footer_block::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  width: 100%;
  background: url(/files/footer_bg.png) no-repeat center top / auto scroll,
  url(/files/_lp01_footer_para_bg.jpg) no-repeat center top/ cover;
 height: 600px;
}

#footer_block.back::before{
  background-attachment:scroll;
}



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

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area{/*フッターナビの所*/
  display: none;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

/*中央*/
.footer_infomation {
  display: block;
  width: auto;
  position: absolute;
  top: 520px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin:  0;
  text-align: center;
  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;
/*中央*/
   
  display: block;
  width: auto;
  position: absolute;
  top: 530px;
  left: 0;right: 0;
  margin: 0 auto;
  text-align: center;

}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn1{
  position: fixed;
  z-index: 9999;
  right: 0;
  top:0px;
}
.fixed_btn1 a{
  background: url(/files/_lp_entry_btn.png)no-repeat left top;
  display: block;
  width: 100px;
  height: 60px;
  position: relative;
}
.fixed_btn1 a:before {
content: '';
display: block;
position: absolute;z-index: 2;
top: 0;left: 0;opacity: 0;
width: 100%;height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
background: url('/files/_lp_entry_btn_on.png') no-repeat center top/100%;
}

.fixed_btn1 a:hover:before{opacity: 1;}


#float_top_btn {
    bottom: 50px;
    position: fixed;
    right: 20px;
    z-index: 999;
}


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

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

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

* .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: #454545;
}



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

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

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

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


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

small a:hover {
  background-color: #1b578c !important;
  color: #ffffff !important;
}

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

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


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

small a:hover {
  background-color: #1b578c !important;
  color: #ffffff !important;
}






/*  テーブル
---------------------------------------------------------------------------------------------------- */


table:not(#wp-calendar) tr > * {
  border-color: #d9dbde    ;
  border-top: none !important;
  border-right: none !important;
  background: none transparent !important;
  }
   
  table tr > :first-child:not(#wp-calendar th,#wp-calendar td) {
  border-left: none !important;
  }
   
  table:not(#wp-calendar) tr:first-child > * {
  border-top: none !important;
  }
  table:not(#wp-calendar) tr:last-child > * {
  border-bottom: none !important;
  }
 
  
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #1b578c !important;
}

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

.table_area table tr td {
  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: #1b578c;
  background: none transparent;
  color: #1b578c !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #1b578c;
  background-color: #1b578c;
}
.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: #1b578c;
  background: none #1b578c;
  color: #ffffff !important;
} 




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


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

.faq-title {
  background-color: #1b578c;
  color: #ffffff;
  font-weight: normal;
}




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

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

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

.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

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


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

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

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

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

/*  フェードイン
---------------------------------------------------------------------------------------------------- */
 
.easys_content_inner{
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
   transform: translateY(100px);
}
.easys_content_inner.moved{
  opacity: 1 !important;
 transform: translate(0px, 0px);
}
 
/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
  opacity: 1 !important;
 transform: translate(0px, 0px);
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*  扉
#kugst68qv8xuduzycgo3
--------------------------------------------------------------- */
#kugst68qv8xuduzycgo3 .easys_content_inner{
  padding:0;
}

#kugst68qv8xuduzycgo3 .margin-bottom_50 {
    margin-bottom: 0px;
}

#kugst68qv8xuduzycgo3 .eyecatch{
  margin: calc(50vh - 95px) auto;
}

#kugst68qv8xuduzycgo3 .eyecatch a{
display: block;
width: 100%;
height: 100%;
background: url('/files/_lp00_bnr_recruit_on.png') no-repeat center top /100%;}

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

#kugst68qv8xuduzycgo3 .eyecatch a:hover img{ opacity: 0; }

/*  LP
---------------------------------------------------------------------------------------------------- */

/*セカンドメイン*/
#mesucai6jwbfeywbji8p {
  background: url(/files/_lp01_secondmain_bg.jpg) no-repeat center top;
  height: 1035px;
}

/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
#xqkb9r4ax0wso287jk7t .entry_post:first-of-type .eyecatch
{display: none;}
/*  float 解除
---------------------------------------------------------------------------------------------------- */
#xqkb9r4ax0wso287jk7t .entry_post:first-of-type .float_left,
#xqkb9r4ax0wso287jk7t .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;}



/*  DB>灯そう、未来を。新たなる一歩へ。
#xqkb9r4ax0wso287jk7t
--------------------------------------------------------------- */
#xqkb9r4ax0wso287jk7t
{
height: 1035px;
position: relative;
z-index: 200;
background: url(/files/_lp01_block01_bg01.jpg) no-repeat center top;
}
#xqkb9r4ax0wso287jk7t *[class*='title']
{ display: none;}
#xqkb9r4ax0wso287jk7t .text_box
{
position: absolute;
width: 480px;
top: 545px;
left: calc(50% - 480px);
}
#xqkb9r4ax0wso287jk7t .text_box .post_data 
{text-align: left;color: #fff;}


/*para*/
#fgj94e2lcrvtpbt5977c {
background: url(/files/_lp01_para_h550_top.png) no-repeat center top,
url(/files/_lp01_para_h550_bg.jpg) no-repeat center center / cover fixed;
height: 550px;
position: relative;
}

/*  神倉電設の特徴(C block)
#gu6ym6poagkh4ttztp6z
--------------------------------------------------------------- */
#stxk177poi30jvs7e5t7 {
  margin-bottom:0;
  padding:80px 0 5px;
  background:url(/files/_lp01_block_bg.jpg);
}
#gu6ym6poagkh4ttztp6z {
  margin-bottom:50px;
  padding-bottom:50px;
  background:url(/files/_lp01_block_bg.jpg);
}
#gu6ym6poagkh4ttztp6z .easys_content_inner {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#gu6ym6poagkh4ttztp6z .entry_post{
  padding: 20px 25px;
  background: #fff;
  box-sizing:border-box;
}

#gu6ym6poagkh4ttztp6z *[class*='title']{
  width: 100%;
}

#gu6ym6poagkh4ttztp6z .clear_float {
    display:none;
}

/*  DB>インタビュー
#gxcp3c3itag6flxd2xmy
--------------------------------------------------------------- */
#gxcp3c3itag6flxd2xmy
{position: relative;z-index: 200;background: url(/files/_lp01_block02_bg01.jpg) no-repeat center top,#f0f2f8;padding-bottom: 100px;}

#gxcp3c3itag6flxd2xmy .easys_content_inner {padding-top: 1100px;width: 1240px;}
#gxcp3c3itag6flxd2xmy h2
{ display: none;}
#gxcp3c3itag6flxd2xmy .text_box
{
position: absolute;
width: 480px;
top: 500px;
left: calc(50% - 0px);
}
#gxcp3c3itag6flxd2xmy  .text_box .post_data 
{text-align: left;color: #fff;}

#gxcp3c3itag6flxd2xmy .sub_post_0{
position: absolute;
width: 480px;
top: 650px;
left: calc(50% - 0px);
}
#gxcp3c3itag6flxd2xmy .sub_post_0 .post_data {
  color: #fff;
}

/*------------------Q&A*/
#gxcp3c3itag6flxd2xmy .sub_post_1,
#gxcp3c3itag6flxd2xmy .sub_post_2{
   background-color: #fff;
  border-radius:10px;
   box-sizing: border-box;
   padding: 100px 80px;
}
#gxcp3c3itag6flxd2xmy  .sub_post_1 .post_data,
#gxcp3c3itag6flxd2xmy  .sub_post_2 .post_data {
  width: 540px;
}
#gxcp3c3itag6flxd2xmy .img_size_small{
  width: 450px;
}

#gxcp3c3itag6flxd2xmy .sub_post ._question{
  background: url(/files/_lp01_block02_subtitle.png) no-repeat left top;
  padding-left: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#gxcp3c3itag6flxd2xmy .sub_post ._answer{
  background: url(/files/_lp01_block02_answer.png) no-repeat left 3px top;
  padding-left: 52px;
  padding-top: 13px;
  padding-right: 10px;
  margin-bottom: 20px;
}
/*  背景＞募集要項
#xxvpu0o0bip8erfhtdnd
--------------------------------------------------------------- */
#xxvpu0o0bip8erfhtdnd{
background: #f0f2f8;
padding: 80px 0 50px; margin-bottom: 120px;
}
/*  バナー
---------------------------------------------------------------------------------------------------- */

/*  コンテンツ画像
#f6d9t3evp5jtuml4hwzd
--------------------------------------------------------------- */
#f6d9t3evp5jtuml4hwzd {
  background: url(/files/_lp01_contents_bg01.jpg) no-repeat center top/100%;
  max-height: 1200px;
  min-height: calc(1200px* (1300 / 2000));
  height: calc(100vw * (1200/ 2000));
  margin-bottom: 60px;
}
/*  ENTRY
#w53qe5x041kjf3apifoj
--------------------------------------------------------------- */
#w53qe5x041kjf3apifoj{
  margin-bottom: 120px;
}
#w53qe5x041kjf3apifoj .easys_content_inner{width: 1240px;padding:0;}

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

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

#w53qe5x041kjf3apifoj .eyecatch a:before {
content: '';
display: block;
position: absolute;z-index: 4;
top: 0;left: 0;opacity: 0;
width: 100%;height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
background: url('/files/_lp01_bnr_entry_on.png') no-repeat center top;
}

#w53qe5x041kjf3apifoj .eyecatch a:hover:before{opacity: 1;}
#w53qe5x041kjf3apifoj .eyecatch a:hover img{ opacity: 0; }
#w53qe5x041kjf3apifoj .eyecatch a img{transition: 0.5s;position: relative;z-index: 3;}

#w53qe5x041kjf3apifoj .eyecatch a:after {
  content: '';
  display: block;
  position: absolute;z-index: 2;
  top: 0;left: -100%;
  width: 100%;height: 100%;
  pointer-events: none;
  transition:  0.5s ease 0s;
  background: url('/files/_lp01_bnr_entry_obi.png') no-repeat center top;
  }
  
  #w53qe5x041kjf3apifoj .eyecatch a:hover:after{left: 0;}