@charset "UTF-8";
/* 

テーマのデザイン設定

 */
/* トップページ FV */
.top-hero-bg {
  background-image: url(../img/top/top_hero_01.jpg);
  background-position: 50% 80%;
}

/* トップページ ご挨拶 */
.section-panel.section-panel--top-greeting > .section-panel-bg {
  background-image: url(../img/top/greeting.jpg);
  background-position: 50% 50%;
}

/* トップページ 事業紹介 イメージ */
#business_01 .top-business-div-img {
  background-image: url(../img/top/business_div_01.jpg);
  background-position: 50% 50%;
}

#business_02 .top-business-div-img {
  background-image: url(../img/top/business_div_02.jpg);
  background-position: 50% 50%;
}

#business_03 .top-business-div-img {
  background-image: url(../img/top/business_div_03.jpg);
  background-position: 50% 50%;
}

#business_04 .top-business-div-img {
  background-image: url(../img/top/business_div_04.jpg);
  background-position: 50% 50%;
}

/* トップページ parallaxセパレータ */
.sticky-parallax-separator-img.item--top-separator-01 {
  background-image: url(../img/top/separator_01.jpg);
  background-position: 70% 50%;
}

/* トップページ 会社概要 イメージ */
.top-company-outline-img {
  background-image: url(../img/top/company.jpg);
  background-position: 50% 50%;
}

/* トップページ 採用情報 イメージ */
.section-panel.section-panel--top-recruit > .section-panel-body {
  background-image: url(../img/top/recruit_bg.jpg);
  background-position: 50% 50%;
}

.top-recruit-catch::before {
  background-image: url(../img/top/recruit_01.jpg);
  background-position: 50% 50%;
}
.top-recruit-catch::after {
  background-image: url(../img/top/recruit_02.jpg);
  background-position: 50% 50%;
}

/* 採用情報 ページヘッダー */
.section-panel.section-panel--subpage-hero.item--page-recruit > .section-panel-body {
  background-image: url(../img/recruit/header.jpg);
  background-position: 50% 50%;
}

/* 採用情報 parallaxセパレータ */
.sticky-parallax-separator-img.item--page-recruit-separator-01 {
  background-image: url(../img/recruit/separator_01.jpg);
  background-position: 70% 50%;
}

/* 採用情報 仕事と仲間 ページヘッダー */
.section-panel.section-panel--subpage-header.item--page-recruit_work .subpage-lower-header-img {
  background-image: url(../img/recruit/work/header.jpg);
  background-position: 50% 50%;
}

/* 採用情報 仕事と仲間 スケジュール写真 */
#interview_YM_schedule .page-recruit_work-int-sch-img {
  background-image: url(../img/recruit/work/interview_YM_schedule.jpg);
  background-position: 50% 50%;
}

#interview_YW_schedule .page-recruit_work-int-sch-img {
  background-image: url(../img/recruit/work/interview_YW_schedule.jpg);
  background-position: 50% 50%;
}

#interview_TF_schedule .page-recruit_work-int-sch-img {
  background-image: url(../img/recruit/work/interview_TF_schedule.jpg);
  background-position: 50% 50%;
}

/* 採用情報 活躍できる環境 ページヘッダー */
.section-panel.section-panel--subpage-header.item--page-recruit_workplace .subpage-lower-header-img {
  background-image: url(../img/recruit/workplace/header.jpg);
  background-position: 50% 50%;
}

/* 採用情報 活躍できる環境 セクション画像 */
.section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img {
  background-image: url(../img/recruit/workplace/separator_dev.jpg);
  background-position: 50% 50%;
}

.page-recruit_workplace-dev-res-panel-img {
  background-image: url(../img/recruit/workplace/dev_certification.jpg);
  background-position: 50% 50%;
}

.section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img {
  background-image: url(../img/recruit/workplace/separator_long-time.jpg);
  background-position: 50% 50%;
}

.page-recruit_workplace-longtime-field-panel-img {
  background-image: url(../img/recruit/workplace/long-time_field.jpg);
  background-position: 50% 50%;
}

.page-recruit_workplace-longtime-health-panel-img {
  background-image: url(../img/recruit/workplace/long-time_health.jpg);
  background-position: 50% 50%;
}

.section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
  background-image: url(../img/recruit/workplace/separator_work-life.jpg);
  background-position: 50% 50%;
}

/* 採用情報 募集要項 ページヘッダー */
.section-panel.section-panel--subpage-header.item--page-recruit_info .subpage-lower-header-img {
  background-image: url(../img/recruit/info/header.jpg);
  background-position: 50% 50%;
}

/* お問い合わせ 下部イメージ */
.page-contact-filling {
  background-image: url(../img/contact/contact_bottom.jpg);
  background-position: 50% 50%;
}

/* Google reCAPTCHA */
.grecaptcha-badge {
  z-index: 8990 !important;
  bottom: 80px !important;
}

@media all and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
@media all and (max-width: 579px) {
  .grecaptcha-badge {
    bottom: 50px !important;
  }
}
@media all and (max-height: 479px) {
  .grecaptcha-badge {
    bottom: 10px !important;
  }
}
