@charset "UTF-8";
/* # =================================================================
 * # Header
 * # ================================================================= */
/* # =================================================================
 * # Content
 * # ================================================================= */
/* # =================================================================
 * # Footer
 * # ================================================================= */
/* # =================================================================
 * # TOP
 * # ================================================================= */
body {
  position: relative;
  overflow-x: hidden;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
}

/* ページトップへ */
.pagetop {
  width: 50px;
  height: 50px;
  background-color: #006cbe;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 135px;
  display: none;
  z-index: 4;
  border-radius: 50%;
}
@media (orientation: landscape) and (min-width: 600px) and (max-width: 1024px) {
  .pagetop {
    bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pagetop {
    bottom: 30px;
  }
}

.pagetop__arrow {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.pagetop__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: translate(-100%, -30%) rotate(-45deg);
}

.pagetop:hover {
  opacity: 0.7;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* # =================================================================
 * # メイン
 * # ================================================================= */
.l-loan .c-inner {
  padding: 0 30px;
}
@media screen and (min-width: 1025px) {
  .l-loan .c-inner {
    padding: 0;
  }
}
.l-loan .bg_blue {
  background-image: url(../../assets/images/bg_01_sp.png);
  background-repeat: repeat;
}
@media screen and (min-width: 1025px) {
  .l-loan .bg_blue {
    background-image: url(../../assets/images/bg_01.png);
  }
}
.l-loan .bg_pink {
  background-image: url(../../assets/images/bg_02_sp.png);
  background-repeat: repeat;
}
@media screen and (min-width: 1025px) {
  .l-loan .bg_pink {
    background-image: url(../../assets/images/bg_02.png);
  }
}
.l-loan .alinC {
  text-align: center;
}
.l-loan .fw900 {
  font-weight: 900 !important;
}
@media screen and (min-width: 1025px) {
  .l-loan .fw900 {
    font-size: 2.86vw !important;
    font-size: clamp(38px, 2.86vw, 55px) !important;
    text-align: center;
  }
}
.l-loan .fiex__list {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .l-loan .fiex__list {
    gap: 0 5px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
    flex-direction: column;
    width: auto;
    gap: 5px 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list {
    gap: 5px 0;
  }
}
.l-loan .fiex__list li {
  width: 48%;
  max-width: 170px;
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list li {
    width: 100%;
  }
}
.l-loan .fiex__list li.-red a {
  color: #EB8896;
}
.l-loan .fiex__list li.-green a {
  color: #417C70;
  background-image: url(../../assets/images/loan_bnr_sp.png);
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list li.-green a {
    background-image: url(../../assets/images/loan_bnr_pc.png);
  }
}
.l-loan .fiex__list li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 35px 0px 15px;
  padding-top: 26%;
  padding-bottom: 20%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-image: url(../../assets/images/life_bnr_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 600px) {
  .l-loan .fiex__list li a {
    font-size: 20px;
    padding-top: 30%;
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list li a {
    background-image: url(../../assets/images/life_bnr_pc.png);
    min-width: 100px;
    padding: 30% 0 15% 10%;
    background-position: left center;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list li a {
    font-size: 18px;
    padding: 34% 0 18% 15%;
    min-width: 120px;
  }
  .l-loan .fiex__list li a:hover {
    opacity: 0.7;
  }
}
.l-loan .fiex__list li a .-check {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #FFF100;
  background-color: #EB8896;
  width: 67px;
  padding-bottom: 2px;
  border-radius: 5px;
}
.l-loan .fiex__list li a .-check.-green {
  background-color: #417C70;
}
@media screen and (min-width: 600px) {
  .l-loan .fiex__list li a .-check {
    font-size: 14px;
    width: 66px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan .fiex__list li a .-check {
    font-size: 14px;
    margin-top: 7px;
    width: 67px;
  }
}
@media (orientation: landscape) and (min-width: 600px) and (max-width: 1024px) {
  .l-loan .landNone {
    display: none;
  }
  .l-loan .fiex__list {
    justify-content: center;
  }
  .l-loan .fiex__list li {
    width: 21%;
  }
  .l-loan .fiex__list li a {
    font-size: 16px;
  }
  .l-loan .fiex__list li a .-check {
    font-size: 11px;
    width: 55px;
  }
}
.l-loan__mainV {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .l-loan__mainV {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.l-loan__mainV .c-mainVinner {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .l-loan__mainV .c-mainVinner {
    padding: 0;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__mainV .c-mainVinner {
    width: 80%;
  }
}
.l-loan__mainV .-mainV {
  width: 100%;
}
.l-loan__mainV .-mainV img {
  width: 90.15%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .l-loan__mainV .-mainV img {
    width: 100%;
  }
}
.l-loan__mainV .--mainVBnr {
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (min-width: 600px) {
  .l-loan__mainV .--mainVBnr {
    max-width: 570px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__mainV .--mainVBnr {
    margin: 0 auto;
    max-width: 958px;
  }
}
.l-loan__mainV .--mainVBnr img {
  margin: 0 auto;
  width: 100%;
}
.l-loan__house {
  padding-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .l-loan__house {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 600px) {
  .l-loan__house .c-houseinner {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .c-houseinner {
    max-width: 900px;
    padding: 0;
  }
}
@media screen and (min-width: 1381px) {
  .l-loan__house .c-houseinner {
    max-width: 1123px;
  }
}
.l-loan__house .--house1 {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house1 h2 {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house1 h2 {
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house1 h2 {
    max-width: 1123px;
  }
}
.l-loan__house .--house1 .--txtBox {
  position: absolute;
  top: 66%;
  padding: 0 12.7%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house1 .--txtBox {
    padding: 0 19.7%;
    top: 66%;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house1 .--txtBox {
    top: 76%;
    padding: 0 10.7%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house1 .--txtBox {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    left: 50%;
    top: 76%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1381px) {
  .l-loan__house .--house1 .--txtBox {
    max-width: 880px;
  }
}
.l-loan__house .--house1 .--txtBox .--flex {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 20px;
}
.l-loan__house .--house1 .--txtBox .--flex:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house1 .--txtBox .--flex {
    gap: 15px 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house1 .--txtBox .--flex {
    gap: 8px 0;
    margin-bottom: 20px;
  }
}
.l-loan__house .--house1 .--txtBox .--flex .-ttl {
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 0.72;
  background-color: #5283C3;
  border-radius: 7px;
  border: 2px solid #842C2D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 7px;
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house1 .--txtBox .--flex .-ttl {
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house1 .--txtBox .--flex .-ttl {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house1 .--txtBox .--flex .-ttl {
    font-size: 1.822vw;
    font-size: clamp(28px, 1.822vw, 35px);
    padding: 12px 0;
    border: 3px solid #842C2D;
  }
}
.l-loan__house .--house1 .--txtBox .--flex .-txt {
  color: #842C2D;
  font-weight: 900;
  font-size: 17px;
  font-size: clamp(17px, 3.513vw, 27px);
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house1 .--txtBox .--flex .-txt {
    font-size: clamp(24px, 3.713vw, 28px);
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house1 .--txtBox .--flex .-txt {
    font-size: 3.133vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house1 .--txtBox .--flex .-txt {
    font-size: 1.8vw;
    font-size: clamp(28px, 1.8vw, 36px);
    font-weight: 800;
    line-height: 1.66;
  }
}
.l-loan__house .--house1 .--txtBox .--flex .-attention {
  margin-top: 6px;
  font-size: 14px;
  font-size: clamp(14px, 3.533333vw, 16px);
  line-height: 1.7;
  padding-left: 1.2em;
  position: relative;
}
.l-loan__house .--house1 .--txtBox .--flex .-attention::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house1 .--txtBox .--flex .-attention {
    margin-top: 8px;
    font-size: 16px;
    font-size: clamp(13px, 0.8333333333vw, 16px);
    padding-right: 20%;
  }
}
.l-loan__house .--house2 {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house2 img {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house2 img {
    max-width: 870px;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house2 img {
    max-width: 802px;
    width: 100%;
  }
}
@media screen and (min-width: 1381px) {
  .l-loan__house .--house2 img {
    max-width: 1000px;
  }
}
.l-loan__house .--house3 {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house3 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 600px) {
  .l-loan__house .--house3 img {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__house .--house3 img {
    max-width: 870px;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house3 img {
    max-width: 802px;
    width: 100%;
  }
}
@media screen and (min-width: 1381px) {
  .l-loan__house .--house3 img {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__house .--house4 {
    max-width: 802px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1381px) {
  .l-loan__house .--house4 {
    max-width: 1000px;
  }
}
.l-loan__life {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .l-loan__life {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 600px) {
  .l-loan__life .c-lifeinner {
    padding: 0 11%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__life .c-lifeinner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .c-lifeinner {
    padding: 0;
    max-width: 900px;
  }
}
@media screen and (min-width: 1381px) {
  .l-loan__life .c-lifeinner {
    max-width: 1160px;
  }
}
.l-loan__life h2 {
  margin-bottom: 23px;
}
@media screen and (min-width: 600px) {
  .l-loan__life h2 {
    margin: 0 auto 30px;
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__life h2 {
    max-width: 870px;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life h2 {
    max-width: 980px;
    width: 100%;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 600px) {
  .l-loan__life h3 {
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .l-loan__life h3 {
    max-width: 870px;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life h3 {
    max-width: 1160px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.l-loan__life .--txtBox {
  background-color: #FFE9A6;
  width: calc(100% - 30px);
  margin: 25px auto;
  border: 2px solid #454493;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-loan__life .--txtBox {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox {
    max-width: 1000px;
    width: 96%;
    border: 7px solid #6356A3;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0 auto;
    padding: 41px 0 20px;
    height: 341px;
    z-index: 1;
  }
  .l-loan__life .--txtBox::before, .l-loan__life .--txtBox::after {
    content: "";
    background-image: url(../../assets/images/life_03_pcbg_01.png);
    width: 179px;
    height: 341px;
    position: absolute;
    left: -50px;
    top: -7px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1201px) {
  .l-loan__life .--txtBox::before, .l-loan__life .--txtBox::after {
    left: -98px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1381px) {
  .l-loan__life .--txtBox::before, .l-loan__life .--txtBox::after {
    left: -178px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox::after {
    background-image: url(../../assets/images/life_03_pcbg_02.png);
    left: auto;
    right: -75px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1201px) {
  .l-loan__life .--txtBox::after {
    right: -98px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1381px) {
  .l-loan__life .--txtBox::after {
    right: -178px;
  }
}
@media screen and (min-width: 1201px) {
  .l-loan__life .--txtBox {
    width: 100%;
  }
}
.l-loan__life .--txtBox .--flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
  padding: 7% 7% 0 7%;
}
@media screen and (min-width: 769px) {
  .l-loan__life .--txtBox .--flex {
    padding: 5% 3% 0 3%;
    margin-bottom: 25px;
  }
}
.l-loan__life .--txtBox .--flex:last-of-type {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5.5%;
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox .--flex {
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .l-loan__life .--txtBox .--flex:last-of-type {
    padding-bottom: 0;
  }
}
.l-loan__life .--txtBox .--flex .-ttl {
  font-size: 5.3333vw;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: #7771B1;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .l-loan__life .--txtBox .--flex .-ttl {
    font-size: 3.4vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox .--flex .-ttl {
    font-size: clamp(28px, 1.8229166667vw, 35px);
    padding: 6px 33px 13px;
    width: 20.7%;
    margin-bottom: 0;
    max-height: 70px;
    margin-top: 7px;
  }
}
.l-loan__life .--txtBox .--flex .-txt {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.42;
}
.l-loan__life .--txtBox .--flex .-txt.-big {
  color: #000;
}
@media screen and (min-width: 769px) {
  .l-loan__life .--txtBox .--flex .-txt {
    font-size: 3.133vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox .--flex .-txt {
    font-size: clamp(20px, 1.3020833333vw, 25px);
    line-height: 1.68;
  }
  .l-loan__life .--txtBox .--flex .-txt.-big {
    font-size: clamp(38px, 2.5041666667vw, 50px) !important;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox .--flex .--right {
    width: 78%;
    padding-right: 75px;
  }
}
@media screen and (min-width: 1201px) {
  .l-loan__life .--txtBox .--flex .--right {
    padding-right: 0;
  }
}
.l-loan__life .--txtBox .--flex .-attention {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.42;
  padding-left: 1.2em;
  position: relative;
}
.l-loan__life .--txtBox .--flex .-attention::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .l-loan__life .--txtBox .--flex .-attention {
    font-size: clamp(16px, 0.8333333333vw, 16px);
    line-height: 1.75;
    margin-top: 12px;
  }
}
.l-loan__life .-icon {
  width: 23px;
  height: 19px;
  margin-left: 15px;
  margin-top: -32px;
}
@media screen and (min-width: 600px) {
  .l-loan__life .-icon {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .-icon {
    width: 83px;
    height: 137px;
    margin-left: -27px;
    margin-top: -93px;
  }
}
@media screen and (min-width: 1201px) {
  .l-loan__life .-icon {
    margin-left: -93px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__life .-life4 {
    max-width: 1062px;
    margin: 0 auto;
    width: 100%;
  }
  .l-loan__life .-life4 img {
    margin-left: -30px;
  }
}
.l-loan__life .-life5 {
  padding: 0 13px;
  width: 100%;
  margin-top: 22px;
}
.l-loan__startRokin {
  background-color: #004092;
  padding: 10px 0 15px;
}
@media screen and (min-width: 1025px) {
  .l-loan__startRokin {
    padding: 55px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__startRokin .c-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-loan__startRokin p {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (min-width: 376px) {
  .l-loan__startRokin p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__startRokin p {
    font-size: 32px;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 20px;
  }
}
.l-loan__startRokin .-bgWhite {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}
.l-loan__startRokin .-bgWhite:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .l-loan__startRokin .-bgWhite:last-of-type a {
    padding: 43px 23px 42px;
  }
}
@media screen and (min-width: 1025px) {
  .l-loan__startRokin .-bgWhite {
    margin-bottom: 40px;
    border-radius: 11px;
  }
}
.l-loan__startRokin .-bgWhite a {
  padding: 7px 9px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .l-loan__startRokin .-bgWhite a {
    padding: 12px 20px;
  }
  .l-loan__startRokin .-bgWhite a:hover {
    opacity: 0.7;
  }
}
.l-loan__common {
  background-color: #fff;
  padding: 55px 25px;
}
@media screen and (min-width: 1025px) {
  .l-loan__common {
    padding: 100px 0;
  }
}
.l-loan__common .bg__gray {
  background-color: #F2F2F2;
  border: 1px solid #C1C1C1;
  padding: 22px 17px;
  height: 500px;
  overflow: scroll;
}
@media screen and (min-width: 1025px) {
  .l-loan__common .bg__gray {
    max-width: 1090px;
    margin: 0 auto;
    padding: 45px;
    height: 370px;
  }
}
.l-loan__common .bg__gray p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (min-width: 1025px) {
  .l-loan__common .bg__gray p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
  }
}

/* # =================================================================
 * # ヘッダー
 * # ================================================================= */
.l-header {
  width: 100vw;
}
.l-header .--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-header .--flex {
    padding: 10px 25px 10px 10px;
  }
}
.l-header .--flex .--item:first-of-type {
  max-width: 200px;
}
.l-header .--flex .--item:nth-of-type(2) {
  max-width: 590px;
}

@media screen and (max-width: 1024px) {
  .l-header .--flex .--item:first-of-type {
    max-width: 200px;
  }
  .l-header .--flex .--item:nth-of-type(2) {
    max-width: 550px;
  }
  .w300 {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .l-header .--flex {
    height: 60px;
  }
  .l-header .w300 {
    max-width: 200px;
  }
  .l-header h1 {
    max-width: 140px;
  }
}
/* # =================================================================
 * # フッター
 * # ================================================================= */
.l-footer {
  padding-bottom: 40%;
}
@media screen and (min-width: 600px) {
  .l-footer {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer {
    padding: 20px 0;
  }
}
.l-footer .line {
  border-top: 1px solid #707070;
  padding: 20px 20px;
  text-align: center;
}
.l-footer .line img {
  max-width: 148px;
  width: 100%;
}

/* 画面幅が900px以下かつ横向きの時（スマホの横向き想定） */
@media screen and (max-width: 700px) and (orientation: landscape) {
  /* ここにスマホ横向き専用の調整を書きます */
  .l-loan__house .--house1 .--txtBox {
    padding: 0 14.7%;
    top: 64%;
  }
  .l-loan__house .--house1 .--txtBox .--flex {
    gap: 15px 0;
    margin-bottom: 40px;
  }
  .l-loan__house .--house1 .--txtBox .--flex .-ttl {
    font-size: 5.8vw;
  }
  .l-loan__house .--house1 .--txtBox .--flex .-txt {
    font-size: clamp(26px, 3.9vw, 28px);
  }
  .l-loan__house .--house1 .--txtBox .--flex .-attention {
    font-size: 16px;
    margin-top: 15px;
  }
}
/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}

.tabsBlock {
  display: none;
}
@media screen and (min-width: 769px) {
  .tabsBlock {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .tabsNone {
    display: none;
  }
}

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fwB {
  font-weight: 700;
}
