/* Top Page CSS - トップページ専用スタイル */


.top {
    width: 100%;
}

.top__container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top__container::after {
    content: '';
    width: 2199px;
    height: 1495px;
    position: absolute;
    top: 400px;
    left: -600px;
    background-image: url('../images/top/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (min-width: 801px) {
    .top__container::after {
        width: 2932px;
        height: 1993px;
        top: 800px;
        left: -500px;

        top: 55.56vw;
    }
}

@media screen and (min-width: 1440px) {
    .top__container::after {
        top: 55
        vw;
        left: -500px;
    }
}

/* ヒーローセクション */
.hero {
    width: 100%;
    position: relative;
}

.hero__container {
    margin: 0 auto;
    height: 618px;
    position: relative;
    padding-top: 140px;
}

@media screen and (min-width: 801px) {
    .hero__container {
        width: 100%;
        margin: 0 auto;
        height: 56.806vw;
        padding-top: 11.34vw;
    }
}

@media screen and (min-width: 1440px) {
    .hero__container {
        height: 49.526vw;
    }
}

.hero__yellow-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 101vw;
    height: 100%;
    z-index: 0;
}

@media screen and (min-width: 801px) {
    .hero__yellow-line {
        display: block;
    }
}

@media screen and (min-width: 1440px) {
    .hero__yellow-line {
        display: block;
    }
}

.hero__title-wrap {
    position: relative;
    width: 350px;
    height: 250px;
    margin: 0 auto;
}

@media screen and (min-width: 801px) {
    .hero__title-wrap {
        width: 67.944vw;
        height: 35.955vw;
    }
}

.hero__title1 {
    font-family: 'Roboto Serif', serif; 
    font-size: 60.36px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: 0;
    color: #251e1c;
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
}

@media screen and (min-width: 801px) {
    .hero__title1 {
        font-size: 9.553vw;
        /*
        top: 0;
        left: 7.181vw;
        */
    }
}

.hero__title2 {
    font-family: 'Roboto', sans-serif;
    font-size: 60.36px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .hero__title2 {
        font-size: 9.553vw;
    }
}

.hero__title3 {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
    font-size: 60.36px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .hero__title3 {
        font-size: 9.553vw;
    }
}

.hero__text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .hero__text {
        font-size: 0.972vw;
        line-height: 1.75;
    }
}

.hero__title-standard {
    font-family: 'Roboto', sans-serif;
    font-size: 60.36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #251e1c;
    width: 214px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (min-width: 801px) {
    .hero__title-standard {
        font-size: 9.553vw;
        width: fit-content;
        line-height: 1.75;
    }
}

.hero__news {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    background-color: white;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    gap: 18px;
}

@media screen and (min-width: 801px) {
    .hero__news {
        left: 2.917vw;
        width: fit-content;
        padding: 1.944vw 2.778vw;
        gap : 1.667vw;
        align-items: center;
    }
}
@media screen and (min-width: 1440px) {
    .hero__news {
        left: 42px;
        width: fit-content;
        padding: 28px 40px;
        gap : 24px;
    }
}

.hero__news-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .hero__news-title {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__news-title {
        font-size: 16px;
    }
}

.hero__news-text-wrap {
    display :flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (min-width: 801px) {
    .hero__news-text-wrap {
        flex-direction: row;
        align-items: center;
        gap: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__news-text-wrap {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
}

.hero__news-date {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 801px) {
    .hero__news-date {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__news-date {
        font-size: 14px;
    }
}

.hero__news-text {
    color: #251e1c;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .hero__news-text {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__news-text {
        font-size: 14px;
    }
}

.hero__news-text a {
    color: unset;
    position: relative;
}

@media screen and (min-width: 801px) {
    .hero__news-text a {
        text-decoration: none;
    }

    .hero__news-text a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: currentColor;
    }

    @keyframes underlineAnimation {
        0% {
            width: 0;
        }
        10% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }
        .hero__news-text a:hover::after {
            animation: underlineAnimation 0.2s ease;
    }
}


.hero__scroll-down {
    position: absolute;
    top: 471px;
    right: 0;
    height: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: unset;
}

@media screen and (min-width: 801px) {
    .hero__scroll-down {
        top: unset;
        bottom: 2.917vw;
        right: -0.694vw;
        height: 2.5vw;
        gap: 0.833vw;
        transform: rotate(90deg);
    }
}

@media screen and (min-width: 1440px) {
    .hero__scroll-down {
        bottom: 42px;
        right: -10px;
        height: 36px;
        gap: 12px;
        transform: rotate(90deg);
    }
}

.hero__scroll-down-text {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .hero__scroll-down-text {
        font-size: 0.833vw;
        letter-spacing: 0.05em;
    }
}
@media screen and (min-width: 1440px) {
    .hero__scroll-down-text {
        font-size: 12px;
        letter-spacing: 0.05em;
    }
}

.hero__scroll-down-arrow {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 801px) {
    .hero__scroll-down-arrow {
        width: 2.5vw;
        height: 2.5vw;
        transform: rotate(-90deg);
    }
}

@media screen and (min-width: 1440px) {
    .hero__scroll-down-arrow {
        width: 36px;
        height: 36px;
        transform: rotate(-90deg);
    }
}

.hero__scroll-down-arrow svg {
    width: 6px;
    height: 11px;
}

@media screen and (min-width: 801px) {
    .hero__scroll-down-arrow svg {
        width: 0.417vw;
        height: 0.764vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__scroll-down-arrow svg {
        width: 6px;
        height: 11px;
    }
}

@keyframes scrollDownAnimation-sp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(26px);
    }

    100% {
        transform: translateY(26px);
    }
}

@keyframes scrollDownAnimation-normal {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(1.806vw);
    }

    100% {
        transform: translateY(1.806vw);
    }
}

@keyframes scrollDownAnimation-wide {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(26px);
    }

    100% {
        transform: translateY(26px);
    }
}

