.fv-background {
    transform: translate(0px, -40%) scale(1)!important;
}


.president {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.container.president-container {
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 8.6rem 7vw 15rem;
}

.president-description {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    margin-top: 3rem;
    font-family: "Noto Sans JP", sans-serif;
}

.president-content-wrapper {
    display: flex;
    flex-direction: column;
}
.president-content-inner {
    display: flex;
    gap: 6rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.president-content {
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.president-image {
    width: 42rem;
}

.president-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.president-message {
    color: var(--black);
    font-family: var(--font-noto-sans-jp);
    font-size: 1.0625rem;
    font-weight: 350;
    line-height: 147%;
    width: 46%;
}

.president-message p {
    margin-bottom: 2rem;
}

.president-signature {
    margin-top: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.president-title {
    color: var(--black);
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
}

.president-name {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1.75rem;
}

.president-decoration {
    position: absolute;
    right: -2%;
    top: 51%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.company-logo {
    width: 100%;
    height: auto;
    display: block;
}

/* @media screen and (max-width: 1200px) {
    .president-image {
        width: 45%;
    }
} */
@media (max-width: 1024px) {

    .president-message {
        width: 100%;
        padding-top: 0;
    }

    .president-content-inner {
        flex-direction: column;
    }

    .president-image {
        width: 35rem;
    }
    .president-description {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        color: var(--black);
        margin: 3.12rem 0 0;
    }

.president-decoration {
    top: auto;
    right: -5%;
    bottom: -3.5%;
    width: 39%;
}
.double-color-title::before {
    font-size: 3.59375rem;
}
.president-container {
    padding: 6.25rem 7vw;
}
}

@media (max-width: 768px) {
    .president-headline {
        font-size: 1.3rem;
        margin: 30px 0 40px;
    }

    .president-content {
        flex-direction: column;
        align-items: center;
    }

    .president-image {
        width: 100%;
        max-width: 400px;
    }

    .president-signature {
        text-align: center;
        margin-top: 40px;
    }

    .double-color-title {
        font-size: 1.5rem;
    }

    .double-color-subtitle {
        font-size: 0.9rem;
    }
    .fv-background {
        transform: translate(0px, 0%) scale(2)!important;
    }
    .container.president-container {
        padding: 6.25rem 7vw 9rem;
    }
    .president-message {
        font-size: var(--font-size-sp-p);
    }

    .president-message p {
        margin-bottom: 1.2rem;
    }
    .president-title {
        font-size: 0.875rem;
    }
    .president-name {
        font-size: 1.25rem;
    }
}

/* Role Section======================================================= */
.role {
    background: #CCEAF9;
    padding: 0 0 5.74rem;
    margin: 0 auto;
    min-height: 100vh;
}

.role-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3px 0vw 9.38rem!important;
}

.role-header {
    text-align: center;
}

.role-intro-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 3.12rem;
}

.role-intro {
    text-align: center;
    line-height: 1.9;
}

.role-intro p {
    font-size: var(--font-size-pc-p);
    color: var(--black);
    letter-spacing: 0.0625rem;
    margin: 0;
}

.role-circles-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    background-color: var(--white); 
    padding: 5rem 3.75rem;
    margin-top: 2.9rem;
    width: 100%;
}
.role-circles {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    position: relative;
    padding-bottom: 3.31rem;
}

.circle-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 -18px;
}

.circle-item:nth-child(1),
.circle-item:nth-child(3) {
    margin-top: 6.81rem;
    z-index: 1;
}

.circle-item:nth-child(2) {
    z-index: 3;
}

.circle-wrapper {
    position: relative;
    width:21.875rem;
    height: 21.875rem;
    background: transparent;
    border-radius: 50%;
    border: 2px solid rgba(0, 63, 145, 0.40);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 15px;
}

.circle-wrapper::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #CCEAF9;
    border-radius: 50%;
    z-index: 0;
    width: 18.07063rem;
    height: 18.07063rem;
}

.circle-wrapper::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 5.65625rem;
    background: repeating-linear-gradient(
        to bottom,
        var(--lightblue) 0,
        var(--lightblue) 5px,
        transparent 5px,
        transparent 10px
    );
}

.circle-title::after {
    content: '';
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    background: var(--lightblue);
    border-radius: 50%;
    z-index: 2;
}

