@charset "UTF-8";

.lp-main{
    color: #000000;
}

.lp-main img {
    max-width: 100%;
    display: block;
}

.lp-main .sec-ttl {
    width: 960px;
    margin-left: auto;
    margin-right: auto;

    min-height: 50px;

}

.lp-main .sec-body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;

    min-height: 100px;
}

.lp-main a {
    transition: opacity 0.3s ease-out;
}

.lp-main a:hover {
    opacity: 0.6;
}

/*---------------------------------------------*/

.lp-main section{
    position: relative;
}

.lp-main .js-floating_nav_trriger{
    position: absolute;
    z-index: -10;
    top: -100px;
    left: 0;
    height: 0;
    width: 0;
    pointer-events: none;
    opacity: 0;

    /* opacity: 1;
    height: 1px;
    width: 100%;
    background-color: red;
    z-index: 20; */
}

.lp-main .lp-anchor__point{
    position: absolute;
    z-index: -10;
    top: -91px;
    left: 0;
    height: 0;
    width: 0;
    pointer-events: none;
    opacity: 0;

    /* opacity: 1;
    height: 1px;
    width: 100%;
    background-color: aqua;
    z-index: 20; */
}

/*---------------------------------------------*/
/* .sec-ttl.bg_half01 */

.lp-main .ttl-bg_wrap01 {
    position: relative;
    z-index: 0;
    width: 100%;
}

.lp-main .ttl-bg_wrap01::before,
.lp-main .ttl-bg_wrap01::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 1;
}

.lp-main .ttl-bg_wrap01::before {
    right: 50%;
    background-image: url("../img/20230705/sec-ttl_bg01-red.png");
    background-size: 960px auto;
}

.lp-main .ttl-bg_wrap01::after {
    left: 50%;
    background-image: url("../img/20230705/sec-ttl_bg01-blue.png");
    background-size: 960px auto;
}

.lp-main .ttl-bg_wrap01 .sec-ttl {
    position: relative;
    z-index: 1;
}