.hero__scroll-down-arrow svg:nth-child(1) {
    position: absolute;
    top: 13px;
    left: 15px;
    animation: scrollDownAnimation-sp 3s ease infinite;
}

.hero__scroll-down-arrow svg:nth-child(2) {
    position: absolute;
    top: -13px;
    left: 15px;
    animation: scrollDownAnimation-sp 3s ease infinite;
}

@media screen and (min-width: 801px) {
    .hero__scroll-down-arrow svg:nth-child(1) {
        top: 0.903vw;
        left: 1.0417vw;
        animation: scrollDownAnimation-normal 3s ease infinite;
    }

    .hero__scroll-down-arrow svg:nth-child(2) {
        top: -0.903vw;
        left: 1.0417vw;
        animation: scrollDownAnimation-normal 3s ease infinite;
    }
}

@media screen and (min-width: 1440px) {
    .hero__scroll-down-arrow svg:nth-child(1) {
        top: 13px;
        left: 15px;
        animation: scrollDownAnimation-wide 3s ease infinite;
    }

    .hero__scroll-down-arrow svg:nth-child(2) {
        top: -13px;
        left: 15px;
        animation: scrollDownAnimation-wide 3s ease infinite;
    }
}


.purpose {
    width: 100%;
    margin-top: 148px;
}

@media screen and (min-width: 801px) {
    .purpose {
        margin-top: 22.569vw;
    }
}

@media screen and (min-width: 1440px) {
    .purpose {
        margin-top: 325px;
    }
}

