.mv__ttl {
  background: url(https://protimes.jp/tosoday_202510/tosoday1_202510/mv_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .benefits {
    padding-bottom: 20px;
  }
}
.benefits__ttl {
  background: linear-gradient(to bottom, #FFEDBE 0%, #FFF1CA 100%);
}
.benefits__img01 {
  background: linear-gradient(to bottom, #FFF1CA 0%, #fff 80%);
}

.cta {
  padding: 18px 12px;
  color: #fff;
  background-color: #FA8C58;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 12px 9px;
  }
}
.cta__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta__ttl {
    gap: 12px;
    font-size: 1.4rem;
  }
}
.cta__ttl::before, .cta__ttl::after {
  content: "";
  width: 2px;
  height: 19px;
  border-radius: 9px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__ttl::before, .cta__ttl::after {
    height: 15px;
    margin-top: 2px;
  }
}
.cta__ttl::before {
  transform: rotate(-30deg);
}
.cta__ttl::after {
  transform: rotate(30deg);
}
.cta__box {
  margin-top: 9px;
  border-radius: 10px;
  padding: 4px 4px 17px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__box {
    border-radius: 8px;
    padding: 4px 3px 12px;
  }
}
.cta__txt {
  border-radius: 8px;
  padding: 5px 10px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #FF661E;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  background-color: #FFE6DA;
}
@media screen and (max-width: 767px) {
  .cta__txt {
    padding: 3px 10px;
    gap: 10px;
    font-size: 1.6rem;
  }
}
.cta__txt::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-left: 20px;
  display: block;
  background: url(https://protimes.jp/tosoday_202510/cta_ttl_icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cta__txt::before {
    width: 22px;
    height: 21px;
    margin-left: 0;
  }
}
.cta__txt--02 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .cta__txt--02 {
    font-size: 2rem;
  }
}
.cta__txt--03 {
  display: inline-block;
  transform: rotate(15deg);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cta__txt--03 {
    font-size: 1.8rem;
  }
}
.cta__list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .cta__list {
    margin-top: 8px;
    gap: 3px;
  }
}
.cta__item {
  width: 152px;
}
@media screen and (max-width: 767px) {
  .cta__item {
    width: 118px;
  }
}
.cta__item--contact a {
  background-color: #0278CA;
  box-shadow: 0 4px 0 #005FA1;
}
@media screen and (max-width: 767px) {
  .cta__item--contact a {
    box-shadow: 0 3px 0 #005FA1;
  }
}
.cta__item--contact a .cta__item-arrow::after {
  border-color: #0278CA;
}
.cta__item--tel a {
  background-color: #FF7E41;
  box-shadow: 0 4px 0 #986349;
}
@media screen and (max-width: 767px) {
  .cta__item--tel a {
    box-shadow: 0 3px 0 #986349;
  }
}
.cta__item--tel a .cta__item-arrow::after {
  border-color: #FF7E41;
}
.cta__item--line a {
  background-color: #00BD5E;
  box-shadow: 0 4px 0 #448A6C;
}
@media screen and (max-width: 767px) {
  .cta__item--line a {
    box-shadow: 0 3px 0 #448A6C;
  }
}
.cta__item--line a .cta__item-arrow::after {
  border-color: #00BD5E;
}
.cta__item a {
  width: 100%;
  height: 40px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
@media print, screen and (min-width: 768px) {
  .cta__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .cta__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .cta__item a {
    height: 42px;
    gap: 4px;
  }
}
.cta__item-txt {
  margin-bottom: 0.2em;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta__item-txt {
    margin-bottom: 0.1em;
    line-height: 1.1;
  }
}
.cta__item-txt--big {
  font-size: 1.8rem;
}
.cta__item-arrow {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__item-arrow {
    width: 9px;
    height: 9px;
  }
}
.cta__item-arrow::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta__item-arrow::after {
    left: 40%;
  }
}

.plan {
  padding-top: 44px;
  padding-bottom: 56px;
  background: linear-gradient(to bottom, #FFFBB8 0%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .plan {
    padding-top: 42px;
    padding-bottom: 32px;
    background: linear-gradient(to bottom, #FFFBB8 0%, #fff 186px);
  }
}
.plan__ttl {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .plan__ttl {
    margin: 0 16px;
  }
}
.plan__img {
  margin: 24px 26px 0 22px;
}
@media screen and (max-width: 767px) {
  .plan__img {
    margin: 19px 20px 0 17px;
  }
}

.loan {
  margin: 24px 26px 0;
}
@media screen and (max-width: 767px) {
  .loan {
    margin: 31px 20px 0;
  }
}

.simulation {
  margin: 24px 26px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .simulation {
    margin: 18px 20px 0;
  }
}
.simulation__btn {
  width: 210px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .simulation__btn {
    width: 46.8%;
    bottom: 6.5%;
  }
}
.simulation__btn a {
  width: 100%;
  height: 40px;
  border-radius: 999px;
  padding-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background-color: #FF7E41;
  box-shadow: 0 4px 0 #986349;
}
@media print, screen and (min-width: 768px) {
  .simulation__btn a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .simulation__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .simulation__btn a {
    max-height: 40px;
    height: 8vw;
    padding-left: 13px;
    gap: 18px;
    box-shadow: 0 3px 0 #986349;
  }
}
.simulation__btn-txt {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .simulation__btn-txt {
    font-size: 1rem;
  }
}
.simulation__btn-arrow {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation__btn-arrow {
    width: 11px;
    height: 11px;
  }
}
.simulation__btn-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FF7E41;
  border-right: 2px solid #FF7E41;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .simulation__btn-arrow::after {
    width: 4px;
    height: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

.astec {
  margin: 24px 26px 0;
}
@media screen and (max-width: 767px) {
  .astec {
    margin: 18px 20px 0;
  }
}

/*# sourceMappingURL=index.css.map */
