.fv__cta-button {
  background-color: #FF7733;
  color: #ffffff;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  margin-top: 0.75rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #FF7733;
  font-family: "Noto Sans JP", sans-serif;
}

.fv__cta-button::before {
  content: "";
  background-color: #fff;
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  box-sizing: border-box;
}

.fv__cta-note {
  font-size: 1rem;
  line-height: 1.0625;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.fv__cta-text {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-left: 2.875rem;
}

.fv__cta-image {
  position: absolute;
  width: 5.625rem;
  height: 4.25rem;
  display: block;
  left: -1.625rem;
  top: -0.375rem;
}

.contact-button__icon {
  width: 1.625rem;
  height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FF8F51;
  border-radius: 0.25rem;
}

.contact-button__icon--orange {
    background-color: #ff8f51;
}

.fv__cta .contact-button__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fv__cta:nth-child(2) .fv__cta-button {
  color: #FF7733;
  background-color: #fff;
}

.fv__cta:nth-child(2) .fv__cta-button::before {
  background-color: #ff7733;
}

.fv__cta-button:hover::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fv__cta-button:hover .fv__cta-text {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fv__cta-text::before {
  content: "無料";
  font-size: 0.9375rem;
  line-height: 0.8666666667;
  letter-spacing: 0em;
  font-weight: 500;
  color: #FF7733;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
}

.fv__cta:nth-child(2) .fv__cta-button .fv__cta-text::before {
    color: #fff;
    background-color: #FF7733;
    left: -1rem;
}

/* .fv__cta:nth-child(2) .fv__cta-text,
.fv__cta-button.fv__cta_yellow .fv__cta-text {
    font-weight: bold;
}
.fv__cta-button.fv__cta_yellow .fv__cta-text::before {
    color: #5E6162;
    font-weight: bold;
}

.fv__cta-button.fv__cta_yellow {
    background-color: #ffd800;
    border: unset;
}
.fv__cta:nth-child(2) .fv__cta-button .contact-button__icon {
    background-color: #ffd800;
}
.fv__cta:nth-child(2) .fv__cta-button {
    border: 1px solid #ffd800;
}
.fv__cta:nth-child(2) .fv__cta-button .fv__cta-text::before {
    background-color: #ffd800;
}

.contact-button__icon--yellow {
    background-color: #5E6162;
} */

/* PC (768px以上) */
@media screen and (min-width: 768px) {
  .fv__cta__col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 58.125rem;
    width: 100%;
    margin: 0 auto;
  }
  .fv__cta__col2.fv__cta__middle {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .fv__cta__col2.fv__cta__bottom {
    margin-top: 20px;
  }
  .fv__cta:nth-child(2) {
    margin-top: 0;
  }
  .fv__cta-button {
    margin-top: 1.125rem;
    padding: 1.78125rem 0;
  }
  .fv__cta-text {
    font-size: 1.375rem;
    line-height: 1.0454545455;
    padding-left: 1.875rem;
    color: #ffffff;
}
.fv__cta:nth-child(2) .fv__cta-button .fv__cta-text {
      color: #5E6162;
  }
  .fv__cta-image {
    width: 7.5rem;
    height: 5.75rem;
    top: 50%;
    left: -3.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fv__cta-image img {
    aspect-ratio: 1.3043478261;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .fv__cta .contact-button__icon {
    right: 1.625rem;
  }
  .contact-button__icon {
    width: 2.125rem;
    height: 2.125rem;
  }
  .fv__cta-note {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .fv__cta:nth-child(2) .fv__cta-button .fv__cta-text::before {
    left: -2.5rem;
  }
}

/* タブレット (621px〜767px) */
@media screen and (min-width: 621px) and (max-width: 767px) {
  .fv__cta__col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
  .fv__cta__col2.fv__cta__middle {
    margin-top: 60px;
  }
  .fv__cta__col2.fv__cta__bottom {
    margin-top: 20px;
  }
  .fv__cta:nth-child(2) {
    margin-top: 0;
  }
  .fv__cta-button {
    margin-top: 1.125rem;
    padding: 1.78125rem 0;
  }
  .fv__cta-text {
    font-size: 1.2rem;
    line-height: 1.0454545455;
    padding-left: 2.875rem;
  }
  .fv__cta-image {
    width: 7.5rem;
    height: 5.75rem;
    top: 30%;
    left: -5.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fv__cta-image img {
    aspect-ratio: 1.3043478261;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .fv__cta .contact-button__icon {
    right: 1.625rem;
  }
  .contact-button__icon {
    width: 2.125rem;
    height: 2.125rem;
  }
  .fv__cta-note {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .fv__cta .fv__cta-button .fv__cta-text::before {
    left: -2rem;
  }
}

/* SP (620px以下) */
@media screen and (max-width: 620px) {
  .fv__cta-button .fv__cta-text-wrap .fv__cta-note,
  .fv__cta-button .fv__cta-text-wrap .fv__cta-text {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
  }
  .fv__cta:nth-child(2) .fv__cta-button .fv__cta-note {
    color: #331900;
    font-family: "Noto Sans JP", sans-serif;
  }
  .fv__cta:nth-child(2) .fv__cta-button .fv__cta-text {
    color: #FF7733;
    font-family: "Noto Sans JP", sans-serif;
  }
  .fv__cta-note {
    font-family: "Noto Sans JP", sans-serif;
    color: #052548;
  }
  .fv__cta-text {
    font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
  }
  .fv__cta__col2.fv__cta__middle {
    max-width: 45vw;
    margin: 0 auto;
    min-width: 266px;
    margin-top: 8vw;
  }
  .fv__cta__col2.fv__cta__bottom {
    max-width: 45vw;
    margin: 0 auto;
    min-width: 266px;
  }
  .fv__cta:nth-child(2) {
    margin-top: 1rem;
  }
  .fv__cta-image {
    position: absolute;
    width: 5.625rem;
    height: 4.25rem;
    display: block;
    left: -3.625rem;
    top: -1.375rem;
  }
  .fv__cta-text {
    padding-left: 1.875rem;
  }
  .fv__cta-text::before {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 0.7375rem;
    left: -1rem;
  }
}
