@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-break: strict;
  font-feature-settings: "palt";
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  border: none;
  line-height: 1;
  font-weight: inherit;
  list-style-type: none;
  word-break: break-word;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.dib {
  display: inline-block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.content {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}

.qr {
  width: calc((100% - 500px) / 2);
  height: 100vh;
  position: fixed;
  z-index: -20;
}

.qr2 {
  right: 0;
  background-position: 100% 100%;
  background-size: contain;
  background-image: url(https://protimes.jp/tosoday_202510/qr_bg.jpg);
  background-repeat: no-repeat;
}

.qr1 {
  left: 0;
  background-position: 100% 100%;
  background-size: contain;
  background-image: url(https://protimes.jp/tosoday_202510/qr_bg.jpg);
  background-repeat: no-repeat;
}

.qr2 > div, .qr1 > div {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.qr1 > div {
  position: absolute;
  width: 24px;
  text-align: center;
  overflow: hidden;
}

.qr2 > div {
  position: absolute;
  width: 230px;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}

.qr2 i {
  width: 190px;
  margin: 0 auto;
  display: block;
}

.btn {
  margin-top: 30px;
}

.btn a {
  font-size: 18px !important;
  font-weight: 500;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  color: #eb6120;
  display: inline-block;
  padding: 21px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  border: 2px solid #eb6120;
  font-optical-sizing: auto;
}

/* 通常の矢印(hoverで反転) */
.btn a {
  transition: all 0.5s;
}

.btn a::before {
  border-right: 2px solid #eb6120;
  border-top: 2px solid #eb6120;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 12px;
}

.btn a:hover {
  background-color: #eb6120;
  color: #fff;
}

.btn a:hover::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 1100px) {
  .qr2 > div {
    width: 80%;
  }
  .qr2 i {
    width: 80%;
  }
  .btn a {
    line-height: normal;
    text-align: center;
    padding: 10px 5px;
  }
  .btn a::before {
    border-right: none;
    border-top: none;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
    width: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .btn {
    margin-top: 0px;
    padding: 10px 10px;
  }
  .btn:before {
    background-image: none;
  }
}
.footer {
  margin-top: 44px;
  padding: 20px 10px;
  background-color: #FA8C58;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 34px;
    padding: 15px 10px;
  }
}
.footer__copy {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1.17rem;
  }
}

.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 */

