@charset "UTF-8";
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.underpage {
  margin-top: 80px;
}

header.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}
header.site-header .container {
  width: 100%;
  max-width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
header.site-header .container .hdrcontainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header.site-header .container .hdrcontainer .hdrlogo {
  display: flex;
  align-items: center;
}
header.site-header .container .hdrcontainer .hdrlogo img {
  max-width: 120px;
  vertical-align: bottom;
}
@media (max-width: 1000px) {
  header.site-header .container .hdrcontainer .hdrlogo img {
    max-width: 100px;
  }
}
header.site-header .container .hdrcontainer .hdrinfo {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  header.site-header .container .hdrcontainer .hdrinfo {
    display: none;
  }
}
header.site-header .container .hdrcontainer .hdrinfo .btn.hdrbtn1 {
  width: 180px;
}
header.site-header .container .hdrcontainer .hdrinfo .btn.hdrbtn1 a {
  border: 1px solid #353535;
  background: white;
  color: #353535;
}
header.site-header .container .hdrcontainer .hdrinfo .btn.hdrbtn1 a:hover {
  background: #353535;
  color: white;
  transition: 0.2s;
}
header.site-header .container .hdrcontainer .hdrinfo .btn.hdrbtn2 {
  width: 220px;
}

.btn {
  width: 250px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn a {
  color: white;
  text-decoration: none;
  width: 100%;
  display: block;
  height: 100%;
  padding: 5px 20px 7px 20px;
  background: #ee645a;
  border: 1px solid #ee645a;
  transition: 0.2s;
}
.btn a:hover {
  background: rgb(234.9362637363, 72.0659340659, 60.2637362637);
  transition: 0.2s;
}

.mainvisual {
  position: relative;
}
.mainvisual .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .mainvisual .main_copy {
    left: 3%;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .mainvisual .main_copy {
    left: 0;
    right: 0;
    top: auto;
    bottom: 8%;
    justify-content: center;
  }
}
.mainvisual .main_copy .main_copy1 {
  font-size: clamp(20px, 2.7vw, 54px);
  line-height: 1.7;
}
.mainvisual .main_copy .main_copy2 {
  font-size: clamp(14px, 1.2vw, 24px);
  margin-bottom: 35px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .mainvisual .main_copy .main_copy2 {
    margin-bottom: 20px;
  }
}
.mainvisual .main_copy .main_copy3 {
  font-size: clamp(14px, 1.2vw, 24px);
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .mainvisual .main_copy .main_copy3 {
    margin-bottom: 10px;
  }
}
.mainvisual .main_copy .main_copy4 {
  font-size: clamp(14px, 1.2vw, 24px);
  margin-bottom: 20px;
  line-height: 2;
}
.mainvisual .main_copy .main_copy4 ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.mainvisual .main_copy .main_copy4 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  bottom: 0;
  right: auto;
  margin: auto;
  background: url("https://test.rdsoftware.jp/kakehashi2/wp-content/uploads/check.png") no-repeat center left/contain;
}
.mainvisual .main_copy .btn {
  font-size: clamp(14px, 1.2vw, 24px);
}

.top_solution,
.top_start,
.top_able,
.top_simple,
.top_fee,
.top_faq,
.top_contact {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .top_solution,
  .top_start,
  .top_able,
  .top_simple,
  .top_fee,
  .top_faq,
  .top_contact {
    padding: 50px 0;
  }
}
.top_solution h2,
.top_start h2,
.top_able h2,
.top_simple h2,
.top_fee h2,
.top_faq h2,
.top_contact h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(24px, 3vw, 36px);
}
@media (max-width: 767px) {
  .top_solution h2,
  .top_start h2,
  .top_able h2,
  .top_simple h2,
  .top_fee h2,
  .top_faq h2,
  .top_contact h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .top_solution {
    background: url("https://test.rdsoftware.jp/kakehashi2/wp-content/uploads/bg_img001.jpg") no-repeat center bottom/cover;
  }
}
.top_solution {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .top_solution {
    padding-bottom: 70px;
  }
}
.top_solution .flexbox {
  display: flex;
  gap: 2%;
}
@media (max-width: 767px) {
  .top_solution .flexbox {
    flex-wrap: wrap;
    gap: 0;
  }
}
.top_solution .flexbox .box {
  background: #fffefb;
  padding: 40px 20px;
  width: 32%;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .top_solution .flexbox .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top_solution .flexbox .box:nth-child(2) {
    transform: translateY(40px);
  }
}
@media (min-width: 768px) {
  .top_solution .flexbox .box:nth-child(3) {
    transform: translateY(80px);
  }
}
.top_solution .flexbox .box .imgbox {
  text-align: center;
  margin-bottom: 20px;
}
.top_solution .textspace .txt01 {
  font-size: clamp(18px, 3vw, 36px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.top_solution .textspace .txt02 {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  line-height: 1.7;
}

.top_start {
  padding-top: 140px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_start {
    padding-top: 30px;
  }
}
.top_start .flexbox {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media (max-width: 767px) {
  .top_start .flexbox {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .top_start .flexbox.reverse {
    flex-direction: row-reverse;
  }
}
.top_start .flexbox .imgbox {
  width: 50%;
}
@media (max-width: 767px) {
  .top_start .flexbox .imgbox {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top_start .flexbox .imgbox {
    height: 460px;
    position: relative;
  }
  .top_start .flexbox .imgbox img {
    width: 890px;
    height: 460px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    max-width: none;
  }
}
.top_start .flexbox .txtbox {
  width: 46%;
}
@media (max-width: 767px) {
  .top_start .flexbox .txtbox {
    width: 100%;
  }
}
.top_start .flexbox .txtbox p {
  margin-bottom: 20px;
}
.top_start .flexbox .txtbox ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.top_start .flexbox .txtbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .top_start .flexbox .txtbox ul li::before {
    top: 8px;
  }
}
.top_start .flexbox .txtbox ul li::before {
  top: 10px;
  width: 15px;
  height: 15px;
  bottom: auto;
  right: auto;
  margin: auto;
  background: url("https://test.rdsoftware.jp/kakehashi2/wp-content/uploads/check.png") no-repeat center left/contain;
}

.top_able {
  background: url("https://test.rdsoftware.jp/kakehashi2/wp-content/uploads/bg_img002.jpg") no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  .top_able {
    background: url("https://test.rdsoftware.jp/kakehashi2/wp-content/uploads/sp_bg_img002.jpg") no-repeat center bottom/cover;
  }
}
.top_able .flexbox {
  display: flex;
}
@media (min-width: 768px) {
  .top_able .flexbox.reverse {
    flex-direction: row-reverse;
  }
}
.top_able .flexbox:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top_able .flexbox:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top_able .flexbox {
    flex-wrap: wrap;
  }
}
.top_able .flexbox .box {
  background: #fffefb;
  padding: 40px 20px;
  width: 48%;
}
@media (max-width: 767px) {
  .top_able .flexbox .box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.top_able .flexbox .imgbox {
  width: 50%;
}
@media (max-width: 767px) {
  .top_able .flexbox .imgbox {
    width: 100%;
    text-align: center;
  }
}
.top_able .flexbox .imgbox img {
  vertical-align: bottom;
}
.top_able .flexbox .txtbox {
  width: 50%;
  background: white;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top_able .flexbox .txtbox {
    width: 100%;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .top_able .flexbox .txtbox {
    display: flex;
    align-items: center;
  }
}
.top_able .flexbox .txtbox .numtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ee645a;
  line-height: 1.1;
}
.top_able .flexbox .txtbox .numtxt .num {
  font-size: clamp(24px, 2.6666666667vw, 32px);
  font-weight: 400;
  margin-left: 5px;
}
.top_able .flexbox .txtbox h3 {
  margin-bottom: 20px;
  font-size: clamp(20px, 2.5vw, 30px);
}

.top_simple .flexbox {
  display: flex;
  gap: 2%;
}
@media (max-width: 767px) {
  .top_simple .flexbox {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.top_simple .flexbox .box {
  width: 32%;
}
@media (max-width: 767px) {
  .top_simple .flexbox .box {
    width: 100%;
  }
}
.top_simple .flexbox .box .imgbox {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .top_simple .flexbox .box .imgbox {
    text-align: center;
  }
}

.top_fee {
  background: #fffefb;
}
.top_fee .container {
  background: white;
  padding: 50px 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top_fee .container {
    padding: 30px 20px;
  }
}
.top_fee .container .feeflex {
  display: flex;
  gap: 120px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top_fee .container .feeflex {
    gap: 30px;
  }
}
.top_fee .container .feeflex .feenum {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  margin-right: 10px;
}

.top_contact {
  background: #ee645a;
}
.top_contact h2,
.top_contact p {
  color: white;
}
.top_contact .btn {
  width: 480px;
  max-width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.top_contact .btn a {
  font-size: clamp(20px, 2vw, 24px);
  color: #353535;
  background: white;
  border-color: white;
  box-shadow: 3px 3px 0px #fff3dc;
  transform: translate(-3px, -3px);
  transition: 0.2s;
}
.top_contact .btn a:hover {
  box-shadow: 0px 0px 0px #fff3dc;
  transform: translate(0, 0);
  transition: 0.2s;
}

.site-footer {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .site-footer .site-footer__menu {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .site-footer .site-footer__menu {
    padding: 20px 0;
  }
}
.site-footer .site-footer__menu li {
  list-style: none;
}
@media (max-width: 767px) {
  .site-footer .site-footer__menu li {
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 768px) {
  .site-footer .site-footer__menu li {
    list-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }
  .site-footer .site-footer__menu li:not(:last-child) {
    position: relative;
  }
  .site-footer .site-footer__menu li:not(:last-child)::after {
    content: "／";
    position: absolute;
    right: -10px;
    left: auto;
    top: 2px;
    bottom: 0;
  }
}
.site-footer .site-footer__menu li a {
  color: #353535;
  text-decoration: none;
}

.copyright {
  margin-top: 20px;
}
.copyright p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */