/* line 7, _colors.scss.liquid */
.header-scheme-01 {
  background-color: #f7f8fa;
  color: #999; }

/* line 11, _colors.scss.liquid */
.header-scheme-02 {
  background-color: #ffffff; }

/* line 14, _colors.scss.liquid */
.header-scheme-03 {
  color: #fff; }

/* line 17, _colors.scss.liquid */
.breadcrumb-scheme-01 {
  background-color: #f7f8fa;
  color: #999; }

/* line 21, _colors.scss.liquid */
.footer-scheme-01 {
  background-color: #6a5e72;
  color: #fff; }

/* line 25, _colors.scss.liquid */
.footer-scheme-02 {
  background-color: #f7f8fa;
  color: #999; }

/* line 29, _colors.scss.liquid */
.footer-scheme-03 {
  background-color: #000000;
  color: #fff; }

/* line 2, corp.scss */
.insales-section-breadcrumb + .insales-section-corp {
  margin-top: -40px; }

/* line 6, corp.scss */
.insales-section-corp .text-content {
  margin: 0px; }
  /* line 8, corp.scss */
  .insales-section-corp .text-content *:last-child {
    margin-bottom: 0px; }
/* line 12, corp.scss */
.insales-section-corp > .corp--promo:last-child {
  margin-bottom: 0; }

/* line 17, corp.scss */
.button--white {
  background-color: #fff;
  color: #000; }
  /* line 20, corp.scss */
  .button--white:hover {
    background-color: #efefef; }

/* line 25, corp.scss */
.corp {
  margin: 0px 0px 40px;
  overflow-x: hidden; }
  /* line 28, corp.scss */
  .corp_promo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background: #000;
    padding: 40px 0px; }
    /* line 36, corp.scss */
    .corp_promo-image {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.5; }
    /* line 45, corp.scss */
    .corp_promo-content {
      position: relative;
      z-index: 1;
      color: #fff;
      text-align: center; }
      /* line 50, corp.scss */
      .corp_promo-content h1, .corp_promo-content h2, .corp_promo-content h3 {
        color: #fff; }
      /* line 53, corp.scss */
      .corp_promo-content .button {
        margin-top: 20px; }
    /* line 57, corp.scss */
    .corp_promo form {
      position: relative;
      max-width: 304px;
      margin: 0px auto;
      padding: 20px 0px; }
      /* line 62, corp.scss */
      .corp_promo form:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: -20px;
        top: 0px;
        width: calc(100% + 40px);
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
      /* line 72, corp.scss */
      .corp_promo form .form-item-submit {
        margin-top: 0px !important; }
      /* line 76, corp.scss */
      .corp_promo form .form-item-privacy a {
        color: #fff; }
  /* line 83, corp.scss */
  .corp_gallery-item {
    text-align: center;
    margin: 0px 0px 20px; }
    /* line 86, corp.scss */
    .corp_gallery-item > a {
      display: block;
      text-decoration: none; }
  /* line 91, corp.scss */
  .corp_gallery-title {
    padding: 15px 10px 0px;
    color: #000;
    font-size: 16px;
    line-height: 18px; }
  /* line 97, corp.scss */
  .corp_gallery-description {
    padding: 5px 10px 0px;
    color: #999;
    font-size: 14px;
    line-height: 16px; }
