a{
    transition: .8s;
}
.kome{
    font-size: 10px;
    display: inline-block;
}
.annotation{
    margin-top: 50px;
    font-size: 12px;
}
a:hover{
    opacity: .6;
}
.support .caption{
    font-size: 12px;
}
.font-noto{
    font-family: "Noto Serif JP", serif;
}
.font-zen{
    font-family: "Zen Maru Gothic", sans-serif;
}
.font-notosans{
    font-family: "Noto Sans JP", sans-serif;
}

.c-check-item{
    position: relative;
    padding-left: 30px;
    list-style: none;
    font-size: clamp(16px, 1.8vw, 22px);
    font-weight: bold;
    color: #5F0404;
}
.c-check-item::before{
    content: "";
    background: url(../img/support/icon-check.svg)no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: 0;
    width: clamp(16px, 1.6vw, 20px);
    height: 20px;
    border-radius: 100%;
}
@media screen and (max-width: 768px) { 
    .container{
        margin-top: 0 !important;
    }
    .c-check-item{
        position: relative;
        padding-left: 20px;
        list-style: none;
        font-size: 15px;
        font-weight: bold;
        color: #5F0404;
    }
    .c-check-item::before{
        content: "";
        background: url(../img/support/icon-check.svg)no-repeat center / contain;
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 100%;
    }
}
.support{
    background: #4C5B69;
}


