/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
.hero {
  background-color: #FCFCFB;
}
@media print, screen and (max-width: 1079px) {
  .hero {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
.hero__content {
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 0 80px;
  padding-right: 0;
}
.hero__title {
  color: #212529;
}
@media print, screen and (max-width: 1079px) {
  .hero__title {
    font-size: 24px;
  }
}
.hero__text {
  margin-top: 0;
  margin-bottom: 8px;
}
.hero::before {
  background-color: #fff;
}
@media print, screen and (min-width: 1080px) {
  .hero .hero__icons-wrap + .hero__buttons {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1080px) {
  .hero__visual {
    grid-row: 1/5;
    grid-column: 2/3;
  }
}
.hero__visual > * {
  position: static;
}

.customer {
  padding-bottom: 0;
}
@media print, screen and (min-width: 1080px) {
  .customer {
    margin-top: 48px;
  }
}

.function__items {
  margin-bottom: 0;
}

.partner-merit {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .partner-merit {
    padding: 48px 0;
  }
}

.partner-merit-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 48px;
}
@media print, screen and (max-width: 1079px) {
  .partner-merit-items {
    grid-template-columns: 1fr;
  }
}

.partner-merit-item {
  background-color: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.partner-merit-item__image {
  width: 120px;
  flex: 0 0 120px;
}
@media print, screen and (max-width: 1079px) {
  .partner-merit-item__image {
    width: 80px;
    flex: 0 0 80px;
  }
}
.partner-merit-item__title {
  font-size: 24px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .partner-merit-item__title {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 1079px) {
  .service {
    padding: 48px 0;
  }
}
.service .top-cta__button {
  min-width: 240px;
}
.service .top-cta__buttons {
  margin-top: 48px;
  justify-content: center;
}

.service__item {
  max-width: 100%;
}
.service__item-desc {
  margin-bottom: 0;
}
.service__item-button {
  display: none !important;
}

.partner-list {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .partner-list {
    padding: 48px 0;
  }
}
.partner-list__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 56px;
}
@media print, screen and (max-width: 1079px) {
  .partner-list__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }
}
.partner-list__item {
  transition: 0.6s;
}
.partner-list__item:hover {
  opacity: 0.6;
}
.partner-list__item-title {
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
}

.partner-step {
  background-color: #FDFAF5;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .partner-step {
    padding: 48px 0 48px 0;
  }
}
.partner-step__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .partner-step__items {
    padding-left: 5%;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.partner-step__item {
  padding: 44px 16px 16px;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #DEE2E6;
  border-radius: 8px;
}
@media print, screen and (max-width: 1079px) {
  .partner-step__item {
    padding: 16px 16px 16px 40px;
  }
}
.partner-step__item-no {
  color: var(--brand-color-bakuraku-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  width: 56px;
  height: 56px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  background: #FFFFFF;
  border: 2px solid #DEE2E6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1079px) {
  .partner-step__item-no {
    left: 0;
    top: 50%;
    transform: translate(calc(-50% + 6px), -50%);
  }
}
.partner-step__item-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .partner-step__item-title {
    text-align: left;
  }
}
.c-cta-items {
  justify-content: center;
  grid-template-columns: repeat(2, 368px);
}

@media print, screen and (max-width: 1079px) {
  .partner-step__title,
  .partner-merit__title {
    font-size: 20px;
  }
}
.u-accent1 {
  color: var(--brand-color-bakuraku-primary);
}

.c-button {
  background-color: var(--brand-color-bakuraku-primary);
}
.c-button:hover {
  opacity: 0.8;
  background-color: var(--brand-color-bakuraku-primary);
}

.l-header-main__navi > .l-header-main__links {
  display: none !important;
}

.l-header-main__login {
  display: none !important;
}

/*# sourceMappingURL=partner.css.map */
