*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
    color:#111;
    background:#fff;
    line-height:1.7;
    overflow-x:hidden;
    -webkit-text-size-adjust:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

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

.skip-link{
    position:absolute;
    left:-9999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.skip-link:focus{
    left:16px;
    top:16px;
    width:auto;
    height:auto;
    z-index:10000;
    background:#004bd6;
    color:#fff;
    padding:10px 14px;
    border-radius:8px;
    font-weight:900;
}

.container{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0 48px;
}

.header{
    border-bottom:1px solid #eee;
}

.header .container{
    padding:0 32px;
}

.header-inner{
    min-height:86px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0;
}

.logo-img{
    width:200px;
}

.logo-badge{
    background:#004bd6;
    color:#fff;
    font-size:13px;
    font-weight:900;
    padding:6px 12px;
    border-radius:6px;
    white-space:nowrap;
}

.nav{
    display:flex;
    align-items:center;
    gap:18px;
    font-size:14px;
    font-weight:900;
    white-space:nowrap;
}

.nav a:hover{
    color:#004bd6;
}

.header-contact{
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0;
}

.tel{
    text-align:right;
    white-space:nowrap;
}

.tel-label{
    font-size:11px;
    font-weight:900;
    line-height:1.2;
}

.tel-number{
    font-size:24px;
    font-weight:900;
    line-height:1.1;
}

.tel-number a{
    color:inherit;
    text-decoration:none;
}

.tel-number a:hover{
    color:#004bd6;
}

.tel-number::before{
    content:"☎";
    color:#004bd6;
    font-size:19px;
    margin-right:6px;
}

.tel-time{
    font-size:10px;
    font-weight:700;
    color:#333;
}

.header-btn{
    height:48px;
    padding:0 16px;
    border-radius:8px;
    color:#fff;
    font-size:12px;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
}

.btn-blue{
    background:#004bd6;
}

.btn-orange{
    background:#ff8500;
}

@media (max-width:1280px){
.header-inner{
    flex-wrap:wrap;
    padding:12px 0;
    justify-content:center;
    gap:14px;
}

.nav{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
}

.header-contact{
    justify-content:center;
}

}
@media (max-width:640px){
.header{
    position:relative;
}

.header .container{
    padding:0 16px;
}

.header-inner{
    min-height:auto;
    padding:14px 0;
    flex-direction:column;
    align-items:center;
}

.logo-area{
    justify-content:center;
    flex-wrap:wrap;
}

.logo-img{
    width:160px;
}

.logo-badge{
    font-size:10px;
}

.nav{
    gap:10px 14px;
    font-size:12px;
    line-height:1.4;
}

.header-contact{
    width:100%;
    flex-direction:column;
    gap:8px;
}

.tel{
    text-align:center;
}

.tel-number{
    font-size:24px;
}

.header-btn{
    width:100%;
    max-width:420px;
    height:52px;
    font-size:18px;
}

}
@media (max-width:768px){
body{
    padding-top:72px;
}

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#fff;
}

}
:root{
    --lp-header-height:86px;
}

body{
    padding-top:var(--lp-header-height) !important;
}

.header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:9999 !important;
    background:#fff !important;
}

#trouble, #solve, #features, #merit, #subsidy, #contact-form{
    scroll-margin-top:calc(var(--lp-header-height) + 18px) !important;
}

@media (max-width:640px){
body{
    padding-top:var(--lp-header-height) !important;
}

.header{
    max-height:none !important;
    overflow:visible !important;
}

#trouble, #solve, #features, #merit, #subsidy, #contact-form{
    scroll-margin-top:calc(var(--lp-header-height) + 12px) !important;
}

}
.hero{
    position:relative;
    overflow:hidden;
    min-height:760px;
    background:#fff;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background-image:url("https://img.wellcare-japan.com/rasisa_well/rasisa_well.webp");
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    transform:scale(1.05);
    filter:none;
    opacity:0;
}

.hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:none;
}

.hero-inner{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:640px 320px 390px;
    gap:0;
    align-items:start;
    min-height:760px;
    padding:0 0 34px;
}

.hero-left{
    position:relative;
    z-index:2;
    padding-top:12px;
    margin-left:110px;
}

.hero-title{
    font-size:66px;
    line-height:1.18;
    font-weight:900;
    letter-spacing:-.06em;
    margin-bottom:24px;
}

.hero-title span{
    color:#004bd6;
}

.hero-lead{
    font-size:28px;
    line-height:1.55;
    font-weight:900;
    margin-bottom:12px;
}

.hero-lead span{
    color:#004bd6;
}

.hero-points{
    display:flex;
    gap:28px;
}

.hero-point{
    width:180px;
    height:180px;
    aspect-ratio:1 / 1;
    background:rgba(255,255,255,.97);
    border-radius:50%;
    box-shadow:0 14px 35px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:18px;
    text-align:center;
    flex-shrink:0;
    overflow:hidden;
}

.hero-point p{
    font-size:15px;
    line-height:1.45;
    color:#004bd6;
    font-weight:900;
    margin-top:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.point-icon{
    width:50px;
    height:50px;
    border:3px solid #004bd6;
    border-radius:13px;
}

.hero-subsidy-ribbon{
    position:relative;
    z-index:4;
    width:620px;
    max-width:100%;
    height:54px;
    margin:8px auto 0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        90deg,
        #f7a400 0%,
        #ffd34d 14%,
        #f5a400 28%,
        #ffbd18 50%,
        #f5a400 72%,
        #ffd34d 86%,
        #f7a400 100%
    );
    border-radius:5px;
    box-shadow:inset 0 3px 0 rgba(255,255,255,.45),
        inset 0 -4px 0 rgba(160,86,0,.35),
        0 8px 18px rgba(0,0,0,.18);
}

