@charset "UTF-8";

.main-visual-top {
    padding-top: 22rem;
    @media screen and (max-width: 767px) {
        padding-top: 15rem;
    }
}

.floating-txt-img01 {
    position: absolute;
    top: -15rem;
    /* right: 18rem; */
    right: 9rem;
    width: 118.2rem;
    @media screen and (max-width: 767px) {
        top: -6rem;
        right: 0rem;
        width: 33.2rem;
    }
}

.floating-txt-img02 {
    position: absolute;
    top: -1rem;
    right: 8rem;
    width: 18.3rem;
    @media screen and (max-width: 767px) {
        top: -1.5rem;
        right: -1.8rem;
        width: 6.3rem;
    }
}

.fv-main-img {
    margin-left: 8.9rem;
    width: 152.2rem;
    @media screen and (max-width: 1080px) {
        width: 120.2rem;
    }
    @media screen and (max-width: 767px) {
        width: 29.3rem;
        margin-left: 0;
    }
}

.top-message-top-svg {
    width: 100%;
}

@media screen and (max-width: 767px) {
      .fv-main-img img {
        object-fit: cover;
        width: 100%;
      }

}

.top-message {
    background-color: #0033B3;
    margin-top: 14.4rem;
    padding-bottom: 21rem;
    clip-path: ellipse(120% 100% at top);
    @media screen and (max-width: 767px) {
        margin-top: 7.4rem;
        clip-path: ellipse(200% 100% at top);
        padding-bottom: 0;
    }
}

.top-message-top-txt {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-size: 14rem;
    /* line-height: 185px; */
    letter-spacing: 0.04em;
    color: #FFFFFF;
    opacity: 0.34;
    @media screen and (max-width: 767px) {
        /* font-size: 5.3rem; */
        font-size: 4.7rem;
    }
}

.under-top-message-container {
    display: flex;
    justify-content: space-between;
    margin-top: 11.1rem;
    align-items: flex-end;
    @media screen and (max-width: 767px) {
        margin-top: 3.7rem;
        flex-direction: column;
    }
}

.paragraph-message {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 4.9rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    max-width: 87rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
}

.paragraph-message span {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 900;
    font-size: 5rem;
    /* line-height: 72px; */
    letter-spacing: 0.08em;
    color: #FFFFFF;
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
    }
}

.common-top-button {
    width: 30.7rem;
    height: 6.9rem;
    display: flex;
    border: #FFFFFF 2px solid;
    border-radius: 4.5rem;
    align-items: center;
    padding-left: 1.8rem;
    text-decoration: none;
    margin-bottom: 0;
    @media screen and (max-width: 767px) {
        width: 22.1rem;
        height: 5rem;
        padding-left: 1.5rem;
    }
}

.common-top-button p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    /* line-height: 40px; */
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
    }
}

.common-top-button p::after {
    content: '';
    position: absolute;
    right: -15rem;
    bottom: 0;
    background: url(../common/img/all/white-arrow.svg) no-repeat;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    transition: transform 0.3s ease;
    background-size: 100%;
}

.common-top-button:hover p::after {
    transform: translateX(0.5rem);
}

.company-info {
    margin-top: 10rem;
    @media screen and (max-width: 767px) {
        margin-top: 6rem;
    }
}

.common-top-title-container {
    display: flex;
    gap: 4.2rem;
    align-items: flex-end;
    @media screen and (max-width: 767px) {
        gap: 0.8rem;
        align-items: flex-start;
        flex-direction: column;
    }
}

.top-title-en {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-size: 14.2rem;
    /* line-height: 176px; */
    /* letter-spacing: 0.04em; */
    letter-spacing: -0.03em;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    @media screen and (max-width: 767px) {
        font-size: 5.4rem;
    }
}

.top-title-jp {
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    /* line-height: 30px; */
    letter-spacing: 0.04em;
    color: #0033B3;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-bottom: 1.5rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}

.company-info-flexcontainer {
    display: flex;
    justify-content: space-between;
    margin-top: 8.4rem;
    @media screen and (max-width: 767px) {
        display: block;
        margin-top: 3rem;
    }
}

.company-info-left-img-container {
    width: 67.9rem;
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {  
    .company-info-left-img-container img {
        object-fit: cover;
        width: 100%;
    }
}

.company-info-right {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
    @media screen and (max-width: 767px) {
        gap: 1.4rem;
        margin-bottom: 4rem;
    }
}

.company-link-container {
    width: 67rem;
    height: 14.1rem;
    border: #000000 2px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5.1rem;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: 6.5rem;
        border: #000000 2px solid;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 1.9rem;
    }
}

.company-link-container:after {
    content: "";
    background-color: #000000;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    /* left: 0; */
    margin: auto;
    animation: cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.5s ease;
    z-index: -1;
}

.company-link-container:hover:after {
    width: 100%;
    transition: width 0.5s ease;
    left: auto;
    right: 0;
}


.company-link-txt {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    /* line-height: 20px; */
    letter-spacing: 0.04em;
    color: #000000;
    transition: color 0.3s ease;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
    }
}

