.c-banner {
  display: block;
  width: 420px;
  height: 210px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.c-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid #081747;
  z-index: 6;
}
.c-banner__tri {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 66px;
}
.c-banner__bg {
  display: block;
  width: 170px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.c-banner__edge {
  width: 120px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(22px 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #081747;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 22px;
}
.c-banner__edge img {
  display: block;
  width: 28px;
  position: relative;
  top: 0;
}
.c-banner__text {
  padding: 30px 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.c-banner__txt1 {
  color: #707070;
  font-size: 10px;
  margin-bottom: 10px;
}
.c-banner__txt2 {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 10px;
}
.c-banner__txt2 span {
  display: inline-block;
  color: #081747;
  border-bottom: 1px solid currentColor;
}
.c-banner__txt3 {
  font-size: 13px;
  line-height: 22px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .c-banner {
    width: 100%;
    height: 100px;
  }
  .c-banner__tri {
    width: 55px;
  }
  .c-banner__text {
    padding: 10px 55px;
  }
  .c-banner__txt1 {
    font-size: 6px;
    margin-bottom: 6px;
  }
  .c-banner__txt2 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .c-banner__txt3 {
    font-size: 8px;
    line-height: 12px;
  }
  .c-banner__edge {
    width: 106px;
    height: 22px;
    gap: 4px;
    font-size: 8px;
    padding-left: 25px;
  }
  .c-banner__edge img {
    width: 22px;
  }
}

/* PROCESS */
.block-process {
  padding-top: 140px;
}
.block-process .c-title1 {
  margin-bottom: 60px;
}
.block-process .c-section1 {
  margin-top: 70px;
}
.block-process .c-section1__img {
  width: 38.6%;
  margin-right: 60px;
}
.block-process__list {
  display: flex;
  flex-wrap: wrap;
}
.block-process__item {
  width: 50%;
  position: relative;
  padding: 40px 40px 30px;
}
.block-process__item:nth-child(1),
.block-process__item:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 40px;
}
.block-process__item::before,
.block-process__item::after {
  content: "";
  position: absolute;
  background: #dddddd;
}
.block-process__item::before {
  inset: 0 0 auto 0;
  height: 1px;
}
.block-process__item::after {
  inset: 0 0 0 auto;
  width: 1px;
}

.block-process__item:nth-child(2n)::after {
  display: none;
}
.block-process__item:nth-child(-n + 2)::before {
  display: none;
}
.block-process__title {
  color: #081747;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .block-process__item,
  .block-process__item:nth-child(1),
  .block-process__item:nth-child(2) {
    padding: 30px 20px;
  }
  .block-process .c-section1__img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .block-process .c-section1 {
    flex-direction: column;
  }
  .block-process .c-section1__img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .block-process .c-section1__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .block-process {
    padding-top: 70px;
  }
  .block-process .c-title1 {
    margin-bottom: 30px;
  }

  .block-process .c-section1 {
    margin-top: 30px;
  }
  .block-process .c-section1__img {
    margin-bottom: 10px !important;
  }
  .block-process__item {
    width: 100%;
  }
  .block-process__item::after {
    display: none;
  }
  .block-process__item:first-child::before {
    display: none;
  }
  .block-process__item:nth-child(2)::before {
    display: block;
  }
  .block-process__item,
  .block-process__item:nth-child(1),
  .block-process__item:nth-child(2) {
    padding: 20px 0;
  }
  .block-process__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .block-process .c-section1 .fs--15 {
    font-size: 13px !important;
  }
}
/* END PROCESS */
/* FLOW */
.block-flow {
  padding-top: 80px;
}
.block-flow .c-title1 {
  margin-bottom: 30px;
}
.c-card2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.c-card2__list .c-card2 {
  width: calc((100% - 120px) / 4);
}
.c-card2__badge {
  background-color: #1b2870;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 14px),
    50% 100%,
    0% calc(100% - 14px)
  );
  color: #fff;
  width: 37px;
  height: 42px;
  text-align: center;
  padding-top: 5px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 10px;
}
.c-card2__badge span {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
.c-card2__badge span::after {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.c-card2__wrapper {
  padding: 15px 20px 0;
}
.c-card2__title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-card2__list .c-card2 {
    width: calc((100% - 80px) / 3);
  }
  .c-card2__wrapper {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .block-flow {
    padding-top: 40px;
  }
  .c-card2__list {
    gap: 30px 10px;
  }
  .c-card2__list .c-card2 {
    width: calc((100% - 10px) / 2);
  }
  .c-card2__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c-card2 .fs--15 {
    font-size: 13px !important;
  }
}
/* END FLOW */