.purpose__container {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media screen and (min-width: 801px) {
    .purpose__container {
        width: 83.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: unset;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media screen and (min-width: 1440px) {
    .purpose__container {
        width: 87.368%;
    }
}

.purpose__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .purpose__title-wrap {
        width: fit-content;
        gap: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .purpose__title-wrap {
        width: fit-content;
        gap: 40px;
    }
}

.purpose__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media screen and (min-width: 801px) {
    .purpose__content {
        width: 49.167vw;
        gap: 3.889vw;
    }
}
@media screen and (min-width: 1440px) {
    .purpose__content {
        width: 59.83%;
        gap: 56px;
    }
}

.purpose__text {
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .purpose__text {
        font-size: 1.667vw;
    }
}
@media screen and (min-width: 1440px) {

    .purpose__text {
        font-size: 24px;
    }
}


.brand {
    width: 100%;
    margin-top: 160px;
}

@media screen and (min-width: 801px) {
    .brand {
        margin-top: 15.556vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand {
        margin-top: 224px;
    }
}

.brand__container {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media screen and (min-width: 801px) {
    .brand__container {
        width: 83.333vw;
        margin: 0 auto;
        gap: 4.44vw;
    }
}

@media screen and (min-width: 1440px) {
    .brand__container {
        width: 87.368%;
        gap: 64px;
    }
}

.brand__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .brand__title-wrap {
        gap: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__title-wrap {
        gap: 40px;
    }
}

.brand__title {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
}

@media screen and (min-width: 801px) {
    .brand__title {
        gap: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__title {
        gap: 16px;
    }
}

.brand__title span:nth-child(1) {
    display: inline-block;
    font-family: 'Roboto Serif', serif;
    font-style: italic;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .brand__title span:nth-child(1) {
        font-size: 5.215vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__title span:nth-child(1) {
        font-size: 75.1px;
    }
}

.brand__title span:nth-child(2) {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

@media screen and (min-width: 801px) {
    .brand__title span:nth-child(2) {
        font-size: 5.215vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__title span:nth-child(2) {
        font-size: 75.1px;
    }
}

.brand__title span:nth-child(3) {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

@media screen and (min-width: 801px) {
    .brand__title span:nth-child(3) {
        font-size: 1.527vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__title span:nth-child(3) {
        font-size: 22px;
    }
}

.brand__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

@media screen and (min-width: 801px) {
    .brand__row {
        justify-content: unset;
        gap: 1.667vw;
        row-gap: 1.667vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__row {
        gap: 1.418%;
        row-gap: 24px;
    }
}

.brand__item {
    width: 48.8%;
    height: 48.8%;
    color: unset;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
}

@media screen and (min-width: 801px) {
    .brand__item {
        width: 26vw;
        height: 18.056vw;
        padding: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item {
        width: 32.388%;
        height: 260px;
        height: 18.056vw;
        padding: 16px;
        justify-content: space-between;
    }
}

.brand__item-name {
    width: 100%;
    height: 32px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding-left: 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .brand__item-name {
        height: 3.333vw;
        font-size: 0.833vw;
        padding-left: 1.296vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-name {
        height: 48px;
        font-size: 12px;
        padding-left: 18.66px;
    }
}

.brand__item-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FBFE40;
}

@media screen and (min-width: 801px) {
    .brand__item-name::before {
        width: 0.74vw;
        height: 0.74vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-name::before {
        width: 10.66px;
        height: 10.66px;
    }
}

.brand__item-logo-wrap {
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 801px) {
    .brand__item-logo-wrap {
        height: 9.167vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-logo-wrap {
        height: 132px;
    }
}

.brand__item-logo {
    transition: transform 0.3s ease;
}

.brand__item:hover .brand__item-logo {
    transform: scale(.9);
}

.brand__item-logo--1 {
    width: 86px;
}

@media screen and (min-width: 801px) {
    .brand__item-logo--1 {
        width: 8.785vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-logo--1 {
        width: 29.43%;
    }
}

.brand__item-logo--2 {
     width: 128px;
}

@media screen and (min-width: 801px) {
    .brand__item-logo--2 {
        width: 15.583vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-logo--2 {
        width: 52.2%;
    }
}

.brand__item-logo--3 {
    width: 102px;
}

@media screen and (min-width: 801px) {
    .brand__item-logo--3 {
        width: 9.931vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-logo--3 {
        width: 33.266%;
    }
}

.brand__item-logo--4 {
    width: 66px;
}

@media screen and (min-width: 801px) {
    .brand__item-logo--4 {
        width: 6.569vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-logo--4 {
        width: 22%;
    }
}

.brand__item-logo--5 {
    width: 88px;
}

@media screen and (min-width: 801px) {
    .brand__item-logo--5 {
        width: 8.174vw;
    }
}
@media screen and (min-width: 1440px) {
    .brand__item-logo--5 {
        width: 27.38%;
    }
}

.brand__item-logo img {
    width: 100%;
    height: auto;
}

.consumer {
    position: relative;
    width: 100%;
    height: 988px;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.consumer__row {
    width: fit-content;
    display: flex;
    gap: 15.72px;
    align-items: center;
     transform: translateX(50vw);
}

@media screen and (min-width: 801px) {

    .consumer {
        height: 949px;
        /* height: 100vh; */
    }
    .consumer__row {
        gap: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .consumer__row {
        gap: 24px;
    }
}

.box-moto {
    width: 114.6px;
    height: 114.6px;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* 初期透明度 */
    transform-origin: center center; /* 中心を原点として拡大 */
    z-index: 2;
    border-radius: 5px;
    --bg-opacity: 1; /* 背景画像のopacityを制御するCSS変数 */
}

.box-moto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images//top/consumer02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    opacity: var(--bg-opacity);
    transition: opacity 0.1s ease-out;
}

.box-moto.active {
    padding: 234px 16px 0;
}

@media screen and (min-width: 801px) {
    .box-moto {
        width: 175px;
        height: 175px;
    }

    .box-moto.active {
        padding: 234px 120px 0;
    }
}

@media screen and (min-width: 1440px) {
    .box-moto {
        width: 12.153vw;
        height: 12.153vw;
    }

    .box-moto.active {
        padding: 234px 120px 0;
    }
}

.box-moto__container {
    opacity: 0; /* 初期透明度 */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media screen and (min-width: 801px) {
    .box-moto__container {
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }
}
@media screen and (min-width: 1440px) {
    .box-moto__container {
        flex-direction: row;
        gap: unset;
        justify-content: space-between;
    }
}

.consumer__image {
    width: 114.6px;
    height: 114.6px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (min-width: 801px) {
    .consumer__image {
        width: 175px;;
        height: 175px;
    }
}
@media screen and (min-width: 1440px) {
    .consumer__image {
        width: 12.153vw;
        height: 12.153vw;
    }
}

.consumer__text {
    font-family: 'Roboto', sans-serif;
    color: #251e1c;
    font-size: 39.3px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .consumer__text {
        font-size: 5.208vw;
    }
}
@media screen and (min-width: 1440px) {
    .consumer__text {
        font-size: 75px;
    }
}

.consumer__text--to {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}


.consumer-text {
    width: 100%;
    background-color: black;
    padding: 100px 16px 234px;
}

@media screen and (min-width: 801px) {
    .consumer-text {
        padding: 6.94vw 8.472vw 21.806vw;
    }
}

@media screen and (min-width: 1440px) {
    .consumer-text {
        padding: 100px 122px 314px;
    }
}

.consumer-text__wrap {
    width: 100%;
}

/* Profile Section */
.profile {
    width: 100%;
    background-image: url('../images//top/sp-profile-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 234px 0;
}

@media screen and (min-width: 801px) {
    .profile {
        padding: 16.25vw 0 19.861vw;
        background-image: url('../images//top/profile-bg.png');
    }
}
@media screen and (min-width: 1440px) {
    .profile {
        padding: 234px 0 286px;
    }
}

.profile__container {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media screen and (min-width: 801px) {
    .profile__container {
        width: 83.333vw;
        margin: 0 auto;
        flex-direction: row;
        gap: 11.528vw;
    }
}

@media screen and (min-width: 1440px) {
    .profile__container {
        width: 87.264%;
        flex-direction: row;
        gap: unset;
        justify-content: space-between;
    }
}

.profile__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .profile__title-wrap {
        gap: 2.222vw;
        width: fit-content;
    }
}

@media screen and (min-width: 1440px) {
    .profile__title-wrap {
        gap: 32px;
        width: fit-content;
    }
}

.profile__title {
    color: white;
    font-feature-settings: 'palt' on;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .profile__title {
        font-size: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .profile__title {
        font-size: 40px;
    }
}

.profile__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .profile__text-wrap {
        margin-top: 10.208vw;
        gap: 3.333vw;
        width: 394px;
        width: 27.361vw;
    }
}
@media screen and (min-width: 1440px) {
    .profile__text-wrap {
        margin-top: 147px;
        gap: 48px;
        width: 42.61%;
        width: 30.556vw;
    }
}

.profile__text {
    color: white;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .profile__text {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .profile__text {
        font-size: 16px;
    }
}

/* News Section */
.news {
    width: 100%;
    padding: 128px 0;
}

@media screen and (min-width: 801px) {
    .news {
        padding: 148px 0;
    }
}

@media screen and (min-width: 1440px) {
    .news {
        padding: 148px 0;
    }
}

.news__container {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .news__container {
        width: 83.333vw;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }
}

@media screen and (min-width: 1440px) {
    .news__container {
        width: 87.368%;
    }
}

.news__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .news__menu {
        width: 12.569vw;
        gap :2.222vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__menu {
        width: 181px;
        gap :32px;
    }
}

.news__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .news__title {
        font-size: 5vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__title {
        font-size: 72px;
    }
}

.news__content {
    width: 100%;
    padding-bottom: 116px;
}

@media screen and (min-width: 801px) {
    .news__content {
        width: 59.375vw;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1440px) {
    .news__content {
        width: 74.639%;
        padding-bottom: 0;
    }
}

.news__content-row {
    color: #251e1c;
    padding: 32px 0;
    display :flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(168, 168, 168, 0.25);
    text-decoration: none;
    transition: border-bottom 0.3s ease;
}

@media screen and (min-width: 801px) {
    .news__content-row {
        padding: 3.333vw 0;
    }
}
@media screen and (min-width: 1440px) {
    .news__content-row {
        padding: 48px 0;
    }
}

.news__content-row:first-child {
    border-top: 1px solid rgba(168, 168, 168, 0.25);
}

.news__content-row:hover {
    border-bottom: 1px solid black;
}

.news__content-row-content {
    width: 81.34%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 801px) {
    .news__content-row-content {
        width: 54.375vw;
        gap: 1.146vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__content-row-content {
        width: 783px;
        gap: 16.5px;
    }
}

.news__content-row:hover .news__content-row-content {
    transform: translateX(10px);
}

.news__content-date-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .news__content-date-row {
        gap: 0.556vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__content-date-row {
        gap: 8px;
    }
}

.news__content-date {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .news__content-date {
        font-size: 0.833vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__content-date {
        font-size: 12px;
    }
}

.news__content-category {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.04em;
    background-color: #dfdfdf;
    border-radius: 100px;
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .news__content-category {
        font-size: 0.833vw;
        padding: 0 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__content-category {
        font-size: 12px;
        padding: 0 16px;
    }
}

.news__text {
    color: #251e1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .news__text {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .news__text {
        font-size: 16px;
    }
}

.news__btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 801px) {
    .news__btn {
        position: absolute;
        bottom: unset;
        top: 12.431vw;
    }
}

@media screen and (min-width: 1440px) {
    .news__btn {
        position: absolute;
        bottom: unset;
        top: 179px;
    }
}


.image-section {
    width: 100%;
    height: 452px;
    background-image: url('../images//top/sp-image-section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 801px) {
    .image-section {
        height: 39.236vw;
        width: 100vw;
        background-image: url('../images//top/image-section.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.recruit {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 801px) {
    .recruit {
        width: 100vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit {
        width: 100%;
        height: 1368.9px;
    }
}

.recruit__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit__container {
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    height: 1041.4px;
    padding: 221.4px 0 323px;
}

@media screen and (min-width: 801px) {
    .recruit__container {
        width: 100vw;
        height: 91.25vw;
        padding: 23.658vw 0 23.542vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__container {
        width: 100vw;
        height: 1314px;
        padding: 340.67px 0 339px;
    }
}
.recruit__image {
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruit__image--1 {
    width: 135px;
    height: 134px;
    background-image: url('../images//top/recruit01.jpg');
    position: absolute;
    top: 107.4px;
    right: 32px;
}

@media screen and (min-width: 801px) {
    .recruit__image--1 {
        width: 15.069vw;
        height: 14.825vw;
        top: 13.958vw;
        right: 10.556vw;
    }
}

/*
@media screen and (min-width: 1440px) {
    .recruit__image--1 {
        width: 217px;
        height: 213.48px;
        top: 201px;
        right: 152px;
    }
}
*/

@media screen and (min-width: 1900px) {
    .recruit__image--1 {
        width: 286px;
        height: 281.675px;
        top: 265.202px;
        right: 200.564px;
    }
}

.recruit__image--2 {
    width: 79px;
    height: 77px;
    background-image: url('../images//top/recruit02.jpg');
    position: absolute;
    top: 280.4px;
    right: -19px;
}

@media screen and (min-width: 801px) {
    .recruit__image--2 {
        width: 10.069vw;
        height: 9.861vw;
        top: 41.042vw;
        right: 5.556vw;
    }
}

/*
@media screen and (min-width: 1440px) {
    .recruit__image--2 {
        width: 145px;
        height: 142px;
        top: 591px;
        right: 80px;
    }
}
*/

@media screen and (min-width: 1900px) {
    .recruit__image--2 {
        width: 191.311px;
        height: 187.359px;
        top: 779.798px;
        right: 105.564px;
    }
}


.recruit__image--3 {
    width: 92px;
    height: 90px;
    background-image: url('../images//top/recruit03.jpg');
    position: absolute;
    bottom: 268px;
    left: -30px;
}

@media screen and (min-width: 801px) {
    .recruit__image--3 {
        width: 11.389vw;
        height: 11.154vw;
        bottom: 49.749vw;
        left: 6.528vw;
    }
}

/*
@media screen and (min-width: 1440px) {
    .recruit__image--3 {
        width: 164px;
        height: 160.618px;
        bottom: 716.39px;
        left: 94px;
    }
}
*/

@media screen and (min-width: 1900px) {
    .recruit__image--3 {
        width: 216.391px;
        height: 211.926px;
        bottom: 945.231px;
        left: 124.032px;
    }
}

.recruit__image--4 {
    width: 143px;
    height: 141px;
    background-image: url('../images//top/recruit04.jpg');
    position: absolute;
    bottom:  98px;
    left: 37px;
}

@media screen and (min-width: 801px) {
    .recruit__image--4 {
        width: 21.528vw;
        height: 21.181vw;
        bottom:  16.597vw;
        left: 12.986vw;
    }
}
/*
@media screen and (min-width: 1440px) {
    /*
    .recruit__image--4 {
        width: 310px;
        height: 305px;
        bottom:  239px;
        left: 187px;
    }
}
*/

@media screen and (min-width: 1900px) {
    .recruit__image--4 {
        width: 409.032px;
        height: 402.439px;
        bottom: 315.343px;
        left: 246.734px;
    }
}

.recruit__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .recruit__title-wrap {
        gap: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__title-wrap {
        gap: 40px;
    }
}

.recruit__title-content {
    width: 368px;
    height: 158px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .recruit__title-content {
        width: 34.653vw;
        height: 10.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__title-content {
        width: 499px;
        height: 158px;
    }
}

.recruit__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.75;
    line-height: 1;
}

@media screen and (min-width: 801px) {
    .recruit__title {
        font-size: 5vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruit__title {
        font-size: 72px;
    }
}

.recruit__title-wrap--1 {
    position: absolute;
    top: 0;
    left: 75px;
}

@media screen and (min-width: 801px) {
    .recruit__title-wrap--1 {
        top: 0;
        left: 6.25vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__title-wrap--1 {
        top: 0;
        left: 90px;
    }
}

.recruit__title-wrap--2 {
    position: absolute;
    top: 0;
    left: 242px;
}

@media screen and (min-width: 801px) {
    .recruit__title-wrap--2 {
        top: 0;
         left: 22.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__title-wrap--2 {
        top: 0;
        left: 328px;
    }
}

.recruit__title-wrap--3 {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .recruit__title-wrap--3 {
         top: 5.556vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__title-wrap--3 {
        top: 80px;
    }
}

.recruit__title--1 {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.recruit__title--2 {
    font-family: 'Roboto Serif', serif;
    font-style: italic;  
}

.recruit__title--3 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.recruit__text-wrap {
    width: 91.467vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: absolute;
    top: 450.4px;
    left: 4.26vw;
}

@media screen and (min-width: 801px) {
    .recruit__text-wrap {
        width: 28.333vw;
        align-items: flex-start;
        gap: 2.778vw;
        top: 46.667vw;
        left: 50.833vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruit__text-wrap {
        width: 26.667vw;
        align-items: flex-start;
        gap: 40px;
        top: 672px;
        left: calc((100vw - 1440px) / 2 + 732px);
    }
}


.recruit__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #251e1c;
}

@media screen and (min-width: 801px) {
    .recruit__text {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .recruit__text {
        font-size: 16px;
    }
}

/* スプラッシュスクリーン */

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EBEBED;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.6s ease-out;
}

.splash-screen.hide {
    opacity: 0;
    pointer-events: none;
}

.splash-screen__content {
    text-align: center;
}

.splash-screen__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.splash-screen__logo img {
    width: 45vw;
    max-width: 200px;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.title-wrap {
    width: fit-content;
    height: fit-content;
    overflow: hidden;
}

.title-wrap--1 {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 801px) {
    .title-wrap--1 {
        top: 0;
        left: 7.181vw;
    }
}

.title-wrap--2 {
    position: absolute;
    top: 54px;
    left: 51px;
}

@media screen and (min-width: 801px) {
    .title-wrap--2 {
        top: 8.952vw;
        left: 16.402vw;
    }
}

.title-wrap--3 {
    position: absolute;
    top: 110px;
    right: unset;
    left: 0;
}

@media screen and (min-width: 801px) {
    .title-wrap--3 {
        top: 8.919vw;
        left: unset;
        right: 0;
    }
}

.title-wrap--4 {
    position: absolute;
    top: 34px;
    left: 101px;
}

@media screen and (min-width: 801px) {
    .title-wrap--4 {
        top: 16.508vw;
        left: 5.502vw;
    }
}

.title-wrap--5 {
    position: absolute;
    top: 278px;
    right: calc((100vw - 350px) / 2 );
}

@media screen and (min-width: 801px) {
    .title-wrap--5 {
        top: 30.176vw;
        right: unset;
        left: 16.234vw;
    }
}

.title-animation {
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.title-animation.show {
    transform: translateY(0);
}

.top-hide-animation {
    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.top-hide-animation.show {
    opacity: 1;
}