.company-link-container:hover .company-link-txt{
    color: #FFFFFF;
}

.arrow-img-container {
    height: 100%;
    width: 4.9rem;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-img-container img {
    width: 2rem;
    height: 1.2rem;
    transition: 0.3s ease;
}

.company-link-container:hover .arrow-img-container img {
    transform: translateX(0.5rem);
}

.top-pride {
    background: url(../img/top/top-pride.png) no-repeat;
    background-size: contain;
    margin-top: 12rem;
    padding-top: 10.6rem;
    padding-bottom: 12.5rem;
    width: 192rem;
    height: 75rem;
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
        padding-top: 6rem;
        padding-bottom: 7rem;
        background: url(../img/top/top-pride-sp.png) no-repeat;
        background-size: cover;
        width: auto;
        height: auto;
    }
}

.top-pride h2 {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 5rem;
    /* line-height: 72px; */
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 9rem;
    transform: translateX(-2.7rem);
    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        margin-top: 4rem;
        transform: inherit;
    }
}

.top-pride .top-pride-paragraph {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 5rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-top: 1.5rem;
    margin-bottom: 4.1rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.6rem;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
}

.button-top-pride {
    background: #ffffff;
    @media screen and (max-width: 767px) {
        margin-bottom: 0;
    }
}

.button-top-pride p::after {
    content: '';
    position: absolute;
    right: -18.3rem;
    bottom: 0;
    background: url(../common/img/all/blue-arrow.svg) no-repeat;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    transition: transform 0.3s ease;
    background-size: 100%;
} 

@media screen and (max-width: 767px) {
    .button-top-pride p::after {
        right: -13rem;
        bottom: 0;
        background: url(../common/img/all/blue-arrow.svg) no-repeat;
        top: 0;
        width: 1.4rem;
        height: 1.4rem;
    }      
    .swiper-slide {
        width: 24.9rem !important;
    }
    .swiper-wrapper {
        margin-bottom: 5rem;
    }
}

.top-staff {
    margin-top: 12rem;
    padding-bottom: 12rem;
    clip-path: ellipse(135% 100% at top);
    background: white;
    @media screen and (max-width: 767px) {
        margin-top: 6rem;
        padding-bottom: 12rem;
        clip-path: ellipse(215% 100% at top);
    }
}

.staff-list-container {
    margin-top: 6.4rem;
    @media screen and (max-width: 767px) {
        margin-top: 3.3rem;
    }
}



/* reset UL/LI & container */
.staff-list-container { overflow: hidden; }
.staff-list { margin: 0; padding: 0; list-style: none; }

/* FORCER le comportement Swiper (au cas où ton thème pose un grid/flex) */
/* .staff-list-container .swiper-wrapper { 
    display: flex !important;
    margin-left: 18rem !important; 
    @media screen and (max-width: 767px) {
        margin-left: 0 !important;
    }
} */
/* .staff-list .swiper-slide {
  flex-shrink: 0;
  width: auto;      
  box-sizing: border-box;
  height: auto;
}

.staff-list-container .swiper-wrapper .swiper-slide {
    width: 38.2rem !important;
    margin-right: 5.6rem !important;
    @media screen and (max-width: 767px) {
        width: 24.9rem !important;
        margin-right: 3rem !important;
    }
} */




/* Card look (à adapter) */
/* .staff-list .swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 20px;
} */


/* Scrollbar façon LP (track + drag) */
.staff-list-container .swiper-scrollbar {
  position: relative;
  height: 0.1rem;
  /* background: rgba(0,0,0,.08); */
  background: #323232;
  border-radius: 999px;
  margin: 12.5rem 0 8.5rem;
  @media screen and (max-width: 767px) {
        margin: 5.5rem 0 5.5rem; 
    }
}
.staff-list-container .swiper-scrollbar-drag {
  height: 0.5rem;
  background: #0f49eb;
  border-radius: 0 !important;
  top: -0.2rem;
}


.staff-swiper .swiper-wrapper { gap: 0; margin-bottom: 6rem;}
.staff-swiper .swiper-slide { margin: 0; padding: 0; }


.staff-swiper .swiper-slide{
  flex: 0 0 38.2rem;   
  width: 38.2rem;      
  box-sizing: border-box;
  @media screen and (max-width: 767px) {
    flex: 0 0 24.9rem;
    width: 24.9rem;
    }
}

.staff-swiper .swiper-slide > *{
  display: block;
  width: 100%;
}


.staff-swiper .staff-img-container{ aspect-ratio: 16/9; overflow: hidden; }
.staff-swiper .staff-img-container img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}











.top-cross {
    background: #0033B3;
    padding-top: 24rem;
    margin-top: -11.5rem;
    @media screen and (max-width: 767px) {
        padding-top: 18rem;
    }
}

