
.feature-wrap{
    max-width:1100px;
    margin:0 auto;
}
.feature-note{
    width:calc((100% - 60px) / 3);
    margin-top:12px;
    margin-left:calc((100% - 60px) / 3 + 30px);
    font-size:12px;
    line-height:1.6;
    color:#777;
    text-align:left;
}
.feature-note p{
    margin:0;
    text-indent: -1em;
    padding-left: 1em;
}
.feature-note p + p{
    margin-top:4px;
}
.feature-note-sp{
    display:none;
}
.feature-box img,
.flow-item img,
.step-box img,
.notice-item img,
.movie-img{
    -webkit-user-drag: none;
    user-select: none;
}
.highlight {
    color:#0F5EA8;
    font-weight:700;
    font-size:1.15em;
}
.spbr {
  display: none;
} 
.pcbr {
  display: inline;
} 
.movie-img {
     width:600px;
     height: auto;
}   
.movie-section{
    width:100%;
    background:linear-gradient(
        90deg,
        #edf5ff 0%,
        #f7fbff 100%
    );
    padding:60px 0px 0px;
}
.movie-wrap{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
    padding: 0px 0px 60px;
}
.movie-text{
    width:50%;
}
.movie-text h2{

    color:#0047b3;
    font-size:30px;
    margin-bottom:25px;
}
.movie-text p{

    line-height:2;
    margin-bottom:35px;
}
.movie-btn{

    display:inline-block;
    padding:16px 36px;
    border:2px solid #0c56d0;
    border-radius:6px;
    color:#0c56d0!important;
    text-decoration:none;
    font-weight:bold;
    transition:.3s;
    background: #fff;
    font-size: 16px;
}
.movie-btn:hover{
    background:#0c56d0;
    color:#fff!important;
}
.movie-video{
    width:50%;
}
.movie-video a{
    display:block;
    border-radius:8px;
    overflow:hidden;
    transition:transform .25s ease, box-shadow .25s ease;
}
.movie-video a:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.movie-img{
    display:block;
    width:600px;
    height:auto;
}
.movie-video iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
}
.notice{
    background:#fff;
    padding:60px 0;
}
.notice-inner{
    max-width:1100px;
    margin:0 auto;
}
.notice h3{
    text-align:center;
    color:#0047b3;
    font-size:23px;
    margin-bottom:45px;
}
.notice-list{
    display:flex;
    justify-content:space-between;
    gap:0;
    max-width:1500px;
    margin:0 auto;
}
.notice-item{
    flex:1;
    padding:0 40px;
    display:flex;
    align-items:center;
    gap:20px;
}
.notice-item:not(:last-child){
    border-right:1px solid #ddd;
}
.notice-item img{
    width:42px;
}
.notice-item p{
    line-height:1.8;
    font-size:14px;
}
.cta{
    background:#0047b3;
    padding:55px 0;
}
.cta-inner{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.cta h2{
    color:#fff;
    font-weight:bold;
    flex:1;
    white-space:nowrap;
    margin-right:40px;
    font-size:30px;
}
.cta-btns{
    display:flex;
    gap:24px;
}
.cta-btns a{
    width:300px;
    box-sizing:border-box;
    text-align:center;
}
.btn-yellow{
    background:#ffd329;
    color:#222;
    text-decoration:none;
    padding:18px 50px 18px 45px;
    border-radius:4px;
    font-weight:bold;
    font-size:16px;
    position:relative;
    transition:transform .25s ease, box-shadow .25s ease;
}
.cta .btn-white{
    color:#fff;
    text-decoration:none;
    padding:18px 50px 18px 40px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:4px;
    font-size:16px;
    font-weight: bold;
    position:relative;
    transition:transform .25s ease, box-shadow .25s ease;
}
.btn-yellow,
.cta .btn-white{
    padding:20px 76px 20px 52px;
    font-size:17px;
    border-radius:6px;
}
.btn-yellow::after,
.cta .btn-white::after{
    content:"›";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
    font-weight:normal;
    transition:transform .25s ease;
    right:24px;
}
.btn-yellow:hover,
.cta .btn-white:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 24px rgba(0,0,0,.15);
}
.btn-yellow:hover::after,
.cta .btn-white:hover::after{
    transform:translateY(-50%) translateX(3px);
}
.scroll-in{
    opacity:0;
    transform:translate3d(0,60px,0);
    transition:
        transform .9s cubic-bezier(.22,1,.36,1),
        opacity .9s ease;
    will-change:transform, opacity;
}
.scroll-in.active{
    opacity:1;
    transform:translate3d(0,0,0);
}
.feature-section{
    background:#f7f9fc;
}
.flow-section{
    background:#fff;
}
.step-section{
    background:#f7f9fc;
}
.inner{
    max-width:1200px;
    margin:auto;
    padding:70px 20px;
}
.section-title{
    position:relative;
    text-align:center;
    padding-bottom:22px;
    margin-bottom:38px;
    font-size:23px;
    font-weight:700;
    color:#1f3c88;
}
.section-title::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:180px;
    height:1px;
    background:#d9d9d9;
}
.section-title::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-1px;
    transform:translateX(-50%);
    width:60px;
    height:3px;
    background:#214ea3;
}
.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.feature-box{
    background:#fff;
    border:1px solid #dfe7f3;
    border-radius:10px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 5px 12px rgba(0,0,0,.05);
}
.feature-box img{
    width:70px;
    margin-bottom:20px;
}
.feature-box h3{
    font-size:18.5px;
    color:#333;
    margin-bottom:8px;
}
.feature-box p{
    font-size:14px;
    color:#666;
}
.feature-box img{
    width: auto;
    height: 60px;
    object-fit:contain;
    display:block;
    margin:0 auto 25px;
}
.flow-line{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
.flow-item{
    width:170px;
    text-align:center;
}
.flow-item img{
    width:auto;
    height:72px;
    object-fit:contain;
    display:block;
    margin:0 auto 10px;
}
.flow-item span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    text-align:center;
}
.arrow{
    font-size:24px;
    color:#b3b3b3;
}
.step-grid{
    display:grid;
    grid-template-columns:1fr 40px 1fr 40px 1fr;
    align-items:center;
    gap:10px;
}
.step-box{
    position:relative;
    background:#fff;
    border:1px solid #dfe7f3;
    border-radius:10px;
    padding:35px 20px 35px;
    text-align:center;
    box-shadow:0 5px 12px rgba(0,0,0,.05);
}
.step-box img{
    width:auto;
    height:55px;
    object-fit:contain;
    display:block;
    margin:0 auto 20px;
}
.step-box h3{
    font-size:18px;
    margin-bottom:10px;
}
.step-box p{
    font-size:14px;
    color:#666;
    line-height:1.8;
}
.step-badge{
    position:absolute;
    left:-18px;
    top:-23px;
    width:72px;
    height:72px;
    border-radius:50%;
    background:#0b4db7;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 6px 16px rgba(0,0,0,.18);
}
.step-badge span{
    font-size:10px;
    letter-spacing:.08em;
    line-height:1;
}
.step-badge strong{
    font-size:24px;
    line-height:1;
    margin-top:3px;
}
.step-arrow{
    text-align:center;
    font-size:28px;
    color:#b3b3b3;
}
html{
    scroll-behavior:smooth;
}
.hero-area{
    min-height:400px;
    height: 470px;
    background:url("/support/iss/web/top.png") center center / cover no-repeat;
    display:flex;
    align-items:center;
}
.hero-text{
    width:100%;
    margin:0;
    padding-left:clamp(50px, 8vw, 140px);
    box-sizing:border-box;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.hero-label{
    display:inline-block;
    padding:5px 15px;
    border-radius:5px;
    margin-bottom:20px;
    background:#1E4F8A;
    border:2px solid #1E4F8A;
    font-weight:bold;
}
.hero-label span{
    color:#FFD54F;
}
.hero-text p{
    font-size:18px;
    margin:8px 0;
}
.sub-bold{
    color:#000;
    font-size:22px!important;
    font-weight:bold;
    letter-spacing: 0.7px;
}
.sub{
    color:#000;
    font-size:15px!important;
}
.hero-btn{
    margin-top:30px;
    display:flex;
    gap:16px;
}
.btn{
    position:relative;
    display:inline-block;
    padding:14px 40px 14px 25px;
    width:250px;
    text-align:center;
    background:#0F5EA8;
    color:#fff!important;
    border:2px solid #0F5EA8;
    text-decoration:none;
    border-radius:4px;
    font-weight:bold;
    transition:transform .25s ease, box-shadow .25s ease;
    font-size: 16px;
}
.btn:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(15,94,168,.25);
}
.btn::after{
    content:"›";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    transition:transform .25s ease;
    font-size:22px;
    font-weight:normal;
}
.btn:hover::after{
    transform:translateY(-50%) translateX(3px);
}
.btn-white{
    background:#fff;
    color:#0F5EA8!important;
    border:2px solid #0F5EA8;
}
.btn-white:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(15,94,168,.2);
}
h1{
    padding:15px 0!important;
    border-left:none!important;
    font-size:49px;
    font-weight:bold!important;
    letter-spacing:1.3px;
    background-color: unset!important;
}
.h1-blue{
    color:#245B99;
}



