/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.l-header {
  background-color: rgba(44, 89, 128, 0.64);
  background-color: transparent;
  transition: background-color 0.3s;
}
.-scroll .l-header {
  background-color: rgba(44, 89, 128, 0.64);
}
.l-header__list:not(:first-child) {
  border-color: #fff;
}
.l-header__item:not(.-recruit) {
  color: #fff;
}
.l-header__toggle-line {
  background-color: #fff;
}

.l-wrapper {
  background-color: #0085cd;
}

.p-mv__ttl::before {
  color: #FFF !important;
}

.p-mv {
  z-index: 0;
}
.p-mv::after {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 60% 100%);
}
.p-mv.-top {
  height: 54rem;
}
@media all and (max-width: 768px) {
  .p-mv.-top {
    height: 60rem;
  }
}
.p-mv.-top::before {
  background-image: linear-gradient(90deg, #2c5980 0%, transparent 60% 100%);
  content: "";
  height: 5rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 26rem;
}
@media all and (max-width: 768px) {
  .p-mv.-top::before {
    top: 35.2rem;
  }
}
.p-mv.-top::after {
  content: none;
}
.-under .p-mv__inner::after {
  background-image: url(/new_assets/img/page/business/mv-mark.svg);
}
.p-mv__ttl {
  color: #fff;
}
.-top .p-mv__ttl {
  font-size: 1.8rem;
  padding-right: 0;
  position: relative;
}
.-top .p-mv__ttl::before {
  color: #fff;
  font-size: 10rem;
  left: 0;
  line-height: 1.8;
  margin-bottom: 0;
  position: absolute;
  top: -1.5rem;
  white-space: pre;
}
@media all and (max-width: 768px) {
  .-top .p-mv__ttl::before {
    font-size: 6.4rem;
    line-height: 2;
    top: 16rem;
  }
}
.-top .p-mv__ttl-ico {
  background: url(/new_assets/img/ico-corporate-white.svg) center left/3.2rem no-repeat;
  display: block;
  left: 0;
  padding-left: 4rem;
  position: absolute;
  top: 16.2rem;
}
@media all and (max-width: 768px) {
  .-top .p-mv__ttl-ico {
    top: 26.7rem;
    line-height: 1.39;
  }
}
.p-mv__bg {
  -webkit-clip-path: none;
          clip-path: none;
  height: 100%;
  top: 0;
}

.p-card,
.p-maps,
.p-flow,
.p-breadcrumb {
  background-color: #fff;
  z-index: 0;
}

.p-flow {
  padding-bottom: 6rem;
}
@media all and (max-width: 768px) {
  .p-flow {
    padding-bottom: 3rem;
  }
}
.p-flow__item {
  background-color: #F4F4F4;
}

.p-card {
  margin-top: 0;
}

.p-breadcrumb {
  margin-top: 0;
  padding-top: 3.6rem;
}

.house-inspection {
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  .house-inspection {
    margin-top: 0.5rem;
  }
}
.house-inspection__catch {
  color: #fff;
  font-weight: var(--font-weight-base);
}
.house-inspection__box {
  margin-top: 5rem;
}
.house-inspection__box .m-ttl {
  color: #fff;
}
.house-inspection__box .m-ttl::before {
  background-color: #0085cd;
}
.house-inspection__box-ttl {
  color: #fff;
}
.house-inspection__box-sub-ttl, .house-inspection__box-sub-txt {
  color: #fff;
}
.house-inspection__box-medal {
  background-color: #fff;
  color: #0085cd;
}
.house-feature {
  padding-bottom: 0;
}
.house-feature::after {
  content: none;
}
.house-feature .m-ttl {
  color: #fff;
  font-weight: var(--font-weight-medium);
}
@media all and (min-width: 769px) {
  .house-feature .m-ttl {
    font-size: 2.4rem;
  }
}
.house-feature .m-ttl::before {
  color: var(--border-color);
}

.contact {
  padding-bottom: 8rem;
  position: relative;
  z-index: 0;
}
.contact__read, .contact__ttl, .contact__policy, .contact__policy .m-ttl-2 {
  color: #fff !important;
}
.contact__flow-list {
  color: #fff !important;
  opacity: 0.6;
}
.contact__flow-list.-current {
  opacity: 1;
}
.contact__policy .m-box {
  background-color: transparent;
}
.contact__form-submit .m-link {
  color: #fff;
}

.p-form__tag.-required {
  background-color: #E0A447;
  color: #fff;
}
.p-form__label {
  color: #fff;
}
.p-form__checkbox {
  color: #fff;
}
.p-form__checkbox.-btn {
  color: var(--body-color);
}
.p-form__checkbox-input:checked {
  background-color: #09C19D !important;
}
.-confirm .p-form__body {
  color: #FFF;
}
.p-form__error-txt {
  color: #FFFB14;
}
.p-form__note-txt {
  color: #FFF;
}

.p-form__input.-error, .p-form__select.-error, .p-form__textarea.-error {
  background-color: #fdfcf4;
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0.2rem #E0A447;
  margin-bottom: 0.5em;
}

.-error .p-form__checkbox-input {
  background-color: #fdfcf4;
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0.2rem #E0A447;
  margin-bottom: 0.5em;
}

.m-btn.-submit.-active {
  background-color: #fff;
  color: #0085cd;
}
.m-btn.-submit.-active::before {
  background-image: url(/new_assets/img/ico-arrow-right.svg);
}

/*==================================================
business
==================================================*/
.business-cta {
  padding-block: 6rem;
  position: relative;
  z-index: 1;
}
.business-cta.-intro::before {
  background: url(/new_assets/img/page/business/cta-deco.svg) center/100% no-repeat;
  content: "";
  height: 82.8rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -21rem;
  transform: translateX(-50%);
  max-width: 86rem;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .business-cta.-intro::before {
    background-image: url(/new_assets/img/page/business/cta-deco-sp.svg);
    height: 0;
    left: 0;
    padding-top: 175%;
    top: -7rem;
    transform: none;
  }
}
.business-cta__box {
  background-color: rgba(44, 89, 128, 0.93);
  padding: 6rem;
}
@media all and (max-width: 768px) {
  .business-cta__box {
    padding: 4rem 2.4rem;
  }
}
.business-cta__head {
  color: #fff;
  text-align: center;
}
.business-cta__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-base);
}
@media all and (max-width: 768px) {
  .-intro .business-cta__ttl {
    font-size: 2.8rem;
  }
  .-bottom .business-cta__ttl {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.business-cta__txt {
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media all and (max-width: 768px) {
  .business-cta__txt {
    text-align: left;
  }
  .-bottom .business-cta__txt {
    letter-spacing: 0;
  }
}
.business-cta__body {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-top: 4rem;
}
@media all and (max-width: 1080px) {
  .business-cta__body {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .business-cta__body {
    gap: 1.6rem;
    margin-top: 3rem;
  }
}
.business-cta__body .m-btn.-contact {
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .-bottom .business-cta__body .m-freedial__tel {
    font-size: 3.4rem;
    gap: 0;
  }
}
.business-cta__bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.business-facility .m-ttl {
  color: #fff;
  text-align: center;
}
.business-facility .m-ttl::before {
  color: var(--border-color);
}
.business-facility__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media all and (max-width: 1080px) {
  .business-facility__lists {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .business-facility__lists {
    gap: 3.2rem;
  }
}
.business-facility__list-figure-img {
  width: 100%;
}
.business-facility__list-body {
  color: #fff;
  margin-top: 1em;
}
.business-facility__list-ttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.05em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .business-facility__list-ttl {
    font-size: 2.2rem;
  }
}
.business-facility__list-txt {
  margin-top: 1em;
}
.business-facility__list-btn {
  margin-top: 1em;
  text-align: center;
}
/*# sourceMappingURL=business.css.map */