.promise__text {
  line-height: 1.66;
}
@media (768px <= width) {
  .promise__text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.promise__contents {
  margin-top: calc(24 / var(--spSize) * 100vw);
  border: 2px solid var(--clr-main);
  border-radius: 0.8rem;
  padding: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .promise__contents {
    width: 80rem;
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3.2rem 6.4rem;
  }
}
.promise__contents-wrap {
  display: grid;
  justify-content: center;
  gap: 2.4rem;
  margin-top: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .promise__contents-wrap {
    margin-top: 2.4rem;
    grid-template-columns: repeat(3, 17.7rem);
    gap: 7rem;
  }
}
.promise__contents-item {
  text-align: center;
  width: calc(200 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .promise__contents-item {
    width: auto;
  }
}
.promise__contents-item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: calc(8 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .promise__contents-item .text {
    margin-top: 1.2rem;
  }
}

#reason:not(body) {
  display: grid;
  gap: 6.4rem;
}

.reason {
  display: grid;
}
@media (768px <= width) {
  .reason {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 4rem;
  }
  .reason:nth-child(2n) .reason__wrap {
    order: 2;
  }
  .reason:nth-child(2n) .reason__image {
    order: 1;
  }
}
.reason__wrap {
  display: contents;
}
@media (768px <= width) {
  .reason__wrap {
    display: block;
  }
}
.reason__label {
  order: 1;
  display: inline-block;
  padding: 0.4rem 1.6rem;
  border: 2px solid var(--clr-main);
  border-radius: 0.4rem;
  font-weight: 700;
  line-height: 1.44;
  color: var(--clr-main);
  justify-self: start;
}
@media (768px <= width) {
  .reason__label {
    font-size: 1.8rem;
  }
}
.reason__title {
  order: 2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 1.8rem;
}
@media (768px <= width) {
  .reason__title {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
.reason__text {
  order: 4;
  line-height: 1.8;
  margin-top: 1.8rem;
}
@media (768px <= width) {
  .reason__text {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.reason__link {
  order: 5;
  margin-top: 1.8rem;
  text-align: right;
}
.reason__link a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
@media (768px <= width) {
  .reason__link a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .reason__link a {
    transition: all var(--ani);
  }
  .reason__link a:hover {
    color: var(--clr-main);
  }
}
.reason__image {
  order: 3;
  margin-top: 1.8rem;
}
@media (768px <= width) {
  .reason__image {
    margin-top: 0;
  }
}

.correspondence__text {
  font-size: 1.6rem;
  line-height: 1.44;
}
@media (768px <= width) {
  .correspondence__text {
    text-align: center;
  }
}
.correspondence__flow {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 0.8fr;
  margin-top: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .correspondence__flow {
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.correspondence__flow div {
  background-color: #fff;
  color: #fff;
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
  height: 6rem;
  font-weight: 700;
  line-height: 1.44;
  position: relative;
  display: grid;
  place-content: center;
}
@media (768px <= width) {
  .correspondence__flow div {
    font-size: 1.6rem;
    clip-path: polygon(0% 0%, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
  }
}
.correspondence__flow div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0.2rem);
  height: 100%;
  background-color: var(--clr-main);
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
}
@media (768px <= width) {
  .correspondence__flow div::before {
    clip-path: polygon(0% 0%, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
  }
}
.correspondence__flow div:first-child {
  padding-right: 0.5rem;
}
.correspondence__flow div:last-child::before {
  width: 100%;
  clip-path: none;
}
.correspondence__flow div span {
  position: relative;
  z-index: 3;
}
.correspondence__flow div:nth-child(n+2) {
  margin-left: -1.2rem;
}
@media (768px <= width) {
  .correspondence__flow div:nth-child(n+2) {
    margin-left: -2.2rem;
  }
}
.correspondence__flow div:nth-child(1) {
  z-index: 9;
}
.correspondence__flow div:nth-child(2) {
  z-index: 8;
}
.correspondence__flow div:nth-child(3) {
  z-index: 7;
}
.correspondence__flow div:nth-child(4) {
  z-index: 6;
}
.correspondence__flow div:nth-child(5) {
  z-index: 5;
}
.correspondence__content {
  display: grid;
  gap: 5.8rem 0;
  margin-top: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .correspondence__content {
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100rem;
  }
}
.correspondence__item {
  background-color: var(--clr-bg);
  padding: calc(18 / var(--spSize) * 100vw) calc(24 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .correspondence__item {
    padding: 3.2rem 4rem;
    display: grid;
    grid-template-columns: 48rem 40rem;
    align-items: center;
    gap: 4rem;
  }
}
.correspondence__item:not(:last-child)::after {
  content: "";
  width: calc(100 / var(--spSize) * 100vw);
  height: calc(26 / var(--spSize) * 100vw);
  display: block;
  background-color: var(--clr-bg);
  position: absolute;
  left: calc(50% - 50 / var(--spSize) * 100vw);
  bottom: calc(-42 / var(--spSize) * 100vw);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (768px <= width) {
  .correspondence__item:not(:last-child)::after {
    width: 10rem;
    height: 2.6rem;
    bottom: -4.2rem;
    left: calc(50% - 5rem);
  }
}
.correspondence__item-title {
  display: flex;
  align-items: center;
  gap: 0 calc(8 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .correspondence__item-title {
    gap: 0.8rem;
  }
}
.correspondence__item-title .num {
  height: calc(40 / var(--spSize) * 100vw);
  display: inline-block;
}
.correspondence__item-title .num img {
  width: auto;
  height: 100%;
}
@media (768px <= width) {
  .correspondence__item-title .num {
    width: 4.6rem;
    height: 5.2rem;
  }
}
.correspondence__item-title .lbl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
}
@media (768px <= width) {
  .correspondence__item-title .lbl {
    font-size: 2.8rem;
  }
}
.correspondence__item-text {
  line-height: 1.8;
  margin-top: calc(18 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .correspondence__item-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.correspondence__item-image {
  margin-top: calc(18 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .correspondence__item-image {
    margin-top: 0;
  }
}
.correspondence__searchBtn {
  margin-top: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .correspondence__searchBtn {
    margin-top: 5.6rem;
    margin-left: auto;
    margin-right: auto;
    width: 60rem;
  }
}