.p-concept__title {
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  line-height: 40px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-concept__title {
    text-align: center;
  }
}
.p-concept__title span {
  color: #024BAD;
}
.p-concept__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__content {
    max-width: 32.5rem;
    margin: 2.5rem auto 0;
  }
}
.p-concept__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  line-height: 2;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept .l-container {
    border-bottom: 0.4px solid #808080;
  }
}

.p-business {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  background-color: #F6F5FA;
}
.p-business__list {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__list {
    gap: 2.5rem;
  }
}
.p-business__item {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  max-width: 24.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-business__item {
    flex-direction: row;
    height: 20rem;
    max-width: none;
    margin-inline: 0;
  }
}
.p-business__left {
  padding: 3.5rem 1rem 2.5rem;
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -5.4054054054%;
  border-radius: 0 0 20px 20px;
  -webkit-mask: url("../../imgs/business/item-left-mask-sp.svg.svg") no-repeat center top/100% auto, linear-gradient(#000, #000) no-repeat center bottom/100% calc(100% - 50px);
  mask: url("../../imgs/business/item-left-mask-sp.svg.svg") no-repeat center top/100% auto, linear-gradient(#000, #000) no-repeat center bottom/100% calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .p-business__left {
    padding: 0 2.5rem;
    padding-right: 5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(50% + 12px);
    flex-shrink: 0;
    margin-top: 0;
    border-radius: 20px 0 0 20px;
    -webkit-mask: url("../../imgs/business/item-left-mask-pc.svg") no-repeat right center/572px 100%;
    mask: url("../../imgs/business/item-left-mask-pc.svg") no-repeat right center/572px 100%;
  }
}
.p-business__title {
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  font-weight: bold;
  padding: 0.75rem 0;
  border-bottom: 1px solid #2563EB;
}
.p-business__text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-business__text {
    margin-top: 1.25rem;
  }
}
.p-business__right {
  width: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 370/321;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  -webkit-mask: url("../../imgs/business/item-right-mask-sp.svg.svg") no-repeat center/100% 100%;
  mask: url("../../imgs/business/item-right-mask-sp.svg.svg") no-repeat center/100% 100%;
}
.p-business__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-business__right {
    width: calc(50% + 12px);
    height: 100%;
    aspect-ratio: unset;
    flex-shrink: 0;
    margin-left: -24px;
    border-radius: 0 20px 20px 0;
    -webkit-mask: url("../../imgs/business/item-right-mask-pc.svg") no-repeat left center/572px 100%;
    mask: url("../../imgs/business/item-right-mask-pc.svg") no-repeat left center/572px 100%;
  }
}

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