.circle-number {
    font-family: var(--font-din-2014);
    font-size: 2.5rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    color: var(--lightblue);
    font-weight: 700;
    z-index: 1;
    text-align: center;
/* width: 3.75681rem; */
height: 2.13994rem;
}

.circle-icon {
    margin: -1rem 0;
    z-index: 1;
    position: relative;
}

.helmet-icon {
    position: relative;
    width: 11.55569rem;
    height: auto;
}

.network-icon {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    text-align: center;
    line-height: 160%;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    letter-spacing: 0.1rem;
}

.circle-description {
    font-size: var(--font-size-pc-p);
    line-height: 1.7;
    color: var(--black);
    text-align: center;
    /* max-width: 280px; */
    margin-top: 25px;
font-weight: 400;
line-height: 190%; /* 2.1375rem */
letter-spacing: 0.0625rem;
}

.role-divider {
    width: 100%;
    max-width: 1080px;
    margin: 2.5rem auto 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.role-divider svg {
    width: 100%;
    height: auto;
    display: block;
}

.role-bottom {
    text-align: center;
    line-height: 190%;
}

.role-bottom p {
    font-size: 1.25rem;
    color: var(--black);
    margin: 0;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.1rem;
}

.role-image {
    margin: 5.31rem auto 0;
    overflow: hidden;
    width: 100%;
    height: 27.99688rem;
    justify-content: center;
}

.role-image img {
    width: 100%;
    height: auto;
    display: block;
    transform: translate(0%, -24.5%);
}

@media (max-width: 1200px) {
    .circle-title::after {
        display: none;
    }
    .circle-wrapper::after {
        display: none;
    }

    .circle-icon {
        margin: 1rem 0;
    }
    .helmet-icon {
        width: 100%;
    }

    .network-icon {
        width: 100%;
    }

    .documents-icon,
    .mizuno-icon {
        width: 100%;
        height: auto;
    }
    .circle-wrapper {
        border: none;
        background: transparent;
    }
}

@media (max-width: 1024px) {
    .role {
        padding: 0rem;
    }
    .role-container {
        max-width: 1200px;
        margin: 0 7vw;
        padding: 3px 0vw 0!important;
    }
    .role-circles {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 80px;
        padding-bottom: 0.5rem;
    }

    .circle-item {
        width: 100%;
        max-width: 400px;
    }
    .circle-item:nth-child(1),
    .circle-item:nth-child(3) {
        margin-top: 0;
    }

    .circle-wrapper {
        margin-bottom: 0;
        justify-content: center;
        padding-bottom: 0;
        gap: 0.5rem;
    }

    .circle-title.tb-sp-only {
        position: relative;
        margin-top: 5px;
        margin-bottom: 0;
        width: 100%;
        line-height: 1.8rem;
    }

    .double-color-title {
        font-size: 3rem;
    }

    .double-color-title::before {
        font-size: 4.5rem;
    }
    .role-image {
        margin: 5.31rem auto 0;
        overflow: hidden;
        width: 100%;
        height: 20rem;
        justify-content: center;
        margin: 5.31rem calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
        width: 100%;  
    }
    .role-intro p,
    .role-intro-secondary p,
    .role-bottom p {
        font-size: 1.125rem;
    }

    .circle-number {
        font-size: 2.01625rem;
        line-height: 0.74rem;
        height: 0.79rem;
    }

    .circle-icon {
        margin: -0.37rem 0;
    }



    .circle-wrapper {
        width: 16rem;
        height: 16rem;
        padding: 0.71rem;
        transform-origin: center;
        margin: 1.125rem auto;
    }

    .circle-wrapper::before {
        display: none;
    }

.circle-description {
    line-height: 1.6rem;
    letter-spacing: 0.0625rem;
}
.role-circles-container {
    gap: 0;
}
}

@media (max-width: 768px) {
    .role {
        padding: 0;
    }

    .double-color-title {
        font-size: 2.5rem;
    }

    .double-color-title::before {
        font-size: 3.5rem;
    }

    .role-header {
        margin-bottom: 40px;
    }

    .role-intro,
    .role-intro-secondary {
        margin-bottom: 0px;
    }

    .role-intro p,
    .role-intro-secondary p,
    .role-bottom p {
        font-size: var(--font-size-sp-p);
    }

    .circle-item::after {
        top: 220px;
    }

    .circle-title {
        font-size: 1.125rem;
    }

    .circle-description {
        font-size: var(--font-size-sp-p);
    }

    .role-divider {
        margin: 60px auto;
    }

    .role-bottom {
        margin-bottom: 5.31rem;
    }
    .role-intro-container {
        padding: 0 15px;
    }
    .role-container {
        padding: 0px !important;
        margin: 0;
    }
        .role-image {
            margin: 5.31rem auto 0;
            overflow: hidden;
            width: 100%;
            height: 25rem;
            justify-content: center;
            margin: 0 calc(50% - 50vw) 0;  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
            width: 160vw;  
        }
        .role-image img {
            transform: translate(0%, -10.5%);
        }
    .double-color-title {
        font-size: 2rem;
    }

    .double-color-title::before {
        font-size: 3rem;
    }
    .circle-wrapper {
        margin: 0;
        width: 10rem;
        height: 10rem;
    }
    .circle-wrapper::before {
        width: 6.5rem;
        height: 6.5rem;
        top: 0.7rem;
        left: 0.7rem;
        right: auto;
        bottom: auto;
    }

    .circle-icon {
        margin-top: 0.5rem;
    }

    .circle-item::after {
        top: 200px;
    }

    .circle-number {
        margin-top: 1rem;
    }
    .role-circles-container {
        padding: 5rem 1.25rem;
    }
    .circle-title.tb-sp-only {
        margin-top: 1.25rem;
    }
}


/* Number Section======================================================= */

.number {
    background: #CCEAF9;
    position: relative;
}

.container.number-container {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0;
    padding: 7.38rem 7vw 0 !important;
}

.number-header {
    text-align: center;
    margin-bottom: 60px;
}

.number-description {
    font-size: 0.95rem;
    color: var(--black);
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
}

.number-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: 1500px;
    margin: 1.81rem auto 0;
}