.support .inner{
    max-width: 1280px;
}
.mv{
    display: grid;
    grid-template-columns: 38% 24% 38%;
    grid-template-rows: repeat(2,auto);

    padding: 80px 0 0;
}
.mv-image01{
    grid-column: 1/2;
    grid-row: 1/3;
}
.mv-image02{
    grid-column: 3/4;
    grid-row: 1/3;
    position: relative;
}
.mv-image02::before{
    content: "";
    background: url(../img/support/svg-blend.svg) no-repeat center / contain;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 25px;
    z-index: 2;
    right: 0%;
    translate: 0% -50%;
    mix-blend-mode: screen;
}
.mv-txt{
    grid-column: 2/3;
    grid-row: 1/2;
}
.scroll-follow{
    grid-column: 2/3;
    grid-row: 2/3;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/* メインテキスト */
.mv-txt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.mv-txt-in{
    border-right: 1px solid #ffffff;
    height: fit-content;
    font-size: clamp(15px,1.8vw,30px);
    padding-right: clamp(16px,1.6vw,20px);
    color: #fff;
}
.mv-txt-in:nth-child(1),.mv-txt-in:nth-child(2){
    padding-top: 4px;
}
/* スクロール催促 */
.scroll-follow-img{
    width: 6vw;
    margin: 0 auto;
}
@media screen and (max-width: 768px) { 
    .mv{
        display: grid;
        grid-template-columns: 43% 14% 43%;
        grid-template-rows: repeat(3,auto);
        gap: 30px 0px;
        padding: 0px 0 0;
        height: 100vh;
    }
    .mv-image01{
        grid-column: 1/3;
        grid-row: 1/2;
    }
    .mv-image02{
        grid-column: 2/4;
        grid-row: 3/4;
    }
    .scroll-follow{
        grid-column: 1/2;
        grid-row: 3/4;
        align-items: flex-end;
        display: flex;
        justify-content: flex-end;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    /* メインテキスト */
    .mv-txt {
        grid-column: 1/4;
        grid-row: 2/3;
        writing-mode: horizontal-tb;
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        padding: 0 20px;
        margin: 0 auto;
        width: fit-content;
    }

    .mv-txt-in{
        border-bottom: 1px solid #ffffff;
        border-right: none;
        width: fit-content;
        font-size: 16px;
        padding-right: 0px;
        color: #fff;
    }
    .mv-txt-in:nth-child(1),.mv-txt-in:nth-child(2){
        padding-top: 4px;
    }
    /* スクロール催促 */
    .scroll-follow-img{
    margin: 0 auto 0 20px;
    width: 5vw;
}
}


/* 悩み //////////////*/
.worries-contents{
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 30px;
}
.worries-container{
    background: #fff;
    padding: 100px 0;
}
.worries-lead-in{
    font-size: clamp(14px,1.4vw,18px);
    line-height: 2;
    font-weight: bold;
}
.worries-lead-in span{
    color: #98844A;
}

/* index */
.worries-index-wrap{
    border: 1px solid #ccc;
    padding:48px 0 ;
    margin-top: 50px;
}
.worries-index{
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    
}
.worries-index-list{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.worries-index-item{
    position: relative;
    padding-left: 30px;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
}
.worries-index-item::before{
    content: "";
    background: url(../img/support/icon-index.svg)no-repeat center / contain;
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.worries-index-title{
    width: calc(20%);
    padding-left: 10px;
    font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) { 
    .worries{
        padding: 30px 0 0;
    }
    .worries-contents{
        padding: 0 20px;
    }
    .worries-container{
        padding: 60px 0 30px 0;
    }
    .worries-lead-in{
        font-size: 14px;
    }
    .worries-index{
        align-items: center;
        flex-direction: column;
        gap:16px
    }
    .worries-index-wrap{
        padding:40px 0 ;
        margin-top: 40px;
    }
    .worries-index-list{
        width: 90%;
    }
    .worries-index-item{
        padding-left: 24px;
        font-size: 13px;
    }
    .worries-index-item::before{
        content: "";
        background: url(../img/support/icon-index.svg)no-repeat center / contain;
        position: absolute;
        top: 3px;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 100%;
    }
}


/* 具体的な悩み */
.worries-list{
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.worries-item{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,auto);
    gap: clamp(35px,4vw,45px);
    position: relative;
}
.worries-item::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -40px;
    left: 0%;
    background: #ccc;
}
.worries-item:last-child::before{
    content: none;
}
.worries-item-title{
    grid-column: 1/2;
    grid-row: 1/3;
}
.worries-item-list-wrap{
grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.worries-item-list-txt{
    font-size: 13px;
    margin-bottom: 26px;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 2;
}
.worries-item-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.worries-item-txt{
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: clamp(14px,1.4vw,16px);
    line-height: 2;
}

/* タイトル */
.worries-item-title{
    position: relative;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.worries-item-title::before{
    content: "";
    background: url(../img/support/hukidashi-back01.png)no-repeat center / contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0%;
    translate:0% -50%;
    z-index: 0;
}
.worries-item02 .worries-item-title::before{
    background: url(../img/support/hukidashi-back02.png)no-repeat center / contain;
}
.worries-item03 .worries-item-title::before{
    background: url(../img/support/hukidashi-back03.png)no-repeat center / contain;
}

.worries-item-title-main{
    font-size: clamp(24px,2.8vw,36px);
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.worries-item-title-sub{
    position: relative;
    z-index: 1;
    font-size: clamp(13px,1.5vw,15px);
}
.worries-item-list{
    display: flex;
    flex-direction: column;
    gap: clamp(10px,1.2vw,12px);
}
.worries-item-list-item{
    position: relative;
    padding-left: 30px;
    list-style: none;
    font-size: clamp(16px,1.8vw,22px);
    font-weight: bold;
    color: #5F0404;
}
.worries-item-list-item::before{
    content: "";
    background: url(../img/support/icon-check.svg)no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: 0;
    width: clamp(16px,1.6vw,20px);
    height: 20px;
    border-radius: 100%;
}

@media screen and (max-width: 768px) { 
    .worries-item{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    /* タイトル */
    .worries-item-title-main{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .worries-item-title-sub{
        font-size: 13px;
    }
    .worries-item-title{
        padding:100px 0px;
    }
    .worries-item-list{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .worries-item-title::before{
        background: url(../img/support/hukidashi-back01-sp.png)no-repeat center / contain;
    }
    .worries-item02 .worries-item-title::before{
        background: url(../img/support/hukidashi-back02-sp.png)no-repeat center / contain;
    }
    .worries-item03 .worries-item-title::before{
        background: url(../img/support/hukidashi-back03-sp.png)no-repeat center / contain;
    }
    .worries-item-list-item{
        position: relative;
        padding-left: 20px;
        list-style: none;
        font-size: 16px;
        font-weight: bold;
        color: #5F0404;
    }
    .worries-item-list-item::before{
        content: "";
        background: url(../img/support/icon-check.svg)no-repeat center / contain;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 100%;
    }
    .worries-item-txt{
        font-size: 13px;
    }
}

/* intro */
.intro .inner{
    padding: 60px 0;
}
.intro-sub-title{
    font-size: clamp(20px,2.5vw,32px);
    margin-bottom: 24px;
    font-weight: bold;
}
.intro-title{
    font-size: clamp(40px,4vw,47px);
    font-weight: bold;
}
.intro-title span{
    display: inline-block;
    translate: 0 -16%;
    margin: 0 4px;
}
.intro-title span img{
    vertical-align: bottom;
}
.intro-container{
    padding: 109px 0;
    background: #EFF3F8;
}
.intro-contents{
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 30px;
}
.intro-list{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 80px;
}
.intro-item{
    display: grid;
    grid-template-columns: 46% 1fr;
    grid-template-rows: repeat(4,auto);
    gap: clamp(35px,4vw,48px) clamp(50px,6vw,80px);

}
/* reverse */
.intro-item.is-reverse .intro-item{
    grid-template-columns: 1fr 46%;
}
.intro-item.is-reverse .intro-item-ttl{
    grid-column: 2/3;
    grid-row: 1/5;
}
.intro-item.is-reverse .intro-item-price{
    grid-column: 1/2;
    grid-row: 1/2;
}
.intro-item.is-reverse .intro-txt{
    grid-column: 1/2;
    grid-row: 2/3;
}
.intro-item.is-reverse .intro-usp{
    grid-column: 1/2;
    grid-row: 3/4;
}
.intro-item.is-reverse .intro-btn{
    grid-column: 1/2;
    grid-row: 4/5;
}
/*  */

.intro-item-ttl{
    grid-column: 1/2;
    grid-row: 1/5;
}
.intro-item-price{
    grid-column: 2/3;
    grid-row: 1/2;
}
.intro-txt{
    grid-column: 2/3;
    grid-row: 2/3;
}
.intro-usp{
    grid-column: 2/3;
    grid-row: 3/4;
}
.intro-btn{
    grid-column: 2/3;
    grid-row: 4/5;
}

/* title */
.intro-item-ttl-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #4C5B69;
    padding: 37px 0 33px 2.8vw;
    color: #fff;
    position: relative;
}
.intro-item-ttl-title::before{
    content: "";
    background: url(../img/support/icon-intro01.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% -30%;
    width: 6vw;
    height: 6vw;
    border-radius: 100%;
}
.intro02 .intro-item-ttl-title::before{
    background: url(../img/support/icon-intro02.svg)no-repeat center / contain;

}
.intro03 .intro-item-ttl-title::before{
    background: url(../img/support/icon-intro03.svg)no-repeat center / contain;
}
.intro-item-ttl-title-main{
    font-size: 24px;
    font-size: clamp(20px,2vw,24px);
    font-weight: bold;
}
.intro-item-ttl-title-sub{
    font-size: clamp(13px,1.5vw,16px);
    font-weight: bold;
}

/* price */
.intro-item-price{
    position: relative;

}
.intro-item-price::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -23px;
    left: 0%;
    background: #ccc;
}
.intro-item-price-txt{
    font-size: clamp(18px,2vw,24px);
    font-weight: bold;
    margin-bottom: 16px;
}
.intro-item-price-txt .txt-small{
    font-size: clamp(13px,1.5vw,16px);
}
.intro-item-price-evaluation{
    padding: 8px 12px 6px;
    border: 1px solid #98844A;
    color: #98844A;
    width: fit-content;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: clamp(16px,2vw,24px);
}
.intro-item-price-main{
    font-size: clamp(16px,1.8vw,24px);
    margin-top: 12px;
}
.intro03 .intro-item-price-main{
    width: 60%;
}
.intro-item-price-main .txt-number{
    font-size: 42px;
    color: #98844A;
    display: inline-block;
    margin: 0 4px;
}
.intro-item-price-main .txt-en{
    font-style: italic;
    display: inline-block;
    margin: 0 4px;
}
.intro-item-price-main img{
    vertical-align: middle;
}

.intro-item-price-main .txt-number img{
    width: clamp(85%,9vw,100%);
}

/* text */
.intro-txt{

}
.intro-txt-main{
    font-size: clamp(16px,1.6vw,20px);
    font-weight: bold;
    margin-bottom: 16px;
}
.intro-txt-sub{
    font-size: clamp(13px,1.5vw,16px);
}

.intro-usp{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.intro-usp-title{
    font-size: clamp(14px,1.5vw,16px);
    color: #98844A;
    padding: 6px 12px 6px 15px;
    border-radius: 100px;
    border: 1px solid #98844A;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 16px;
}

/* btn */
.intro-btn{
    gap: 20px;
}
.intro-btn-in{
    width: calc(50% - 10px);
}
.intro-btn-in:nth-child(even){
    background: #5F0404;
}
.intro-btn-in:nth-child(2n+1){
    background: #0A0D2B;
}
.intro-btn-link{
    padding: 12px 0;
    display: block;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 768px) { 

    /* intro */
    .intro-sub-title{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .intro-title{
        font-size: 26px;
        line-height: 1.8;
    }
    .intro-container{
        padding: 84px 0;
    }
    .intro-contents{
        padding: 0 20px;
    }
    .intro-list{
        gap: 80px;
        margin-top: 60px;
    }
    .intro-item{
        display: flex;
        flex-direction: column;
        gap: 36px 0px;
    }
    .intro-title span{
        display: inline-block;
        translate: 0 -16%;
        margin: 0 4px;
        width: 7%;
}
    /* reverse */
    .intro-item.is-reverse .intro-item{
        grid-template-columns: 1fr 46%;
    }
    .intro-item.is-reverse .intro-item-ttl{
        grid-column: 2/3;
        grid-row: 1/5;
    }
    .intro-item.is-reverse .intro-item-price{
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .intro-item.is-reverse .intro-txt{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .intro-item.is-reverse .intro-usp{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .intro-item.is-reverse .intro-btn{
        grid-column: 1/2;
        grid-row: 4/5;
    }
    /*  */

    .intro-item-ttl{
        grid-column: 1/2;
        grid-row: 1/5;
    }
    .intro-item-price{
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .intro-txt{
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .intro-usp{
        grid-column: 2/3;
        grid-row: 3/4;
    }
    .intro-btn{
        grid-column: 2/3;
        grid-row: 4/5;
    }

    /* title */
    .intro-item-ttl-title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #4C5B69;
        padding: 37px 10px 33px 20px;
        color: #fff;
        position: relative;
    }
    .intro-item-ttl-title::before{
        content: "";
        background: url(../img/support/icon-intro01.svg)no-repeat center / contain;
        position: absolute;
        top: 0;
        left: 0;
        translate: -30% -48%;
        width: 60px;
        height: 60px;
        border-radius: 100%;
    }
    .intro-item-ttl-title-main{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .intro-item-ttl-title-sub{
        font-size: 13px;
    }

    /* price */
    .intro-item-price{
        position: relative;

    }
    .intro-item-price::before{
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -23px;
        left: 0%;
        background: #ccc;
    }
    .intro-item-price-txt{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .intro-item-price-txt .txt-small{
        font-size: 16px;
    }
    .intro-item-price-evaluation{
        padding: 6px 12px 4px;
        margin-bottom: 4px;
    }
    .intro-item-price-main{
        font-size: 16px;
    }
    .intro-item-price-main .txt-number{
        font-size: 26px;
        color: #98844A;
    }
    .intro-item-price-main .txt-en{
        font-style: italic;
    }

    /* text */
    .intro-txt{

    }
    .intro-txt-main{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .intro-txt-sub{
        font-size: 14px;
    }

    .intro-usp{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .intro-usp-title{
        font-size: 14px;
        margin-bottom: 16px;
    }

    /* btn */
    .intro-btn{
        gap: 12px;
    }
    .intro-btn-in{
        width: calc(50% - 6px);
    }
    .intro-btn-in:nth-child(even){
        background: #5F0404;
    }
    .intro-btn-in:nth-child(2n+1){
        background: #0A0D2B;
    }
    .intro-btn-link{
        padding: 15px 0;
        font-size: 13px;
    }
}

/* point */
.point-contents{
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 30px;
}
.point-container{
    background: #fff;
    padding: 100px 0;
}
.point-title{
    text-align: center;
    margin-bottom: 36px;
    font-size: clamp(24px,2.4vw,32px);
    font-weight: bold;
    line-height: 1.6;
}
.point table{
    width: 100%;
}
table {
  border-collapse: separate;
  border-spacing: 10px; /* 横 縦 */
}
thead th{
    background: #4C5B69 !important;
    color: #fff;
    padding: 18px 0;
}
.point th{
    display: table-cell;
    width: 24%;
    text-align: center;
    background: #E8E8E8;
}
.point td{
    display: table-cell;
    width: 37%;
    text-align: center;
    background: #E8E8E8;
    padding: 18px 0;
}
.col{
    font-weight: bold;
}
.th-rexia{
    font-weight: bold;
}
.point .point-accent{
    background: #F4EAEA;
    color: #5F0404;
    font-weight: bold;
}

.point-follow{
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: repeat(2,auto);
    gap: 30px 40px;
    width: 90%;
    margin: 32px auto 0;
}
.point-follow-txt{
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: clamp(13px,1.5vw,18px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    position: relative;
}
.point-follow-txt::before{
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    right: -3px;
    background: #ccc;
    translate: 0 -50%;
}
.c-check-list{
    grid-column: 2/3;
    grid-row: 1/2;
}
.point-follow-main{
    grid-column: 1/3;
    grid-row: 2/3;
    font-size:clamp(18px,2vw,21px);
    text-align: center;
    font-weight: bold;

}

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

/* point */
.point-contents{
    padding: 0 20px;
}
.point-container{
    padding: 80px 0;
}
.point-title{
    margin-bottom: 36px;
    font-size: 16px;
}
.point table{
    width: 100%;
}
table {
  border-collapse: none;
  border-spacing: 0px; /* 横 縦 */
}
thead th{
    background: #4C5B69 !important;
    color: #fff;
    padding: 12px 0;
    font-size: 12px;
    border: 1px solid #fff;
}
.point th{
    width: 24%;
    font-size: 12px;
    border: 1px solid #fff;
}
.point td{
    width: 37%;
    padding: 12px 0;
    font-size: 12px;
    border: 1px solid #fff;
}
.point .point-accent{
    font-size: 12px;
}

.point-follow{
    display: flex;
    flex-direction: column;
    gap: 30px 40px;
    width: 100%;
    margin: 32px auto 0;
}
.point-follow-txt{
    font-size: 15px;
    text-align: center;
}
.point-follow-txt::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 118%;
    left: 50%;
    background: #ccc;
    translate: -50% -50%;
}
.c-check-list{
    width: fit-content;
    margin: 0 auto;
}
.point-follow-main{
    font-size: 17px;
    text-align: center;
}
}
/* point-model */
.point-model{
    margin-top: 140px;
}
.point-model-title{
    text-align: center;
    font-size: 21px;
    padding: 23px 0 20px;
    background: #EFF3F8;
    margin-bottom: 57px;
    font-weight: bold;
}

.point-model-list{
    gap: clamp(24px,2.4vw,32px);
}
.point-model-item{
    width: calc(50% - clamp(24px,2.4vw,32px)/2);
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.point-model-item-link{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.point-model-item-ttl{
    font-size: clamp(15px,1.5vw,18px);
    font-weight: bold;
    position: relative;
    display: block;
}
.point-model-item-ttl::before{
    content: "";
    background: url(../img/support/arw-circle.svg)no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0% -50%;
    width: 16px;
    height: 16px;
}
.point-model-btn-in{
    width: 50%;
}
.point-model-btn-in:nth-child(even){
    background: #5F0404;
}
.point-model-btn-in:nth-child(2n+1){
    background: #0A0D2B;
}
.point-model-btn-link{
    padding: 15px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: clamp(13px,1.4vw,15px);
}

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

/* point-model */
    .point-model{
        margin-top: 70px;
    }
    .point-model-title{
        text-align: center;
        font-size: 18px;
        padding: 16px 0 18px;
        background: #EFF3F8;
        margin-bottom: 42px;
    }

    .point-model-list{
        gap: 42px;
        flex-direction: column;
    }
    .point-model-item{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .point-model-item-ttl{
        font-size: 16px;
    }
    .point-model-btn-in{
        width: 50%;
    }
    .point-model-btn-in:nth-child(even){
        background: #5F0404;
    }
    .point-model-btn-in:nth-child(2n+1){
        background: #0A0D2B;
    }
    .point-model-btn-link{
        padding: 12px 0;
        font-size: 14px;
    }
}