@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .pageheader {
    position: relative;
  }
  .pageheader h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 11.7333vw;
    color: #ffffff;
    text-align: center;
    font-size: 5.3333vw;
    line-height: 5.3333vw;
    font-weight: 600;
    margin: 0;
  }
  .pageheader h1 small {
    font-size: 3.7333vw;
    display: block;
  }
  .lend_feature {
    margin-bottom: 9.6vw;
  }
  .lend_feature .inner {
    padding: 0 2.6666vw;
  }
  .lend_feature .section_header {
    margin-bottom: 6.4vw;
  }
  .lend_feature .update {
    text-align: right;
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-bottom: 1.8666vw;
  }
  .lend_feature .feature_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666vw;
  }
  .lend_feature .feature_container__box,
  .lend_feature .group {
    margin: 0;
    border: 1px solid #3F3F41;
    border-top: none;
  }
  .lend_feature .feature_container__box dt,
  .lend_feature .group dt {
    display: flex;
    align-items: center;
    padding: 3.4666vw 2.6666vw;
    background: #3F3F41;
    color: #ffffff;
  }
  .lend_feature .feature_container__box dt .text,
  .lend_feature .group dt .text {
    font-size: 4.8vw;
    font-weight: 300;
  }
  .lend_feature .feature_container__box dt .num,
  .lend_feature .group dt .num {
    font-size: 20px;
  }
  .lend_feature .feature_container__box dt .num span,
  .lend_feature .group dt .num span {
    font-size: 6.4vw;
    color: #EFB410;
  }
  .lend_feature .feature_container__box dd,
  .lend_feature .group dd {
    margin: 0;
    padding: 3.4666vw;
  }
  .lend_feature .feature_container__box dd ul,
  .lend_feature .group dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lend_feature .feature_container__box dd ul li,
  .lend_feature .group dd ul li {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    margin-left: 5.3333vw;
    position: relative;
  }
  .lend_feature .feature_container__box dd ul li:last-child,
  .lend_feature .group dd ul li:last-child {
    margin-bottom: 0;
  }
  .lend_feature .feature_container__box dd ul li::before,
  .lend_feature .group dd ul li::before {
    content: "";
    background: url(img/ico_check.png) no-repeat;
    background-size: 100%;
    width: 3.7333vw;
    height: 2.6666vw;
    display: block;
    position: absolute;
    top: 1.8666vw;
    left: -5.3333vw;
  }
  .lend_feature .ico_plus {
    text-align: center;
    margin: 1.8666vw 0;
  }
  .lend_feature .ico_plus img {
    width: 6.6666vw;
  }
  .lend_feature .group {
    margin: auto;
    border-color: #7A7674;
  }
  .lend_feature .group dt {
    background: #7A7674;
    display: block;
    text-align: center;
  }
  .lend_feature .group dt span {
    color: #EFB410;
  }
  .lend_service {
    margin-bottom: 9.6vw;
  }
  .lend_service .inner {
    padding: 0 2.6666vw;
  }
  .lend_service .section_header {
    margin-bottom: 6.4vw;
  }
  .lend_service h3 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    font-weight: 300;
    padding: 4.2666vw;
    color: #ffffff;
    background: #3F3F41;
    text-align: center;
    margin: 0 0 5.3333vw 0;
  }
  .lend_service h3 + p {
    margin-bottom: 5.3333vw;
  }
  .lend_service p {
    font-size: 4.2666vw;
    line-height: 6.9333vw;
    margin: 0;
  }
  .lend_service .work_container {
    background: #EEEBE2;
    padding: 4.2666vw 3.2vw;
  }
  .lend_service .work_container:not(:last-child) {
    margin-bottom: 2.6666vw;
  }
  .lend_service .work_container h4 {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    font-weight: 600;
    margin: 0 0 3.2vw 0;
    text-align: center;
  }
  .lend_service .work_container h5 {
    font-size: 3.7333vw;
    line-height: 3.7333vw;
    font-weight: 600;
    margin: 0 0 1.8666vw 0;
  }
  .lend_service .work_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666vw 4vw;
  }
  .lend_service .work_container ul:not(:last-child) {
    margin-bottom: 4.8vw;
  }
  .lend_service .work_container ul li {
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 4.2666vw;
    text-align: center;
    position: relative;
  }
  .lend_service .work_container ul li span {
    color: #000000;
    position: absolute;
    top: -5.3333vw;
    left: 0;
    white-space: nowrap;
    font-weight: 600;
  }
  .lend_service .work_container ul li span small {
    font-size: 3.2vw;
    font-weight: 300;
  }
  .lend_service .work_container ul li.sp {
    opacity: 0;
  }
  .lend_service .work_container ul.work1 li {
    background: #4F8ABE;
  }
  .lend_service .work_container ul.work2 li {
    background: #119F91;
  }
  .lend_service .work_container ul.work3 li {
    background: #7AAB4E;
  }
  .lend_service .work_container ul.work4 li {
    background: #BFA13F;
  }
  .lend_service .work_container ul.work5 li {
    background: #BFAC6B;
  }
  .lend_service .work_container ul.work6 li {
    background: #32B2C6;
  }
  .lend_service .work_container ul.work6 li:nth-child(4), .lend_service .work_container ul.work6 li:nth-child(5), .lend_service .work_container ul.work6 li:nth-child(6) {
    margin-top: 30px;
  }
  .lend_service .work_container ul.work7 li {
    background: #E28742;
  }
  .lend_service .work_container ul.work7 li:nth-child(4), .lend_service .work_container ul.work7 li:nth-child(5), .lend_service .work_container ul.work7 li:nth-child(6) {
    margin-top: 30px;
  }
  .lend_checksheet {
    margin-bottom: 13.3333vw;
  }
  .lend_checksheet .inner {
    padding: 0 2.6666vw;
  }
  .lend_checksheet .section_header {
    margin-bottom: 5.3333vw;
  }
  .lend_checksheet ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #707070;
  }
  .lend_checksheet li {
    font-size: 4.2666vw;
    line-height: 5.3333vw;
    padding: 5.3333vw 8vw;
    position: relative;
    border-bottom: 1px solid #707070;
    cursor: pointer;
  }
  .lend_checksheet li.check::after {
    display: block;
  }
  .lend_checksheet li::before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    display: block;
    border: 1px solid #707070;
    position: absolute;
    left: 0.8vw;
    top: 5.1vw;
  }
  .lend_checksheet li::after {
    content: "";
    width: 1.6vw;
    height: 3.2vw;
    border-bottom: 0.8vw solid #32B2C6;
    border-right: 0.8vw solid #32B2C6;
    display: none;
    position: absolute;
    left: 2.1333vw;
    top: 5.1vw;
    transform: rotate(45deg);
  }
  .lend_checksheet p {
    font-size: 3.7333vw;
    line-height: 5.3333vw;
    font-weight: 600;
    margin: 2.6666vw auto 0 auto;
  }
  .lend_checksheet .arrow {
    text-align: center;
    margin: 2.6666vw 0;
  }
  .lend_checksheet .arrow img {
    width: 6.6666vw;
  }
  .lend_checksheet .btn_main {
    line-height: 4.8vw;
    padding: 1.5333vw 0;
    margin: auto;
  }
  .lend_example .inner {
    padding: 0 2.6666vw;
  }
  .lend_example .section_header {
    margin-bottom: 5.3333vw;
  }
  .lend_example .ex_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "ex1 ex1" "ex2 ex2" "ex3 ex4";
    gap: 6.1333vw 4vw;
    margin-bottom: 13.3333vw;
  }
  .lend_example .ex_container .box:nth-child(1) {
    grid-area: ex1;
  }
  .lend_example .ex_container .box:nth-child(2) {
    grid-area: ex2;
  }
  .lend_example .ex_container .box:nth-child(3) {
    grid-area: ex3;
  }
  .lend_example .ex_container .box:nth-child(4) {
    grid-area: ex4;
  }
  .lend_example .ex_container .box figure {
    margin: 0;
  }
  .lend_example .ex_container .box figcaption {
    font-size: 3.7333vw;
    line-height: 3.7333vw;
  }
  .lend_example .ex_container .box img {
    width: 100%;
    margin-bottom: 1.3333vw;
  }
  .lend_example .company {
    padding: 4vw;
    background: #FCFBF9;
  }
  .lend_example .company h3 {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    text-align: center;
    font-weight: 600;
    margin: 0 0 5.3333vw 0;
  }
  .lend_example .company .photo {
    margin-bottom: 2.6666vw;
  }
  .lend_example .company .photo img {
    width: 100%;
  }
  .lend_example .company h4 {
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 4.2666vw;
    margin: 0 0 5.3333vw 0;
  }
  .lend_example .company h4 small {
    font-size: 3.2vw;
    font-weight: 300;
    display: block;
  }
  .lend_example .company p {
    font-size: 3.7333vw;
    line-height: 5.8666vw;
    margin: 0 0 5.8666vw 0;
  }
  .lend_example .company .btn_main {
    margin: 0 auto;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .pageheader {
    position: relative;
  }
  .pageheader h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
  }
  .pageheader h1 small {
    font-size: 24px;
    display: block;
  }
  .lend_feature {
    margin-bottom: 60px;
  }
  .lend_feature .section_header {
    margin-bottom: 22px;
  }
  .lend_feature .update {
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
  }
  .lend_feature .feature_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .lend_feature .feature_container__box,
  .lend_feature .group {
    margin: 0;
    border: 1px solid #3F3F41;
    border-top: none;
  }
  .lend_feature .feature_container__box dt,
  .lend_feature .group dt {
    display: grid;
    grid-template-columns: 161px 1fr;
    gap: 34px;
    align-items: center;
    padding: 13px 15px;
    background: #3F3F41;
    color: #ffffff;
  }
  .lend_feature .feature_container__box dt .text,
  .lend_feature .group dt .text {
    font-size: 20px;
    font-weight: 300;
  }
  .lend_feature .feature_container__box dt .num,
  .lend_feature .group dt .num {
    font-size: 20px;
  }
  .lend_feature .feature_container__box dt .num span,
  .lend_feature .group dt .num span {
    font-size: 32px;
    color: #EFB410;
  }
  .lend_feature .feature_container__box dd,
  .lend_feature .group dd {
    margin: 0;
    padding: 15px;
  }
  .lend_feature .feature_container__box dd ul,
  .lend_feature .group dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lend_feature .feature_container__box dd ul li,
  .lend_feature .group dd ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 25px;
    position: relative;
  }
  .lend_feature .feature_container__box dd ul li:last-child,
  .lend_feature .group dd ul li:last-child {
    margin-bottom: 0;
  }
  .lend_feature .feature_container__box dd ul li::before,
  .lend_feature .group dd ul li::before {
    content: "";
    background: url(img/ico_check.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    top: 7px;
    left: -25px;
  }
  .lend_feature .ico_plus {
    text-align: center;
    margin: 20px 0;
  }
  .lend_feature .ico_plus img {
    width: 25px;
  }
  .lend_feature .group {
    width: 450px;
    margin: auto;
    border-color: #7A7674;
  }
  .lend_feature .group dt {
    background: #7A7674;
    display: block;
    text-align: center;
  }
  .lend_feature .group dt span {
    color: #EFB410;
  }
  .lend_service {
    margin-bottom: 80px;
  }
  .lend_service .section_header {
    margin-bottom: 21px;
  }
  .lend_service h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    padding: 18px;
    color: #ffffff;
    background: #3F3F41;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .lend_service h3 + p {
    margin-bottom: 34px;
  }
  .lend_service p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
  .lend_service .work_container {
    background: #EEEBE2;
    padding: 30px 20px;
  }
  .lend_service .work_container:not(:last-child) {
    margin-bottom: 20px;
  }
  .lend_service .work_container h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .lend_service .work_container h4.option {
    margin-bottom: 53px;
  }
  .lend_service .work_container h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 7px 0;
  }
  .lend_service .work_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
  .lend_service .work_container ul:not(:last-child) {
    margin-bottom: 23px;
  }
  .lend_service .work_container ul li {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
  }
  .lend_service .work_container ul li span {
    color: #000000;
    position: absolute;
    top: -25px;
    left: 0;
    white-space: nowrap;
    font-weight: 600;
  }
  .lend_service .work_container ul li span small {
    font-size: 14px;
    font-weight: 300;
  }
  .lend_service .work_container ul.work1 li {
    background: #4F8ABE;
  }
  .lend_service .work_container ul.work2 li {
    background: #119F91;
  }
  .lend_service .work_container ul.work3 li {
    background: #7AAB4E;
  }
  .lend_service .work_container ul.work4 li {
    background: #BFA13F;
  }
  .lend_service .work_container ul.work5 li {
    background: #BFAC6B;
  }
  .lend_service .work_container ul.work6 li {
    background: #32B2C6;
  }
  .lend_service .work_container ul.work7 li {
    background: #E28742;
  }
  .lend_checksheet {
    margin-bottom: 80px;
  }
  .lend_checksheet .section_header {
    margin-bottom: 36px;
  }
  .lend_checksheet ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 700px;
    border-top: 1px solid #707070;
  }
  .lend_checksheet li {
    font-size: 16px;
    line-height: 16px;
    padding: 25px 36px;
    position: relative;
    border-bottom: 1px solid #707070;
    cursor: pointer;
  }
  .lend_checksheet li.check::after {
    display: block;
  }
  .lend_checksheet li::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #707070;
    position: absolute;
    left: 3px;
    top: 23px;
  }
  .lend_checksheet li::after {
    content: "";
    width: 6px;
    height: 12px;
    border-bottom: 3px solid #32B2C6;
    border-right: 3px solid #32B2C6;
    display: none;
    position: absolute;
    left: 8px;
    top: 24px;
    transform: rotate(45deg);
  }
  .lend_checksheet p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 10px auto 0 auto;
    width: 700px;
  }
  .lend_checksheet .arrow {
    text-align: center;
    margin: 25px 0;
  }
  .lend_checksheet .arrow img {
    width: 46px;
  }
  .lend_checksheet .btn_main {
    line-height: 26px;
    padding: 2px 0;
    margin: auto;
  }
  .lend_example .section_header {
    margin-bottom: 33px;
  }
  .lend_example .ex_container {
    display: grid;
    grid-template-columns: 650px 150px 150px;
    grid-template-areas: "ex1 ex2 ex2" "ex1 ex3 ex4";
    gap: 16px 25px;
    margin-bottom: 80px;
  }
  .lend_example .ex_container .box:nth-child(1) {
    grid-area: ex1;
  }
  .lend_example .ex_container .box:nth-child(2) {
    grid-area: ex2;
  }
  .lend_example .ex_container .box:nth-child(3) {
    grid-area: ex3;
  }
  .lend_example .ex_container .box:nth-child(4) {
    grid-area: ex4;
  }
  .lend_example .ex_container .box figure {
    margin: 0;
  }
  .lend_example .ex_container .box figcaption {
    font-size: 16px;
    line-height: 16px;
  }
  .lend_example .ex_container .box img {
    width: 100%;
    margin-bottom: 5px;
  }
  .lend_example .company {
    padding: 27px 25px 40px 25px;
    background: #FCFBF9;
    display: grid;
    grid-template-columns: 500px auto;
    grid-template-areas: "title title" "photo text";
    gap: 0 25px;
  }
  .lend_example .company h3 {
    grid-area: title;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px 0;
  }
  .lend_example .company .photo {
    grid-area: photo;
  }
  .lend_example .company .photo img {
    width: 100%;
  }
  .lend_example .company .text {
    grid-area: text;
  }
  .lend_example .company h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px 0;
  }
  .lend_example .company h4 small {
    font-size: 16px;
    font-weight: 300;
    display: block;
  }
  .lend_example .company p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 22px 0;
  }
  .lend_example .company .btn_main {
    margin: 35px auto 0 auto;
  }
}/*# sourceMappingURL=lend.css.map */