.hero-subsidy-ribbon::before, .hero-subsidy-ribbon::after{
    content:"";
    position:absolute;
    top:8px;
    width:64px;
    height:46px;
    background:linear-gradient(90deg,#f7a400,#ffd34d,#f7a400);
    z-index:-1;
}

.hero-subsidy-ribbon::before{
    left:-46px;
    clip-path:polygon(0 0,100% 0,72% 50%,100% 100%,0 100%,28% 50%);
}

.hero-subsidy-ribbon::after{
    right:-46px;
    clip-path:polygon(0 0,100% 0,72% 50%,100% 100%,0 100%,28% 50%);
}

.hero-subsidy-ribbon span{
    color:#a71922;
    font-size:22px;
    font-weight:900;
    line-height:1.2;
    letter-spacing:.03em;
    text-align:center;
    white-space:nowrap;
    text-shadow:1.5px 1.5px 0 #fff,
        -1.5px 1.5px 0 #fff,
        1.5px -1.5px 0 #fff,
        -1.5px -1.5px 0 #fff,
        0 2px 4px rgba(0,0,0,.16);
}

.form-box{
    width:100%;
    max-width:390px;
    background:rgba(255,255,255,.96);
    border-radius:24px;
    padding:22px 26px 22px;
    box-shadow:0 16px 42px rgba(0,0,0,.12);
    position:relative;
    z-index:4;
    margin-top:44px;
    justify-self:start;
}

.form-title{
    color:#004bd6;
    font-size:25px;
    line-height:1.3;
    font-weight:900;
    text-align:center;
    margin-bottom:6px;
}

.form-sub{
    text-align:center;
    font-size:13px;
    font-weight:900;
    margin-bottom:16px;
}

.form-message-success{
    background:#eaf2ff;
    color:#004bd6;
    border:1px solid #b8d2ff;
    border-radius:10px;
    padding:8px 10px;
    font-size:12px;
    font-weight:900;
    text-align:center;
    margin-bottom:10px;
}

.form-message-error{
    background:#fff0f0;
    color:#d90000;
    border:1px solid #ffb8b8;
    border-radius:10px;
    padding:8px 10px;
    font-size:12px;
    font-weight:900;
    text-align:center;
    margin-bottom:10px;
}

.form-group{
    margin-bottom:10px;
}

.form-group label{
    display:block;
    font-size:13px;
    font-weight:900;
    margin-bottom:4px;
}

.required{
    background:#ff1f1f;
    color:#fff;
    font-size:10px;
    border-radius:3px;
    padding:1px 5px;
    margin-left:8px;
}

input, textarea{
    width:100%;
    border:1px solid #ddd;
    background:#fafafa;
    border-radius:10px;
    padding:8px 14px;
    font-size:13px;
    outline:none;
}

input{
    height:40px;
}

textarea{
    height:64px;
    resize:vertical;
}

.submit-btn{
    width:100%;
    height:48px;
    background:#004bd6;
    color:#fff;
    border:none;
    border-radius:10px;
    font-size:16px;
    font-weight:900;
    margin-top:4px;
    cursor:pointer;
}

.policy{
    font-size:10px;
    text-align:center;
    color:#333;
    margin-top:10px;
    line-height:1.8;
}

.policy-link{
    display:inline-flex;
    align-items:center;
    gap:4px;
    color:#004bd6;
    font-weight:900;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:.2s ease;
}

.policy-link:hover{
    color:#0032a8;
    opacity:.85;
}

.policy-link-icon{
    width:13px;
    height:13px;
    flex-shrink:0;
    transform:translateY(1px);
}

.lp-section{
    padding:46px 0;
}

.lp-inner{
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
}

.section-title{
    text-align:center;
    font-size:30px;
    font-weight:900;
    line-height:1.4;
    margin-bottom:26px;
}

.section-title .blue{
    color:#004bd6;
}

.section-title .orange{
    color:#ff8500;
}

.trouble{
    background:#eef6ff;
}

.trouble-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.trouble-card{
    background:#fff;
    border-radius:16px;
    padding:22px 16px;
    text-align:center;
    box-shadow:0 8px 24px rgba(0,75,214,.08);
}

.trouble-card h3{
    color:#004bd6;
    font-size:18px;
    font-weight:900;
    line-height:1.45;
    margin-bottom:14px;
}

.trouble-icon{
    width:84px;
    height:84px;
    margin:0 auto;
    border-radius:50%;
    background:#eaf2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
}

.solve{
    background:#fff;
}

.solve-title{
    text-align:center;
    font-size:30px;
    font-weight:900;
    margin-bottom:20px;
}

.solve-title .blue{
    color:#004bd6;
}

.solve-title .orange{
    color:#ff8500;
}

.solve-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:nowrap;
}

.solve-title-main{
    white-space:nowrap;
}

.solve-slash{
    flex-shrink:0;
}

.solve-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
}

.solve-card{
    border:2px solid #d7e6ff;
    border-radius:14px;
    padding:14px 10px;
    text-align:center;
    background:#fff;
}

.solve-num{
    width:32px;
    height:32px;
    background:#004bd6;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:900;
    margin:0 auto 8px;
}

.solve-card h3{
    color:#004bd6;
    font-size:14px;
    font-weight:900;
    line-height:1.45;
    margin-bottom:10px;
}

.solve-image{
    height:94px;
    border-radius:10px;
    background:#f5f8ff;
    border:1px solid #dce8ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:44px;
    margin-bottom:10px;
}

.solve-card p{
    font-size:12px;
    font-weight:800;
    line-height:1.5;
}

.feature-summary{
    display:grid;
}

.feature-group h3{
    margin-bottom:10px;
}

.feature-group.staff h3, .feature-group.admin h3{
    color:#004bd6;
}

.feature-organization p{
    margin-top:6px;
    color:#004bd6;
    font-size:18px;
    font-weight:900;
}

.merit{
    background:#004bd6;
    color:#fff;
}

.merit .section-title{
    color:#fff;
}

.merit-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.merit-card{
    background:#fff;
    color:#111;
    border-radius:16px;
    padding:22px 18px;
    display:flex;
    gap:16px;
    align-items:center;
}

.merit-icon{
    flex:0 0 70px;
    width:70px;
    height:70px;
    border:3px solid #004bd6;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#004bd6;
    font-size:34px;
}

.merit-card h3{
    color:#004bd6;
    font-size:18px;
    font-weight:900;
    line-height:1.4;
    margin-bottom:6px;
}

.merit-card h3 .orange{
    color:#ff8500;
    font-size:26px;
}

.merit-card p{
    font-size:12px;
    font-weight:800;
}

