/* urgency.scss */
.mv-urgency {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6F7F9;
}
@media screen and (min-width: 769px) {
  .mv-urgency {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.mv-urgency::after {
  content: "";
  background: url("../images/urgency/mv_pc--bg.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 37vw;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv-urgency::after {
    content: none;
  }
}
@media screen and (min-width: 1400px) and (min-height: 748px) {
  .mv-urgency::after {
    top: 510px;
  }
}

.mv-urgency__image {
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .mv-urgency__image {
    position: absolute;
    top: 7rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.mv-urgency__image img {
  width: 32.6rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .mv-urgency__image img {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .mv-urgency__image img {
    width: 1400px;
  }
}

.mv-urgency__heading {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .mv-urgency__heading {
    position: absolute;
    top: 10vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) and (min-height: 748px) {
  .mv-urgency__heading {
    top: 164px;
  }
}

.mv-urgency__subtitle {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #202020;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .mv-urgency__subtitle {
    font-size: min(2.14vw, 3rem);
    line-height: 2.57vw;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv-urgency__subtitle {
    text-align: center;
  }
  .mv-urgency__subtitle span {
    display: none;
  }
}

.mv-urgency__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #EF819F;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv-urgency__title {
    font-size: min(3.21vw, 4.5rem);
    line-height: 1.7;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .mv-urgency__title span {
    display: block;
    margin-top: 1.5rem;
  }
}

.mv-urgency__list {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1.4rem;
}

.mv-urgency__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .mv-urgency__list {
    position: absolute;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: 34vw;
    z-index: 3;
  }
}
@media screen and (min-width: 1400px) {
  .mv-urgency__list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    top: 31vw;
  }
}
@media screen and (min-width: 1400px) and (min-height: 748px) {
  .mv-urgency__list {
    top: 484px;
  }
}
.mv-urgency__list li {
  position: relative;
  z-index: 2;
  border-radius: 0.5rem;
  border: solid 2px #EF819F;
  background: #fff;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .mv-urgency__list li {
    padding: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-urgency__list li {
    padding: 30px;
  }
}

#container {
  background: #F5F2EC;
  padding: 7.6rem 0 0;
}
@media screen and (min-width: 769px) {
  #container {
    padding: 144px 0 0;
  }
}

.mv-urgency__list-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  color: #EF819F;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .mv-urgency__list-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: min(1.8vw, 2.2rem);
    line-height: 1.85vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-urgency__list-title {
    line-height: 2.6rem;
  }
}

.mv-urgency__list-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #202020;
}
@media screen and (min-width: 769px) {
  .mv-urgency__list-text {
    font-size: min(1.3vw, 1.6rem);
    line-height: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-urgency__list-text {
    line-height: 2.8rem;
  }
}

.urgency__information {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 3rem);
  height: 28.8rem;
  background: #FFFFFF;
  border: 0.2rem solid #EF819F;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .urgency__information {
    max-width: 852px;
    height: 301px;
    margin-bottom: 100px;
  }
}

.urgency__information-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30rem;
  height: 6rem;
  background: #EF819F;
  border: 0.2rem solid #EF819F;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -46px;
}
@media screen and (min-width: 769px) {
  .urgency__information-title {
    width: 350px;
    height: 80px;
    font-size: 35px;
    line-height: 42px;
  }
}

.urgency__information-subtitle {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #EF819F;
  margin: 2.5rem 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .urgency__information-subtitle {
    font-size: 25px;
    line-height: 30px;
    margin: 39px 0 20px;
  }
}

.urgency__information-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #202020;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .urgency__information-text {
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    text-align: center;
  }
}

.urgency__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11rem;
}
@media screen and (min-width: 769px) {
  .urgency__contact {
    margin-top: 0;
  }
}
.urgency__contact::after {
  background: url("../images/urgency/bg01_pc.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 29.5rem;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .urgency__contact::after {
    height: 314px;
  }
}

.urgency__contact-wrapper {
  width: calc(100% - 3rem);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .urgency__contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .urgency__contact-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.urgency__contact-image {
  position: relative;
  z-index: 2;
  width: 250px;
  display: none;
}
@media screen and (min-width: 769px) {
  .urgency__contact-image {
    display: block;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .urgency__contact-image {
    width: 300px;
  }
}
@media screen and (min-width: 1100px) {
  .urgency__contact-image {
    width: 350px;
  }
}
.urgency__contact-image img {
  width: 100%;
  height: auto;
}

.urgency__contact-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .urgency__contact-text {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .urgency__contact-text {
    font-size: 2rem;
    line-height: 42px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .urgency__contact-text {
    font-size: 25px;
  }
}

.urgency__contact-link {
  background: #fff;
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .urgency__contact-link {
    width: 400px;
    height: 100px;
  }
}

.urgency__contact__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.urgency__contact-icon {
  width: 2.9rem;
  height: auto;
  margin-right: 2rem;
}
.urgency__contact-icon img {
  width: 100%;
  height: auto;
}

.urgency__contact__btn-tel {
  font-family: "Inter";
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #EF819F;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .urgency__contact__btn-tel {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }
}

.urgency__contact__btn-sub-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.08em;
  color: #EF819F;
}
@media screen and (min-width: 769px) {
  .urgency__contact__btn-sub-text {
    font-size: 15px;
    line-height: 18px;
  }
}

.urgency__contact__btn-link {
  margin-left: 3rem;
}
.urgency__contact__btn-link img {
  width: 1.5rem;
  height: auto;
}

.urgency__contact-layout {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .urgency__contact-layout {
    margin-right: 45px;
  }
}

.urgency__flow {
  width: calc(100% - 3rem);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 9.5rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .urgency__flow {
    padding: 140px 0 0;
  }
}

.urgency__flow-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #EF819F;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .urgency__flow-title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 54px;
  }
}

