@charset "UTF-8";


/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #000;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho: "Shippori Mincho", serif;
    --red:#9a2100;
    --yellow:#ffeaab;
    --orange:#d15418;
}

html {
    scroll-behavior: smooth;
}

body {
    /*color: var(--base-color);
    font-family: var(--base-font);*/
    font-style: normal;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.lp-funding img{
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}




@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}


  /*** 共通 ***/
.lp-funding{
  /*color: #fff;*/
  font-family: var(--base-font);
}
.lp-funding .inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.inner.footer__inner{
    max-width: 1400px;
}

.lp-funding section{
  padding: 100px 0;
}
.lp-funding section.lp_office{
  padding: 50px 0;
}
.lp-funding h2{
  font-family: var(--mincho);
  font-size: 58px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 45px;
  letter-spacing: -0.02em;
  position: relative;
}
.lp-funding h2::after{
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #03567d 0%, #1b9fc9 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.lp-funding h3,.lp-funding h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.txt-orange{color: var(--orange);}
.txt-yellow{color: var(--yellow);}
.txt-red{color: var(--red);}
.lp-funding h2 .txt_small{
  font-size: 44px;
}
.txt-box{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p + p{
  margin-top: 1.5em;
}

.fv,
.cv{
    display: none;
}

@media screen and (max-width: 1280px){
  .lp-funding section{
    padding: 80px 0;
  }
  .lp-funding h2{
    font-size: 48px;
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .lp-funding h2 .txt_small{
    font-size: 36px;
  }

}
@media screen and (max-width: 767px){
  .lp-funding section{
    padding: 60px 0;
  }
  .lp-funding section.lp_office{
    padding: 40px 0;
  }
  .txt-box{
    font-size: 16px;
  }
  .lp-funding h2{
    font-size: 6vw;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .lp-funding h2 .txt_small{
    font-size: 4.5vw;
  }

}
@media screen and (max-width: 499px){
  .lp-funding section{
    padding: 50px 0;
  }
  .lp-funding section.lp_office{
    padding: 30px 0;
  }
  .lp-funding h2{
    font-size: 7.5vw;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .lp-funding h2 .txt_small{
    font-size: 6vw;
  }
}


/* MV */
.mv{
    width: 100%;
    /*height: 800px;*/
    height: 600px;
    background: url("../images/lp-funding/mv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv .webp {
	 background: url("../images/lp-funding/mv-bg.jpg.webp");
}
.mv-box{
    /*max-width: 1340px;*/
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    /*height: 800px;*/
    height: 600px;
    background: url("../images/lp-funding/mv-img.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 32%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}
.mv-box .webp{
	background: url("../images/lp-funding/mv-img.png.webp");
}
.mv-content{

}
.mv-content h1{
    /*font-size: 78px;*/
    font-size: 70px;
    color: #157399;
    font-family: var(--mincho);
    line-height: 1.35;
    font-weight: 600;
    padding-left: 15px;
}
.mv-content h1 .txt-gra{
    /*font-size: 92px;*/
    font-size: 84px;
    position: relative;
    display: inline-block;
    z-index: 0;
    letter-spacing: 0.06em;
}
.mv-content h1 .txt-gra::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #000;
    text-shadow: 0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff,0 0 10px #fff,0 0 12px #fff;
}
.mv-content h1 .txt-gra span{
    background: linear-gradient(to bottom, #d57f23 0%, #d57f23 25%, #705438 75%, #705438 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mv-content h1 .txt-shadow{
    text-shadow: 0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff,0 0 10px #fff,0 0 12px #fff;
}
.mv-info{
    font-family: var(--mincho);
    /*font-size: 34px;*/
    font-size: 28px;
    background: linear-gradient(to right, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    border-radius: 100px;
    width: fit-content;
    line-height: 1;
    padding: 20px 60px;
    /*margin: 25px 0 35px;*/
    margin: 15px 0 25px;
}
.mv-info .batu{
    /*font-size: 24px;*/
    font-size: 20px;
}
.mv-note{
    font-family: var(--mincho);
    /*font-size: 24px;*/
    font-size: 20px;
    text-shadow: 0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff,0 0 10px #fff,0 0 12px #fff;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 15px;
    letter-spacing: 0.06em;
}
.mv-note .big{
    /*font-size: 36px;*/
    font-size: 30px;
    font-weight: 700;
}
.mv-list{
    display: flex;
    gap: 35px;
    margin-top: 30px;
}
.mv-list li{
    /*width: 166px;
    height: 166px;*/
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    border: 10px solid #c4e8e6;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 10px);
    text-align: center;
    /*font-size: 30px;*/
    font-size: 28px;
    color: #157399;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 1280px){
    .mv{
        height: 48vw;
    }
    .mv-box{
        width: 100%;
        max-width: none;
        padding: 0 10%;
        height: 48vw;
        background: url("../images/lp-funding/mv-img.png");
        background-position: right bottom -5vw;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mv-content h1{
        font-size: 5.8vw;
        padding-left: 1vw;
    }
    .mv-content h1 .txt-gra{
        font-size: 6.8vw;
    }
    .mv-info{
        font-size: 2.5vw;
        padding: 1.5vw 4.5vw;
        margin: 1.5vw 0 2vw;
    }
    .mv-info .batu{
        font-size: 2.2vw;
    }
    .mv-note{
        font-size: 1.9vw;
        padding-left: 1vw;
    }
    .mv-note .big{
        font-size: 2.8vw;
    }
    .mv-list{
        gap: 2.5vw;
        margin-top: 2vw;
    }
    .mv-list li{
        width: 13vw;
        height: 13vw;
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 767px){
    .mv{
        height: 135vw;
        padding-top: 60px;
        background: url("../images/lp-funding/mv-bg-sp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
	.mv .webp{
		background: url("../images/lp-funding/mv-bg-sp.jpg.webp");
	}
    .mv-box{
        width: 100%;
        padding: 0 5%;
        height: 135vw;
        background: none;
        align-items: flex-start;
    }
    .mv-content h1 {
        font-size: 8.8vw;
        padding-left: 0;
        margin-top: 6vw;
    }
    .mv-content h1 .txt-gra{
        font-size: 10vw;
    }
    .mv-info {
        text-align: center;
        width: 100%;
        font-size: 3.8vw;
        letter-spacing: 0.04em;
        padding: 2vw 3vw;
        margin: 2vw 0 3vw;
    }
    .mv-info .batu{
        font-size: 3vw;
    }
    .mv-note{
        font-size: 3.4vw;
        padding-left: 0;
        width: 80%;
        line-height: 1.5;
    }
    .mv-note .big{
        font-size: 3.8vw;
    }
    .mv-list{
        gap: 3.5vw;
        margin-top: 3vw;
        flex-wrap: wrap;
        width: 60%;
    }
    .mv-list li{
        width: 22vw;
        height: 22vw;
        font-size: 4vw;
        border: 1.2vw solid #c4e8e6;
    }
}
@media screen and (max-width: 599px){
    .mv {
        background: url(../images/lp-funding/mv-bg-sp.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 499px){
    .mv {
        background: url(../images/lp-funding/mv-bg-sp.jpg);
        background-size: 110%;
        background-position: center top;
        background-repeat: no-repeat;
    }
}

/* 今すぐ無料相談 */
.info-area{
    background: url("../images/lp-funding/info-area-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 55px;
}
.info-area .webp{
	background: url("../images/lp-funding/info-area-bg.jpg.webp");
}
.info-area-title{
    text-align: center;
    color: #fff;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.8;
    position: relative;
    padding-top: 5px;
    padding: 0 170px;
}
.info-area-title .big{
    font-size: 40px;
    letter-spacing: 0.06em;
}
.info-area-title .big span{
    font-size: 48px;
}
.info-area-title-pr{
    position: absolute;
    top:0;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 22px;
    color: #d15418;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.info-area-title-pr .big{
    font-size: 30px;
}
.info-area-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.info-area-flex a{
    max-width: 485px;
    width: 49%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d15418;
    color: #fff;
    border-radius: 100px;
    font-family: var(--mincho);
    font-size: 28px;
    position: relative;
}

.info-area-flex a.btn01 div.tel_button_inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1em;
}
.info-area-flex a.btn01 span.tel_text{
	font-size: 12px;
}
.info-area-flex a.btn01 span.tel_number{
	font-size: 34px;
}
@media screen and (max-width: 767px) {
	.info-area-flex a.btn01 span.tel_number{
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 499px) {
	.info-area-flex a.btn01 div.tel_button_inner{
		line-height: 1.2em;
	}
	.info-area-flex a.btn01 span.tel_number{
		font-size: 6vw;
	}
	.info-area-flex a.btn01 span.tel_text{
		font-size: 10px;
	}
}
.info-area-flex a.btn01 span.tel_number::before{
    content: "";
    background: url("../images/lp-funding/icon_tel.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}
@media screen and (max-width: 767px) {
	.info-area-flex a.btn01 span.tel_number::before{
		width: 3vw;
		height: 3vw;
	}
}
@media screen and (max-width: 499px) {
	.info-area-flex a.btn01 span.tel_number::before{
		width: 4.5vw;
		height: 4.5vw;
	}
}
.info-area-flex a.btn02::before{
    content: "";
    background: url("../images/lp-funding/icon-mail.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 4px;
}
@media screen and (max-width: 1280px){
    .info-area{
        padding: 30px 0 45px;
    }
    .info-area-title{
        font-size: 22px;
        padding: 0 150px;
        min-height: 140px;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .info-area-title br{
        display: none;
    }
    .info-area-title .big{
        font-size: 36px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .info-area-title .big span{
        font-size: 42px;
    }
    .info-area-title-pr{
        width: 140px;
        height: 140px;
        font-size: 20px;
    }
    .info-area-title-pr br{
        display: block;
    }
    .info-area-title-pr .big{
        font-size: 26px;
        margin-bottom: 0;
    }
    .info-area-flex{
        margin-top: 20px;
    }
    .info-area-flex a{
        height: 64px;
        font-size: 24px;
    }
    .info-area-flex a.btn01::before{
        width: 19px;
        height: 19px;
        margin-right: 5px;
        margin-top: 3px;
    }
    .info-area-flex a.btn02::before{
        width: 20px;
        height: 14px;
        margin-right: 8px;
        margin-top: 4px;
    }
}
@media screen and (max-width: 949px){
    .info-area-title {
        font-size: 20px;
        padding: 0 110px;
        min-height: 100px;
    }
    .info-area-title-pr {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
    .info-area-title-pr .big {
        font-size: 24px;
    }
}
@media screen and (max-width: 799px){
    .info-area-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .info-area{
        padding: 25px 0 35px;
    }
    .info-area-title-pr{
        position: relative;
        width: fit-content;
        height: auto;
        font-size: 3.5vw;
        border-radius: 100px;
        padding: 0.5vw 4vw 0.7vw;
        margin-bottom: 2vw;
    }
    .info-area-title-pr .big{
        font-size: 4.5vw;
    }
    .info-area-title-pr br{
        display: none;
    }
    .info-area-title{
        align-items: center;
        font-size: 3.5vw;
        padding: 0;
        min-height: auto;
    }
    .info-area-title .big {
        font-size: 4.2vw;
    }
    .info-area-title .big span {
        font-size: 6vw;
    }
    .info-area-flex {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .info-area-flex a {
        width: 70%;
        height: 9vw;
        font-size: 4vw;
    }
    .info-area-flex a.btn01::before {
        width: 3vw;
        height: 3vw;
        margin-right: 0.5vw;
        margin-top: 0.3vw;
    }
    .info-area-flex a.btn02::before {
        width: 3.5vw;
        height: 2vw;
        margin-right: 1vw;
        margin-top: 0.5vw;
    }
}
@media screen and (max-width: 499px){
    .info-area{
        padding: 25px 0 25px;
    }
    .info-area-title-pr{
        font-size: 4.5vw;
        padding: 0.7vw 5vw 0.9vw;
        margin-bottom: 3vw;
    }
    .info-area-title-pr .big{
        font-size: 7vw;
    }
    .info-area-title{
        font-size: 5vw;
    }
    .info-area-title .big {
        font-size: 6vw;
    }
    .info-area-title .big span {
        font-size: 8vw;
    }
    .info-area-flex a {
        width: 84%;
        height: 12vw;
        font-size: 5vw;
    }
    .info-area-flex a.btn01::before {
        width: 4vw;
        height: 4vw;
        margin-right: 0.5vw;
        margin-top: 0.3vw;
    }
    .info-area-flex a.btn02::before {
        width: 4.5vw;
        height: 3vw;
        margin-right: 1vw;
        margin-top: 0.5vw;
    }
}

/* こんなお悩みありませんか？ */
.section-worry{
    background: url("../images/lp-funding/section-worry-bg.jpg");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.section-worry .webp {
	background: url("../images/lp-funding/section-worry-bg.jpg.webp");
}
.section-worry-box{
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0;
}
.section-worry-list{
    max-width: 720px;
    width: 90%;
    margin: 0 auto;
    font-family: var(--mincho);
    font-size: 24px;
}
.section-worry-list li{
    line-height: 1.3;
    padding-left: 55px;
    position: relative;
}
.section-worry-list li + li{
    margin-top: 15px;
}
.section-worry-list li .dot{
    margin-right: -10px;
}
.section-worry-list li .txt-blue{
    color: #137696;
    font-weight: 600;
}
.section-worry-list li .txt{
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #939393;
}
.section-worry-list li::before{
    content: "";
    background: url("../images/lp-funding/icon-check.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em;
    position: absolute;
    top:-0.25em;
    left: 0;
}
@media screen and (max-width: 1280px){
    .section-worry-box{
        padding: 50px 0;
    }
    .section-worry-list{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px){
    .section-worry-box{
        padding: 40px 0;
    }
    .section-worry-list {
        font-size: 3.5vw;
    }
    .section-worry-list li {
        padding-left: 8vw;
    }
    .section-worry-list li + li {
        margin-top: 12px;
    }
}
@media screen and (max-width: 499px){
    .section-worry-list {
        font-size: 4.5vw;
    }
    .section-worry-list li {
        padding-left: 9vw;
    }
}

/* 銀行が貸したくなる事業計画書作成支援 */
.lp-funding section.section-plan{
    padding: 0;
}
.section-plan-top{
    background: linear-gradient(to right, #3f3e39 0%, #35342f 100%);
    color: #fff;
    position: relative;
    padding: 80px 0;
    text-align: center;
    font-family: var(--mincho);
}
.section-plan-top::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 46px solid #3c3b37;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.section-plan-top-title{
    font-size: 40px;
    line-height: 1.3;
}
.section-plan-top-info{
    font-size: 24px;
    line-height: 1.8;
    margin-top: 20px;
}
.section-plan-top-info .big{
    font-size: 32px;
}
.section-plan-bg{
    background: url("../images/lp-funding/section-plan-bg.jpg"),#fff;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 110px 0;
}
.section-plan-bg .webp{
    background: url("../images/lp-funding/section-plan-bg.jpg.webp"),#fff;
}
.section-plan-subtitle{
    font-family: var(--mincho);
    text-align: center;
    font-size: 36px;
}
.section-plan-subtitle .txt-bg{
    background-color: #fbeda0;
    padding: 0 10px 2px;
}
.section-plan-bg h2{
    line-height: 1.3;
}
.section-plan-bg h2 .txt-orange{
    letter-spacing: 0.1em;
}
.section-plan-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.section-plan-list li{
    width: calc(50% - 10px);
    background: linear-gradient(to right, #1e3d73 0%, #234688 100%);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: var(--mincho);
    text-align: center;
    color: #fff;
    line-height: 1.7;
}
.section-plan-list li:first-of-type{
    font-size: 24px;
}
.section-plan-list li .txt-small{
    font-size: 18px;
}
.section-plan-list li .m-left{
    margin-left: -8px;
}
.section-plan-list li .m-right{
    margin-right: -8px;
}
.section-plan-top-info .sp-txt{
    display: none;
}
@media screen and (max-width: 1280px){
    .section-plan-top{
        padding: 60px 0;
    }
    .section-plan-top-title {
        font-size: 36px;
    }
    .section-plan-top-info {
        font-size: 22px;
    }
    .section-plan-top-info .big {
        font-size: 28px;
    }
    .section-plan-subtitle{
        font-size: 32px;
    }
    .section-plan-list li{
        font-size: 20px;
        height: 180px;
        padding: 10px;
    }
    .section-plan-list li:first-of-type {
        font-size: 22px;
    }
    .section-plan-list li .txt-small {
        font-size: 16px;
        line-height: 1.4;
        display: inline-block;
    }
    .section-plan-bg{
        padding: 90px 0;
    }
}
@media screen and (max-width: 767px){
    .section-plan-top{
        padding: 50px 0;
    }
    .section-plan-top-title {
        font-size: 5vw;
    }
    .section-plan-top-info {
        font-size: 4.5vw;
    }
    .section-plan-top-info .big {
        font-size: 5vw;
    }
    .section-plan-bg {
        padding: 70px 0;
    }
    .section-plan-subtitle {
        font-size: 4.2vw;
    }
    .section-plan-list{
        gap: 15px 10px;
    }
    .section-plan-list li{
        width: calc(50% - 5px);
        font-size: 2.8vw;
        height: 22vw;
        padding: 1vw;
    }
    .section-plan-list li:first-of-type {
        font-size: 3.2vw;
    }
    .section-plan-list li .txt-small{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 499px){
    .section-plan-top {
        padding: 30px 0;
    }
    .section-plan-top::after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 36px solid #3c3b37;
        bottom: -35px;
    }
    .section-plan-top-title {
        font-size: 6vw;
    }
    .section-plan-top-info{
        font-size: 5.5vw;
    }
    .section-plan-top-info .big {
        font-size: 5.6vw;
        line-height: 1.2;
        display: block;
        margin: 2vw -3vw 0 -3vw;
    }

    .section-plan-bg {
        padding: 50px 0;
    }
    .section-plan-subtitle {
        font-size: 6.5vw;
        line-height: 1.2;
        margin-bottom: 4vw;
    }
    .section-plan-subtitle .txt-bg{
        display: block;
        padding: 2vw 0 2.4vw;
        font-size: 5vw;
    }
    /*
    .section-plan-subtitle .txt-bg .br{
        display: block;
    }
        */
    .section-plan-list li {
        width: 100%;
        font-size: 5.2vw;
        height: auto;
        padding: 4vw 1vw;
    }
    .section-plan-list li:first-of-type {
        font-size: 5.5vw;
    }
    .section-plan-list li .txt-small {
        font-size: 4.5vw;
    }
}

/* 事例・実績 */
.section-jirei{
    background-color: #eef8fe;
}
.section-jirei-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.section-jirei-list-box{
    background-color: #fff;
    max-width: 490px;
    width: calc(50% - 5px);
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.section-jirei-list-case{
    position: absolute;
    top:-115px;
    left: -55px;
    background-color: #353535;
    color: #fff;
    transform: rotate(-28deg);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    padding-bottom: 10px;
    font-family: var(--mincho);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
.section-jirei-list-case span{
    transform: rotate(28deg);
}
.section-jirei-list-case span .big{
    font-size: 24px;
    margin-left: 7px;
}
.section-jirei-list-box h3{
    text-align: center;
    font-size: 22px;
    color: var(--orange);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 20px 0 10px;
}
.section-jirei-list-box .txt-box{
    text-align: center;
    font-weight: 500;
    padding: 0 5px;
}

@media screen and (max-width: 1280px){
    .section-jirei-list-box h3{
        font-size: 20px;
        padding: 0 5px;
    }
    .section-jirei-list-case {
        top: -11.5vw;
        left: -6vw;
        font-size: 16px;
    }
    .section-jirei-list-case span .big {
        font-size: 22px;
        margin-left: 7px;
    }
}
@media screen and (max-width: 767px){
    .section-jirei-list{
        gap: 30px;
    }
    .section-jirei-list-box{
        max-width: none;
        width: 100%;
        padding-bottom: 15px;
    }
    .section-jirei-list-case{
        height: 20vw;
    }
    .section-jirei-list-case {
        top: -21.5vw;
        left: -11vw;
        font-size: 3.5vw;
        padding-left: 8vw;
        padding-bottom: 2vw;
    }
    .section-jirei-list-case span .big {
        font-size: 5vw;
        margin-left: 0.5vw;
    }
    .section-jirei-list-box h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 499px){
    .section-jirei-list-case {
        top: -18vw;
        left: -10vw;
        font-size: 4.5vw;
        padding-left: 8vw;
        padding-bottom: 2vw;
    }
    .section-jirei-list-case span .big {
        font-size: 7vw;
        margin-left: 0.8vw;
    }
    .section-jirei-list-box h3 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
}

/* お申込みから融資までの流れ */
.section-flow{
    background: url("../images/lp-funding/section-flow-bg.jpg"),#f3f3f3;
    background-position: top center;
    background-repeat: no-repeat;
}
.section-flow .webp{
    background: url("../images/lp-funding/section-flow-bg.jpg.webp"),#f3f3f3;
}
.lp-funding .section-flow h2{
    color: #fff;
}
.lp-funding .section-flow h2::after{
    background: #fff;
}
.section-flow-box{
    background-color: #fff;
    padding: 80px 0;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 10px);
}
.section-flow-list{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.section-flow-list li{
    display: flex;
    position: relative;
    background-color: #f3f3f3;
    border-radius: 10px;
    height: 100px;
}
.section-flow-list li + li{
    margin-top: 70px;
}
.section-flow-list li .icon{
    width: 100px;
    height: 100px;
    background-color: #1e3e76;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-flow-list li .icon img{
    width: 32px;
    height: 34px;
}
.section-flow-list li .txt{
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--mincho);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-right: 110px;
    padding-left: 10px;
}
.section-flow-list li::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 32px solid #353535;
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
}
.section-flow-list li:last-of-type:before{
    display: none;
}


@media screen and (max-width: 1280px){


}
@media screen and (max-width: 767px){
    .section-flow-box{
        padding: 60px 0;
    }
    .section-flow-list li{
        height: 90px;
    }
    .section-flow-list li .icon {
        width: 80px;
        height: 90px;
    }
    .section-flow-list li .txt {
        width: calc(100% - 80px);
        font-size: 18px;
        padding-right: 90px;
        line-height: 1.5;
        text-align: center;
    }
    .section-flow-list li::before{
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 24px solid #353535;
        bottom: -38px;
    }
    .section-flow-list li + li{
        margin-top: 50px;
    }

}
@media screen and (max-width: 499px){
    .section-flow-box{
        padding: 40px 0;
    }
    .section-flow-list li{
        height: 80px;
    }
    .section-flow-list li .icon {
        width: 60px;
        height: 80px;
    }
    .section-flow-list li .txt {
        width: calc(100% - 60px);
        padding-right: 10px;
    }

}

/* よくある質問 */
.section-qanda-list{

}
.section-qanda-box{
    background-color: #eef8fe;
    padding: 20px 15px;
}
.section-qanda-box:nth-child(even){
    background-color: #fff;
}
.section-qanda-title{
    font-family: var(--mincho);
    font-size: 20px;
    color: #1e3e76;
    font-weight: 700;
    position: relative;
    padding-left: 60px;
    padding-top: 9px;
    padding-right: 30px;
    line-height: 1.5;
    cursor: pointer;
    z-index: 1;
}
.section-qanda-title::before{
    content: "Q";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1e3e76;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
}
.section-qanda-title::after{
    content: "";
    background: url("../images/lp-funding/section-qanda-icon01.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top:10px;
    right: 5px;
    transition: 0.5s;
}
.section-qanda-title.active::after{
    background: url("../images/lp-funding/section-qanda-icon02.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.section-qanda-txt{
    display: none;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
    line-height: 1.6;
    padding-top: 10px;
    padding-right: 30px;
    letter-spacing: 0.06em;
    margin-top: 30px;
}
.section-qanda-txt::before{
    content: "A";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #1e3e76;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    font-family: var(--mincho);
    font-size: 20px;
    padding-left: 3px;
    font-weight: 700;
}
.section-qanda-box:nth-child(even) .section-qanda-txt::before{
    background-color: #eef8fe;
}

@media screen and (max-width: 1280px){

}
@media screen and (max-width: 767px){
    .section-qanda-title{
        font-size: 18px;
        padding-left: 55px;
        padding-top: 6px;
    }
    .section-qanda-txt{
        font-size: 16px;
        padding-left: 55px;
        padding-top: 8px;
        padding-right: 10px;
    }
    .section-qanda-title::before{
        width: 42px;
        height: 42px;
    }
    .section-qanda-txt::before{
        width: 42px;
        height: 42px;
        padding-left: 3px;
        font-size: 18px;
    }
}
@media screen and (max-width: 499px){
    .section-qanda-title{
        padding-left: 50px;
        padding-top: 4px;
    }
    .section-qanda-txt{
        padding-left: 50px;
        padding-top: 6px;
        padding-right: 0;
    }
    .section-qanda-title::before{
        width: 38px;
        height: 38px;
    }
    .section-qanda-txt::before{
        width: 38px;
        height: 38px;
        padding-left: 3px;
    }
}

/* 料金プラン */
.section-fee{
    background-color: #f3f3f3;
}
.section-fee-box{
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    font-family: var(--mincho);
    padding-bottom: 30px;
}
.section-fee-box-title{
    background-color: #d15418;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 20px 15px;
    line-height: 1;
    letter-spacing: 0.06em;
}
.section-fee-box-list{
    max-width: 480px;
    width: 90%;
    margin:30px auto 10px;
}
.section-fee-box-list li{
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    padding-left: 35px;
    letter-spacing: 0.06em;
}
.section-fee-box-list li + li{
    margin-top: 10px;
}
.section-fee-box-list li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top:15px;
    left: 0;
}
.section-fee-box-list li .m-left{
    margin-left: -12px;
    display: inline-block;
}
.section-fee-box-list li .m-right{
    margin-right: -12px;
    display: inline-block;
}
.section-fee-box-note{
    font-size: 18px;
    text-align: center;
    padding: 0 5%;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 1280px){
    .section-fee-box-title{
        font-size: 28px;
        padding: 20px 15px;
    }
    .section-fee-box-list li{
        font-size: 22px;
        padding-left: 30px;
    }
    .section-fee-box-list li::before{
        top: 13px;
    }
}
@media screen and (max-width: 767px){
    .section-fee-box-title {
        font-size: 5vw;
        padding: 15px 12px;
    }
    .section-fee-box-list li {
        font-size: 4vw;
        padding-left: 4vw;
    }
    .section-fee-box-list li::before{
        width: 1vw;
        height: 1vw;
        top: 2.6vw;
    }
    .section-fee-box-note{
        font-size: 16px;
    }
}
@media screen and (max-width: 499px){
    .section-fee-box-title {
        font-size: 6vw;
        padding: 15px 12px;
    }
    .section-fee-box-list li {
        font-size: 4.8vw;
        padding-left: 4vw;
    }
    .section-fee-box-list li::before{
        top: 3.2vw;
    }
    .section-fee-box-note{
        font-size: 14px;
    }
}

/* まずは無料でご相談ください */
.page-bottom-cv{
    background: url("../images/lp-funding/page-bottom-cv-bg.jpg"),#fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.page-bottom-cv .webp{
    background: url("../images/lp-funding/page-bottom-cv-bg.jpg.webp"),#fff;
}
.page-bottom-cv-content{
    max-width: 790px;
}
.page-bottom-cv-title{
    font-size: 58px;
    font-family: var(--mincho);
    background: linear-gradient(to right, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 17px 10px 20px;
    margin-bottom: 50px;
}
.page-bottom-cv-list{

}
.page-bottom-cv-list li{
    font-size: 24px;
    font-family: var(--mincho);
    font-weight: 700;
    position: relative;
    padding-left: 1.2em;
    letter-spacing: 0.06em;
    line-height: 1.3;
}
.page-bottom-cv-list li::before{
    content: "";
    background: url("../images/lp-funding/icon-check2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    position: absolute;
    top:0.4em;
    left: 0;
}
.page-bottom-cv-list li .big{
    font-size: 30px;
}
.page-bottom-cv-list li + li{
    margin-top: 20px;
}
.page-bottom-cv .info-area-flex{
    padding-right: 20px;
}
.page-bottom-cv .info-area-flex a{
    font-size: 22px;
    height: 64px;
}
.page-bottom-cv .page-bottom-inner{
    background: url("../images/lp-funding/page-bottom-cv-img.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 110px 0;
    max-width: 1380px;
    width: 98%;
    margin: 0 auto;
}
.page-bottom-cv .page-bottom-inner .webp{
    background: url("../images/lp-funding/page-bottom-cv-img.png.webp");
}

@media screen and (max-width: 1280px){
    .page-bottom-cv-content {
        max-width: 720px;
    }
    .page-bottom-cv .page-bottom-inner {
        background: url(../images/lp-funding/page-bottom-cv-img.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 90px 0;
    }
    .page-bottom-cv-title {
        font-size: 48px;
        line-height: 1.3;
        padding: 15px 10px 18px;
        margin-bottom: 40px;
    }
    .page-bottom-cv-list li{
        font-size: 22px;
    }
    .page-bottom-cv-list li .big{
        font-size: 26px;
    }
    .page-bottom-cv .info-area-flex{
        margin-top: 50px;
    }
}
@media screen and (max-width: 1059px){
    .page-bottom-cv .page-bottom-inner {
        background: url(../images/lp-funding/page-bottom-cv-img.png);
        background-position: bottom right -60px;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 90px 0;
    }
    .page-bottom-cv-content {
        max-width: 680px;
        width: 80%;
    }
    .page-bottom-cv-title {
        font-size: 44px;
    }
}
@media screen and (max-width: 999px){
    .page-bottom-cv .page-bottom-inner {
        background: url(../images/lp-funding/page-bottom-cv-img.png);
        background-position: bottom right -110px;
        background-repeat: no-repeat;
        background-size: 55%;
    }
    .page-bottom-cv-list {
        max-width: 600px;
    }
    .page-bottom-cv-title {
        font-size: 4.5vw;
    }
    .page-bottom-cv .info-area-flex {
        padding-right: 0;
        flex-wrap: wrap;
        gap: 15px;
    }
    .page-bottom-cv .info-area-flex a{
        width: 380px;
    }
}
@media screen and (max-width: 767px){
    .page-bottom-cv .page-bottom-inner {
        background: url(../images/lp-funding/page-bottom-cv-img.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 40%;
        padding: 60px 0 45vw;
    }
    .page-bottom-cv-content{
        max-width: none;
        width: 100%;
    }
    .page-bottom-cv-title {
        font-size: 5vw;
    }
    .page-bottom-cv-list li {
        font-size: 20px;
    }
    .page-bottom-cv-list li .big{
        font-size: 24px;
    }
    .page-bottom-cv .info-area-flex a {
        width: 70%;
        height: 9vw;
        font-size: 4vw;
    }
}
@media screen and (max-width: 499px){
    .page-bottom-cv .page-bottom-inner {
        background: url(../images/lp-funding/page-bottom-cv-img.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 52%;
        padding: 60px 0 60vw;
    }
    .page-bottom-cv-title {
        font-size: 6vw;
    }
    .page-bottom-cv .info-area-flex {
        margin-top: 30px;
    }
    .page-bottom-cv .info-area-flex a {
        width: 84%;
        height: 12vw;
        font-size: 5vw;
    }
    .page-bottom-cv-list li {
        font-size: 18px;
    }
    .page-bottom-cv-list li .big{
        font-size: 22px;
    }
}
