.subsidy{
    position:relative;
    overflow:hidden;
    background:radial-gradient(circle at 10% 20%, rgba(255,184,0,.18) 0 90px, transparent 92px),
        linear-gradient(180deg,#fffaf0 0%,#fff5df 100%);
}

.subsidy-box{
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(255,184,0,.28);
    border-radius:26px;
    padding:42px 54px;
    display:grid;
    grid-template-columns:210px 1fr;
    align-items:center;
    gap:48px;
    box-shadow:0 18px 46px rgba(0,0,0,.08),
        0 0 0 1px rgba(255,255,255,.75) inset;
}

.subsidy-box::before{
    content:"";
    position:absolute;
    left:-80px;
    top:-90px;
    width:260px;
    height:260px;
    background:radial-gradient(circle, rgba(255,184,0,.22) 0 3px, transparent 4px);
    background-size:18px 18px;
    opacity:.8;
    pointer-events:none;
}

.subsidy-box::after{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-150px;
    width:58%;
    height:260px;
    background:linear-gradient(135deg, rgba(255,184,0,.16), rgba(255,255,255,0));
    border-radius:260px 0 0 0;
    pointer-events:none;
}

.badge-medal{
    position:relative;
    z-index:1;
    width:170px;
    height:170px;
    border-radius:50%;
    background:conic-gradient(from 220deg,#ffb800,#ffd96a,#ffb800,#ff8a00,#ffb800);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#ff6b00;
    font-size:20px;
    font-weight:900;
    line-height:1.45;
    margin:0 auto;
    box-shadow:0 14px 28px rgba(255,133,0,.24),
        inset 0 0 0 1px rgba(255,255,255,.5);
}

.badge-medal::before{
    content:"";
    position:absolute;
    inset:38px;
    border-radius:50%;
    background:#fff;
    z-index:-1;
    box-shadow:inset 0 0 0 1px rgba(255,184,0,.18);
}

.subsidy-text{
    position:relative;
    z-index:1;
}

.subsidy-text h2{
    color:#111827;
    font-size:32px;
    font-weight:900;
    line-height:1.35;
    letter-spacing:-.02em;
    margin-bottom:18px;
}

.subsidy-text h2::after{
    content:"";
    display:block;
    width:64px;
    height:4px;
    margin-top:18px;
    border-radius:999px;
    background:#ff8500;
}

.subsidy-text p{
    color:#111827;
    font-size:17px;
    font-weight:800;
    line-height:1.9;
}

.subsidy-text p span{
    display:block;
    white-space:nowrap;
}

.subsidy-illust{
    display:none;
}

.bottom-cta{
    background:#004bd6;
    color:#fff;
}

.bottom-cta-inner{
    margin:0 auto;
    padding:0 24px;
    display:grid;
}

.bottom-tel-label{
    font-size:20px;
    font-weight:900;
}

.bottom-tel-number{
    font-size:42px;
    font-weight:900;
    line-height:1.1;
}

.bottom-tel-time{
    font-size:14px;
    font-weight:800;
}

.bottom-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:900;
}

.bottom-btn.orange{
    background:#ff8500;
}

.bottom-btn.white{
    background:#fff;
    color:#004bd6;
}

@media (max-width:1500px){
.container{
    padding:0 40px;
}

.hero-inner{
    grid-template-columns:610px 260px 380px;
}

.hero-left{
    margin-left:80px;
}

.hero-title{
    font-size:60px;
}

.hero-lead{
    font-size:26px;
}

.form-box{
    max-width:380px;
    padding:20px 24px;
}

.form-title{
    font-size:23px;
}

input{
    height:38px;
}

textarea{
    height:58px;
}

.submit-btn{
    height:46px;
}

}
@media (max-width:1280px){
.hero{
    min-height:auto;
}

.hero::before, .hero::after{
    background-size:cover;
    background-position:center top;
}

.hero-inner{
    min-height:auto;
}

.hero-subsidy-ribbon{
    width:620px;
    max-width:calc(100% - 88px);
}

.trouble-grid, .solve-grid, .feature-grid, .merit-grid{
    grid-template-columns:repeat(2,1fr);
}

.subsidy-box{
    grid-template-columns:1fr;
    text-align:center;
    padding:34px 28px;
    gap:24px;
}

.subsidy-text h2::after{
    margin-left:auto;
    margin-right:auto;
}

}
@media (max-width:640px){
.container{
    padding:0 16px;
}

.section-title{
    font-size:24px;
}

.trouble-grid, .solve-grid, .feature-grid, .merit-grid{
    grid-template-columns:1fr;
}

.feature-title-line::before, .feature-title-line::after{
    display:none;
}

}
.trouble-card img, .solve-card img, .houjin-cloud-img{
    max-width:100%;
    height:auto;
}

.solve-card img{
    display:block;
}

@media (max-width:1280px){
.container{
    padding:0 24px;
}

.hero-inner{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 0 44px;
}

.hero-left{
    margin-left:0;
    text-align:center;
    padding-top:24px;
}

.hero-points{
    justify-content:center;
    flex-wrap:wrap;
}

.form-box{
    margin-top:10px;
}

.trouble-grid, .solve-grid, .merit-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
}

.trouble-card{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.trouble-card img{
    width:auto !important;
    max-height:170px;
    object-fit:contain;
    margin:auto auto 0;
}

.solve-card{
    align-items:center;
    justify-content:flex-start;
}

.solve-card img{
    width:auto !important;
    object-fit:contain;
    margin:8px auto 12px;
}

.feature-right{
    width:100%;
    justify-content:center;
}

.houjin-cloud-img{
    width:100%;
    margin:0 auto;
}

}
@media (max-width:640px){
body{
    min-width:0;
}

.container, .lp-inner, .bottom-cta-inner{
    padding-left:16px;
    padding-right:16px;
}

.lp-section{
    padding:34px 0;
}

.point-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
}

.section-title, .solve-title{
    font-size:22px;
    line-height:1.5;
    margin-bottom:20px;
}

.solve-title{
    gap:4px;
    flex-wrap:nowrap;
    white-space:nowrap;
}

.solve-slash{
    font-size:20px;
}

.trouble-grid, .solve-grid, .merit-grid{
    grid-template-columns:1fr;
    gap:16px;
}

.trouble-card{
    min-height:auto;
    padding:20px 16px 22px;
}

.trouble-card h3{
    font-size:18px;
    margin-bottom:14px;
}

.trouble-card img{
    width:auto !important;
    max-height:180px;
    margin:0 auto;
}

.solve-card{
    min-height:auto;
    padding:18px 14px 20px;
}

.solve-card h3{
    font-size:16px;
    margin-bottom:10px;
}

.solve-card img{
    width:auto !important;
    object-fit:contain;
    margin:8px auto 12px;
}

.solve-card p{
    min-height:auto;
    font-size:13px;
}

.features{
    padding-top:34px;
}

.feature-summary{
    grid-template-columns:1fr;
    gap:20px;
}

.feature-list-box{
    border-radius:16px;
}

.feature-title-badge{
    max-width:100%;
}

.feature-organization-illust{
    min-height:145px;
}

.feature-cloud{
    width:72px;
    height:36px;
}

.feature-dotted{
    top:36px;
    width:252px;
    height:82px;
}

.feature-schools{
    top:82px;
    gap:16px;
}

.feature-school{
    width:62px;
    height:44px;
}

.feature-school::before{
    top:-22px;
    width:50px;
    height:25px;
}

.feature-school-labels{
    gap:48px;
}

.feature-organization p{
    font-size:17px;
}

.merit-card{
    flex-direction:column;
    text-align:center;
    padding:20px 16px;
}

.subsidy-box{
    grid-template-columns:1fr;
    padding:28px 18px;
    text-align:center;
    border-radius:20px;
    gap:20px;
}

.badge-medal{
    width:132px;
    height:132px;
    font-size:16px;
}

.badge-medal::before{
    inset:30px;
}

.subsidy-text h2{
    font-size:21px;
    line-height:1.5;
}

.subsidy-text h2::after{
    margin-left:auto;
    margin-right:auto;
}

.subsidy-text p{
    font-size:12px;
    line-height:1.8;
    letter-spacing:-0.05em;
}

.subsidy-text p span{
    display:block;
    white-space:nowrap;
}

.bottom-cta-inner{
    grid-template-columns:1fr;
    text-align:center;
    gap:12px;
}

.bottom-tel-label{
    font-size:16px;
}

.bottom-btn{
    height:52px;
    font-size:15px;
}

}
.hero-point img{
    width:90px !important;
    height:90px !important;
    object-fit:contain;
    flex:0 0 90px;
}

