@charset "UTF-8";

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: #424242;
    --base-font: "Noto Sans JP", "ZenKakuGothicNew-Bold", serif;
    --font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --orange:#e6721d;
    --blue:#006ee6;
}

html {
    scroll-behavior: smooth;
}

body {

}
.page-content{
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
    background-color: #fff;
    letter-spacing: 0.04em;
    overflow-x: hidden;
}

.page-content a{
    transition: 0.3s;
    text-decoration: none;
}

.page-content 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;
}

.page-content figure{
    margin: 0;
    display: inline-block;
}
.page-content img{
    margin: 0;
    display: block;
}
*, *::before, *::after {
    box-sizing: border-box;
}

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

.page-content .block{
    display: block;
}

.page-content .sp-none{
    display: none;
}

.page-content .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

.txt-orange{color: var(--orange);}


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

    .page-content .pc-none{
        display: none;
    }

    .page-content .sp-none{
        display: block;
    }
}




/*** FV ***/
.page-mv{
    background-color: #fff;
    display: flex;
}
.page-mv-content,.page-mv-img{
    width: 50%;
}
.page-mv-img{
    display: grid;
}
.page-mv-img figure,.page-mv-img img{
    width: 100%;
}
.page-mv-img img{
    max-width: 796px;
    margin-right: auto;
}
.page-mv-content{
    padding-left: 5%;
}
.page-mv-content-inner{
    max-width: 595px;
    height: 100%;
    padding-right: 20px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-mv-content-h1{
    color: var(--orange);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.6;
}
.page-mv-content-info{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 20px;
}
.page-mv-content-flex{
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 30px;
}
.page-mv-content-flex .btn-dl{
    width: 270px;
    height: 74px;
    border-radius: 100px;
    background-color: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    border: 2px solid #fff;
}
.page-mv-content-flex .btn-dl::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    position: absolute;
    right: 25px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
}
.page-mv-content-flex .btn-con{
    width: 270px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.page-mv-content-flex .btn-con::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
    position: absolute;
    right: 25px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
}
.page-mv-content-flex .btn-dl:hover{
    background-color: #fff;
    color: var(--blue);
    border: 2px solid var(--blue);
    opacity: 1;
}
.page-mv-content-flex .btn-dl:hover:after{
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
}

