@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #222222;
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
.large {
    font-size: 1.4em;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
/*表示切り替え*/
.pc {
    display: block !important;
    margin: auto;
}
.pc2 {
    display: block !important;
    margin: left;
}
.sp {
    display: none !important;
}
.br-sp {
    display: none;
}
.br-pc {
    display: block;
}
.img-sp {
    display: none;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}
/* fv ファーストビュー */
.fv {
    width: 100%;
    height: 600px;
    background: url('img/fv_back_pc.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv-inner {
    max-width: 1100px;
    width: 90%;
    text-align: left;
}
.fv-logo {
    width: 300px;
    margin-bottom: 40px;
    filter: drop-shadow(6px 6px 16px rgba(245, 198, 202, 1)) drop-shadow(6px 6px 16px rgba(255, 255, 255, 1));
}
.fv-title {
    font-size: 76px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 6px 6px 16px rgba(245, 198, 202, 0.7), 6px 6px 16px rgba(255, 255, 255, 0.7);
}
.fv-sub {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.8;
    text-shadow: 5px 5px 14px rgba(245, 198, 202, 0.7), 5px 5px 14px rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
    .fv {
        height: 480px;
        background: url('img/fv_back_sp.png') center/cover no-repeat;
    }
    .fv-logo {
        width: 200px;
        margin-bottom: 25px;
    }
    .fv-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .fv-sub {
        font-size: 18px;
        line-height: 1.4;
    }
}
/* about　PulseAIとは */
.about {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(90deg, #3F3185 0%, #885076 100%);
    border-radius: 20px;
    color: #fff;
}
.about-ttl {
    max-width: 350px;
    margin: 0 auto 30px;
    display: block;
}
.about-line {
    height: 2px;
    background: #fff;
    margin: 25px 0;
}
.about-heading {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}
.about-text {
    line-height: 1.8;
    margin: 30px 0 70px;
    font-size: 1.3em;
}
.about-imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.about-img {
    width: 100%;
    aspect-ratio: 354 / 250;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width: 768px) {
    .about {
        padding: 40px 0;
    }
    .about-ttl {
        max-width: 280px;
        margin-bottom: 25px;
    }
    .about-heading {
        font-size: 26px;
    }
    .about-text {
        margin: 25px 0 30px;
        font-size: 1.2em;
    }
    .about-imgs {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
/* point　どんなことができるの？ */
.point {
    width: 100%;
    padding: 80px 0 60px;
    background: #E6D6E8;
    border-radius: 20px;
}
.point-ttl {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.point-box {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}
.point-rev {
    grid-template-columns: 1fr 1.3fr;
}
.point-num {
    font-weight: 900;
    color: #3F3185;
    margin-bottom: 10px;
}
.point-head {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #222;
}
.point-desc {
    font-size: 1.2em;
    line-height: 1.7;
    color: #3E3A39;
}
.point-img {
    width: 100%;
    border-radius: 12px;
}
@media (max-width: 768px) {
    .point {
        padding: 40px 0;
    }
    .point-ttl {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .point-box, .point-rev {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .point-txt {
        order: -1;
    }
    .point-head {
        font-size: 30px;
    }
}
/* risk　教育も、業務も、日報指導も。～～ */
.risk {
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(90deg, #3F3185 0%, #885076 100%);
    border-radius: 20px;
}
.risk-heading {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}
.risk-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.risk-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    flex-shrink: 0;
}
.risk-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.risk-label {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}
.risk-arrow {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.risk-msg {
    color: #fff;
    line-height: 1.8;
    text-align: center;
    font-size: 1.3em;
}
@media (max-width: 768px) {
    .risk {
        padding: 40px 0;
    }
    .risk-heading {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .risk-flow {
        flex-direction: column;
        gap: 15px;
    }
    .risk-item {
        width: 90%;
        padding: 18px 20px;
    }
    .risk-arrow {
        transform: rotate(90deg);
    }
}
/* func　機能・できること */
.func {
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(180deg, #B8CCE6 0%, #D6BFDB 100%);
    border-radius: 20px;
    position: relative;
}
.func-inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.func-ttl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    display: block;
}
.func-cat {
    margin-bottom: 50px;
}
.func-cat-name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}
.func-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.func-grid-biz {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.func-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}
.func-item-wide {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.func-name {
    font-size: 22px;
    font-weight: 600;
    color: #3F3185;
    margin-bottom: 12px;
    line-height: 1.3;
}
.func-desc {
    color: #3E3A39;
    line-height: 1.6;
    margin: 0;
}
.func-point {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.func-point span {
    display: inline-block;
    background: #3F3185;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
}
.func-img {
    width: 100%;
    border-radius: 12px;
}
.func-closing {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    margin: 50px 0 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .func {
        padding: 40px 0 60px;
    }
    .func-ttl {
        max-width: 300px;
        margin-bottom: 40px;
    }
    .func-grid, .func-grid-biz {
        grid-template-columns: 1fr;
    }
    .func-item-wide {
        grid-column: 1;
        grid-template-columns: 1fr;
    }
    .func-closing {
        font-size: 22px;
        margin-top: 30px;
        text-align: left;
    }
}
/* price　料金について */
.price {
    width: 100%;
    padding: 80px 0;
    background: #FBF0F5;
    border-radius: 20px;
}
.price-ttl {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}
.price-catch {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}
.price-catch-small {
    font-size: 14px;
}
.price-note {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    margin-top: 8px;
}
.price-sub {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 80px;
    text-align: center;
}
.price-sub-margin {
    margin-top: 80px;
}
.price-initial {
    margin-bottom: 0;
}
.price-initial-top {
    background: #F8D9E7;
    border-radius: 12px 12px 0 0;
    padding: 25px;
    text-align: center;
}
.price-initial-label {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.price-initial-bottom {
    background: #fff;
    border-radius: 0 0 12px 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.price-initial-item {
    padding: 35px 25px;
    border-right: 1px solid #ddd;
    text-align: left;
}
.price-initial-item:last-child {
    border-right: none;
}
.price-initial-num {
    font-weight: bold;
    margin: 0;
    display: inline;
}
.price-initial-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    display: inline;
}
.price-badge {
    display: inline-block;
    background: #E83D45;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
}
.price-initial-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.price-initial-list li {
    padding: 8px 0 0 20px;
    position: relative;
}
.price-initial-list li:before {
    content: "●";
    position: absolute;
    left: 0;
    color: #3F3185;
}
.price-initial-cost {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.price-desc {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
.price-cat {
    margin-bottom: 30px;
}
.price-cat-name {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}
.price-plan {
    margin-top: 0;
}
.price-plan-top {
    background: #E1CEE3;
    border-radius: 12px 12px 0 0;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.price-plan-label {
    display: inline-block;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}
.price-p-l01 {
    background: #D7374D;
}
.price-p-l02-3 {
    background: #222;
}
.price-plan-title {
    font-size: 30px;
    font-weight: bold;
    flex-grow: 1;
}
.price-plan-cost {
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
}
.price-plan-bottom {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 35px;
}
.price-plan-bottom p {
    margin: 0 0 20px;
    line-height: 1.6;
    font-weight: bold;
}
.price-plan-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.price-plan-bottom li {
    padding: 5px 0 5px 20px;
    position: relative;
}
.price-plan-bottom li:before {
    content: "●";
    position: absolute;
    left: 0;
    color: #3F3185;
}
.price-or {
    width: 60px;
    height: auto;
    margin: 40px auto;
    display: block;
}
.price-plus {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 30px 0;
}
.price-cost {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}
.price-cost-title {
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    padding-right: 40px;
    border-right: 2px solid #ddd;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.price-cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.price-cost-list li {
    padding: 0px 0 0px 20px;
    position: relative;
}
.price-cost-list li:before {
    content: "●";
    position: absolute;
    left: 0;
    color: #3F3185;
}
@media (max-width: 768px) {
    .price {
        padding: 50px 0;
    }
    .price-ttl {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .price-catch {
        text-align: left;
        font-size: 22px;
        margin-bottom: 40px;
    }
    .price-sub {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .price-initial-bottom {
        grid-template-columns: 1fr;
        border: 1px solid #ddd;
    }
    .price-initial-item {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 25px;
    }
    .price-initial-item:last-child {
        border-bottom: none;
    }
    .price-cat-name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .price-plan-top {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
    }
    .price-plan-title {
        width: 100%;
        font-size: 22px;
    }
    .price-plan-cost {
        width: 100%;
        font-size: 22px;
    }
    .price-plan-bottom {
        padding: 20px;
    }
    .price-plan-bottom ul {
        font-size: 14px;
    }
    .price-cost {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .price-cost-title {
        text-align: left;
        padding-right: 0;
        border-right: none;
        margin-bottom: 20px;
    }
    .price-cost-list {
        text-align: left;
    }
    .price-desc {
        text-align: left;
    }
}
/* subsidy 補助金の活用について */
.subsidy {
    width: 100%;
    padding: 80px 0;
    background: #9EB5D9;
    border-radius: 20px;
    text-align: center;
}
.subsidy-ttl {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #222;
}
.subsidy-desc {
    margin-bottom: 50px;
}
.subsidy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.subsidy-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
}
.subsidy-card-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
    margin-top: 0;
}
.subsidy-card-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}
.subsidy-label {
    font-weight: 600;
}
.subsidy-value {
    font-size: 22px;
    font-weight: bold;
    color: #3F3185;
}
.subsidy-max {
    color: #3F3185;
}
.subsidy-large {
    color: #3F3185;
}
.subsidy-card-note {
    margin: 20px 0 0;
}
.subsidy-highlight {
    background: #3F3185;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.subsidy-highlight p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}
.subsidy-highlight strong {
    font-weight: bold;
}
@media (max-width: 768px) {
    .subsidy {
        padding: 50px 0;
    }
    .subsidy-ttl {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .subsidy-desc {
        text-align: left;
        margin-bottom: 40px;
    }
    .subsidy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    .subsidy-card {
        padding: 25px;
    }
    .subsidy-highlight {
        padding: 20px;
    }
    .subsidy-highlight p {
        font-size: 16px;
    }
}
/* closing */
.closing {
    width: 100%;
    padding: 80px 0;
    background: #fff;
    text-align: center;
}
.closing-desc {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 50px;
}
.closing-title {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 60px;
    line-height: 1.6;
}
.closing-slider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 60px;
}
.closing-slider-track {
    display: flex;
    gap: 20px;
    animation: slide 10s linear infinite;
    width: fit-content;
}
.closing-slide {
    width: 420px;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-25%);
    }
}
@media (max-width: 768px) {
    .closing {
        padding: 50px 0;
        text-align: left;
    }
    .closing-desc {
        margin-bottom: 40px;
    }
    .closing-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .closing-slide {
        width: 300px;
        height: 200px;
    }
}
/* contact お問い合わせ */
.contact {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(90deg, #3F3185 0%, #885076 100%);
    border-radius: 20px;
    margin: 40px 0;
}
.contact-box {
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    margin-bottom: 40px;
    text-align: center;
}
.contact-ttl {
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 0 0 25px;
}
.contact-desc {
    line-height: 1.8;
    margin: 0 0 20px;
}
.contact-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.contact-btn {
    display: flex;
    align-items: center;
    color: #3F3185;
    gap: 10px;
    background: #fff;
    border: 5px solid #3F3185;
    border-radius: 12px;
    padding: 25px 30px;
    text-decoration: none;
    box-shadow: 5px 5px 0 #B2B2B2;
    transition: transform 0.3s;
}
.contact-btn:hover {
    transform: translate(-2px, -2px);
}
.contact-btn-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}
.contact-btn-text {
    font-size: 22px;
    font-weight: 900;
    flex-grow: 1;
}
.contact-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #3F3185;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .contact {
        padding: 50px 0;
    }
    .contact-box {
        padding: 35px 25px;
        margin-bottom: 30px;
        text-align: left;
    }
    .contact-ttl {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .contact-buttons {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-btn {
        gap: 10px;
        padding: 15px 15px;
    }
    .contact-btn-arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
/* header ヘッダー・メニュー */
.header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.header-logo {
    height: 50px;
    width: auto;
}
.header-logo img {
    height: 100%;
    width: auto;
}
.header-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-left: auto;
}
.header-nav a {
    font-size: 15px;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 8px;
}
.header-nav a:hover {
    color: #3F3185;
}
.header-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3F3185;
    border-bottom: 2px solid #3F3185;
    transform: rotate(45deg);
}
.header-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 20px;
}
.header-btn {
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    transition: opacity 0.3s;
    color: #fff;
}
.header-btn:hover {
    opacity: 0.8;
}
.header-btn-primary {
    background: #3F3185;
    color: #fff;
}
.header-btn-secondary {
    background: #222;
    color: #fff;
}
.header-menu-toggle {
    display: none;
    width: 50px;
    height: 50px;
    border: 2px solid #3F3185;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.header-menu-toggle span {
    width: 20px;
    height: 2px;
    background: #3F3185;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}
.header-menu-toggle span:nth-child(1) {
    transform: translateX(-50%) translateY(calc(-50% - 8px));
}
.header-menu-toggle span:nth-child(2) {
    transform: translateX(-50%) translateY(-50%);
}
.header-menu-toggle span:nth-child(3) {
    transform: translateX(-50%) translateY(calc(-50% + 8px));
}
.header-menu-toggle.active span:nth-child(1) {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.header-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.header-menu-toggle.active span:nth-child(3) {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.header-menu-mobile {
    display: none;
    background: #E9EEEE;
    padding: 30px 30px 15px;
    flex-direction: column;
    gap: 20px;
}
.header-menu-mobile a {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}
.header-menu-mobile a:last-of-type {
    border-bottom: none;
}
.header-buttons-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.header-buttons-mobile .header-btn {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.header-mobile-logo {
    width: 100%;
    max-width: 150px;
    margin: 10px auto 0;
    display: block;
}
@media (max-width: 768px) {
    .header-nav, .header-buttons {
        display: none;
    }
    .header-menu-toggle {
        display: flex;
    }
    .header-menu-mobile.active {
        display: flex;
    }
}
/* footer */
.footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 50px 0;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-logo1, .footer-logo2 {
    height: 40px;
    width: auto;
}
.footer-divider {
    color: #ccc;
    font-size: 20px;
}
.footer-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}
.footer-nav a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-nav a:hover {
    color: #3F3185;
}
.footer-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3F3185;
    border-bottom: 2px solid #3F3185;
    transform: rotate(45deg);
}
.footer-copy {
    font-size: 12px;
    text-align: right;
    margin: 0;
}
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 30px;
    }
    .footer-nav {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .footer-logo {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    .footer-divider {
        display: none;
    }
    .footer-copy {
        text-align: left;
        margin-top: 25px;
    }
}