/*==========================
  スマホ
==========================*/
@media screen and (max-width:768px){

    .hero-area{
        height: 470px;
        min-height:420px;
        padding:30px 0px;
        align-items:flex-start;

        /* スマホ用画像 */
        background:url("/support/iss/web/top-sp.png") center top / cover no-repeat;
    }

    .hero-text{
        padding:0 20px;
    }

    .hero-label{
        font-size:14px;
        padding:4px 13px;
        margin-bottom:14px;
    }

    .hero-text h1{
        font-size:25px;
        line-height:1.35;
        letter-spacing:.5px;
        padding:10px 0!important;
        margin-bottom:10px;
        background: none;
    }

    .hero-text p{
        font-size:14px;
        margin:4px 0;
    }

    .sub-bold{
        font-size:15.5px!important;
        line-height:1.5;
    }

    .sub{
        font-size:14px!important;
        line-height:1.6;
    }

    .hero-btn{
        width:100%;
        flex-direction:column;
        gap:12px;
        margin-top:18px;
    }

    .btn{
        width:100%;
        max-width:260px;
        padding:11px 40px 11px 15px;
        font-size:14px;
        box-sizing:border-box;
    }
    .inner{
        padding:50px 15px;
    }

    .section-title{
        font-size:18px;
    }

    .feature-grid{
        display:flex;
        flex-direction:column;
        gap:15px;
    }

    .flow-line{
        flex-direction:column;
    }

    .arrow{
        transform:rotate(90deg);
    }

    .step-grid{
        grid-template-columns:1fr;
    }

    .step-arrow{
        transform:rotate(90deg);
        margin:10px 0;
    }

    .movie-wrap{
        flex-direction:column;
        gap:30px;
        padding:0 15px 40px;
    }

    .movie-text,
    .movie-video{
        width:100%;
    }

    .movie-text{
        text-align:center;
    }

    .movie-text h2{
        font-size:24px;
        margin-bottom:15px;
    }

    .movie-text p{
        font-size:14px;
        line-height:1.8;
        margin-bottom:25px;
    }

    .movie-btn{
        display:inline-block;
        width:100%;
        max-width:280px;
        padding:10px 18px;
        font-size: 14px;
    }

    .movie-img{
        width:100%;
        max-width:600px;
        height:auto;
    }

    .movie-section {
        padding: 40px 0px 0px;
    }

    .notice{
        padding:40px 15px;
    }

    .notice-list{
        flex-direction:column;
        gap:20px;
    }

    .notice-item{
        padding:15px 0;
        border-right:none !important;
        border-bottom:1px solid #ddd;
        justify-content:flex-start;
        width:300px;
        margin:0 auto;
        gap:16px;
    }

    .notice-item p{
        margin:0;
        flex:1;
    }

    .notice-item img{
        flex:0 0 42px;
    }

    .notice-item:last-child{
        border-bottom:none;
    }

    .cta-inner{
        flex-direction:column;
        text-align:center;
        gap:25px;
    }

    .cta h2{
        font-size:20px;
        margin-right: 0px;
    }

    .cta-btns{
        width:100%;
        flex-direction:column;
        align-items:center;
    }

    .cta-btns a{
        width:100%;
        max-width:320px;
    }

    .btn-yellow,
    .cta .btn-white{
        display:flex;
        align-items:center;
        justify-content:center;
        width:100%;
        max-width:320px;
        min-height:64px;
        box-sizing:border-box;
        padding:12px 56px 12px 32px;
        font-size:15px;
        text-align:center;
    }

    .feature-box img {
        width: auto;
        height: 45px;
    }

    .feature-box h3 {
        font-size: 17px;
    }

    .feature-box {
        padding: 15px 5px;
    }

    .feature-grid {
        gap: 15px;
    }

    .flow-item{
        display:flex;
        align-items:center;
        width:220px;
        margin:0 auto;
        text-align:left;
    }

    .flow-item img{
        width:auto;
        height:48px;
        flex:0 0 60px;
        object-fit:contain;
        margin:0;
    }

    .flow-item span{
        flex:1;
        margin-left:16px;
        white-space:nowrap;
    }

    .flow-item img{
        width:48px;
        height:48px;
        object-fit:contain;
    }

    .flow-line {
        gap: 7px;
    }

    .step-grid {
        padding: 10px;
    }

    .step-box h3 {
        font-size: 17px;
    }

    .spbr {
        display: inline;
    } 

    .pcbr {
        display: none;
    } 

    .feature-wrap{
        display:flex;
        flex-direction:column;
    }

    .feature-grid{
        display:contents;
    }

    .feature-note{
        order:3;
        width:100%;
        margin:8px 0 15px;
    }

    .feature-grid .feature-box:nth-child(1){
        order:1;
    }

    .feature-grid .feature-box:nth-child(2){
        order:2;
    }

    .feature-grid .feature-box:nth-child(3){
        order:4;
    }

    .feature-box{
        margin-bottom:15px;
    }

    .feature-note{
        margin:0 0 15px;
    }
}



