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

.top {
  max-width: 820px;
  width: 90%;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.667;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top {
    margin-top: 50px;
    font-size: 16px;
  }
}

.process {
  padding-block: 50px 100px;
}
@media screen and (max-width: 768px) {
  .process {
    padding-block: 50px 50px;
  }
}
.process__item:nth-child(odd) .process-list {
  background: #f6f6f6;
}
.process__item:nth-child(even) .process-list {
  background: #eeeeee;
}
@media screen and (max-width: 768px) {
  .process__item:not(:last-child) .process-list {
    padding-top: 40px;
  }
}
.process__item:not(:last-child) .process__head::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  clip-path: polygon(50% 99%, 0 0, 100% 0);
  width: 100%;
  aspect-ratio: 200/32;
  background: inherit;
  left: 0;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .process__item:not(:last-child) .process__head::after {
    height: 25px;
  }
}
.process__inner {
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
}
.process__container {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .process__container {
    grid-template-columns: 1fr;
  }
}
.process__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .process__head {
    padding: 15px 15px;
    gap: 5px;
  }
}
.process__head--1 {
  background: #fff9d8;
}
.process__head--2 {
  background: #fff3b3;
}
.process__head--3 {
  background: #ffea78;
}
.process__head--4 {
  background: #f5db4e;
}
@media screen and (max-width: 768px) {
  .process__logo {
    scale: 0.7;
  }
}
.process__logo--1 {
  width: 24px;
  aspect-ratio: 24/32;
}
.process__logo--2 {
  width: 37px;
  aspect-ratio: 37/32;
}
.process__logo--3 {
  width: 33px;
  aspect-ratio: 1;
}
.process__logo--4 {
  width: 39px;
  aspect-ratio: 39/27;
}
.process__title {
  font-size: 22px;
  line-height: 1.364;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .process__title {
    font-size: 20px;
  }
}

.process-list {
  padding: 35px 30px 30px;
}
@media screen and (max-width: 768px) {
  .process-list {
    padding: 20px 15px 15px;
  }
}
.process-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 23px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .process-list__item {
    gap: 0 15px;
  }
}
.process-list__item:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .process-list__item:not(:first-child) {
    padding-top: 15px;
  }
}
.process-list__item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #a5a5a5;
}
@media screen and (max-width: 768px) {
  .process-list__item:not(:last-child) {
    padding-bottom: 15px;
  }
}
.process-list__index {
  grid-area: 1/1/2/2;
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #000;
  font-size: 26px;
  font-weight: 700;
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  .process-list__index {
    width: 30px;
    font-size: 20px;
  }
}
.process-list__title {
  grid-area: 1/2/2/3;
  color: var(--bc-blue);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.818;
}
@media screen and (max-width: 768px) {
  .process-list__title {
    font-size: 18px;
  }
}
.process-list__disc {
  grid-area: 2/2/3/3;
  font-size: 16px;
  line-height: 2.063;
}
@media screen and (max-width: 768px) {
  .process-list__disc {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