.urgency__flow-list > li {
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .urgency__flow-list > li {
    padding: 40px 15px 35px;
    margin-bottom: 80px;
  }
}
.urgency__flow-list > li::after {
  background: url("../images/urgency/icon_arrow-pink.svg") no-repeat;
  background-size: cover;
  width: 4rem;
  height: 2rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3.5rem;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .urgency__flow-list > li::after {
    bottom: -50px;
  }
}
.urgency__flow-list > li:last-of-type::after {
  content: none;
}

.urgency__flow-list-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #EF819F;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .urgency__flow-list-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 26px;
  }
}

.urgency__flow-text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #2F2F2F;
  margin: 0.8rem;
}
@media screen and (min-width: 769px) {
  .urgency__flow-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
  }
}

.urgency__flow-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .urgency__flow-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}

.urgency__flow-text--list li {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
  color: #2F2F2F;
}
@media screen and (min-width: 769px) {
  .urgency__flow-text--list li {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.urgency__need {
  position: relative;
  padding-top: 5.2rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .urgency__need {
    padding-top: 152px;
    margin-top: -18px;
  }
}
.urgency__need::after {
  background: url("../images/urgency/bg_sp.svg") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 92.2rem;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .urgency__need::after {
    background: url("../images/urgency/bg_pc.svg") no-repeat;
    background-size: cover;
    background-position: center top;
    height: 110%;
  }
}

.urgency__need-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .urgency__need-layout {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  .urgency__need-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.urgency__need-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #EF819F;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .urgency__need-title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 53px;
  }
}

.urgency__need-contents {
  background: url("../images/urgency/illust__purple-sp.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 38.5rem;
  padding: 7.5rem 3.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .urgency__need-contents {
    background: url("../images/urgency/illust__purple.svg") no-repeat;
    background-size: contain;
    width: 500px;
    height: 470px;
    padding: 120px 50px 0;
  }
}
@media screen and (min-width: 1140px) {
  .urgency__need-contents {
    width: 540px;
  }
}

.urgency__need-contents--pink {
  background: url("../images/urgency/illust__pink-sp.svg") no-repeat;
  background-size: contain;
  margin-top: -2.5rem;
  height: 32.2rem;
}
@media screen and (min-width: 769px) {
  .urgency__need-contents--pink {
    background: url("../images/urgency/illust__pink.svg") no-repeat;
    background-size: contain;
    margin-top: -50px;
    height: 442px;
  }
}
@media screen and (min-width: 1140px) {
  .urgency__need-contents--pink {
    margin-top: 0;
    height: 470px;
  }
}
.urgency__need-contents--pink .urgency__need-list li::before {
  background: url("../images/urgency/icon_check-pink.svg") no-repeat;
  background-size: contain;
}

.urgency__need-subtitle {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #202020;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .urgency__need-subtitle {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.urgency__need-list {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .urgency__need-list {
    max-width: 370px;
  }
}
.urgency__need-list li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #202020;
  border-bottom: solid 1px #D5D5D5;
  padding: 1.1rem 0 1.1rem 3rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .urgency__need-list li {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 0 12px 30px;
  }
}
.urgency__need-list li::before {
  background: url("../images/urgency/icon_check-purple.svg") no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.urgency__message {
  background: url("../images/urgency/img02_sp.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .urgency__message {
    background: url("../images/urgency/img02_pc.jpg") no-repeat;
    background-size: cover;
    height: 390px;
  }
}

.urgency__message-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .urgency__message-text {
    font-size: 3rem;
    line-height: 3.5rem;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

.urgency__tel-block {
  background: url("../images/urgency/bg02_sp.jpg") no-repeat;
  background-size: cover;
  padding: 5.5rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .urgency__tel-block {
    background: url("../images/urgency/bg02_pc.jpg") no-repeat;
    background-size: cover;
    padding: 102px 0 73px;
  }
}

.urgency__tel-layout {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .urgency__tel-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.urgency__tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .urgency__tel-inner {
    margin-bottom: 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .urgency__tel-inner {
    left: 27px;
  }
}

.urgency__tel-title {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .urgency__tel-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

.urgency__tel-text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #FFFFFF;
  margin-bottom: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .urgency__tel-text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.urgency__tel-btn {
  background: #fff;
  border-radius: 0.5rem;
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .urgency__tel-btn {
    width: 400px;
    height: 100px;
    margin-bottom: 0;
  }
}

.urgency__tel-btn-icon {
  width: 2.9rem;
  height: auto;
}
.urgency__tel-btn-icon img {
  width: 100%;
  height: auto;
}

.urgency__tel-btn-wrap {
  padding: 0 3rem 0 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .urgency__tel-btn-wrap {
    padding: 0 31px 0 36px;
  }
}

.urgency__tel-btn-number {
  font-family: "Inter";
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #EF819F;
  text-align: center;
  margin-bottom: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.urgency__tel-btn-sub-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.08em;
  color: #EF819F;
  text-align: center;
}

.urgency__tel-btn-link {
  width: 1.5rem;
  height: auto;
}
.urgency__tel-btn-link img {
  width: 100%;
  height: auto;
}

.urgency__tel-list li {
  background: #fff;
  border: solid 2px #EF819F;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  padding: 1.25rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .urgency__tel-list li {
    padding: 23px 25px 22px 30px;
    width: 480px;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .urgency__tel-list li {
    width: 534px;
  }
}

.urgency__tel-list-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #EF819F;
}
@media screen and (min-width: 769px) {
  .urgency__tel-list-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.urgency__tel-list-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #202020;
}
@media screen and (min-width: 769px) {
  .urgency__tel-list-text {
    font-size: 16px;
    line-height: 28px;
  }
}