.hero-point:nth-child(2) img{
    width:140px !important;
    height:auto !important;
    max-height:110px;
    object-fit:cover;
    transform:scale(1.55);
    transform-origin:center;
}

.hero-point:nth-child(3) img{
    width:96px !important;
    height:96px !important;
    flex:0 0 96px;
}

.trouble-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    min-height:260px;
}

.trouble-card h3{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.trouble-card img{
    width:auto !important;
    height:145px;
    max-width:190px;
    object-fit:contain;
    margin:0 auto;
}

.solve-card{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    min-height:292px;
}

.solve-card h3{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.solve-card img{
    width:auto !important;
    height:104px;
    max-width:150px;
    object-fit:contain;
    margin:0 auto 10px;
}

.solve-card p{
    min-height:54px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    text-align:center;
}

.feature-group{
    position:relative;
    overflow:visible;
    padding-top:32px;
}

.feature-ribbon{
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    min-width:128px;
    padding:6px 18px 7px;
    background:#ff8500;
    color:#fff;
    border-radius:6px;
    font-size:14px;
    font-weight:900;
    line-height:1;
    text-align:center;
    box-shadow:0 6px 14px rgba(255,133,0,.22);
    z-index:5;
}

.feature-ribbon::before, .feature-ribbon::after{
    content:"";
    position:absolute;
    top:8px;
    width:18px;
    height:18px;
    background:#d96f00;
    z-index:-1;
}

.feature-ribbon::before{
    left:-10px;
    clip-path:polygon(100% 0,0 50%,100% 100%);
}

.feature-ribbon::after{
    right:-10px;
    clip-path:polygon(0 0,100% 50%,0 100%);
}

.feature-school{
    overflow:visible;
}

.feature-school::before{
    top:-27px;
    width:62px;
    height:31px;
    clip-path:polygon(50% 0,100% 100%,0 100%);
}

@media (max-width:1280px){
.trouble-card{
    min-height:270px;
}

.trouble-card img{
    height:150px;
    max-width:210px;
}

.solve-card{
    min-height:310px;
}

.solve-card img{
    height:130px;
    max-width:210px;
}

}
@media (max-width:640px){
.hero-point:nth-child(2) img{
    transform-origin:center;
}

.trouble-card, .solve-card{
    min-height:auto;
}

.trouble-card h3, .solve-card h3, .solve-card p{
    min-height:auto;
}

.trouble-card img{
    height:160px;
    max-width:220px;
}

.solve-card img{
    height:140px;
    max-width:230px;
}

.feature-group{
    padding-top:34px;
    margin-top:12px;
}

.feature-ribbon{
    top:-14px;
    min-width:118px;
    font-size:13px;
}

}
.hero-points{
    margin-top:18px !important;
}

.hero-subsidy-ribbon{
    margin-top:8px !important;
}

@media (min-width:1281px){
.hero{
    min-height:700px;
}

.hero::after{
    background-size:auto 700px;
    background-position:left -10% top;
}

.hero-inner{
    min-height:700px;
    padding-bottom:18px;
}

.hero-left{
    padding-top:18px;
    margin-left:92px;
}

.hero-title{
    font-size:58px;
    line-height:1.13;
    margin-bottom:20px;
}

.hero-lead{
    font-size:25px;
    line-height:1.5;
    margin-bottom:0;
}

.hero-points{
    margin-top:78px !important;
    transform:translateX(-18px);
    justify-content:flex-start;
}

.hero-point:nth-child(3) img{
    flex:0 0 86px;
}

.hero-point p{
    margin-top:8px;
}

.hero-subsidy-ribbon{
    width:560px;
    height:48px;
    margin:8px 0 0 -52px !important;
}

.hero-subsidy-ribbon span{
    font-size:20px;
}

}
@media (min-width:1281px) and (max-width:1500px){
.hero-left{
    margin-left:70px;
}

.hero-title{
    font-size:54px;
}

.hero-lead{
    font-size:23px;
}

.hero-points{
    margin-top:66px !important;
    transform:translateX(-12px);
}

.hero-subsidy-ribbon{
    margin-left:-36px !important;
}

}
@media (max-width:1280px){
.hero-points{
    margin-top:28px !important;
}

.hero-subsidy-ribbon{
    margin-top:12px !important;
}

}
@media (max-width:640px){
.hero-points{
    margin-top:18px !important;
}

}
.hero::after{
    background-image:linear-gradient(
            90deg,
            rgba(255,255,255,0.96) 0%,
            rgba(255,255,255,0.88) 12%,
            rgba(255,255,255,0.40) 30%,
            rgba(255,255,255,0.05) 48%,
            rgba(255,255,255,0.18) 60%,
            rgba(255,255,255,0.58) 72%,
            rgba(255,255,255,0.88) 84%,
            rgba(255,255,255,1) 100%
        ),
        url("https://img.wellcare-japan.com/rasisa_well/rasisa_well.webp") !important;
    background-repeat:no-repeat;
    background-size:auto 760px;
    background-position:left -20% top;
}

.hero-fade-right{
    position:absolute;
    top:0;
    right:0;
    width:620px;
    height:100%;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(
            90deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.10) 18%,
            rgba(255,255,255,0.35) 38%,
            rgba(255,255,255,0.68) 62%,
            rgba(255,255,255,0.90) 82%,
            rgba(255,255,255,1) 100%
        );
}

@media (min-width:1281px){
.hero::after{
    background-image:linear-gradient(
                90deg,
                rgba(255,255,255,0.96) 0%,
                rgba(255,255,255,0.86) 14%,
                rgba(255,255,255,0.32) 32%,
                rgba(255,255,255,0.02) 50%,
                rgba(255,255,255,0.16) 60%,
                rgba(255,255,255,0.52) 70%,
                rgba(255,255,255,0.84) 82%,
                rgba(255,255,255,1) 100%
            ),
            url("https://img.wellcare-japan.com/rasisa_well/rasisa_well.webp") !important;
}

}
@media (max-width:1280px){
.hero-fade-right{
    display:none;
}

}
.features{
    background:#fff;
    padding-top:10px;
}

.feature-summary{
    grid-template-columns:minmax(0, 1fr) 360px;
    gap:40px;
    align-items:center;
}

.feature-list-box{
    position:relative;
    border:3px solid #244ee8;
    border-radius:18px;
    background:#fff;
    padding:34px 18px 20px;
    overflow:visible;
}

.feature-title-badge{
    position:absolute;
    top:-28px;
    left:46px;
    min-width:230px;
    padding:7px 28px 9px;
    border-radius:8px;
    background:#004bd6;
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:900;
    line-height:1.1;
    box-shadow:0 5px 0 rgba(0,0,0,.08);
}

.feature-group-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:14px;
}

