.c-text__flag {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-text__flag {
    font-size: 4.5333333333vw;
  }
}
.c-text__flag span {
  font-weight: inherit;
  color: inherit;
}
.c-text__flag .text-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-text__flag .text-inner {
    padding: 0 4vw;
  }
}
.c-text__flag .text-inner::before, .c-text__flag .text-inner::after {
  position: absolute;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background: var(--sub);
}
@media screen and (max-width: 767px) {
  .c-text__flag .text-inner::before, .c-text__flag .text-inner::after {
    width: 0.5333333333vw;
  }
}
.c-text__flag .text-inner::before {
  left: 0;
  rotate: -20deg;
}
.c-text__flag .text-inner::after {
  left: 100%;
  rotate: 20deg;
}

.urgency-tel__top .p-tel__lead,
.urgency-tel__bottom .p-tel__lead {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .urgency-tel__top .p-tel__lead,
  .urgency-tel__bottom .p-tel__lead {
    font-size: 4.5333333333vw;
  }
}

.urgency-tel__top {
  padding: 50px 10px;
  background: #ffedc7;
}
@media screen and (max-width: 767px) {
  .urgency-tel__top {
    padding: 16vw 0 13.3333333333vw;
  }
}

.urgency-tel__bottom {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .urgency-tel__bottom {
    margin-top: 13.3333333333vw;
  }
}

.urgency-container {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .urgency-container {
    padding-top: 13.3333333333vw;
  }
}

.urgency-container__flag {
  width: 100%;
  margin-bottom: 40px;
}

.urgency-ttl {
  padding: 17px 30px;
  margin-bottom: 45px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #f00;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .urgency-ttl {
    padding: 4vw 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.urgency-ttl span {
  font-weight: inherit;
  color: inherit;
}

.urgency-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .urgency-col2 {
    gap: 0 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}

.urgency-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .urgency-card {
    border-radius: 2.6666666667vw;
  }
}

.urgency-card__ttl {
  position: relative;
  padding: 20px 15px 24px;
  font-size: 23px;
  font-weight: 700;
  color: var(--main);
  text-align: center;
  background: #ddd6cf;
}
@media screen and (max-width: 767px) {
  .urgency-card__ttl {
    display: grid;
    place-items: center;
    padding: 2.6666666667vw 2.6666666667vw 3.4666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.4;
  }
}
.urgency-card__ttl::before, .urgency-card__ttl::after {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  translate: -50% 0;
}
.urgency-card__ttl::before {
  bottom: -20px;
  width: 50px;
  height: 34px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .urgency-card__ttl::before {
    bottom: -3.4666666667vw;
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.urgency-card__ttl::after {
  bottom: -15px;
  width: 38px;
  height: 26px;
  background: #ffcb3e;
}
@media screen and (max-width: 767px) {
  .urgency-card__ttl::after {
    bottom: -2.4vw;
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }
}
.urgency-card__ttl span {
  font-weight: inherit;
  color: inherit;
}

.urgency-card__box {
  padding: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .urgency-card__box {
    padding: 4vw;
    font-size: 3.7333333333vw;
    color: inherit;
  }
}
.urgency-card__box * {
  font-weight: inherit;
  color: inherit;
}

.urgency-flow {
  padding: 25px 76px 25px 32px;
  background: #fffcd9;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .urgency-flow {
    width: 80vw;
    padding: 9.3333333333vw 4vw;
    margin-inline: auto;
    border-radius: 4vw;
  }
}

.urgency-flow__ttl {
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 600;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .urgency-flow__ttl {
    margin-bottom: 9.3333333333vw;
    font-size: 5.3333333333vw;
  }
}

.urgency-flow__list {
  display: flex;
  gap: 0 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .urgency-flow__list {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.urgency-flow__list li {
  position: relative;
}
.urgency-flow__list li:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 20px;
  height: 18px;
  content: "";
  background: url("../../../img/common/icon/icon_arrow_purple01.svg") no-repeat 0 0;
  background-size: contain;
  translate: 0 50%;
}
@media screen and (max-width: 767px) {
  .urgency-flow__list li:not(:last-child)::after {
    right: 50%;
    bottom: 0;
    width: 5.3333333333vw;
    height: 4.8vw;
    rotate: 90deg;
    translate: 50% 0;
  }
}
.urgency-flow__list img {
  width: 100%;
  max-width: none;
}
.urgency-flow__list .flow-item-01 {
  width: 140px;
  padding-right: 9px;
}
@media screen and (max-width: 767px) {
  .urgency-flow__list .flow-item-01 {
    width: 34.9333333333vw;
    padding: 0 0 9.3333333333vw;
  }
}
.urgency-flow__list .flow-item-02 {
  width: 542px;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .urgency-flow__list .flow-item-02 {
    width: 59.4666666667vw;
    padding: 0 0 9.3333333333vw;
  }
}
.urgency-flow__list .flow-item-03 {
  width: 73px;
}
@media screen and (max-width: 767px) {
  .urgency-flow__list .flow-item-03 {
    width: 19.4666666667vw;
  }
}