.center-blue-button-top {
    display: flex;
    justify-content: center;
}

.center-blue-button-top-pride {
    padding-bottom: 2rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 0;   
    }
}

.blue-button-common {
    border: #0033B3 0.2rem solid;
    margin-bottom: 0;
}

.blue-button-common p::after {
    content: '';
    position: absolute;
    right: -13rem;
    bottom: 0;
    background: url(../common/img/all/blue-arrow.svg) no-repeat;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    transition: transform 0.3s ease;
    background-size: 100%;
} 

.cross-container {
    margin-top: 6.4rem;
}

.crosss-arc {
    /* clip-path: ellipse(60% 100% at top); */
    clip-path: ellipse(55% 100% at top);
    background: #0033B3;
    height: 10rem;
    @media screen and (max-width: 767px) {
        clip-path: ellipse(60% 100% at top);
        height: 6rem;
    }
}

.dev-section {
    margin-top: 14rem;
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
    }
}

.dev-ban-container {
    border: #0033B3 1.3rem solid;
    padding: 6rem 0 6rem 9.5rem;
    position: relative;
    background-color: #EEF1F4;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    @media screen and (max-width: 767px) {
        border: #0033B3 0.8rem solid;
        padding: 4rem 3.6rem 16rem 3.5rem;
    }
}

.dev-ban-container:hover {
    opacity: 0.7;
    /* transform: scale(1.05); */
}

.dev-ban-container::after {
    content: "";
    position: absolute;
    right: -1.1rem;
    bottom: -1.1rem;
    background: url(../img/top/devlop-arrow.svg) no-repeat;
    width: 7.9rem;
    height: 7.9rem;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .dev-ban-container::after {
        width: 3.9rem;
        height: 3.9rem;
        right: -0.6rem;
        bottom: -0.6rem;
    }      
}

.develop-bubble {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /* line-height: 30px; */
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    position: relative;
    width: 28.3rem;
    height: 6.4rem;
    background-color: #0033B3;
    border-radius: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 20.1rem;
        height: 4.7rem;
        font-size: 1.4rem;
        position: absolute;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.develop-bubble::after {
    content: "";
    position: absolute;
    bottom: -1.4rem;
    left: 3rem;
    margin: auto;
    background: url(../img/top/devlop-triangle-bubble.svg) no-repeat;
    width: 3.2rem;
    height: 3.2rem;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .develop-bubble::after {
        width: 2.6rem;
        height: 2.6rem;
        left: 0;
        right: 0;
        bottom: -1.2rem;
    }
}

.red-txt-devlop {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 4.6rem;
    /* line-height: 67px; */
    letter-spacing: 0.04em;
    color: #E72D30;
    margin-bottom: 2.1rem;
    margin-top: 3rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 0.9rem;
        font-size: 2.2rem;
        line-height: 2.8rem;
        text-align: center;
        margin-top: 0;
    }
}

.develop-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    /* line-height: 30px; */
    letter-spacing: 0.06em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2.3rem;
        text-align: center;
    }
}

.develop-img-container {
    position: absolute;
    top: -3rem;
    right: 6rem;
    width: 45.7rem;
    height: 30.5rem;
    @media screen and (max-width: 767px) {
        width: 21.3rem;
        height: 14.2rem;
        top: 16rem;
        right: 6rem;
    }
}

.top-news {
    margin-top: 13.5rem;
    padding-bottom: 6rem;
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
        padding-bottom: 0;
    }
}

.article {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 8.7rem;
    margin-bottom: 6rem;
    @media screen and (max-width: 767px) {
        margin-top: 3.3rem;
        margin-bottom: 4rem;
        gap: 2rem;
    }
}

.article li a {
    display: block;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #ACACAC;
    text-decoration: none;
    transition: opacity 0.3s ease;
    @media screen and (max-width: 767px) {
        padding-bottom: 2rem;
    }
}

.article li a:hover {
    opacity: 0.7;
}

.right-button-top {
    display: flex;
    justify-content: flex-end;
}


@media screen and (max-width: 767px) {
    .common-top-button p::after {
        width: 1.4rem;
        right: -10.5rem;
        height: 1.4rem;
    }
    .first-top-button {
        margin-top: 4rem;
        margin-bottom: 6rem;
    }
    .cross-container {
        padding: 2rem 1.5rem;
        gap: 0.5rem;
    }
    .cross-job-title {
        font-size: 1.6rem;
        line-height: 2.4rem;
        text-align: center;
    }
    .cross-img-container {
        width: 100%;
        margin: 2rem 0;
    }
    .cross-button {
        width: 17.7rem;
        height: 4.4rem;
        padding-left: 1.8rem;
        margin: 0 auto;
    }
    .cross-button p {
        font-size: 1.2rem;
    }
    .cross-button p::after {
        right: -8.5rem;
        width: 1.4rem;
        height: 1.4rem;
    }
    .button-top-pride p::after {
            right: -12.6rem;
    }
}