.feature-group{
    min-height:176px;
    border:3px solid #244ee8;
    border-radius:14px;
    padding:24px 22px 16px;
    background:#fff;
}

.feature-group.enji{
    border-color:#28b86a;
    background:linear-gradient(90deg,#fff 0%,#eafbf1 50%,#fff 100%);
}

.feature-group.staff{
    border-color:#244ee8;
    background:linear-gradient(90deg,#fff 0%,#eef8ff 50%,#fff 100%);
}

.feature-group.admin{
    border-color:#a75aa5;
    background:linear-gradient(90deg,#fff 0%,#fff0fb 50%,#fff 100%);
}

.feature-group h3::before{
    inset:0;
}

.feature-group h3::after{
    content:"";
    position:absolute;
    left:-34px;
    right:-34px;
    top:50%;
    height:34px;
    transform:translateY(-50%);
    z-index:-2;
    pointer-events:none;
}

.feature-group.enji h3::after{
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(174,244,197,.78) 28%, rgba(174,244,197,.78) 72%, rgba(255,255,255,0));
}

.feature-group.staff h3::after{
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(190,232,255,.78) 28%, rgba(190,232,255,.78) 72%, rgba(255,255,255,0));
}

.feature-group.admin h3::after{
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(244,196,238,.78) 28%, rgba(244,196,238,.78) 72%, rgba(255,255,255,0));
}

.feature-group ul{
    padding-left:24px;
    color:#004bd6;
    font-size:17px;
    font-weight:900;
    line-height:1.85;
}

.feature-group li::marker{
    color:#004bd6;
    font-size:1.05em;
}

.feature-organization{
    text-align:center;
}

.houjin-cloud-img{
    width:100%;
    max-width:360px;
    margin:0 auto;
    display:block;
}

@media (max-width:1280px){
.feature-summary{
    grid-template-columns:1fr;
    gap:28px;
}

.feature-list-box{
    max-width:860px;
    width:100%;
    margin:0 auto;
}

.houjin-cloud-img{
    max-width:420px;
}

}
@media (max-width:640px){
.feature-list-box{
    padding:22px 14px 16px;
}

.feature-title-badge{
    position:static;
    width:fit-content;
    min-width:0;
    margin:0 auto 16px;
    font-size:20px;
    padding:7px 18px;
}

.feature-group-grid{
    grid-template-columns:1fr;
    gap:14px;
}

.feature-group{
    min-height:auto;
    padding:20px 18px 16px;
}

.feature-group ul{
    font-size:15px;
    line-height:1.8;
}

.houjin-cloud-img{
    max-width:340px;
}

}
.feature-group h3{
    position:relative;
    width:150px;
    max-width:100%;
    margin:0 auto 18px;
    padding:2px 8px 4px;
    text-align:center;
    font-size:28px;
    font-weight:900;
    line-height:1.15;
    border-radius:0;
    background:transparent !important;
    z-index:1;
}

.feature-group h3::before{
    content:"";
    position:absolute;
    left:-34px;
    right:-34px;
    top:50%;
    height:40px;
    transform:translateY(-50%);
    border-radius:0;
    z-index:-1;
    pointer-events:none;
}

.feature-group h3::after{
    display:none !important;
}

.feature-group.enji h3{
    color:#2fb463;
}

.feature-group.enji h3::before{
    background:linear-gradient(
        90deg,
        rgba(93,214,135,0) 0%,
        rgba(93,214,135,.16) 18%,
        rgba(93,214,135,.46) 50%,
        rgba(93,214,135,.16) 82%,
        rgba(93,214,135,0) 100%
    );
}

.feature-group.staff h3{
    color:#004bd6;
}

.feature-group.staff h3::before{
    background:linear-gradient(
        90deg,
        rgba(109,190,255,0) 0%,
        rgba(109,190,255,.16) 18%,
        rgba(109,190,255,.46) 50%,
        rgba(109,190,255,.16) 82%,
        rgba(109,190,255,0) 100%
    );
}

.feature-group.admin h3{
    color:#a75aa5;
}

.feature-group.admin h3::before{
    background:linear-gradient(
        90deg,
        rgba(230,150,224,0) 0%,
        rgba(230,150,224,.16) 18%,
        rgba(230,150,224,.46) 50%,
        rgba(230,150,224,.16) 82%,
        rgba(230,150,224,0) 100%
    );
}