/*---------------------------------------------*/
/* .lp-kv */
.lp-main .lp-kv .sec-ttl {
    background-image: url(../img/20230705/kv_bg2.png);
    background-size: 1920px auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.lp-main .lp-kv .page_ttl {
    background-image: url(../img/20230705/kv_bg1.png);
    background-size: 960px auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.lp-main .lp-kv .page_ttl img {
    width: 850px;
    height: auto;
}
/*---------------------------------------------*/
/* common */
.bnr-block p a:hover {
    text-decoration: none !important;
}
.adviser-img p a:hover {
    text-decoration: none !important;
}
/* フォントサイズ */
.adviser p a {
    font-size: 14px !important;
}
.type-txt {
    font-size: 14px !important;
}


/*---------------------------------------------*/
/* .lp-sec01 */

.lp-main .lp-sec01 {
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 40px 0;
}

.lp-main .lp-sec01 .sec-ttl {
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
}

.lp-main .lp-sec01 .sec-ttl .ttl-item {
    width: 394px;
    margin: 0 auto;
}

.lp-main .lp-sec01 .sec-body .txt-box {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin: 40px 0 0 0;
}

.lp-main .lp-sec01 .sec-body .notes-box {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0 0 0;
}
.lp-main .lp-sec01 .sec-body .bnr-block .bnr-ttl {
    width: 481px;
    margin: 40px auto 25px;
}

.lp-main .lp-sec01 .sec-body .bnr-block .bnr-item {
    width: 400px;
    margin: 20px auto 0;
}

/*---------------------------------------------*/
/* .lp-menu */

.lp-main .lp-menu {
    padding: 35px 0;
}

.lp-main .lp-menu ul{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.lp-main .lp-menu ul li{
    width: 310px;
}

/*---------------------------------------------*/
/* .lp-flort_menu */
.lp-main .lp-flort_menu {
    padding: 10px 0;
    background-color: #f7a7ad;
    box-sizing: border-box;

    width: 100%;
    /* min-height: 100px; */
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: translateY(-300px);
    transition: transform .4s ease-out;
}

.lp-main .lp-flort_menu.is__fixed {
    transform: translateY(0px);
}


.lp-main .lp-flort_menu::before,
.lp-main .lp-flort_menu::after {
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
}


.lp-main .lp-flort_menu::after {
    bottom: 0;
    background-color: #8fddee;
}

.lp-main .lp-flort_menu ul{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-height: 100%;
}

.lp-main .lp-flort_menu.clum3 ul li a{
    display: block;
}

.lp-main .lp-flort_menu.clum3 ul li{
    width: 310px;
}

.lp-main .lp-flort_menu.clum4 ul li{
    width: 229px;
}

/*---------------------------------------------*/
/* .lp-sec02 */

.lp-main .lp-sec02 {
    padding: 0 0;
}

.lp-main .lp-sec02 .sec-ttl {
    background-image: url(../img/20230705/sec-ttl_bg01.png);
    background-size: 2220px auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 28px 0;
    width: auto;
}

.lp-main .lp-sec02 .sec-ttl .ttl-item {
    width: 820px;
    height: 165px;
    margin: 0 auto;
}

.lp-main .lp-sec02 .sec-ttl .ttl-item img {
    transform: translateY(-42px);
}

.lp-main .lp-sec02 .sec-body {
    width: 100%;
}

.lp-main .lp-sec02 .sec-body .adviser {
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 50px 0;
}

.lp-main .lp-sec02 .sec-body .adviser-inner {
    display: flex;
    justify-content: space-between;
    width: 713px;
    margin: 0 auto;
}

.lp-main .lp-sec02 .sec-body .adviser-txt {
    width: 427px;
    font-size: 15px;
    line-height: 1.5;
}

.lp-main .lp-sec02 .sec-body .adviser-txt em {
    background-color: #ffe400;
    font-weight: bold;
}

.lp-main .lp-sec02 .sec-body .adviser-img {
    width: 240px;
}

.lp-main .lp-sec02 .sec-body .adviser-img .caption {
    display: block;
    text-align: center;
    margin-top: 15px;
    line-height: 1.7;
}

.lp-main .lp-sec02 .sec-body .select_type {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

.lp-main .lp-sec02 .sec-body .select_type-ttl {
    text-align: center;
    font-size: 24px;
    /*font-family: "Noto Sans JP";*/
    color: rgb(0, 71, 157);
    font-weight: bold;
}

.lp-main .lp-sec02 .sec-body .select_type-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.lp-main .lp-sec02 .sec-body .select_type-btn li {
    width: 470px;
}

/*---------------------------------------------*/
/* .lp-sec03 */

.lp-main .lp-sec03 {
    padding: 40px 0;
    background-image: url(../img/20230705/bg-pink_dots.png);
    background-size: 510px auto;
    padding: 60px 0 80px;
}

.lp-main .lp-sec03 .sec-ttl {
    width: 960px;
    margin: 0 auto;
}

.lp-main .lp-sec03 .sec-ttl .ttl-item {
    width: fit-content;
    margin: 0 auto;
}

.lp-main .lp-sec03 .sec-body {
    margin-top: 60px;
}


/* .step-box */

.lp-main .lp-sec03 .sec-body .step-box{
    background-color: #ffffff;
    border: #cccccc solid 2px;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-bottom: 60px;
}

.lp-main .lp-sec03 .sec-body .step-box.step1{
    border: #fa7d8c solid 2px;
}

.lp-main .lp-sec03 .sec-body .step-box.step2{
    border: #f68f66 solid 2px;
}

.lp-main .lp-sec03 .sec-body .step-box.step3{
    border: #ffac29 solid 2px;
    margin-bottom: 0;
}

.lp-main .lp-sec03 .sec-body .step-box::after{
    content: "";
    display: block;
    width: 64px;
    height: 39px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  
    -webkit-mask-image:url(../img/20230705/step-arrow1.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
  
    mask-image:url(../img/20230705/step-arrow1.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.lp-main .lp-sec03 .sec-body .step-box.step1::after{
    background-color: #fa7d8c;
}

.lp-main .lp-sec03 .sec-body .step-box.step2::after{
    background-color: #f68f66;
}

.lp-main .lp-sec03 .sec-body .step-box.step3::after{
    content: none;
    display: none;
}

/* .step-flag */

.lp-main .lp-sec03 .sec-body .step-box .step-flag{
    width: 149px;
    position: absolute;
    top: -24px;
}

.lp-main .lp-sec03 .sec-body .step-box.step1 .step-flag,
.lp-main .lp-sec03 .sec-body .step-box.step3 .step-flag{
    left: calc(50% - 282px);
}

.lp-main .lp-sec03 .sec-body .step-box.step2 .step-flag{
    right: calc(50% - 282px);
}

/* .step-ttl */
.lp-main .lp-sec03 .sec-body .step-box .step-ttl{
    width: 340px;
    margin: 0 auto;
}

/* .txt-box */
.lp-main .lp-sec03 .sec-body .step-box .txt-box{
    margin-top: 30px;
    text-align: center;

    font-size: 16px;
    line-height: 1.5;
}

/* .point */
.lp-main .lp-sec03 .sec-body .step-box .point{
    margin-top: 30px;

}

.lp-main .lp-sec03 .sec-body .step-box .point ul{
    display: flex;
    justify-content: space-between;
    
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li{
    width: 277px;
    box-sizing: border-box;
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li .num-box{
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    padding: 20px 20px 20px 65px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    height: 120px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    background-image: linear-gradient(-45deg, #ffffff 10px, transparent 0), linear-gradient(135deg, #ffffff 10px, transparent 0);
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li .num-box i{
    display: block;
    width: 28px;
    height: 28px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li.pt1 .num-box i{
    background-image: url(../img/20230705/step-num1.png);
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li.pt2 .num-box i{
    background-image: url(../img/20230705/step-num2.png);
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li.pt3 .num-box i{
    background-image: url(../img/20230705/step-num3.png);
}

.lp-main .lp-sec03 .sec-body .step-box .point ul li .text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.lp-main .lp-sec03 .sec-body .step-box.step1 .point ul li .num-box{
    background-color: #fddce0;
}

.lp-main .lp-sec03 .sec-body .step-box.step1 .point ul li .num-box i{
    background-color: #fa7d8c;
}

.lp-main .lp-sec03 .sec-body .step-box.step2 .point ul li .num-box{
    background-color: #ffdcc7;
}

.lp-main .lp-sec03 .sec-body .step-box.step2 .point ul li .num-box i{
    background-color: #f68f66;
}

.lp-main .lp-sec03 .sec-body .step-box.step3 .point ul li .num-box{
    background-color: #ffeab6;
}

.lp-main .lp-sec03 .sec-body .step-box.step3 .point ul li .num-box i{
    background-color: #ffac29;
}

/* .bnr-block */
.lp-main .lp-sec03 .sec-body .step-box .bnr-block{
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-main .lp-sec03 .sec-body .step-box .bnr-ttl{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.lp-main .lp-sec03 .sec-body .step-box .bnr-block .bnr-item{
    width: 400px;
    margin: 0 10px;
}

.lp-main .lp-sec03 .sec-body .step-box .bnr-block .bnr-item a{
    display: block;
}

.lp-main .lp-sec03 .sec-body .step-box .bnr-block .bnr-item .caption{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

/* .step1 .bnr-block */
.lp-main .lp-sec03 .sec-body .step-box.step1 .bnr-ttl img{
    width: 395px;
    margin: 0 auto;
}

/* .step2 .bnr-block */
.lp-main .lp-sec03 .sec-body .step-box.step2 .bnr-ttl img{
    width: 319px;
    margin: 0 auto;
}

/* .btn-search */
.lp-main .lp-sec03 .sec-body .step-box .btn-search{
    width: 485px;
    margin: 30px auto 0;
}

/* .worksheet */
.lp-main .lp-sec03 .sec-body .step-box .worksheet{
    margin: 30px 0 0;
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-main .lp-sec03 .sec-body .step-box .worksheet-ttl{
    width: 372px;
    text-align: center;
}

.lp-main .lp-sec03 .sec-body .step-box .worksheet-ttl .notes{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.lp-main .lp-sec03 .sec-body .step-box .worksheet .btn-box{
    width: 360px;
}

.lp-main .lp-sec03 .sec-body .step-box .worksheet .btn-box .btn-item:not(:first-of-type){
    margin-top: 15px;
}

.lp-main .lp-sec03 .sec-body .step-box .worksheet .btn-box .btn-item dt{
    text-align: center;
}

.lp-main .lp-sec03 .sec-body .step-box .worksheet .btn-box .btn-item dd{
    margin-top: 10px;
    margin-left: 0 !important;
}

/*---------------------------------------------*/
/* .lp-sec04 */

.lp-main .lp-sec04 {
    padding: 40px 0;
    background-image: url(../img/20230705/bg-blue_dots.png);
    background-size: 510px auto;
    padding: 50px 0;
}

.lp-main .lp-sec04 .sec-ttl {
    width: 960px;
    margin: 0 auto;
}

.lp-main .lp-sec04 .sec-ttl .ttl-item {
    width: fit-content;
    margin: 0 auto;
}

.lp-main .lp-sec04 .sec-body {
    margin-top: 60px;
}

/* .step-box */

.lp-main .lp-sec04 .sec-body .step-box{
    background-color: #ffffff;
    border: #cccccc solid 2px;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-bottom: 60px;
}

.lp-main .lp-sec04 .sec-body .step-box.step1{
    border: #47b3df solid 2px;
}

.lp-main .lp-sec04 .sec-body .step-box.step2{
    border: #50c4bd solid 2px;
}

.lp-main .lp-sec04 .sec-body .step-box.step3{
    border: #73c450 solid 2px;
    margin-bottom: 0;
}

.lp-main .lp-sec04 .sec-body .step-box::after{
    content: "";
    display: block;
    width: 64px;
    height: 39px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  
    -webkit-mask-image:url(../img/20230705/step-arrow2.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;

    mask-image:url(../img/20230705/step-arrow2.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.lp-main .lp-sec04 .sec-body .step-box.step1::after{
    background-color: #47b3df;
}

.lp-main .lp-sec04 .sec-body .step-box.step2::after{
    background-color: #50c4bd;
}

.lp-main .lp-sec04 .sec-body .step-box.step3::after{
    content: none;
    display: none;
}

/* .step-flag */

.lp-main .lp-sec04 .sec-body .step-box .step-flag{
    width: 149px;
    position: absolute;
    top: -24px;
}

.lp-main .lp-sec04 .sec-body .step-box.step1 .step-flag,
.lp-main .lp-sec04 .sec-body .step-box.step3 .step-flag{
    left: calc(50% - 282px);
}

.lp-main .lp-sec04 .sec-body .step-box.step2 .step-flag{
    right: calc(50% - 282px);
}

/* .step-ttl */
.lp-main .lp-sec04 .sec-body .step-box .step-ttl{
    width: 340px;
    margin: 0 auto;
}

/* .txt-box */
.lp-main .lp-sec04 .sec-body .step-box .txt-box{
    margin-top: 30px;
    text-align: center;

    font-size: 16px;
    line-height: 1.5;
}

/* .point */
.lp-main .lp-sec04 .sec-body .step-box .point{
    margin-top: 30px;

}

.lp-main .lp-sec04 .sec-body .step-box .point ul{
    display: flex;
    justify-content: space-between;
    
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li{
    width: 277px;
    box-sizing: border-box;
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li .num-box{
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    padding: 20px 20px 20px 65px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    height: 120px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    background-image: linear-gradient(-45deg, #ffffff 10px, transparent 0), linear-gradient(135deg, #ffffff 10px, transparent 0);
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li .num-box i{
    display: block;
    width: 28px;
    height: 28px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li.pt1 .num-box i{
    background-image: url(../img/20230705/step-num1.png);
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li.pt2 .num-box i{
    background-image: url(../img/20230705/step-num2.png);
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li.pt3 .num-box i{
    background-image: url(../img/20230705/step-num3.png);
}

.lp-main .lp-sec04 .sec-body .step-box .point ul li .text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.lp-main .lp-sec04 .sec-body .step-box.step1 .point ul li .num-box{
    background-color: #c0e6f6;
}

.lp-main .lp-sec04 .sec-body .step-box.step1 .point ul li .num-box i{
    background-color: #47b3df;
}

.lp-main .lp-sec04 .sec-body .step-box.step2 .point ul li .num-box{
    background-color: #c8f0ee;
}

.lp-main .lp-sec04 .sec-body .step-box.step2 .point ul li .num-box i{
    background-color: #7fd5d0;
}

.lp-main .lp-sec04 .sec-body .step-box.step3 .point ul li .num-box{
    background-color: #d0f1c2;
}

.lp-main .lp-sec04 .sec-body .step-box.step3 .point ul li .num-box i{
    background-color: #73c450;
}

/* .bnr-block */
.lp-main .lp-sec04 .sec-body .step-box .bnr-block{
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-main .lp-sec04 .sec-body .step-box .bnr-ttl{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.lp-main .lp-sec04 .sec-body .step-box .bnr-block .bnr-item{
    width: 400px;
    margin: 0 10px;
}

.lp-main .lp-sec04 .sec-body .step-box .bnr-block .bnr-item a{
    display: block;
}

.lp-main .lp-sec04 .sec-body .step-box .bnr-block .bnr-item .caption{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

/* .step1 .bnr-block */
.lp-main .lp-sec04 .sec-body .step-box.step1 .bnr-ttl img{
    width: 395px;
    margin: 0 auto;
}

/* .step2 .bnr-block */
.lp-main .lp-sec04 .sec-body .step-box.step2 .bnr-ttl img{
    width: 274px;
    margin: 0 auto;
}

/* .btn-search */
.lp-main .lp-sec04 .sec-body .step-box .btn-search{
    width: 485px;
    margin: 30px auto 0;
}

/* .worksheet */
.lp-main .lp-sec04 .sec-body .step-box .worksheet{
    margin: 30px 0 0;
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-main .lp-sec04 .sec-body .step-box .worksheet-ttl{
    width: 372px;
    text-align: center;
}

.lp-main .lp-sec04 .sec-body .step-box .worksheet-ttl .notes{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.lp-main .lp-sec04 .sec-body .step-box .worksheet .btn-box{
    width: 360px;
}

.lp-main .lp-sec04 .sec-body .step-box .worksheet .btn-box .btn-item:not(:first-of-type){
    margin-top: 15px;
}

.lp-main .lp-sec04 .sec-body .step-box .worksheet .btn-box .btn-item dt{
    text-align: center;
}

.lp-main .lp-sec04 .sec-body .step-box .worksheet .btn-box .btn-item dd{
    margin-top: 10px;
}


/*---------------------------------------------*/
/* .lp-sec05 */
.lp-main .lp-sec05 {
    padding: 0 0;
}

.lp-main .lp-sec05 .sec-ttl {
    background-image: url(../img/20230705/sec-ttl_bg01.png);
    background-size: 2220px auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 28px 0;
    width: auto;
}

.lp-main .lp-sec05 .sec-ttl .ttl-item {
    width: 820px;
    height: 165px;
    margin: 0 auto;
}

.lp-main .lp-sec05 .sec-ttl .ttl-item img {
    transform: translateY(-42px);
}

.lp-main .lp-sec05 .sec-body {
    width: 100%;
}

.lp-main .lp-sec05 .sec-body .adviser {
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 50px 0;
}

.lp-main .lp-sec05 .sec-body .adviser-inner {
    display: flex;
    justify-content: space-between;
    width: 713px;
    margin: 0 auto;
}

.lp-main .lp-sec05 .sec-body .adviser-txt {
    width: 427px;
    font-size: 15px;
    line-height: 1.5;
}

.lp-main .lp-sec05 .sec-body .adviser-txt em {
    background-color: #ffe400;
    font-weight: bold;
}

.lp-main .lp-sec05 .sec-body .adviser-img {
    width: 240px;
}

.lp-main .lp-sec05 .sec-body .adviser-img .caption {
    display: block;
    text-align: center;
    margin-top: 15px;
    line-height: 1.7;
}


/*---------------------------------------------*/
/* .lp-sec06 */

.lp-main .lp-sec06 {
    padding: 60px 0;

    background-image: url("../img/20230705/bg-purple_dots.png");
    background-size: 510px auto;
    padding: 50px 0;
}

/*
.lp-main .lp-sec00 .sec-ttl {}

.lp-main .lp-sec00 .sec-ttl .ttl-item {
    width: fit-content;
    margin: 0 auto;
}

.lp-main .lp-sec00 .sec-body {}


*/

.lp-main .lp-sec06 .sec-body {
    margin-top: 0;
}

/* .step-box */

.lp-main .lp-sec06 .sec-body .step-box{
    background-color: #ffffff;
    border: #cccccc solid 2px;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-bottom: 60px;
}

.lp-main .lp-sec06 .sec-body .step-box.step1{
    border: #aa89bd solid 2px;
}

.lp-main .lp-sec06 .sec-body .step-box.step2{
    border: #e588b8 solid 2px;
}

.lp-main .lp-sec06 .sec-body .step-box.step3{
    border: #ff7b81 solid 2px;
    margin-bottom: 0;
}

.lp-main .lp-sec06 .sec-body .step-box::after{
    content: "";
    display: block;
    width: 64px;
    height: 39px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  
    -webkit-mask-image:url(../img/20230705/step-arrow3.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
  
    mask-image:url(../img/20230705/step-arrow3.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.lp-main .lp-sec06 .sec-body .step-box.step1::after{
    background-color: #aa89bd;
}

.lp-main .lp-sec06 .sec-body .step-box.step2::after{
    background-color: #e588b8;
}

.lp-main .lp-sec06 .sec-body .step-box.step3::after{
    content: none;
    display: none;
}

/* .step-flag */

.lp-main .lp-sec06 .sec-body .step-box .step-flag{
    width: 149px;
    position: absolute;
    top: -24px;
}

.lp-main .lp-sec06 .sec-body .step-box.step1 .step-flag,
.lp-main .lp-sec06 .sec-body .step-box.step3 .step-flag{
    left: calc(50% - 282px);
}

.lp-main .lp-sec06 .sec-body .step-box.step2 .step-flag{
    right: calc(50% - 282px);
}

/* .step-ttl */
.lp-main .lp-sec06 .sec-body .step-box .step-ttl{
    width: 340px;
    margin: 0 auto;
}

/* .type */
.lp-main .lp-sec06 .sec-body .step-box .type{
    margin-top: 35px;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul{
    display: flex;
    justify-content: space-between;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item{
    width: 413px;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item.type01{
    background-color: #feedf0;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item.type02{
    background-color: #e8f9fc;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item .type-ttl{
    position: relative;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item.type01 .type-ttl{
    background-image: url(../img/20230705/bg-pink_dots.png);
    background-size: 510px auto;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item.type02 .type-ttl{
    background-image: url(../img/20230705/bg-blue_dots.png);
    background-size: 510px auto;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item .ttl-photo{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 169px;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item .type-box{
    padding: 30px;
}

.lp-main .lp-sec06 .sec-body .step-box .type ul .type-item .type-bnr{
    margin-top: 15px;
}

/* .subttl_kotsu */
.lp-main .lp-sec06 .sec-body .step-box .subttl_kotsu {
    margin-top: 20px;
}

/* .point */
.lp-main .lp-sec06 .sec-body .step-box .point {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.lp-main .lp-sec06 .sec-body .step-box .point .txt1 {
    margin-top: 20px;
}

.lp-main .lp-sec06 .sec-body .step-box.step2 .point .txt1 {
    text-align: center;
}

.lp-main .lp-sec06 .sec-body .step-box .point .txt2 {
    margin-top: 20px;
}

.lp-main .lp-sec06 .sec-body .step-box .point em {
    background-color: #fff45c;
    font-weight: bold;
}

.lp-main .lp-sec06 .sec-body .step-box.step2 .point .img1 {
    margin: 20px auto;
    width: 723px;
}

.lp-main .lp-sec06 .sec-body .step-box.step3 .point .img1 {
    margin: 30px auto;
    width: 458px;
}

/* .worksheet */
.lp-main .lp-sec06 .sec-body .step-box .worksheet{
    margin: 30px 0 0;
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-main .lp-sec06 .sec-body .step-box .worksheet-ttl{
    width: 375px;
    text-align: center;
}

.lp-main .lp-sec06 .sec-body .step-box .worksheet-ttl .notes{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.lp-main .lp-sec06 .sec-body .step-box .worksheet .btn-box{
    width: 360px;
}

/* .lp-main .lp-sec06 .sec-body .step-box .worksheet .btn-box .btn-item:not(:first-of-type){
    margin-top: 15px;
}

.lp-main .lp-sec06 .sec-body .step-box .worksheet .btn-box .btn-item dt{
    text-align: center;
}

.lp-main .lp-sec06 .sec-body .step-box .worksheet .btn-box .btn-item dd{
    margin-top: 10px;
} */


/*---------------------------------------------*/
/* .lp-sec07 */

.lp-main .lp-sec07 {
    padding: 0 0;
}

.lp-main .lp-sec07 .sec-ttl {
    background-image: url(../img/20230705/sec-ttl_bg01.png);
    background-size: 2220px auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 28px 0;
    width: auto;
}

.lp-main .lp-sec07 .sec-ttl .ttl-item {
    width: 820px;
    height: 165px;
    margin: 0 auto;
}

.lp-main .lp-sec07 .sec-body-wrap {
    background-image: url(../img/20230705/bg-yellow_grid.png);
    background-size: 525px auto;
    padding: 30px 0 50px;
    width: auto;
}

.lp-main .lp-sec07 .sec-body {
    width: 860px;
}

.lp-main .lp-sec07 .sec-body .notes{
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

/* .worksheet-block */
.lp-main .lp-sec07 .sec-body .worksheet-block{
    
    border-radius: 10px;
    background-color: #fffef4;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 30px;
}

.lp-main .lp-sec07 .sec-body .worksheet-ttl{
    width: 780px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.lp-main .lp-sec07 .sec-body .worksheet-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 780px;
    margin: 0 auto;
}

.lp-main .lp-sec07 .sec-body .worksheet-item{
    width: 360px;
    margin: 30px 10px 0;
}
.lp-main .lp-sec07 .sec-body .worksheet-item .thumb{
    /* width: 226px; */
    width: 306px;
    margin: 20px auto 0;
}

.lp-main .lp-sec07 .sec-body .worksheet-item .btn-dl{
    margin-top: 25px;
    margin-left: 0 !important;
}


/*---------------------------------------------*/
/* .lp-sec08 */

.lp-main .lp-sec00 {
    padding: 40px 0;
}

.lp-main .lp-sec00 .sec-ttl .ttl-item {
    width: fit-content;
    margin: 0 auto;
}

/*---------------------------------------------*/
/* .lp-sec09 */

.lp-main .lp-sec09 {
    background-image: url("../img/20230705/bg-white_dots.png");
    background-size: 510px auto;
    padding: 50px 0;
}

.lp-main .lp-sec09 .sec-ttl {
    width: 432px;
    margin: 0 auto;
}


/* .memo-list */

.lp-main .lp-sec09 .sec-body .memo-list {
    margin-top: 30px;
}

.lp-main .lp-sec09 .sec-body .memo-list ul{
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

.lp-main .lp-sec09 .sec-body .memo-list ul li{
    display: block;
    /* width: 150px; */
    width: 225px;
    box-sizing: border-box;
}

.lp-main .lp-sec09 .sec-body .memo-list ul li:not(:first-of-type){
    margin-left: 12px;
}

.lp-main .lp-sec09 .sec-body .memo-list ul li a{
    display: block;
    padding: 12px 12px 44px 12px;
    height: 100%;
    box-sizing: border-box;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 2px #808080;
    box-shadow: 0px 3px 3px 0px rgba(10, 2, 4, 0.2);
    position: relative;
}

.lp-main .lp-sec09 .sec-body .memo-list ul li .txt{
    min-height: 4em;
    margin-top: 10px;
    padding-bottom: 1em;
}
.lp-main .lp-sec09 .sec-body .memo-list ul li a:hover {
    text-decoration: none !important;
}

.lp-main .lp-sec09 .sec-body .memo-list ul li .btn{
    width: 118px;
    margin: 10px auto 0;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

/*---------------------------------------------*/
/* .lp-sec10 */

.lp-main .lp-sec10 {
    background-image: url("../img/20230705/bg-white_dots.png");
    background-size: 510px auto;
    padding: 50px 0;
}

.lp-main .lp-sec10 .sec-ttl {
    width: 432px;
    margin: 0 auto;
}

.lp-main .lp-sec10 .sec-ttl .ttl-item {
    width: fit-content;
    margin: 0 auto;
}

/* .advisor-profil */

.lp-main .lp-sec10 .sec-body .advisor-profile .advisor-name{
    width: 270px;
    margin: 30px auto 0;
}

.lp-main .lp-sec10 .sec-body .advisor-profile .advisor-txt{
    width: 630px;
    margin: 30px auto;
    font-size: 14px;
}

/*---------------------------------------------*/
/* .lp-sec11 */

.lp-main .lp-sec11 {
    background-image: url("../img/20230705/bg-pink_oblique.png");
    background-size: 510px auto;
    padding: 50px 0;
}

.lp-main .lp-sec11 .sec-ttl {
    width: 278px;
    margin: 0 auto;
}

.lp-main .lp-sec11 .sec-body .txt-box{
    width: 630px;
    margin: 25px auto 0;
    font-size: 14px;
}

.lp-main .lp-sec11 .sec-body .btn-signup{
    width: 495px;
    margin: 20px auto 0;
}

/*---------------------------------------------*/
/* .lp-sec12 */

.lp-main .lp-sec12 {

    background-image: url("../img/20230705/bg-blue_oblique.png");
    background-size: 510px auto;
    padding: 50px 0;
    margin-bottom: 60px;
}

.lp-main .lp-sec12 .sec-ttl {
    width: 467px;
    margin: 0 auto;
}

.lp-main .lp-sec12 .sec-ttl .ttl-item {
    width: fit-content;
    margin: 0 auto;
}

.lp-main .lp-sec12 .sec-body .txt-box {
    margin-top: 20px;
    text-align: center;
}

.lp-main .lp-sec12 .sec-body .bnr-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 820px;
    margin: 0 auto;
}

.lp-main .lp-sec12 .sec-body .bnr-block .bnr-item{
    width: 400px;
    margin-top: 20px;
}


.lp-main .lp-sec12 .sec-body .btn-special {
    width: 485px;
    margin: 30px auto 0;
}

/*---------------------------------------------*/
/* .lp-fixed_bnr__wrp */

.lp-fixed_bnr__wrp{
    width: 235px;
    height: 120px;
    position: fixed;
    left: 0;
    /* bottom: 50px; */
    bottom: 34px;
    z-index: 1000;
    transform: translateX(-300px);
    transition: all .4s ease-in-out;
}

.lp-fixed_bnr__wrp.is-active{
    transform: translateX(0px);
}

.lp-fixed_bnr__wrp .lp-fixed_bnr__close{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    right: -12px;
    top: -12px;
    background-image: url(../img/20230705/fixed-btn_close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.lp-fixed_bnr__wrp .lp-fixed_bnr__lnk{
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    transform: translateX(-300px);
    transition: all .4s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.lp-fixed_bnr__wrp .lp-fixed_bnr__lnk.is-show{
    transform: translateX(0);
    opacity: 1;
    pointer-events: visible;
}

