/* wrap ajustments */
.c-beginner-wrap2 {
  padding-block: 0;
  padding: 90px 0 0;
}

/* urgent header setting
------------------------------------*/
.urgentHeader {
  box-sizing: border-box;
  position: relative;
  background: #f4f5f8 url(/img/urgent/bg_main-urgent.webp) no-repeat center center/cover;
  height: 540px;
  padding: 90px 0 0;
}
.urgentHeader::before, .urgentHeader::after {
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, #000, transparent);
  content: "";
  height: 24px;
  opacity: .05;
  width: 100%;
}
.urgentHeader::after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
}
.urgentHeader .inner {
  padding: 0 20px;
  z-index: 1;
  position: relative;
  margin-inline: auto;
  width: 1120px;
}
.urgentHeader .inner h1 {
  margin: 0 0 40px;
  font-size: 50px;
}
.urgentHeader .inner h1 span {
  position: relative;
  display: inline-block;
}
.urgentHeader .inner h1 span::before {
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: #333;
  content: "";
  height: 2px;
  width: 100%;
}
.urgentHeader .inner > p {
  margin: 0 0 25px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 24px;
  color: #2d438b;
}
.urgentHeader .inner dl {
  position: relative;
  margin: 0 0 15px;
  width: 650px;
}
.urgentHeader .inner dl dt {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 18px;
  background: #2d438b;
  margin: 0 auto -20px;
  width: 460px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.urgentHeader .inner dl dd {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.749);
  box-shadow: 0 0 20px 0 rgba(170, 170, 170, 0.3);
  padding: 40px 0 0;
  width: 650px;
  overflow: hidden;
}
.urgentHeader .inner dl dd .ctaTel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  height: 64px;
  overflow: hidden;
}
.urgentHeader .inner dl dd .ctaTel a {
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 64px;
  letter-spacing: -0.01em;
  color: #e1595c;
}
.urgentHeader .inner dl dd .ctaTel a svg {
  margin: 0 10px 0 0;
  width: 48px;
}
.urgentHeader .inner dl dd .ctaTel em {
  display: block;
  box-sizing: border-box;
  border-radius: 6px;
  background: #e1595c;
  padding: 7px 15px;
  width: 208px;
  height: 60px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.urgentHeader .inner dl dd .ctaTime {
  background: #dfe9f3;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.urgentHeader .inner dl dd .ctaTime em {
  display: inline-block;
  padding: 0 20px 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #e1595c;
}
.urgentHeader .inner dl dd .ctaTime em span {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 28px;
}
.urgentHeader .inner dl dd .ctaTime strong {
  font-weight: 700;
  font-size: 24px;
}
.urgentHeader .inner dl dd .ctaTime strong span {
  background: linear-gradient(to top, #fce000 0%, #fce000 8px, transparent 8px, transparent 100%);
}
.urgentHeader .inner dl dd .ctaTime strong span i {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.urgentHeader .inner ul li {
  line-height: 1.4;
  font-size: 12px;
}

/* urgent trouble setting
------------------------------------*/
.urgentTrouble {
  background: #f3f3f3;
}
.urgentTrouble .inner {
  padding: 90px 0 0;
  margin-inline: auto;
  width: 1120px;
  text-align: center;
}
.urgentTrouble .inner > p {
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 40px;
  color: #2d438b;
}
.urgentTrouble .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 0 75px;
}
.urgentTrouble .inner ul li {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 20px 0 rgba(170, 170, 170, 0.3);
  padding: 18px 0 0;
  width: 300px;
  height: 90px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 20px;
}
.urgentTrouble .inner ul li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2225.425%22%20height%3D%2225.425%22%20viewBox%3D%220%200%2025.425%2025.425%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2225.425%22%20height%3D%2225.425%22%20fill%3D%22%23e1595c%22/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M25.425%2C12.714l-1.931-2.145.967-2.722-2.609-1.24L21.7%2C3.724%2C18.82%2C3.574%2C17.58.965l-2.722.967L12.713%2C0%2C10.568%2C1.932%2C7.845.965%2C6.606%2C3.574l-2.882.151L3.573%2C6.606.964%2C7.846l.967%2C2.722L0%2C12.714l1.931%2C2.145L.964%2C17.581l2.609%2C1.24L3.723%2C21.7l2.882.151%2C1.24%2C2.609%2C2.722-.967%2C2.145%2C1.931L14.858%2C23.5l2.722.967%2C1.24-2.609L21.7%2C21.7l.151-2.882%2C2.609-1.24-.967-2.722Zm-6.948-2.389L12.092%2C16.71a1.136%2C1.136%2C0%2C0%2C1-1.607%2C0L6.948%2C13.173a1.136%2C1.136%2C0%2C0%2C1%2C1.607-1.607L11.288%2C14.3%2C16.87%2C8.717a1.136%2C1.136%2C0%2C1%2C1%2C1.607%2C1.607%22%20transform%3D%22translate(0%20-0.001)%22%20fill%3D%22%23e1595c%22/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.urgentTrouble .cta {
  position: relative;
  background: #fff;
}
.urgentTrouble .cta .ctaTtl {
  position: relative;
  top: -12px;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  background: #2d438b;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.urgentTrouble .cta .ctaTel {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.urgentTrouble .cta .ctaTel a {
  margin: 0 5px 0 0;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 80px;
  letter-spacing: -0.01em;
  color: #e1595c;
}
.urgentTrouble .cta .ctaTel a svg {
  margin: 0 10px 0 0;
  width: 60px;
}
.urgentTrouble .cta .ctaTel em {
  display: block;
  box-sizing: border-box;
  border-radius: 6px;
  background: #e1595c;
  margin: 6px 0 0 0;
  padding: 9px 15px;
  height: 74px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.urgentTrouble .cta .ctaTel em i {
  font-style: normal;
  font-family: Oswald, sans-serif;
}
.urgentTrouble .cta .ctaTel img {
  display: block;
  margin: -90px 0 0 5px;
  width: 203px;
}

/* three assurance setting
------------------------------------*/
.threeAssurance {
  background: #f3f3f3;
  padding: 90px 0;
}
.threeAssurance .inner {
  margin: 0 auto;
  width: 1000px;
}
.threeAssurance .inner h2 {
  position: relative;
  box-sizing: border-box;
  background: #dfe9f3;
  margin: 0 0 40px;
  padding: 0 20px 0 32px;
  height: 65px;
  line-height: 65px;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #2d438b;
}
.threeAssurance .inner h2::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  border-radius: 3px;
  background: #2d438b;
  width: 6px;
  height: 32px;
}
.threeAssurance .inner ol {
  padding: 0 0 40px;
}
.threeAssurance .inner ol li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 20px 0 rgba(170, 170, 170, 0.3);
  margin: 0 0 20px;
  padding: 20px 20px 20px 110px;
}
.threeAssurance .inner ol li span {
  display: block;
  position: absolute;
  top: 30px;
  left: -10px;
  background: #2d438b;
  width: 90px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.threeAssurance .inner ol li span::before {
  bottom: -10px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2210%22%20height=%2210%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M0,0H10V10Z%22%20fill=%22%23132662%22/%3E%3C/svg%3E");
  background-position: right top;
  background-repeat: no-repeat;
  content: "";
  height: 10px;
  width: 10px;
}
.threeAssurance .inner ol li span i {
  margin: 0 0 0 2px;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
}
.threeAssurance .inner ol li p {
  width: 565px;
  line-height: 1.8;
  font-size: 16px;
}
.threeAssurance .inner ol li p em {
  display: block;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.threeAssurance .inner ol li img {
  width: 280px;
}
.threeAssurance .inner h3 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #2d438b;
}
.threeAssurance .inner ul {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.threeAssurance .inner ul li img {
  width: 275px;
}
.threeAssurance .inner ul li p {
  margin: 15px auto 0;
  width: 260px;
  line-height: 1.8;
  font-size: 12px;
}

/* urgent flow setting
------------------------------------*/
.urgentFlow {
  background: #f3f3f3;
  padding: 0 0 90px;
}
.urgentFlow .inner {
  margin: 0 auto;
  width: 1000px;
}
.urgentFlow .inner h2 {
  position: relative;
  box-sizing: border-box;
  background: #dfe9f3;
  margin: 0 0 40px;
  padding: 0 20px 0 32px;
  height: 65px;
  line-height: 65px;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #2d438b;
}
.urgentFlow .inner h2::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  border-radius: 3px;
  background: #2d438b;
  width: 6px;
  height: 32px;
}
.urgentFlow .inner .urgentFlowTabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: 4px solid #2d438b;
}
.urgentFlow .inner .urgentFlowTabs .urgentFlowTab {
  border: none;
  border-radius: 10px 10px 0 0;
  background: #dfe9f3;
  padding: 15px 30px;
  width: 320px;
  height: 70px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: #2d438b;
  transition: opacity 0.3s ease;
}
.urgentFlow .inner .urgentFlowTabs .urgentFlowTab:hover {
  opacity: 0.7;
}
.urgentFlow .inner .urgentFlowTabs .urgentFlowTab.isActive {
  background: #2d438b;
  color: #fff;
}
.urgentFlow .inner .urgentFlowContents {
  position: relative;
  background: #fff;
  padding: 40px;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent {
  display: none;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent.isActive {
  display: block;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 20px 0 rgba(170, 170, 170, 0.3);
  padding: 2px;
  margin: 0 0 40px;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 30px;
  background: linear-gradient(to bottom, #0290be 0%, #324c90 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li span {
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
  background: #2d438b;
  padding: 55px 0 0;
  width: 80px;
  height: 160px;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li span i {
  display: block;
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li p {
  margin: 0 0 0 25px;
  width: 555px;
  line-height: 1.8;
  font-size: 16px;
}
.urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li p em {
  display: block;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #2d438b;
}

/* plan setting
------------------------------------*/
.plan {
  background: #f3f3f3;
}

/* p-homeSearch setting
------------------------------------*/
.p-homeSearch {
  padding: 100px 0 50px;
}
.p-homeSearch .p-homeSearch__heading {
  color: #2d438b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.p-homeSearch .p-homeSearch__heading span {
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 400;
}

/* .cta-ajustment setting
------------------------------------*/
.cta-ajustment {
  background: #fff;
}
.cta-ajustment .c-cta {
  padding: 0 0 50px;
}
.cta-ajustment .c-cta::before, .cta-ajustment .c-cta::after {
  display: none;
}
.cta-ajustment .c-cta > ul {
  text-align: center;
  padding: 10px 0;
}
.cta-ajustment .c-cta > ul li a {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.278%22%20height%3D%2215.556%22%20viewBox%3D%220%200%209.278%2015.556%22%3E%3Cpath%20d%3D%22M349.5%2C703.222l-1.5%2C1.5L354.278%2C711%2C348%2C717.278l1.5%2C1.5L357.278%2C711Z%22%20transform%3D%22translate(-348%20-703.222)%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 22px;
  font-weight: 700;
  height: 70px;
  text-decoration: none;
  transition: 0.2s ease-in-out box-shadow;
  width: 360px;
}
.cta-ajustment .c-cta > ul li a:hover {
  box-shadow: 0 0 10px rgba(45, 67, 139, 0.4);
}

/* .c-interview setting
------------------------------------*/
.c-interview {
  border-top: none;
}

/* consultation setting
------------------------------------*/
.consultation {
  background: #f3f3f3;
  padding: 90px 0 0;
}
.consultation .c-reason2-consult-body {
  margin: 0;
}

/* other plan setting
------------------------------------*/
.otherPlan {
  background: #f3f3f3;
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* wrap ajustments */
  .c-beginner-wrap2 {
    padding-block: 0;
  }

  /* urgent header setting
  ------------------------------------*/
  .urgentHeader {
    background: #f4f5f8 url(/img/urgent/bg_main-urgent_sp.webp) 0 0/100% auto no-repeat;
    height: 140.666667vw;
    padding: 9.3333333vw 0 0;
  }
  .urgentHeader::before, .urgentHeader::after {
    height: 2.666667vw;
  }
  .urgentHeader::before {
    display: none;
  }
  .urgentHeader .inner {
    padding: 0;
    width: 100vw;
    text-align: center;
  }
  .urgentHeader .inner h1 {
    margin: 0 0 3.2vw;
    font-size: 6.9333333vw;
  }
  .urgentHeader .inner h1 span::before {
    bottom: -1.3333333vw;
    height: 0.5333333vw;
  }
  .urgentHeader .inner > p {
    margin: 0 0 19.333333vw;
    font-size: 4.8vw;
  }
  .urgentHeader .inner dl {
    margin: 0 0 8.6666667vw;
    width: 100vw;
  }
  .urgentHeader .inner dl dt {
    border-radius: 7.3333333vw;
    margin: 0 auto 3.333333vw;
    padding: 1.3333333vw 0 0;
    width: 71.2vw;
    height: 14.666667vw;
    line-height: 1.4;
    font-size: 4.2666667vw;
  }
  .urgentHeader .inner dl dt::after {
    content: "";
    position: absolute;
    bottom: -1.8666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 2.933333vw;
    height: 1.8666667vw;
    background: #2d438b;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .urgentHeader .inner dl dd {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    width: 100vw;
  }
  .urgentHeader .inner dl dd .c-button {
    margin: 0 auto;
    width: 81.333333vw;
  }
  .urgentHeader .inner dl dd .ctaTime {
    background: none;
    height: auto;
    line-height: 1;
    padding: 4vw 0 0;
  }
  .urgentHeader .inner dl dd .ctaTime em {
    display: block;
    padding: 0 0 2.666667vw;
    font-size: 4.8vw;
  }
  .urgentHeader .inner dl dd .ctaTime em span {
    font-size: 5.8666667vw;
  }
  .urgentHeader .inner dl dd .ctaTime strong {
    font-size: 4.8vw;
  }
  .urgentHeader .inner dl dd .ctaTime strong span {
    background: linear-gradient(to top, #fce000 0%, #fce000 1.33333vw, transparent 1.33333vw, transparent 100%);
  }
  .urgentHeader .inner ul {
    margin: 0 auto;
    width: 86.666667vw;
  }
  .urgentHeader .inner ul li {
    padding: 0 0 0 3.333333vw;
    text-align: left;
    font-size: 2.933333vw;
  }
  .urgentHeader .inner ul li::first-letter {
    margin: 0 0 0 -3.333333vw;
  }

  /* urgent trouble setting
  ------------------------------------*/
  .urgentTrouble {
    padding: 0 0 16vw;
  }
  .urgentTrouble .inner {
    padding: 9.3333333vw 0 0;
    width: 100vw;
  }
  .urgentTrouble .inner > p {
    margin: 0 0 10.666667vw;
    line-height: 1.4;
    font-size: 6.4vw;
  }
  .urgentTrouble .inner ul {
    display: block;
    margin: 0 auto 4vw;
    width: 89.333333vw;
  }
  .urgentTrouble .inner ul li {
    border-radius: 1.3333333vw;
    box-shadow: 0 0 2.66667vw 0 rgba(170, 170, 170, 0.3);
    margin: 0 0 5.3333333vw;
    padding: 2.7333333vw 0 0;
    width: 100%;
    height: 19.2vw;
    font-size: 4.8vw;
  }
  .urgentTrouble .inner ul li::before {
    top: -2.666667vw;
    left: -2.666667vw;
    width: 8vw;
    height: 8vw;
  }
  .urgentTrouble .inner ul li:nth-child(2) {
    padding: 5.7333333vw 0 0;
  }
  .urgentTrouble .cta {
    position: relative;
    background: none;
  }
  .urgentTrouble .cta .ctaTtl {
    top: 0;
    border-radius: 4.6666667vw;
    margin: 0 auto 3.6vw;
    width: 72vw;
    height: 9.3333333vw;
    line-height: 9.3333333vw;
    font-size: 4.8vw;
  }
  .urgentTrouble .cta .ctaTtl::after {
    content: "";
    position: absolute;
    bottom: -1.8666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 2.933333vw;
    height: 1.8666667vw;
    background: #2d438b;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .urgentTrouble .cta .c-button {
    margin: 0 auto;
    width: 81.333333vw;
  }

  /* three assurance setting
  ------------------------------------*/
  .threeAssurance {
    padding: 16vw 0;
  }
  .threeAssurance .inner {
    width: 100vw;
  }
  .threeAssurance .inner h2 {
    margin: 0 auto 9.3333333vw;
    padding: 0 0 0 8.4vw;
    width: 92vw;
    height: 13.3333333vw;
    line-height: 13.3333333vw;
    font-size: 4.8vw;
  }
  .threeAssurance .inner h2::before {
    top: 3.2vw;
    width: 1.4vw;
    height: 6.7333vw;
  }
  .threeAssurance .inner ol {
    margin: 0 auto;
    padding: 0 0 13.3333333vw;
    width: 92vw;
  }
  .threeAssurance .inner ol li {
    display: block;
    gap: 6vw;
    border-radius: 1.3333333vw;
    box-shadow: 0 0 2.66667vw 0 rgba(170, 170, 170, 0.3);
    margin: 0 0 9.3333333vw;
    padding: 10.666667vw 5.3333333vw 5.3333333vw;
  }
  .threeAssurance .inner ol li span {
    left: 50%;
    top: -1.3333333vw;
    width: 21.333333vw;
    height: 8vw;
    line-height: 7.2vw;
    translate: -50%;
    font-size: 4.2666667vw;
  }
  .threeAssurance .inner ol li span::before {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2210%22%20height=%2210%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10,10H0V0Z%22%20fill=%22%23132662%22/%3E%3C/svg%3E);
    bottom: auto;
    left: auto;
    right: -2.4vw;
    top: 0;
    width: 2.666vw;
    height: 1.333vw;
  }
  .threeAssurance .inner ol li span i {
    margin: 0 0 0 0.5333333vw;
    font-size: 5.3333333vw;
  }
  .threeAssurance .inner ol li p {
    margin: 0 0 5.6vw;
    width: 100%;
    line-height: 1.8;
    font-size: 4.2666667vw;
  }
  .threeAssurance .inner ol li p em {
    margin: 0 0 1.73333vw;
    line-height: 1.4;
    font-size: 4.8vw;
  }
  .threeAssurance .inner ol li img {
    width: 100%;
  }
  .threeAssurance .inner h3 {
    margin: 0 auto 7.7333333vw;
    width: 92vw;
    line-height: 1.4;
    font-size: 5.6vw;
  }
  .threeAssurance .inner ul {
    flex-wrap: wrap;
    gap: 4.2666667vw;
    width: 100%;
  }
  .threeAssurance .inner ul li {
    width: 45.333333vw;
    text-align: center;
  }
  .threeAssurance .inner ul li:nth-child(1) {
    width: 100%;
  }
  .threeAssurance .inner ul li img {
    width: 45.333333vw;
  }
  .threeAssurance .inner ul li p {
    margin: 3.2vw auto 0;
    width: 45.333333vw;
    line-height: 1.4;
    text-align: left;
    font-size: 2.933333vw;
  }

  /* urgent flow setting
  ------------------------------------*/
  .urgentFlow {
    padding: 0 0 90px;
  }
  .urgentFlow .inner {
    width: 100vw;
  }
  .urgentFlow .inner h2 {
    margin: 0 auto 8vw;
    padding: 0 0 0 8.4vw;
    width: 92vw;
    height: 13.3333333vw;
    line-height: 13.3333333vw;
    font-size: 4.8vw;
  }
  .urgentFlow .inner h2::before {
    top: 3.2vw;
    width: 1.4vw;
    height: 6.7333vw;
  }
  .urgentFlow .inner .urgentFlowTabs {
    gap: 1.6vw;
    border-bottom: 1.0666667vw solid #2d438b;
  }
  .urgentFlow .inner .urgentFlowTabs .urgentFlowTab {
    border-radius: 1.3333333vw 1.3333333vw 0 0;
    padding: 2.666667vw 0;
    width: 31.466667vw;
    height: 14.933333vw;
    line-height: 1.4;
    font-size: 3.733333vw;
  }
  .urgentFlow .inner .urgentFlowContents {
    padding: 4vw;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li {
    display: block;
    border-radius: 1.3333333vw;
    box-shadow: 0 0 2.66667vw 0 rgba(170, 170, 170, 0.3);
    padding: 0;
    margin: 0 0 9.3333333vw;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li:not(:last-child)::after {
    bottom: -5.7333333vw;
    width: 26.666667vw;
    height: 5.7333333vw;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li span {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.3333333vw 0 0 0;
    padding: 2.933333vw 0 0;
    width: 18.666667vw;
    height: 10.666667vw;
    font-size: 4.2666667vw;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li span i {
    display: inline;
    margin: 0 0 0 1.2vw;
    font-size: 5.3333333vw;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li picture img {
    width: 100%;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li p {
    margin: 0 auto;
    padding: 6vw 0;
    width: 80.533333vw;
    line-height: 1.6;
    font-size: 4.2666667vw;
  }
  .urgentFlow .inner .urgentFlowContents .urgentFlowContent ol li p em {
    margin: 0 0 3.2vw;
    font-size: 4.8vw;
  }

  /* .cta-ajustment setting
  ------------------------------------*/
  .cta-ajustment {
    margin: -12vw 0 4vw;
  }
  .cta-ajustment .c-cta {
    background: #dfe9f3;
    padding: 0;
  }
  .cta-ajustment .c-cta::before {
    display: none;
  }
  .cta-ajustment .c-cta .c-cta__sp {
    padding-bottom: 16vw;
  }
  .cta-ajustment .c-cta > ul {
    background: #fff;
    padding: 12vw 0 8vw;
  }
  .cta-ajustment .c-cta > ul li a {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.278%22%20height%3D%2215.556%22%20viewBox%3D%220%200%209.278%2015.556%22%3E%3Cpath%20d%3D%22M349.5%2C703.222l-1.5%2C1.5L354.278%2C711%2C348%2C717.278l1.5%2C1.5L357.278%2C711Z%22%20transform%3D%22translate(-348%20-703.222)%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
    border-radius: 1.3333333vw;
    box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.1);
    width: 85.333333vw;
    height: 16.8vw;
    font-size: 5.3333333vw;
  }

  /* consultation setting
  ------------------------------------*/
  .consultation {
    padding: 16vw 0 0;
  }
  .consultation .c-reason2-basic-wrap {
    margin: 0 auto;
    width: 92vw;
  }
}