@media (max-width:640px){
.feature-group h3{
    font-size:24px;
    margin-bottom:14px;
}

.feature-group h3::before{
    left:-28px;
    right:-28px;
    height:36px;
}

}
@media (min-width:1281px){
.hero-points{
    gap:20px !important;
    align-items:flex-start;
}

.hero-point{
    width:168px !important;
    height:168px !important;
    padding:14px 16px 16px !important;
    overflow:hidden !important;
    justify-content:center !important;
}

.hero-point img{
    width:76px !important;
    height:76px !important;
    max-width:92px !important;
    max-height:76px !important;
    object-fit:contain !important;
    flex:0 0 auto !important;
    margin:0 auto 8px !important;
    transform:none !important;
}

.hero-point:nth-child(1) img{
    width:74px !important;
    height:74px !important;
    max-height:74px !important;
}

.hero-point:nth-child(2) img{
    width:100px !important;
    height:76px !important;
    max-width:100px !important;
    max-height:76px !important;
    object-fit:contain !important;
    transform:none !important;
}

.hero-point:nth-child(3) img{
    width:82px !important;
    height:76px !important;
    max-width:82px !important;
    max-height:76px !important;
    object-fit:contain !important;
    transform:none !important;
}

.hero-point p{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    font-size:14px !important;
    line-height:1.35 !important;
    text-align:center !important;
    color:#004bd6 !important;
    font-weight:900 !important;
    white-space:normal !important;
}

}
@media (min-width:1281px) and (max-width:1500px){
.hero-point{
    width:160px !important;
    height:160px !important;
    padding:12px 14px 14px !important;
}

.hero-point img{
    width:70px !important;
    height:70px !important;
    max-height:70px !important;
    margin-bottom:7px !important;
}

.hero-point:nth-child(2) img{
    width:94px !important;
    height:70px !important;
    max-width:94px !important;
    max-height:70px !important;
}

.hero-point:nth-child(3) img{
    width:76px !important;
    height:70px !important;
    max-width:76px !important;
    max-height:70px !important;
}

.hero-point p{
    font-size:13px !important;
    line-height:1.32 !important;
}

}
@media (max-width:1280px){
.hero-point{
    overflow:hidden !important;
}

.hero-point img, .hero-point:nth-child(2) img, .hero-point:nth-child(3) img{
    object-fit:contain !important;
    transform:none !important;
}

}
@media (max-width:640px){
.hero-point img{
    margin-right:16px !important;
}

.hero-point{
    position:relative !important;
    flex-direction:row !important;
    justify-content:flex-start !important;
    isolation:isolate;
}

.hero-point::before{
    content:"";
    position:absolute;
    background:linear-gradient(135deg, #eef5ff 0%, #ffffff 55%, #eaf3ff 100%);
    border:1px solid rgba(0,75,214,.12);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
    z-index:-1;
}

.hero-point img{
    position:relative !important;
    z-index:1 !important;
    max-width:78px !important;
    max-height:78px !important;
    flex:0 0 78px !important;
    object-fit:contain !important;
    transform:none !important;
    margin:0 20px 0 0 !important;
    display:block !important;
}

.hero-point:nth-child(2) img{
    max-height:78px !important;
    flex:0 0 90px !important;
    object-fit:contain !important;
    transform:none !important;
    margin-right:16px !important;
}

.hero-point:nth-child(3) img{
    max-width:82px !important;
    max-height:78px !important;
    flex:0 0 82px !important;
    object-fit:contain !important;
    transform:none !important;
    margin-right:18px !important;
}

.hero-point p{
    position:relative !important;
    z-index:1 !important;
    flex:1 1 auto !important;
}

.hero-points{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
}

.hero-point{
    aspect-ratio:auto !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    min-height:96px !important;
    padding:14px 16px !important;
    border-radius:22px !important;
    display:grid !important;
    grid-template-columns:92px minmax(0, 1fr) !important;
    column-gap:14px !important;
    align-items:center !important;
    text-align:left !important;
    overflow:hidden !important;
    border:1px solid rgba(0,75,214,.12) !important;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.hero-point::before{
    left:16px !important;
    top:50% !important;
    width:82px !important;
    height:82px !important;
    border-radius:22px !important;
    transform:translateY(-50%) !important;
}

.hero-point img, .hero-point:nth-child(2) img, .hero-point:nth-child(3) img{
    grid-column:1 !important;
    justify-self:center !important;
    align-self:center !important;
    width:74px !important;
    height:74px !important;
    max-width:74px !important;
    max-height:74px !important;
    flex:none !important;
    object-fit:contain !important;
    transform:none !important;
    margin:0 !important;
}

.hero-point:nth-child(2) img{
    max-width:82px !important;
}

.hero-point p{
    grid-column:2 !important;
    display:block !important;
    margin:0 !important;
    min-width:0 !important;
    color:#004bd6 !important;
    font-size:16px !important;
    line-height:1.48 !important;
    font-weight:900 !important;
    letter-spacing:.01em !important;
    text-align:left !important;
}

.hero-point p::after{
    content:"" !important;
    display:block !important;
    width:48px !important;
    height:4px !important;
    margin-top:9px !important;
    border-radius:999px !important;
    background:#ff8500 !important;
}

.hero::before{
    background-size:cover;
    background-position:center top;
    transform:none;
}

.hero::after{
    background-size:auto 520px;
    background-position:center top;
}

.hero-left{
    margin-left:0;
}

.hero-point img{
    width:78px !important;
    height:78px !important;
}

.hero-point:nth-child(2) img{
    width:94px !important;
    height:78px !important;
}

.hero-point:nth-child(3) img{
    width:78px !important;
    height:78px !important;
}

.hero-point p{
    margin-top:0;
    justify-content:flex-start;
}

}
@media (max-width:380px){
.hero-point p{
    font-size:16px;
}

}
@media (max-width:640px){
#contact-form{
    scroll-margin-top:16px;
}

.form-box{
    background:rgba(255,255,255,.98);
}

.submit-btn{
    font-size:18px;
    height:54px;
}

}
@media (min-width:1281px){
.form-box{
    transform:none !important;
}

}
@media (max-width:1280px){
.form-box{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:relative !important;
    z-index:10 !important;
    width:100% !important;
    max-width:560px !important;
    justify-self:center !important;
    margin:32px auto 0 !important;
    transform:none !important;
}

}
@media (max-width:640px){
.form-box{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    width:calc(100% - 20px) !important;
    max-width:520px !important;
    margin:30px auto 0 !important;
    padding:28px 18px 24px !important;
    border-radius:24px !important;
    transform:none !important;
}

.form-title{
    display:block !important;
    font-size:28px !important;
    line-height:1.3 !important;
    margin-bottom:8px !important;
}

.form-sub{
    display:block !important;
    font-size:14px !important;
    margin-bottom:20px !important;
}

}
#contact-form{
    scroll-margin-top:118px !important;
}

@media (min-width:1281px){
#contact-form{
    scroll-margin-top:110px !important;
}

}
@media (max-width:1280px){
#contact-form{
    scroll-margin-top:28px !important;
}

.hero .form-box, #contact-form{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:relative !important;
    z-index:20 !important;
    width:100% !important;
    max-width:560px !important;
    margin:34px auto 0 !important;
    transform:none !important;
}

}
@media (max-width:640px){
.hero{
    min-height:auto !important;
}

.hero-inner{
    grid-template-columns:1fr !important;
    gap:0 !important;
}

.hero-inner > div:nth-child(2){
    display:none !important;
}

.hero .form-box, #contact-form{
    visibility:visible !important;
    opacity:1 !important;
    border-radius:24px !important;
    box-sizing:border-box !important;
    transform:none !important;
}