.number-card {
    background: var(--white);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.number-card img {
    width: 100%;
    height: auto;
    display: block;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--black);
    line-height: normal;
}

.card-divider {
    width: 2.5rem;
    height: 3px;
    background: #999;
    margin-top: 1.8rem;
}

.card-icon {
    width: 190px;
    height: 100px;
    color: var(--primary-blue);
    display: flex;
    margin-top: 2.5rem;
    gap: 1rem;
}

.card-icon svg {
    width: 100%;
    height: 100%;
}

.card-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.number-value {
    font-size: 8rem;
    font-weight: 600;
    color: #003F91;
    line-height: 100%;
    font-family: var(--font-din-2014);
}

.number-unit {
    font-size: 4rem;
    font-weight: 700;
    color: #003F91;
    line-height: 100%;
    letter-spacing: 0.44rem;
}
.feature-bubble {
    width: 100%;
    max-width: 1470px;
    margin: 1.25rem auto 0;
}

.feature-bubble img {
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .number-container {
        padding: 0 15vw 0;
    }

    .number-grid {
        gap: 25px;
    }

    .number-card {
        padding: 35px 25px;
    }

    .card-icon {
        width: 70px;
        height: 70px;
    }

    .number-card:nth-child(3) .card-icon,
    .number-card:nth-child(4) .card-icon {
        width: auto;
        gap: 0.94rem;
    }

    .number-card:nth-child(3) .card-icon svg,
    .number-card:nth-child(4) .card-icon svg {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .number-value {
        font-size: 4.75rem;
    }

    .number-unit {
        font-size: 1.3rem;
    }
    .card-title {
        font-size: 1.125rem;
    }
    .card-divider {
        margin-top: 1.25rem;
    }
}

@media (max-width: 768px) {

    .number-header {
        margin-bottom: 40px;
    }

    .number-description {
        font-size: 0.9rem;
    }

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

    .number-card {
        padding: 30px 20px;
    }

    .card-icon {
        width: 7rem;
        height: auto;
        margin-bottom: 25px;
    }

    .number-value {
        font-size: 4.75rem;
    }

    .number-unit {
        font-size: 2.6875rem;
    }
}
/* Gallery Section======================================================= */

.gallery {
    background: #CCEAF9;
    overflow: hidden;
}

.gallery-container {
    width: 100%;
    padding: 4.94rem 0 12.31rem;
}

.splide__track {
    overflow: visible;
}

.splide__list {
    display: flex;
    align-items: center;
}

.splide__slide {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1024px) {
    .gallery-container {
        padding: 4.94rem 0 8.76rem;
    }
}