body{
    max-width: 1400px;
    margin: 0 auto;
    color: #4d4d4d;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

h1{
    margin: 0;
    padding: 0;
}

h1 figure{
    margin: 0;
}

img{
    width: 100%;
}

p{
    font-size: 20px;
}

.container{
    margin: 50px auto;
}

.bg-con{
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    display: inline-block;
    overflow: hidden;
}

.bg-con::after{
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: bg-con 2s ease-in-out infinite;
}

@keyframes bg-con{
    0%{
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80%{
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81%{
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100%{
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.ser-setumei{
    font-size: 40px;
    font-weight: bold;
}

.service-1{
    align-items: center;
    margin: 20px 0;
}

.service-1 h2{
    font-size: 60px;
    font-weight: bold;
}

.scene{
    border: 2px solid #299dd4;
    margin: 20px;
}

.scene h3{
    background-color: #299dd4;
    color: white;
    text-align: center;
    padding: 10px;
}

.scene span{
    font-size: 14px;
}

.scene p{
    padding: 10px 20px;
}

.my-6{
    margin: 50px 0;
}

.title{
    text-align: center;
}

.black{
    font-weight: bold;
}

.red{
    color: #d90000;
    font-size: 50px;
    font-weight: bold;
}

.kadenkaisyu{
    align-items: center;
}

.mb-6{
    margin-bottom: 50px;
}

footer{
    background-color: #0081b9;
}

footer .logo{
    margin-top: 50px;
    width: 80%;
}

footer p{
    color: white;
}

.tel{
    font-size: 60px;
    font-weight: bold;
}

.tel a{
    color: white;
}

.tel i{
    padding-right: 5px;
}

.foot-contact{
    display: flex;
}

.foot-contact a img{
    padding: 10px;
    margin-right: 10px;
}

.copy{
    margin-top: -36px;
    text-align: center;
}

/* contact */
.contact-text h3{
    background-color: #2e3184;
    color: white;
    padding: 10px;
}

.contact-text ul{
    margin: 20px 0;
    padding: 0;
}

.contact-text li{
    list-style-type: none;
}

.contact-1 h4,.contact-2 h4{
    color: #2e3184;
    border-bottom: 1px solid #2e3184;
    padding-bottom: 5px;
    margin-top: 30px;
}

.contact-1 p{
    margin: 0;
}

.contact-1 .tel{
    font-size: 40px;
}

.contact-1 .tel a{
    color: #2e3184;
}

.label{
    margin: 10px 0 5px 0;
}

.label span{
    font-size: 12px;
    color: red;
    padding-left: 10px;
}

.contact-btn{
    margin: 30px 0;
    background-color: #2e3184;
    color: white;
    border-radius: 40px;
    padding: 10px 40px;
}

.teltap{
    font-size: 16px;
}

/* pripoli */
.pripoli{
    border: 1px solid black;
    padding: 20px;
    margin-top: 20px;
    overflow: scroll;
    height: 300px;
}

.pripoli h3{
    background-color: #2e3184;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.pripoli ul{
    list-style-type: none;
    padding: 0;
}

.pripoli p,.contact-2 h4,.pripoli li{
    font-size: 14px;
}

.fixed-bnr{
    position: sticky;
    bottom: 0;
    display: block;
    background-color: #2e3184;
    text-align: center;
    padding: 20px 0;
}

.fixed-bnr img{
    width: 50%;
}

.zisyataiou{
    margin: 150px 0 100px 0;
}

.zisyataiou .row{
    align-items: center;
}

.zisyataiou h4{
    text-align: center;
    background-color: #2e3184;
    color: white;
    padding: 20px 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.text-m{
    line-height: 1.5em;
}

.text-s{
    font-size: 14px;
}

.voice .row{
    align-items: center;
}

.voice .col-md-6{
    padding: 24px;
    background-color: #0081b9;
    color: white;
    border-radius: 20px;
}

.voice .col-md-6 h3{
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.voice .col-md-6 p{
    margin-bottom: 0;
}

.group-company{
    display: flex;
    align-items: center;
}

.group-r h3{
    font-weight: bold;
    border-bottom: 1px solid black;
}

/* onestop */
.onestop{
    --onestop-navy: #2e3184;
    --onestop-blue: #299dd4;
    --onestop-accent-bg: #eaf6fb;
    --onestop-red: #d90000;
    margin: 100px 0;
}

.onestop-eyebrow{
    color: var(--onestop-blue);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.onestop-table{
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(46, 49, 132, 0.12);
}

.onestop-table table{
    width: 100%;
    font-size: 16px;
    margin: 0;
}

.onestop-table th,
.onestop-table td{
    vertical-align: middle;
    padding: 14px 15px;
}

.onestop-table thead th{
    background-color: var(--onestop-navy);
    color: white;
    text-align: center;
    font-weight: normal;
}

.onestop-table tbody th{
    background-color: #f5f5f5;
    white-space: nowrap;
}

.onestop-table .highlight{
    background-color: var(--onestop-accent-bg);
    font-weight: bold;
    color: var(--onestop-navy);
}

.onestop-table td.highlight i{
    color: var(--onestop-blue);
    margin-right: 8px;
}

.onestop-badge{
    display: inline-block;
    background-color: var(--onestop-red);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 20px;
    margin-bottom: 6px;
}

.onestop-sub{
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 60px;
    padding-bottom: 20px;
}

.onestop-sub::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 4px;
    background-color: var(--onestop-blue);
    border-radius: 2px;
    transform: translateX(-50%);
}

.onestop-value{
    margin-top: 20px;
}

.value-box{
    height: 100%;
    padding: 30px 24px;
    border: 1px solid #e5e5e5;
    border-top: 4px solid var(--onestop-navy);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(46, 49, 132, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.value-box:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(46, 49, 132, 0.16);
}

.value-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 50%;
    background-color: var(--onestop-navy);
    color: white;
    font-size: 24px;
}

.value-box h4{
    margin-bottom: 10px;
    color: var(--onestop-navy);
    font-weight: bold;
}

.onestop-flow{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 40px 30px;
    background: linear-gradient(135deg, var(--onestop-navy), #1b1e5c);
    border-radius: 16px;
    color: white;
}

.flow-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    text-align: center;
}

.flow-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 26px;
}

.flow-step span{
    font-weight: bold;
    line-height: 1.4;
}

.flow-arrow{
    align-self: center;
    margin-top: 22px;
    font-size: 20px;
    opacity: 0.6;
}