#contact-form .form-title{
    display:block !important;
    color:#004bd6 !important;
    font-size:28px !important;
    line-height:1.35 !important;
    margin-bottom:8px !important;
    text-align:center !important;
}

#contact-form .form-sub{
    display:block !important;
    font-size:14px !important;
    line-height:1.6 !important;
    margin-bottom:20px !important;
    text-align:center !important;
}

#contact-form .form-group, #contact-form form, #contact-form input, #contact-form textarea, #contact-form .submit-btn, #contact-form .policy{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}

#contact-form input, #contact-form textarea{
    width:100% !important;
    box-sizing:border-box !important;
}

#contact-form .submit-btn{
    width:100% !important;
}

}
@media (min-width:1281px){
.hero .form-box, #contact-form{
    display:block !important;
}

.hero-fade-right{
    width:520px !important;
}

}
@media (min-width:1281px) and (max-width:1500px){
.hero-inner{
    grid-template-columns:minmax(520px, 1fr) 24px 440px !important;
    padding-right:16px !important;
}

.hero .form-box, #contact-form{
    max-width:440px !important;
}

}
@media (min-width:1281px){
.hero .form-box, #contact-form{
    width:100% !important;
    max-width:390px !important;
    justify-self:end !important;
    align-self:start !important;
    margin-left:auto !important;
    margin-right:-40px !important;
    margin-top:34px !important;
    padding:22px 24px !important;
    transform:none !important;
}

}
@media (min-width:641px) and (max-width:1280px){
.hero .form-box, #contact-form{
    display:block !important;
    width:100% !important;
    max-width:430px !important;
    margin:34px auto 0 !important;
    padding:24px 26px !important;
}

}
@media (max-width:640px){
.hero .form-box, #contact-form{
    display:block !important;
    width:100% !important;
    max-width:520px !important;
    margin:30px auto 0 !important;
    padding:24px 18px !important;
}

.hero-subsidy-ribbon{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:46px !important;
    min-height:46px !important;
    margin:16px auto 0 !important;
    padding:0 10px !important;
    border-radius:5px !important;
    background:linear-gradient(
            90deg,
            #f7a400 0%,
            #ffd34d 14%,
            #f5a400 28%,
            #ffbd18 50%,
            #f5a400 72%,
            #ffd34d 86%,
            #f7a400 100%
        ) !important;
    box-shadow:inset 0 3px 0 rgba(255,255,255,.45),
            inset 0 -4px 0 rgba(160,86,0,.35),
            0 8px 18px rgba(0,0,0,.18) !important;
    z-index:5 !important;
}

.hero-subsidy-ribbon::before, .hero-subsidy-ribbon::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    top:6px !important;
    width:48px !important;
    height:40px !important;
    background:linear-gradient(90deg,#f7a400,#ffd34d,#f7a400) !important;
    z-index:1 !important;
    border-radius:0 !important;
}

.hero-subsidy-ribbon::before{
    clip-path:polygon(0 0,100% 0,72% 50%,100% 100%,0 100%,28% 50%) !important;
}

.hero-subsidy-ribbon::after{
    clip-path:polygon(0 0,100% 0,72% 50%,100% 100%,0 100%,28% 50%) !important;
}

.hero-subsidy-ribbon span{
    position:relative !important;
    z-index:2 !important;
    display:block !important;
    color:#a71922 !important;
    font-size:clamp(12px, 3.4vw, 16px) !important;
    font-weight:900 !important;
    line-height:1.15 !important;
    letter-spacing:.01em !important;
    text-align:center !important;
    white-space:nowrap !important;
    text-shadow:1.2px 1.2px 0 #fff,
            -1.2px 1.2px 0 #fff,
            1.2px -1.2px 0 #fff,
            -1.2px -1.2px 0 #fff,
            0 2px 4px rgba(0,0,0,.16) !important;
}

}
@media (max-width:380px){
.hero-subsidy-ribbon{
    height:42px !important;
    min-height:42px !important;
}

.hero-subsidy-ribbon::before, .hero-subsidy-ribbon::after{
    top:6px !important;
    width:40px !important;
    height:36px !important;
}

.hero-subsidy-ribbon span{
    font-size:clamp(11px, 3.2vw, 14px) !important;
}

}
html{
    scroll-behavior:smooth;
    scroll-padding-top:116px;
}

section[id], #contact-form{
    scroll-margin-top:116px !important;
}

@media (min-width:1281px){
.hero-inner{
    grid-template-columns:minmax(620px, 1fr) 100px 390px !important;
    padding-right:40px !important;
}

.form-box{
    width:100% !important;
    max-width:390px !important;
    justify-self:end !important;
    align-self:start !important;
    margin-left:auto !important;
    margin-right:0 !important;
    margin-top:34px !important;
}

}
.bottom-cta{
    padding:34px 0 !important;
}

.bottom-cta-inner{
    max-width:1180px !important;
    grid-template-columns:1fr 360px !important;
    gap:34px !important;
    align-items:center !important;
}

.bottom-contact-main{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.bottom-contact-action{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:10px;
}

.bottom-action-text{
    font-size:15px;
    font-weight:900;
    text-align:center;
    color:#fff;
    line-height:1.4;
}

.bottom-btn{
    width:100%;
    max-width:360px;
    height:64px !important;
    border-radius:14px !important;
    box-shadow:0 10px 24px rgba(0,0,0,.16);
}

@media (max-width:1280px){
html{
    scroll-padding-top:32px;
}

section[id], #contact-form{
    scroll-margin-top:32px !important;
}

.bottom-cta-inner{
    grid-template-columns:1fr !important;
    text-align:center !important;
    gap:20px !important;
}

.bottom-contact-main, .bottom-contact-action{
    align-items:center !important;
}

.bottom-btn{
    max-width:420px;
}

}
@media (max-width:640px){
html{
    scroll-padding-top:22px;
}

section[id], #contact-form{
    scroll-margin-top:22px !important;
}

.hero-subsidy-ribbon{
    max-width:none !important;
    margin-left:28px !important;
    margin-right:28px !important;
    overflow:visible !important;
}

.bottom-cta{
    padding:28px 0 !important;
}

.bottom-tel-number{
    font-size:34px !important;
}