@media screen and (max-width: 1349px){
    .page-mv-content-h1 {
        font-size: 3.5vw;
    }
    .page-mv-content-info{
        margin-top: 1vw;
    }
    .page-mv-content-flex{
        margin-top: 1.5vw;
    }
    .page-mv-content-flex .btn-dl,.page-mv-content-flex .btn-con{
        font-size: 18px;
    }
    .page-mv-content-flex .btn-dl::after,.page-mv-content-flex .btn-con::after{
        right: 15px;
    }
}
@media screen and (max-width: 1023px){
    /*
    .page-mv-content-h1 {
        font-size: 3.8vw;
        line-height: 1.4;
    }
    .page-mv-content-info {
        font-size: 1.6vw;
    }
    .page-mv-content-flex .btn-dl, .page-mv-content-flex .btn-con {
        font-size: 1.8vw;
    }
    .page-mv-content-flex .btn-dl {
        width: 38vw;
        height: 8vw;
    }
    .page-mv-content-flex .btn-con {
        width: 30vw;
        height: 6vw;
    }
    .page-mv-content-flex .btn-dl::after,.page-mv-content-flex .btn-con::after{
        width: 1.5vw;
        height: 1.5vw;
        right: 1.5vw;
    }
        */
    .page-mv .pc-none{
        display: none;
    }
    .page-mv .sp-none{
        display: block;
    }
    .page-mv{
        display: block;
    }
    .sp-page-mv-content-bg{
        background: url("../images/lp3/fv_sp.jpg"),#fff;
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
    }
    .sp-page-mv-content-h1{
        width: 90%;
        margin: 0 auto;
        color: var(--orange);
        font-size: 6vw;
        font-weight: 600;
        line-height: 1.5;
        padding: 8vw 0 18vw;
        text-shadow: 0 0 6px #fff,0 0 8px #fff,0 0 9px #fff;
    }
    .sp-page-mv-content-bg-orange{
        background: linear-gradient(transparent 20%, rgb(228, 113, 29) 20%);
        margin-top: -10.5vw;
    }
    .sp-page-mv-content-bg-orange-box{
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 20px;
        filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
        padding: 3vw 5vw;
    }
    .sp-page-mv-content-info{
        text-align: center;
        font-size: 18px;
        line-height: 1.8;
    }
    .sp-page-mv-content-flex{
        margin-top: 2vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sp-page-mv-content-flex .btn-dl{
        width: 55%;
        height: 80px;
        border-radius: 100px;
        background-color: var(--blue);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        border: 2px solid #fff;
    }
    .sp-page-mv-content-flex .btn-dl::after{
        content: "";
        width: 2.8vw;
        height: 2.8vw;
        border-right:0.7vw solid #fff;
        border-bottom:0.7vw solid #fff;
        position: absolute;
        right: 5vw;
        top:50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .sp-page-mv-content-flex .btn-con{
        width: 42%;
        height: 70px;
        border-radius: 100px;
        background-color: #fff;
        color: var(--blue);
        border: 1px solid var(--blue);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }
    .sp-page-mv-content-flex .btn-con::after{
        content: "";
        width: 2.8vw;
        height: 2.8vw;
        border-right:0.7vw solid var(--blue);
        border-bottom:0.7vw solid var(--blue);
        position: absolute;
        right: 5vw;
        top:50%;
        transform: translateY(-50%) rotate(-45deg);
    }

}
@media screen and (max-width: 767px){
    .page-mv{
        display: block;
    }
    .sp-page-mv-content-bg{
        background: url("../images/lp3/fv_sp.jpg"),#fff;
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
    }
    .sp-page-mv-content-h1{
        width: 90%;
        margin: 0 auto;
        color: var(--orange);
        font-size: 7vw;
        font-weight: 600;
        line-height: 1.5;
        padding: 8vw 0 18vw;
        text-shadow: 0 0 6px #fff,0 0 8px #fff,0 0 9px #fff;
    }
    .sp-page-mv-content-bg-orange{
        background: linear-gradient(transparent 20%, rgb(228, 113, 29) 20%);
        margin-top: -10.5vw;
    }
    .sp-page-mv-content-bg-orange-box{
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 20px;
        filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
        padding: 3vw 5vw;
    }
    .sp-page-mv-content-info{
        text-align: center;
        font-size: 3.3vw;
        line-height: 1.8;
    }
    .sp-page-mv-content-flex{
        margin-top: 2vw;
        display: block;
    }
    .sp-page-mv-content-flex .btn-dl{
        width: 100%;
        height: 14.5vw;
        border-radius: 100px;
        background-color: var(--blue);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        font-weight: 600;
        position: relative;
        border: 2px solid #fff;
    }
    .sp-page-mv-content-flex .btn-dl::after{
        content: "";
        width: 2.8vw;
        height: 2.8vw;
        border-right:0.7vw solid #fff;
        border-bottom:0.7vw solid #fff;
        position: absolute;
        right: 5vw;
        top:50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .sp-page-mv-content-flex .btn-con{
        width: 100%;
        height: 10.5vw;
        margin-top: 2vw;
        border-radius: 100px;
        background-color: #fff;
        color: var(--blue);
        border: 1px solid var(--blue);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        font-weight: 600;
        position: relative;
    }
    .sp-page-mv-content-flex .btn-con::after{
        content: "";
        width: 2.8vw;
        height: 2.8vw;
        border-right:0.7vw solid var(--blue);
        border-bottom:0.7vw solid var(--blue);
        position: absolute;
        right: 5vw;
        top:50%;
        transform: translateY(-50%) rotate(-45deg);
    }


}
@media screen and (max-width: 499px){
    .sp-page-mv-content-info{
        font-size: 3.2vw;
    }
    /*
    .sp-page-mv-content-h1{
        padding: 8vw 0 100px;
    }
    .sp-page-mv-content-bg-orange{
        margin-top: -65px;
    }
    .sp-page-mv-content-info{
        font-size: 16px;
        text-align: left;
    }
*/
}


/*** CV ***/
.cv-box{
    background-color: var(--orange);
    padding: 65px 0;
}
.cv-box-title{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
}
.cv-box-whbox{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 45px 0;
}
.cv-box-whbox-inner{
    max-width: 1120px;
    width: 94%;
    margin: 0 auto;
}
.cv-box-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.cv-box-info img{
    width: 390px;
    margin-right: 10px;
}
.cv-box-info .txt-bg{
    padding: 0 5px;
    background: linear-gradient(transparent 55%, rgb(251, 233, 221) 55%);
}
.cv-box-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin-top: 30px;
}
.cv-box-flex .btn-dl{
    width: 480px;
    height: 84px;
    border-radius: 100px;
    background-color: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.cv-box-flex .btn-dl::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    position: absolute;
    right: 30px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
}
.cv-box-flex .btn-con{
    width: 270px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.cv-box-flex .btn-con::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
    position: absolute;
    right: 25px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
}
.cv-box-flex .btn-dl:hover{
    background-color: #fff;
    color: var(--blue);
    border: 2px solid var(--blue);
    opacity: 1;
}
.cv-box-flex .btn-dl:hover:after{
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
}

@media screen and (max-width: 1023px){
    .cv-box {
        padding: 50px 0;
    }
    .cv-box-title,.cv-box-info{
        font-size: 30px;
    }
    .cv-box-whbox {
        padding: 35px 0;
    }
    .cv-box-info img {
        width: 320px;
    }
    .cv-box-flex .btn-dl {
        width: 360px;
        height: 70px;
        font-size: 20px;
    }
    .cv-box-flex .btn-con {
        width: 250px;
        height: 54px;
        font-size: 18px;
    }

}
@media screen and (max-width: 767px){
    .cv-box {
        padding: 8vw 0;
    }
    .cv-box-title, .cv-box-info {
        font-size: 5vw;
    }
    .cv-box-whbox {
        padding: 6vw 0;
        margin-top: 8vw;
        border-radius: 20px;
    }
    .cv-box-info{
        font-size: 6vw;
    }
    .cv-box-info img {
        width: 60vw;
    }
    .cv-box-flex{
        display: block;
        margin-top: 4vw;
    }
    .cv-box-flex .btn-dl{
        width: 100%;
        height: 14vw;
        font-size: 4vw;
    }
    .cv-box-flex .btn-dl::after{
        width: 2.8vw;
        height: 2.8vw;
        border-right:0.7vw solid #fff;
        border-bottom:0.7vw solid #fff;
        right: 8vw;
    }
    .cv-box-flex .btn-con{
        width: 100%;
        height: 10vw;
        margin-top: 2vw;
        font-size: 4vw;
    }
    .cv-box-flex .btn-con::after{
        width: 2.8vw;
        height: 2.8vw;
        border-right:0.7vw solid var(--blue);
        border-bottom:0.7vw solid var(--blue);
        right: 8vw;
    }

}
@media screen and (max-width: 499px){
    .cv-box-title{
        font-size: 5.5vw;
    }
    .cv-box-info {
        font-size: clamp(20px,6.5vw,30px);
    }
    .cv-box-flex .btn-dl {
        font-size: 5vw;
    }
    .cv-box-flex .btn-con {
        height: 12vw;
        font-size: 5vw;
    }
	.cv-box-info .txt-bg {
		background: linear-gradient(transparent 45%, rgb(251, 233, 221) 45%)
	}

}

/* ヘッダー調整 */
.lp02_header{
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
}
.lp02_header .lp02_inner{
    width: 94%;
    max-width: 1800px;
    height: 90px;
}
.lp02_header .lp02_inner .lp02_download{
    width: 300px;
    height: 60px;
    border-radius: 100px;
    background-color: var(--blue);
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.lp02_header .lp02_inner .lp02_download:hover{
    background-color: #fff;
    color: var(--blue);
    border: 2px solid var(--blue);
    opacity: 1;
    border-radius: 100px;
}
.lp02_header .lp02_inner .lp02_download::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.lp02_header .lp02_inner .lp02_download:hover:after{
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
}
.lp02_header .lp02_inner .lp02_contact{
    width: 290px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}
.lp02_header .lp02_inner .lp02_contact::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
    position: absolute;
    right: 25px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
}
.lp02_header .lp02_inner .lp02_contact:hover{
    background-color: #fff;
    border-radius: 100px;
    opacity: 0.6;
}
.lp02_header .lp02_inner .lp02_tel a{
    color: #333333;
    padding-left: 0;
}
.lp02_header .lp02_inner .lp02_tel .time {
    text-align: left;
    font-size: 14px;
    margin-top: 8px;
}


@media screen and (max-width: 1299px){
    .lp02_header .lp02_inner .lp02_download {
        width: 250px;
    }
    .lp02_header .lp02_inner .lp02_contact {
        width: 240px;
    }
}
@media screen and (max-width: 1149px){
    .lp02_header .lp02_inner .lp02_download {
        width: 240px;
        margin-left: 15px;
    }
    .lp02_header .lp02_inner .lp02_contact {
        width: 220px;
        margin-left: 10px;
    }
    .lp02_header .lp02_inner .lp02_tel a{
        font-size: 30px;
    }
}
@media screen and (max-width: 1023px){
    .lp02_header .lp02_inner .lp02_download,.lp02_header .lp02_inner .lp02_contact {
        display: none;
    }
    .lp02_header .lp02_inner .right {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 767px){
    .lp02_header .lp02_inner .left{
        display: block;
        width: 300px;
    }
}
@media screen and (max-width: 499px){
    .lp02_header .lp02_inner{
        height: 70px;
    }
    .lp02_header .lp02_inner .left{
        width: 300px;
    }
    .lp02_header .lp02_inner .lp02_tel a {
        font-size: 22px;
    }
    .lp02_header .lp02_inner .lp02_tel .time {
        font-size: 12px;
        margin-top: 4px;
    }

}
@media screen and (max-width: 399px){
    .lp02_header .lp02_inner .left{
        width: 240px;
    }
}

/* 固定フッター */
.fix_bnr{
    bottom: -100px;
    transition: bottom 0.8s ease; /* スライドアニメーション */
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
}
.fix_bnr.visible {
    bottom: 0; /* 表示位置：画面下部にぴったり */
}
.fix_bnr .fix_bnr_inner .lp02_download.sp-btn{
    display: none;
}
.fix_bnr .fix_bnr_inner{
    justify-content: center;
}
.fix_bnr .fix_bnr_inner .lp02_download.pc-btn{
    width: 300px;
    height: 60px;
    border-radius: 100px;
    background-color: var(--blue);
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.fix_bnr .fix_bnr_inner .lp02_download.pc-btn::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.fix_bnr .fix_bnr_inner .lp02_contact{
    width: 300px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}
.fix_bnr .fix_bnr_inner .lp02_contact::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.fix_bnr .fix_bnr_inner .lp02_download.pc-btn:hover{
    background-color: #fff;
    color: var(--blue);
    border: 2px solid var(--blue);
    opacity: 1;
}
.fix_bnr .fix_bnr_inner .lp02_download.pc-btn:hover:after {
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
}
.fix_bnr .fix_bnr_inner .lp02_contact:hover{
    opacity: 0.6;
    background-color: #fff;
    border-radius: 100px;
}





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

}
@media screen and (max-width: 767px){
    .fix_bnr .fix_bnr_inner .lp02_download.pc-btn{
        width: 320px;
    }
    .fix_bnr .fix_bnr_inner .lp02_contact{
        width: 280px;
    }

}
@media screen and (max-width: 499px){
    .fix_bnr .fix_bnr_inner{
        width: 90%;
    }
    .fix_bnr .fix_bnr_inner .lp02_download.pc-btn {
        width: 270px;
        height: 48px;
        font-size: 16px;
    }
    .fix_bnr .fix_bnr_inner .lp02_contact {
        width: 230px;
        height: 48px;
        font-size: 16px;
        margin-left: 10px;
    }
    .fix_bnr .fix_bnr_inner .lp02_download.pc-btn::after{
        width: 10px;
        height: 10px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        right: 20px;
    }
    .fix_bnr .fix_bnr_inner .lp02_contact::after{
        width: 10px;
        height: 10px;
        border-right: 3px solid var(--blue);
        border-bottom: 3px solid var(--blue);
        right: 20px;
    }

}
@media screen and (max-width: 399px){
    .fix_bnr .fix_bnr_inner .lp02_download.pc-btn {
        width: 260px;
        height: 48px;
        font-size: 14px;
    }
    .fix_bnr .fix_bnr_inner .lp02_contact {
        width: 220px;
        height: 48px;
        font-size: 14px;
        margin-left: 10px;
    }
    .fix_bnr .fix_bnr_inner .lp02_download.pc-btn::after{
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 12px;
    }
    .fix_bnr .fix_bnr_inner .lp02_contact::after{
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--blue);
        border-bottom: 2px solid var(--blue);
        right: 12px;
    }
}


/*** フッター ***/
.footer-lp3{
    background-color: #fdf6f2;
    padding: 120px 0;
    font-family: var(--base-font);
}
.footer-lp3-inner{
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}
.footer-lp3-title{
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}
.footer-lp3-title .bold{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}
.footer-lp3-inner .footer-logo{
    width: 90% !important;
}
.footer-lp3-copy{
    background-color: #333333;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    /*padding: 10px;*/
    padding: 10px 10px 100px;
}
.footer-lp3-list{
    margin: 60px auto 0;
    max-width: 620px;
    display: flex;
    justify-content: space-between;
}
.footer-lp3-list a{
    font-size: 18px;
    color: #424242;
    position: relative;
}
.footer-lp3-list a:hover{
    opacity: 0.6;
}
.footer-lp3-list a::before{
    content: "";
    width: 10px;
    height: 10px;
    border-right:3px solid var(--orange);
    border-bottom:3px solid var(--orange);
    position: absolute;
    left: -20px;
    top:55%;
    transform: translateY(-50%) rotate(-45deg);
}

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

}
@media screen and (max-width: 767px){
    .footer-lp3-inner{
        max-width: none;
    }
    .footer-lp3{
        padding: 80px 0;
    }
    .footer-lp3-title {
        font-size: 3.4vw;
        margin-top: 30px;
    }
    .footer-lp3-list{
        max-width: 500px;
        width: 90%;
        margin: 40px auto 0;
    }
    .footer-lp3-inner .footer-logo {
        width: 70% !important;
    }
    .footer-lp3-list a {
        font-size: 3vw;
    }
    .footer-lp3-list a::before {
        width: 2vw;
        height: 2vw;
        border-right: 0.7vw solid var(--orange);
        border-bottom: 0.7vw solid var(--orange);
        left: -3.5vw;
        top: 2.5vw;
    }
}
@media screen and (max-width: 499px){
    .footer-lp3{
        padding: 60px 0;
    }
    .footer-lp3-title {
        /*font-size: 16px;*/
        margin-top: 20px;
    }
    .footer-lp3-list {
        margin: 30px auto 0;
        width: 100%;
        padding-left: 5%;
    }
    /*.footer-lp3-list a {
        font-size: 16px;
        display: block;
        line-height: 1;
        padding-left: 6%;
    }
    .footer-lp3-list a::before {
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--orange);
        border-bottom: 2px solid var(--orange);
        left: 0px;
        top: 55%;
        transform: translateY(-50%) rotate(-45deg);
    }*/
    .footer-lp3-copy{
        font-size: 16px;
        padding: 10px 10px 74px;
    }
    .footer-lp3-list a {
        font-size: 3.5vw;
    }
    .footer-lp3-list a::before {
        top: 3vw;
    }
}



/*** んな経験はありませんか？ ***/
.section-experience-orangeBG{
    background-color: var(--orange);
    color: #fff;
    padding: 50px 0;
    position: relative;
    margin-bottom: 135px;
}
.section-experience-orangeBG::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 50px solid var(--orange);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.section-experience-orangeBG .inner{
    width: 95%;
}
.section-experience-h2{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.section-experience-orangeBG-list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.section-experience-orangeBG-list-li{
    width: calc(100% / 3 - 15px);
    background-color: #fff;
    color: var(--orange);
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
}
.section-experience-orangeBG-list-li .txt{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}
.section-experience-orangeBG-list-li .title{
    background-color: var(--orange);
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 8px 6px;
    margin-top: 10px;
}
.section-experience-orangebox{
    width: 100%;
    background-color: #fdf6f2;
    position: relative;
    border: 1px solid var(--orange);
    border-radius: 10px;
    margin-bottom: 100px;
    padding: 100px 0 60px;
}
.section-experience-orangebox-title{
    width: 606px;
    height: 112px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top:-56px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
    font-size: 36px;
    font-weight: 800;
    color: #000;
}
.section-experience-orangebox-title img{
    width: 390px;
    margin-right: 10px;
}
.section-experience-orangebox-h3{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
}
.section-experience-orangebox-flex{
    max-width: 1000px;
    width: 90%;
    margin: 45px auto 25px;
    display: flex;
    justify-content: space-between;
}
.section-experience-orangebox-flex-box{
    width: calc(50% - 10px);
    background: url("../images/lp3/bg-lease.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: var(--orange);
    font-weight: 600;
    padding: 15px 0;
}
.section-experience-orangebox-flex-box .title{
    font-size: 30px;
}
.section-experience-orangebox-flex-box .txt{
    font-size: 40px;
    line-height: 1;
    margin-top: 5px;
}
.section-experience-orangebox-flex-box .txt .big{
    font-size: 60px;
    font-weight: 700;
    transform: scaleX(1.2);
    display: inline-block;
    margin-right: 10px;
}
figure.section-experience-orangebox-img{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.section-experience-orangebox-img img{
    width: 95%;
    margin: 0 auto;
}
figure.section-experience-orangebox-img figcaption{
    font-style: normal;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 30px;
}
.section-experience-whiteBG-flex-box{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.section-experience-whiteBG-flex .section-experience-whiteBG-flex-box:nth-child(even){
    flex-direction: row-reverse;
}
.section-experience-whiteBG-flex-box-img{
    width: calc(50% - 15px);
}
.section-experience-whiteBG-flex-box-content{
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-experience-whiteBG-flex-box-h3{
    color: var(--orange);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
}
.section-experience-whiteBG-flex-box-h3 .number{
    font-family: var(--font);
    font-weight: 900;
    font-size: 56px;
    padding-left: 15px;
    margin-right: 30px;
    position: relative;
    top:4px;
}
.section-experience-whiteBG-flex-box-txt{
    font-size: 22px;
    line-height: 1.6;
    text-align: justify;
}
.section-experience-whiteBG-flex-box-txt .bold{
    font-weight: 800;
}

@media screen and (max-width: 1023px){
    .section-experience-orangeBG{
        padding: 30px 0;
    }
    .section-experience-h2 {
        font-size: 32px;
    }
    .section-experience-orangeBG-list-li {
        width: calc(100% / 3 - 5px);
        padding: 15px 10px;
    }
    .section-experience-orangeBG-list-li .txt {
        font-size: 1.8vw;
    }
    .section-experience-orangeBG-list-li .title{
        font-size: 2.2vw;
        min-height: 6vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-experience-orangebox{
        padding: 80px 0 40px;
    }
    .section-experience-orangebox-title {
        width: 455px;
        height: 84px;
        top: -42px;
        font-size: 30px;
    }
    .section-experience-orangebox-title img {
        width: 320px;
    }
    .section-experience-orangebox-h3{
        font-size: 30px;
    }
    .section-experience-orangebox-flex {
        margin: 25px auto 25px;
    }
    .section-experience-orangebox-flex-box .title{
        font-size: 24px;
    }
    .section-experience-orangebox-flex-box .txt{
        font-size: 30px;
        line-height: 1;
        margin-top: 5px;
    }
    .section-experience-orangebox-flex-box .txt .big{
        font-size: 42px;
        margin-right: 6px;
    }
    figure.section-experience-orangebox-img figcaption{
        font-size: 20px;
    }
    .section-experience-whiteBG-flex-box{
        margin-bottom: 30px;
    }
    .section-experience-whiteBG-flex-box-img,.section-experience-whiteBG-flex-box-content {
        width: calc(50% - 5px);
    }
    .section-experience-whiteBG-flex-box-h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .section-experience-whiteBG-flex-box-h3 .number {
        font-size: 46px;
        padding-left: 10px;
        margin-right: 20px;
        top: 4px;
    }
    .section-experience-whiteBG-flex-box-txt{
        font-size: 20px;
    }

}
@media screen and (max-width: 767px){
    .section-experience-orangeBG{
        padding: 5vw 0;
        margin-bottom: 20vw;
    }
    .section-experience-orangeBG .inner {
        width: 90%;
    }
    .section-experience-orangeBG::before {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 30px solid var(--orange);
        bottom: -23px;
    }
    .section-experience-h2 {
        font-size: 5.5vw;
    }
    .section-experience-orangeBG-list {
        flex-direction: column;
        margin-top: 4vw;
        gap: 2vw 0;
    }
    .section-experience-orangeBG-list-li {
        width: 100%;
        padding: 3vw 1vw;
    }
    .section-experience-orangeBG-list-li .txt {
        font-size: 4vw;
    }
    .section-experience-orangeBG-list-li .title {
        font-size: 5vw;
        display: inline-block;
        padding: 1vw 2.5vw 1.5vw;
        margin-top: 1.5vw;
    }

    .section-experience-orangebox{
        margin-bottom: 12vw;
        border-radius: 20px;
    }
    .section-experience-orangebox-title {
        width: 94%;
        height: 18vw;
        top: -9vw;
        border-radius: 20px;
        font-size: 6vw;
        font-weight: 500;
        line-height:18vw;
        padding-bottom: 0.5vw;
    }
    .section-experience-orangebox-title img {
        width: 55vw;
        margin-right: 1.5vw;
        position: relative;
        top: 0.5vw;
    }
    .section-experience-orangebox {
        padding: 11vw 0 6vw;
    }
    .section-experience-orangebox-h3 {
        font-size: 5vw;
    }
    .section-experience-orangebox-flex {
        margin: 5vw auto 8vw;
        width: 90%;
        display: block;
    }
    .section-experience-orangebox-flex-box{
        width: 100%;
        background: url(../images/lp3/bg-lease.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 2vw 0;
    }
    .section-experience-orangebox-flex-box:last-of-type{
        margin-top: 4vw;
    }
    .section-experience-orangebox-flex-box .title {
        font-size: 5vw;
    }
    .section-experience-orangebox-flex-box .txt {
        font-size: 8vw;
        margin-top: 1vw;
    }
    .section-experience-orangebox-flex-box .txt .big {
        font-size: 11vw;
        margin-right: 1.5vw;
    }
    figure.section-experience-orangebox-img figcaption {
        font-size: 3.5vw;
        text-align: left;
    }
    figure.section-experience-orangebox-img figcaption br:first-of-type{
        display: none;
    }
    .section-experience-whiteBG-flex-box,.section-experience-whiteBG-flex .section-experience-whiteBG-flex-box:nth-child(even) {
        margin-bottom: 10vw;
        flex-direction: column-reverse;
    }
    .section-experience-whiteBG-flex-box-img, .section-experience-whiteBG-flex-box-content{
        width: 100%;
    }
    .section-experience-whiteBG-flex-box-h3 {
        font-size: 10vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .section-experience-whiteBG-flex-box-h3 .number {
        font-size: 11vw;
        padding-left: 0;
        margin-right: 2vw;
        top: 0.5vw;
    }
    .section-experience-whiteBG-flex-box-txt {
        font-size: 4vw;
    }
    .section-experience-whiteBG-flex-box-img{
        margin-top: 2vw;
    }
    .section-experience-whiteBG-flex-box:first-of-type img{
        width: 105%;
        max-width: 105%;
    }
    .section-experience-whiteBG-flex-box:nth-child(2) img{
        width: 105%;
        max-width: 105%;
    }

}
@media screen and (max-width: 499px){
    .section-experience-orangeBG{
        padding: 10vw 0 8vw;
        margin-bottom: 22vw;
    }
    .section-experience-h2 {
        font-size: 6.5vw;
    }
    .section-experience-orangeBG-list-li .txt {
        font-size: 5vw;
    }
    .section-experience-orangeBG-list-li .title {
        font-size: 5.5vw;
    }
    .section-experience-orangebox-flex-box{
        padding: 1vw 0;
    }
    .section-experience-orangebox-flex-box .txt {
        font-size: 9vw;
    }
    .section-experience-orangebox-flex-box .txt .big{
        font-size: 12vw;
    }
}


/*** バックオフィスの業務が整理・改善された ***/
.section-case{
    background-color: #fdf9f4;
    padding: 100px 0 50px;
}
.section-case-h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
}
.section-case-flex{
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 10px);
    padding: 50px 0;
    margin-bottom: 50px;
}
.section-case-flex-inner{
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
}
.section-case-flex-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.section-case-flex-content::before{
    content: "";
    width: 270px;
    height: 10px;
    background-color: var(--orange);
    border-radius: 100px;
    position: absolute;
    top:-10px;
    left: 0;
}
.section-case-flex-list{
    display: flex;
    justify-content: space-between; 
}
.section-case-flex-content-left,.section-case-flex-content-right,.section-case-flex-list-box{
    width: calc(50% - 15px);
}
.section-case-flex-content-left{
    display: flex;
    align-items: center;
}
.section-case-flex-content-left-img{
    width: 120px;
    margin-right: 20px;
}
.section-case-flex-content-left-data .company{
    color: var(--orange);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}
.section-case-flex-content-left-data-ind{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    gap:15px 10px;
}
.section-case-flex-content-left-data-ind .box{
    padding: 4px 10px;
    border: 1px solid var(--base-color);
    border-radius: 4px;
    margin-right: 10px;
}
.section-case-flex-content-right-h3{
    font-size: clamp(27px,2.5vw,34px);
    font-weight: 600;
    line-height: 1.6;
}
.section-case-flex-content-right-h3 .txt-bg{
    padding: 0 5px;
    background: linear-gradient(transparent 70%, rgb(212, 255, 0) 70%);
}
.section-case-flex-list-box{
    background-color: #f9f9f9;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
}
.section-case-flex-list-box .title{
    background-color: #efefef;
    width: 80px;
    color: var(--orange);
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}
.section-case-flex-list-box .txt{
    width: calc(100% - 80px);
    padding: 10px 15px;
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 1199px){
    .section-case-flex-content-right-h3 {
        font-size: clamp(26px,2.6vw,32px);
    }
}
@media screen and (max-width: 1023px){
    .section-case {
        padding: 80px 0 40px;
    }
    .section-case-h2 {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .section-case-flex {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .section-case-flex-content-left, .section-case-flex-content-right, .section-case-flex-list-box{
        width: calc(50% - 10px);
    }
    .section-case-flex-content-left-img {
        width: 100px;
        margin-right: 15px;
    }
    .section-case-flex-content-right-h3 {
		font-size: clamp(20px, 2.5vw, 26px);
    }
    .section-case-flex-content-left-data .company{
        font-size: 18px;
    }
    .section-case-flex-content-left-data-ind{
        font-size: 14px;
    }
    .section-case-flex-list-box .title {
        width: 72px;
        font-size: 20px;
    }
    .section-case-flex-list-box .txt {
        width: calc(100% - 72px);
        padding: 10px 12px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){

    .section-case {
        padding: 15vw 0 8vw;
    }
    .section-case-h2 {
        font-size: 6.5vw;
        margin-bottom: 7vw;
    }
    .section-case-flex-inner{
        width: 90%;
    }
    .section-case-flex {
        padding: 8vw 0;
        margin-bottom: 8vw;
    }
    .section-case-flex-content{
        display: block;
    }
    .section-case-flex-content::before {
        width: 100%;
        height: 2.6vw;
        top: -1.3vw;
    }
    .section-case-flex-content-left, .section-case-flex-content-right, .section-case-flex-list-box{
        width: 100%;
    }
    .section-case-flex-content-left{
        flex-direction: column;
        padding-top: 6vw;
    }
    .section-case-flex-content-left-img {
        width: 120px;
        margin-right: 0;
    }
    .section-case-flex-content-left-data .company {
        font-size: 5vw;
        text-align: center;
    }
    .section-case-flex-content-left-data-ind {
        font-size: 3vw;
        gap: 15px 3vw;
    }
    .section-case-flex-content-left-data-ind .box {
        padding: 0.4vw 2.5vw 0.6vw;
        border: 2px solid var(--base-color);
        border-radius: 6px;
        margin-right: 2vw;
    }
    .section-case-flex-content-right-h3 {
        font-size: 5vw;
        text-align: center;
        margin: 6vw 0;
    }
    .section-case-flex-list{
        display: block;
    }
    .section-case-flex-list-box{
        margin-top: 2vw;
    }
    .section-case-flex-list-box .title {
        width: 16vw;
        font-size: clamp(14px,5vw,18px);
    }
    .section-case-flex-list-box .txt {
        width: calc(100% - 16vw);
        padding: 5vw 3vw;
        font-size: clamp(14px,4.2vw,16px);
    }

}
@media screen and (max-width: 499px){
    .section-experience-orangebox-h3 {
        font-size: 5.5vw;
    }
    .section-experience-orangebox-flex-box .title {
        font-size: 6vw;
    }
    /*.section-experience-orangebox-flex-box .txt {
        font-size: 10vw;
    }*/
    figure.section-experience-orangebox-img figcaption {
        font-size: 4.5vw;
    }
    figure.section-experience-orangebox-img figcaption .br{
        display: inline;
    }
    .section-case-flex-content-left-data .company {
        font-size: 5.5vw;
        text-align: center;
    }
    .section-case-flex-content-left-data-ind {
        font-size: 3.2vw;
    }
    /*.section-case-flex-list-box .txt {
        font-size: 4.5vw;
    }
    .section-case-flex-list-box .title {
        font-size: 5.5vw;
    }*/

}
@media screen and (max-width: 374px){
    .section-case-flex-content-left-data-ind {
        font-size: 4vw;
        /*display: grid;*/
        justify-content: center;
    }
}


/*** BackofficeForceで依頼できる業務（一部抜粋） ***/
.section-business{
    background-color: #fdf9f4;
    padding: 100px 0;
}
.section-business .inner{
    max-width: 1000px;
}
.section-business-h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
}
.section-business-h2 .txt-small{
    font-size: 24px;
}
.section-business-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
    margin-bottom: 25px;
}
.section-business-list-li{
    width: calc(100% / 3 - 20px);
    background-color: #fff;
    border-radius: 20px;
}
.section-business-list-title{
    background-color: #999999;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px 15px;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.section-business-list-inlist{
    padding: 20px 10px 20px 50px;
    font-size: 20px;
    font-weight: 600;
}
.section-business-list-inlist li{
    position: relative;
}
.section-business-list-inlist li::before{
    content: "・";
    position: absolute;
    top:0;
    left: -1.35em;
}
.section-business-whbox{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 0;
}
.section-business-whbox-inner{
    max-width: 920px;
    width: 94%;
    margin: 0 auto;
}
.section-business-whbox-h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}
figure.section-business-whbox-img figcaption {
    font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}

@media screen and (max-width: 1023px){
    .section-business {
        padding: 80px 0;
    }
    .section-business-h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .section-business-h2 .txt-small {
        font-size: 20px;
    }
    .section-business-list-li {
        width: calc(100% / 3 - 10px);
    }
    .section-business-list-title {
        padding: 10px 12px;
        font-size: 20px;
    }
    .section-business-list-inlist {
        padding: 15px 10px 15px 35px;
        font-size: 18px;
    }
    .section-business-whbox {
        padding: 35px 0;
    }
    .section-business-whbox-h3 {
        font-size: 26px;
    }

}
@media screen and (max-width: 767px){
    .section-business {
        padding: 10vw 0;
    }
    .section-business-h2 {
        font-size: 6.5vw;
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .section-business-h2 .txt-small {
        font-size: 4.5vw;
    }
    .section-business-list {
        gap:15px 0;
        margin-bottom: 15px;
    }
    .section-business-list-li {
        width: calc(100% / 2 - 5px);
    }
    .section-business-list-title {
        padding: 2vw 3vw;
        font-size: 5vw;
    }
    .section-business-list-inlist {
        padding: 3.5vw 2vw 3.5vw 7vw;
        font-size: 3.5vw;
    }
    .section-business-list-inlist li::before{
        left: -1.3em;
    }
    .section-business-whbox {
        padding: 6vw 0;
    }
    .section-business-whbox-h3 {
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }
    figure.section-business-whbox-img figcaption {
        text-align: left;
        font-size: 3.5vw;
        margin-top: 2vw;
    }
    .section-business-whbox-inner{
        width: 90%;
    }
}
@media screen and (max-width: 499px){
    .section-experience-whiteBG-flex-box-txt {
        font-size: 5vw;
    }
    .section-business-whbox-h3 {
        font-size: 4.5vw;
    }
    figure.section-business-whbox-img figcaption {
        font-size: clamp(14px,4vw,18px);
    }

}















/*** ご利用までの流れ ***/
.section-flow{
    padding: 100px 0;
}
.section-flow .inner{
    max-width: 1000px;
}
.section-flow-h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
.section-flow-list{

}
.section-flow-list-li{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.section-flow-list-li::before{
    content: "";
    background: url("../images/lp3/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 49px;
    height: 23px;
    position: absolute;
    top: 82px;
    left: 130px;
}
.section-flow-list-li:last-child{
    margin-bottom: 0;
}
.section-flow-list-li:last-child::before{
    display: none;
}
.section-flow-list-li .title{
    width: 320px;
    height: 75px;
    border-radius: 10px;
    background-color: #fdf9f2;
    color: var(--orange);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.section-flow-list-li .txt{
    width: calc(100% - 340px);
    font-size: 20px;
    line-height: 1.6;
    padding-top: 5px;
}

@media screen and (max-width: 1023px){
    .section-flow {
        padding: 80px 0;
    }
    .section-flow-h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .section-flow-list-li .title {
        width: 280px;
        height: 68px;
        font-size: 20px;
        padding-left: 25px;
    }
    .section-flow-list-li .txt {
        width: calc(100% - 300px);
        font-size: 18px;
        padding-top: 5px;
    }
    .section-flow-list-li::before{
        left: 120px;
    }
}
@media screen and (max-width: 767px){
    .section-flow {
        padding: 10vw 0;
    }
    .section-flow-h2 {
        font-size: 6.5vw;
        margin-bottom: 5vw;
    }
    .section-flow-list-li{
        display: block;
        margin-bottom: 13vw;
        position: relative;
    }
    .section-flow-list-li::before{
        width: 9.6vw;
        height: 4.6vw;
        top:unset;
        bottom: -8.5vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-flow-list-li .title {
        width: 100%;
        height: 14vw;
        font-size: 5vw;
        padding-left: 8vw;
    }
    .section-flow-list-li .txt {
        width: 100%;
        font-size: 4vw;
        padding-top: 4vw;
        display: block;
    }


}
@media screen and (max-width: 499px){
    .section-flow-list-li .title{
        font-size: 5.5vw;
    }
    .section-flow-list-li .txt {
        font-size: 4.5vw;
    }
}















/*** よくある質問 ***/
.section-qanda{
    padding: 100px 0 80px;
}
.section-qanda .inner{
    max-width: 1000px;
}
.section-qanda-h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
.section-qanda-box{
    margin-bottom: 20px;
}
.section-qanda-box-btn{
    position: relative;
    color: var(--orange);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px 100px 10px 50px;
    cursor: pointer;
}
.section-qanda-box-btn::before{
    content: "";
    background: url("../images/lp3/qanda-icon.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
.section-qanda-box-btn::after{
    content: "";
    width: 15px;
    height: 15px;
    border-right:4px solid var(--orange);
    border-bottom:4px solid var(--orange);
    position: absolute;
    right: 40px;
    top:45%;
    transform: translateY(-50%) rotate(45deg);
    transition : all 0.3s ease 0s;
}
.section-qanda-box-btn.active::after{
    transform: translateY(-50%) rotate(225deg);
    transition : all 0.3s ease 0s;
}
.section-qanda-box-area{
    width: calc(100% - 50px);
    margin-left: auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    display: none;
}

@media screen and (max-width: 1023px){
    .section-qanda {
        padding: 80px 0 60px;
    }
    .section-qanda-box-btn {
        font-size: 20px;
        padding: 10px 70px 10px 40px;
    }
    .section-qanda-box-btn::before {
        width: 30px;
        height: 30px;
    }
    .section-qanda-box-area {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 767px){
    .section-qanda {
        padding: 10vw 0 8vw;
    }
    .section-qanda-h2 {
        font-size: 6.5vw;
        margin-bottom: 8vw;
    }
    .section-qanda-box-btn {
        font-size: 4.5vw;
        padding: 1vw 15vw 1vw 10vw;
    }
    .section-qanda-box-btn::before {
        width: 8vw;
        height: 8vw;
        top: 0.9vw;
        transform: translateY(0);
    }
    .section-qanda-box-btn::after {
        width: 4vw;
        height: 4vw;
        border-right: 1vw solid var(--orange);
        border-bottom: 1vw solid var(--orange);
        right: 4vw;
        top: 2.5vw;
        transform: translateY(0) rotate(45deg);
    }
    .section-qanda-box-btn.active::after{
        transform: translateY(0) rotate(225deg);
    }
    .section-qanda-box-area {
        width: 100%;
    }
    .section-qanda-box-area {
        width: 100%;
        padding: 5vw 5vw;
        font-size: 4vw;
        line-height: 1.6;
    }
}
@media screen and (max-width: 499px){
    .section-qanda-box-btn {
        font-size: 5.5vw;
    }
    .section-qanda-box-btn::before{
        top: 1.2vw;
    }
    .section-qanda-box-area{
        font-size: 4.5vw;
    }
}













/*** 課題を伝えるだけで、 ***/
.section-form{
    padding: 100px 0 60px;
    background-color: var(--orange);
}
.section-form-h2{
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 40px;
}
.section-form-box{
    background-color: #fff;
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 30px 35px;
}
.section-form-box .contact_text_small{
    display: none;
}
.section-form-box .wpcf7-form p:first-of-type{
    text-align: center;
    font-size: 18px;
    /*margin-bottom: 15px;*/
}
.section-form-box .wpcf7-form .download{
    margin-top: 10px;
}
.section-form-box .wpcf7-form input[type=text],
.section-form-box .wpcf7-form input[type=email],
.section-form-box .wpcf7-form input[type=tel],
.section-form-box .wpcf7-form select{
    border: none;
    background-color: #efefef;
    border-radius: 6px;
    padding: 12px 20px;
}
.section-form-box .wpcf7-form input[type=text]::placeholder,
.section-form-box .wpcf7-form input[type=email]::placeholder,
.section-form-box .wpcf7-form input[type=tel]::placeholder,
.section-form-box .wpcf7-form select::placeholder,
.section-form-box .wpcf7-form-control-wrap::placeholder,
.section-form-box .wpcf7-form select{
    color: #424242;
}

.section-form-box .wpcf7-form select{
    padding: 12px 2rem 12px 20px;
    appearance: none; /* 標準的な矢印を非表示にする */
    -webkit-appearance: none; /* Safari対応 */
    -moz-appearance: none; /* Firefox対応 */
    background: url('../images/lp3/select-arw.png') no-repeat right 1.5rem center;
    background-color: #efefef;
}
.section-form-box .wpcf7-form-control-wrap{
    font-size: 18px;
    margin-top: 15px;
    display: block;
}
.section-form-box .wpcf7-form-control-wrap input[type="checkbox"] {
    display: none;
}
.section-form-box .wpcf7-form-control-wrap label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.section-form-box .wpcf7-form-control-wrap label span{
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-form-box .wpcf7-form-control-wrap label span::before{
    content: "";
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #424242;
    border-radius: 4px;
    position: absolute;
    top:-3px;
    left: -40px;
}  
.section-form-box .wpcf7-form-control-wrap input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    left: -31px;
    top: 1px;
    width: 8px;
    height: 16px;
    border:2px solid var(--blue);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.section-form-box a{
    color: #424242;
    text-decoration:underline;
}
.section-form-box br{
    display: none;
}
.section-form-box .submit-btn [type=submit]{
    width: 480px;
    height: 84px;
    background-color: var(--blue);
    border-radius: 100px;
    border: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    border: 2px solid #fff;
}
.section-form-box .submit-btn p{
    display: inline-block;
    position: relative;
}
.section-form-box .submit-btn p::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    position: absolute;
    right: 35px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
}
.section-form-box .submit-btn [type=submit]:hover{
    background-color: #fff;
    border: 2px solid var(--blue);
    color: var(--blue);
}
.section-form-box .submit-btn p:hover:after{
    border-right:3px solid var(--blue);
    border-bottom:3px solid var(--blue);
}
.section-form-box .submit-btn{
    padding-top: 5px;
}
.section-form-box .download tr:last-of-type p{
    margin-top: 20px;
    font-size: 16px;
}
.section-form-box .download tr:nth-child(6) p{
    margin-top: 10px;
}
.section-form-box .download tr:nth-child(6) span{
    display: block;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 input[type="submit"]{
    margin: 0;
}
@media screen and (max-width: 1023px){
    .section-form {
        padding: 80px 0;
    }
    .section-form-h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }


}
@media screen and (max-width: 767px){
    .section-form {
        padding: 10vw 0;
    }
    .section-form-h2 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }
    .section-form-box .inner{
        width: 94%;
    }
    .section-form-box {
        padding: 8vw 1vw 4vw;
    }
    .section-form-box .wpcf7-form p:first-of-type {
        font-size: 4vw;
        padding: 0 7.5%;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .section-form-box .wpcf7-form .download p{
        padding: 0;
        font-size: 3.5vw;
        margin-bottom: 20px;
    }
    .section-form-box .wpcf7-form input[type=text], .section-form-box .wpcf7-form input[type=email], .section-form-box .wpcf7-form input[type=tel], .section-form-box .wpcf7-form select {
        border-radius: 10px;
        padding: 3.5vw 5vw;
    }
    .section-form-box .wpcf7-form .download td{
        padding: 0px 2.5vw;
    }
    .section-form-box .wpcf7-form-control-wrap label span {
        font-size: 4vw;
        margin-bottom: 20px;
    }
    .section-form-box .wpcf7-form-control-wrap label span::before {
        width: 7.5vw;
        height: 7.5vw;
        border: 2px solid #424242;
        top: -1.5vw;
        left: -9vw;
        border-radius: 6px;
    }
    .section-form-box .wpcf7-form-control-wrap input[type="checkbox"]:checked + span::after {
        left: -6.2vw;
        top: -0.5vw;
        width: 2.4vw;
        height: 4.8vw;
        border:1vw solid var(--blue);
        border-width: 0 1vw 1vw 0;
    }
    .section-form-box .wpcf7-form-control-wrap {
        font-size: 4vw;
        margin-top: 1vw;
        padding: 0 0% !important;
    }
    .section-form-box .submit-btn p{
        width: 100%;
    }
    .section-form-box .submit-btn [type=submit] {
        width: 100%;
        height: 18vw;
        font-size: 5vw;
    }
    .section-form-box .submit-btn p::after {
        width: 3vw;
        height: 3vw;
        border-right: 0.8vw solid #fff;
        border-bottom: 0.8vw solid #fff;
        right: 8vw;
    }
    .section-form-box .submit-btn p:hover:after{
        border-right:0.8vw solid var(--blue);
        border-bottom:0.8vw solid var(--blue);
    }
    .section-form-box .download tr:last-of-type p {
        margin-top: 10px;
        font-size: 4vw;
        padding: 0 9.5%;
    }
}
@media screen and (max-width: 499px){
    .section-form-h2 {
        font-size: 5.5vw;
    }
    .section-form-box .wpcf7-form p:first-of-type {
        font-size: 4.5vw;
        padding: 0 2%;
    }
    .section-form-box .wpcf7-form .download td {
        padding: 0px 2.5vw;
    }
    .section-form-box .wpcf7-form .download p {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .section-form-box .wpcf7-form-control-wrap {
        padding: 0 0% !important;
    }
    .section-form-box .download tr:last-of-type p{
        margin-top: 0;
        padding: 0 9%;
    }
}







