section.mv {
  background: url(/business/img/mv_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  section.mv {
    background-position: left center;
  }
}

.top {
  padding-block: 130px 150px;
}
@media screen and (max-width: 768px) {
  .top {
    padding-block: 65px 75px;
  }
}
.top__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.top__lead {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .top__lead {
    font-size: 22px;
  }
}
.top__lead span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 12px;
  border: 2px solid #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top__lead span {
    padding: 6px;
  }
}
.top__lead span.mt {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .top__lead span.content {
    display: contents;
  }
}
.top__lead span.sp {
  display: contents !important;
}
@media screen and (max-width: 768px) {
  .top__lead span.sp {
    display: block !important;
  }
}
.top__disc {
  font-size: 18px;
  line-height: 1.944;
  margin-top: 30px;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .top__disc {
    font-size: 16px;
    margin-top: 15px;
  }
}

.intro__list {
  position: relative;
}
.intro__item {
  padding-block: 190px;
}
@media screen and (max-width: 1024px) {
  .intro__item {
    padding-block: 100px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .intro__item {
    padding-block: 50px;
    top: 60px;
  }
}
.intro__item--1 {
  background: url(../img/bg_intro-01.jpg) center/cover no-repeat;
}
.intro__item--2 {
  background: url(../img/bg_intro-02.jpg) center/cover no-repeat;
}
.intro__item--3 {
  background: url(../img/bg_intro-03.jpg) center/cover no-repeat;
}
.intro__item:nth-child(odd) .intro__container {
  grid-template-columns: 1fr 500px;
}
.intro__item:nth-child(even) .intro__container {
  grid-template-columns: 500px 1fr;
}
.intro__container {
  width: 90%;
  margin-inline: auto;
  max-width: 1140px;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .intro__container {
    grid-template-columns: 1fr !important;
    justify-content: flex-start;
  }
}
.intro__textbox {
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
  color: #fff;
  text-shadow: 1px 1px #000;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .intro__textbox {
    padding-top: 0;
    grid-area: 1/1/2/2;
    justify-self: flex-start;
  }
}
.intro__title {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .intro__title {
    font-size: 24px;
  }
}
.intro__subtitle {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .intro__subtitle {
    font-size: 10px;
  }
}
.intro__sub-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .intro__sub-list {
    margin-top: 15px;
    gap: 5px;
  }
}
.intro__sub-item {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .intro__sub-item {
    font-size: 14px;
  }
}

.slide {
  overflow: hidden;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .slide {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .slide {
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}
.slide__list {
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .slide__list {
    padding: 20px 5%;
  }
}
.slide__item img {
  width: 100%;
}
.slide__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  background: #ececec;
  padding-block: 20px;
  padding-inline: 54px;
  padding: 20px 54px;
}
@media screen and (max-width: 768px) {
  .slide__bottom {
    grid-template-columns: 1fr;
    padding: 15px 5%;
    gap: 15px;
  }
}
.slide__name {
  font-size: 18px;
  font-weight: 600;
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  .slide__name {
    font-size: 16px;
  }
}
.slide__controls {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .slide__controls {
    justify-content: center;
    grid-template-columns: repeat(3, auto);
    justify-items: center;
  }
}
.slide__controls .slide__dots {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.slide__controls .slick-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}
.slide__controls .slick-dots li button {
  width: 8px;
  height: 8px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 9999px;
  padding: 0;
  border: none;
}
.slide__controls .slick-dots li:is(.slick-active) button {
  background: #7f7f7f;
}
.slide__arrow {
  width: 31px;
  aspect-ratio: 1;
  background: var(--bc-blue);
  display: grid;
  place-items: center;
  border-radius: 9999px;
  cursor: pointer;
}
.slide__arrow::before {
  content: "";
  display: inline-block;
  background: #f6f6f6;
  width: 10px;
  aspect-ratio: 1;
}
.slide__arrow--prev {
  right: 100%;
}
.slide__arrow--prev::before {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  translate: -5% 0;
}
.slide__arrow--next {
  left: 100%;
}
.slide__arrow--next::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  translate: 20% 0;
}

.strength {
  padding-block: 185px 160px;
}
@media screen and (max-width: 768px) {
  .strength {
    padding-block: 90px 80px;
  }
}
.strength__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.strength__title {
  font-size: 45px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .strength__title {
    font-size: 32px;
  }
}
.strength__subtitle {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .strength__subtitle {
    font-size: 18px;
  }
}
.strength__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .strength__list {
    margin-top: 20px;
  }
}
.strength__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 45px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .strength__item {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 20px;
    gap: 10px;
  }
}
.strength__index {
  font-size: 32px;
  font-weight: 900;
  color: var(--bc-blue);
  margin-block: calc((1em - 1lh) / 2) !important;
}
@media screen and (max-width: 768px) {
  .strength__index {
    font-size: 24px;
  }
}
.strength__disc {
  font-weight: 600;
  font-size: 24px;
  margin-block: calc((1em - 1lh) / 2) !important;
}
@media screen and (max-width: 768px) {
  .strength__disc {
    font-size: 18px;
  }
}
/*# sourceMappingURL=stye.css.map */