.bottom-action-text{
    font-size:14px;
}

}
@media (max-width:380px){
.hero-subsidy-ribbon{
    width:calc(100% - 48px) !important;
    margin-left:24px !important;
    margin-right:24px !important;
}

.hero-subsidy-ribbon::before{
    left:-38px !important;
}

.hero-subsidy-ribbon::after{
    right:-38px !important;
}

}
.hero-mobile-visual{
    display:none;
}

@media (max-width:640px){
.hero{
    overflow:hidden !important;
}

.hero::before{
    opacity:.08 !important;
    filter:blur(10px) !important;
}

.hero::after{
    background-image:none !important;
    opacity:0 !important;
}

.hero-inner{
    display:block !important;
    padding:28px 0 34px !important;
}

.hero-left{
    position:relative !important;
    z-index:2 !important;
}

.hero-title{
    margin-bottom:16px !important;
}

.hero-lead{
    margin-bottom:16px !important;
}

.hero-mobile-visual{
    display:block !important;
    position:relative !important;
    width:calc(100% + 32px) !important;
    margin:8px -16px 18px !important;
    height:260px !important;
    overflow:hidden !important;
    border-radius:0 !important;
}

.hero-mobile-visual::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
            180deg,
            rgba(255,255,255,.04) 0%,
            rgba(255,255,255,.08) 46%,
            rgba(255,255,255,.76) 100%
        );
    pointer-events:none;
}

.hero-mobile-visual img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:58% center !important;
    display:block !important;
    transform:scale(1.02) !important;
}

.hero-points{
    margin:0 auto !important;
    width:100% !important;
    max-width:390px !important;
    gap:12px !important;
}

.hero-point{
    background:rgba(255,255,255,.97) !important;
    box-shadow:0 12px 30px rgba(0,75,214,.12) !important;
}

.hero-subsidy-ribbon{
    margin-top:18px !important;
    width:calc(100% - 68px) !important;
}

.hero-subsidy-ribbon::before{
    left:-34px !important;
}

.hero-subsidy-ribbon::after{
    right:-34px !important;
}

}
@media (max-width:380px){
.hero-mobile-visual{
    height:230px !important;
}

}
@media (max-width:640px){
.hero{
    background:#fff !important;
    padding-top:0 !important;
    margin-top:0 !important;
}

.hero::before, .hero::after, .hero-fade-right, .hero-mobile-visual::after{
    display:none !important;
    opacity:0 !important;
    background:none !important;
    filter:none !important;
}

.hero-inner{
    padding-top:0 !important;
    margin-top:0 !important;
}

.hero-left{
    padding-top:0 !important;
    margin-top:0 !important;
}

.hero-title{
    margin-top:0 !important;
}

.hero-mobile-visual{
    background:#fff !important;
    margin-top:10px !important;
    margin-bottom:16px !important;
}

.hero-mobile-visual img{
    filter:none !important;
    opacity:1 !important;
}

.hero-copy, .hero-title{
    padding-top:18px !important;
}

}
.tel-link{
    color:inherit !important;
    text-decoration:none !important;
}

@media (max-width:640px){
.hero-left{
    text-align:center !important;
}

.hero-title{
    display:inline-block !important;
    width:auto !important;
    max-width:calc(100% - 16px) !important;
    font-size:50px !important;
    line-height:1.12 !important;
    letter-spacing:-.06em !important;
    margin:0 auto 22px !important;
    padding-top:18px !important;
    transform:translateX(10px) !important;
}

.hero-lead{
    display:inline-block !important;
    width:auto !important;
    max-width:calc(100% - 16px) !important;
    text-align:left !important;
    font-size:24px !important;
    line-height:1.58 !important;
    letter-spacing:-.025em !important;
    margin:0 auto 18px !important;
    transform:translateX(10px) !important;
}

}
@media (max-width:380px){
.hero-title{
    font-size:43px !important;
    max-width:calc(100% - 16px) !important;
    transform:translateX(6px) !important;
}

.hero-lead{
    font-size:21px !important;
    max-width:calc(100% - 16px) !important;
    transform:translateX(6px) !important;
}

}
.hero-title .hero-title-line{
    display:block !important;
    width:max-content !important;
    max-width:100% !important;
    color:#111;
}

.hero-title .blue-word{
    color:#004bd6;
}

.hero-title .hero-title-accent-line{
    position:relative !important;
    padding-bottom:14px !important;
}

.hero-title .hero-title-accent-line::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:7px;
    border-radius:999px;
    background:#ff8500;
}

@media (max-width:640px){
.hero-title{
    text-align:left !important;
}

.hero-title .hero-title-accent-line{
    padding-bottom:12px !important;
}

.hero-title .hero-title-accent-line::after{
    height:6px;
}

}
@media (max-width:380px){
.hero-title .hero-title-accent-line{
    padding-bottom:10px !important;
}

.hero-title .hero-title-accent-line::after{
    height:5px;
}

}
#privacy-policy{
    padding:80px 0;
    background:#f7f9fc;
}

.privacy-card{
    max-width:1000px;
    margin:0 auto;
    background:#ffffff;
    border-radius:32px;
    padding:56px;
    box-shadow:0 10px 30px rgba(0,45,120,0.08);
}

.privacy-title{
    font-size:42px;
    font-weight:700;
    color:#153b66;
    margin-bottom:40px;
    line-height:1.4;
    position:relative;
}

.privacy-title::after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#39b6ff;
    margin-top:16px;
    border-radius:999px;
}

.privacy-text{
    font-size:16px;
    line-height:2;
    color:#555;
    margin-bottom:40px;
}

.privacy-section{
    margin-bottom:40px;
}

.privacy-section h2{
    font-size:24px;
    font-weight:700;
    color:#153b66;
    margin-bottom:16px;
    padding-left:16px;
    border-left:5px solid #39b6ff;
}

.privacy-section p{
    font-size:16px;
    line-height:2;
    color:#555;
}

.privacy-section ul{
    padding-left:24px;
    margin-top:12px;
}

.privacy-section li{
    margin-bottom:10px;
    line-height:1.9;
    color:#555;
}

.contact-box{
    background:#f4f9fd;
    border-radius:16px;
    padding:24px;
    margin-top:16px;
}

.contact-box p{
    margin-bottom:10px;
}

.privacy-date{
    margin-top:56px;
    padding-top:24px;
    border-top:1px solid #e5e7eb;
    color:#888;
    font-size:14px;
    line-height:1.8;
}

@media (max-width: 768px){
#privacy-policy{
    padding:48px 0;
}

.privacy-card{
    padding:32px 24px;
    border-radius:24px;
}

.privacy-title{
    font-size:30px;
}

.privacy-section h2{
    font-size:20px;
}

.privacy-text, .privacy-section p, .privacy-section li{
    font-size:15px;
}

}
