.c-topSubHeads {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 8rem;
    display: flex;
}

.c-topSubHeads__inner {
    display: flex;
    animation: slideAnimation 100s linear infinite;
}

.c-topSubHeads__txt {
    width: 35rem;
    min-width: 22.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.01em;
}

.c-topHead {
    position: relative;
    font-feature-settings: 'palt' on;
    font-size: 3.4rem;
    line-height: 1.6;
    letter-spacing: .02em;
    padding-left: 3%;
    padding-right: 3%;
}
.c-topHead::before {
    background: url('../img/top/top-deco.webp') no-repeat center center/contain;
    content: '';
    left: 3%;
    position: absolute;
    bottom: -4rem;
    width: 6.2rem;
    height: .8rem;
}

.c-topHead.--01 {
    padding-left: 0;
    padding-right: 0;
}
.c-topHead.--01::before {
    left: 0;
}

@media screen and (max-width: 900px) {
    .c-topSubHeads {
        padding-top: 4rem;
    }

    .c-topSubHeads__txt {
        width: 18rem;
        min-width: 18rem;
        font-size: 1.1rem;
    }

    .c-topHead {
        padding-left: 0;
        padding-right: 0;
        font-size: 2.4rem;
        padding-bottom: 2.8rem;
    }
    .c-topHead::before {
        width: 5.2rem;
        height: .7rem;
        bottom: .4rem;
    }
}

/*===========================================================================*/
/*  topFv  */
/*===========================================================================*/
.p-topFv {
    overflow: hidden;
}

.p-topFv__slide {
    display: flex;
    position: relative;
    border-bottom: #191919 solid 1px;
    overflow: hidden;
    padding-bottom: 20px;
    gap: 40px;
}

.p-topFv__slide--inner {
    display: flex;
    animation: slideAnimation 50s linear infinite;
    white-space: nowrap;
    gap: 40px;
}

.p-topFv__slide--content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.p-topFv__slide--img {
    width: 128px;
    min-width: 128px;
    overflow: hidden;
    border-radius: 6px;
    transform: translate(0, 2px);
}

.p-topFv__head--txt {
    display: flex;
    align-items: center;
    gap: 9px;
}

.p-topFv__head--txt .--large {
    font-size: 110px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.01em;
}

.p-topFv__head--txt .--small {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.01em;
    transform: translate(0, 22px);
}

.p-topFv__contents {
    height: calc(100vh - 205px);
    min-height: 468px;
    overflow: hidden;
    max-height: 87.8rem;
    display: flex;
}

.p-topFv__content {
    width: 38.8rem;
    position: relative;
    padding: 3.5rem 4rem;
}

.p-topFv__content--list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.4rem;
    line-height: 1;
}

.p-topFv__content--descs {
    position: absolute;
    width: calc(100% - 8rem);
    left: 4rem;
    bottom: 3.5rem;
}

.p-topFv__content--txt01 {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: -.02em;
}

.p-topFv__content--txt02 {
    margin-top: 1.5rem;
    color: #7a7a7a;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-topFv__content02 {
    width: calc(100vw - 38.8rem);
    position: relative;
}

.p-topFv__news {
    position: absolute;
    width: 24.5rem;
    left: 78.6rem;
    bottom: 2rem;
    background-color: #191919;
    border-radius: .4rem;
    color: #fff;
}

.p-topFv__news::before {
    background-color: #CFF224;
    content: '';
    height: 1.7rem;
    left: 0;
    position: absolute;
    top: 1.8rem;
    width: .2rem;
}

.p-topFv__news--heads {
    cursor: pointer;
    padding: 1.7rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.p-topFv__news--date {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: .09em;
}

.p-topFv__news--head {
    font-feature-settings: 'palt' on;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-topFv__news--txt {
    display: none;
    padding: 0 2rem 1.2rem;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: .02em;
}

@media screen and (max-width: 900px) {
    .p-topFv {
        overflow: hidden;
    }

    .p-topFv__slide {
        display: flex;
        position: relative;
        border-bottom: #191919 solid 1px;
        overflow: hidden;
        padding-bottom: 15px;
        gap: 22px;
    }

    .p-topFv__slide--inner {
        gap: 22px;
    }

    .p-topFv__slide--content {
        gap: 22px;
    }

    .p-topFv__slide--img {
        width: 74px;
        min-width: 74px;
        border-radius: 3px;
        transform: translate(0, 1px);
    }

    .p-topFv__head--txt {
        gap: 5px;
    }

    .p-topFv__head--txt .--large {
        font-size: 63px;
    }

    .p-topFv__head--txt .--small {
        font-size: 28px;
        transform: translate(0, 13px);
    }

    .p-topFv__contents {
        height: auto;
        min-height: unset;
        max-height: unset;
        flex-direction: column-reverse;
    }

    .p-topFv__content {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        border-top: #191919 solid 1px;
    }

    .p-topFv__content--txts {
        display: flex;
        flex-direction: column-reverse;
        padding: 2rem 2rem 2.5rem;
        width: 33rem;
        gap: 2rem;
    }

    .p-topFv__content--list {
        display: flex;
        flex-direction: row;
        gap: 1.8rem;
        font-size: 1rem;
    }

    .p-topFv__content--descs {
        position: relative;
        width: 100%;
        left: unset;
        bottom: unset;
    }

    .p-topFv__content--txt01 {
        font-size: 1.4rem;
    }

    .p-topFv__content--txt02 {
        margin-top: 1rem;
    }

    .p-topFv__content--subHead {
        border-left: #191919 solid 1px;
        padding: 2rem .5rem;
        text-align: center;
        font-feature-settings: 'vert' on, 'palt' on;
        font-size: 1.8rem;
        line-height: 1.05;
        letter-spacing: .02em;
        width: calc(100% - 33rem);
        position: relative;
    }

    .p-topFv__content--subHead span {
        transform: translate(1rem,-1rem);
    }

    .p-topFv__content02 {
        width: 100%;
        position: relative;
    }

    .p-topFv__news {
        position: relative;
        width: 100%;
        left: 0;
        bottom: unset;
        background-color: #191919;
        border-radius: 0;
        z-index: 99;
    }

    .p-topFv__news::before {
        height: 16px;
        top: 14px;
        width: 5px;
    }

    .p-topFv__news--heads {
        padding: 12px 20px;
        gap: 9px;
        position: relative;
    }

    .p-topFv__news--date {
        font-size: 13px;
    }

    .p-topFv__news--head {
        font-size: 13px;
    }

    .p-topFv__news--txt {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        display: none;
        padding: 0 20px 15px;
        font-size: 12px;
        background-color: #191919;
    }

    .p-topFv__news--plus {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translate(0, -50%);
        width: 10px;
        height: 10px;
    }
    .p-topFv__news--plus::before {
        background-color: #fff;
        content: '';
        height: 1px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .p-topFv__news--plus::after {
        background-color: #fff;
        content: '';
        height: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 1px;
        transform: translate(-50%, -50%);
    }
    .p-topFv__news--heads.js-active .p-topFv__news--plus::after {
        opacity: 0;
    }

    .p-topFv__news--plus .--bar {
        background-color: #7a7a7a;
        position: absolute;
        width: 1px;
        height: 14px;
        left: -14px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

/*===========================================================================*/
/*  topWorks  */
/*===========================================================================*/
.p-topWorks {
    background-color: #191919;
    padding-bottom: 15rem;
    overflow: hidden;
}

.p-topWorks .c-topSubHeads,
.p-topWorks .c-topHead {
    color: #fff;
}

.p-topWorks__inner {
    margin-top: 15rem;
}

.p-topWorks__contents {
    margin-top: 9.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    row-gap: 5rem;
}

.p-topWorks__content.--01 {
    width: 45%;
}

.p-topWorks__content.--01 a {
    display: block;
    position: relative;
    width: 100%;
}

.p-topWorks__content a figure {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.p-topWorks__content a figure img {
    height: 100%;
    object-fit: cover;
    transition: transform .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topWorks__content--txts {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5.6rem 2.5rem 2.5rem;
    z-index: 2;
}

.p-topWorks__content--txts::before {
    background: linear-gradient(0deg, rgba(25, 25, 25, 0.50) 0%, rgba(25, 25, 25, 0.00) 100%);
    content: '';
    height: 15.5rem;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.p-topWorks__content--txt01 {
    font-feature-settings: 'palt' on;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .02em;
}

.p-topWorks__content--txt02 {
    font-feature-settings: 'palt' on;
    margin-top: .5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-topWorks__content.--02 .p-topWorks__content--txt02 {
    margin-top: .5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-topWorks__content--tags {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    color: #8A8A8A;
}

.p-topWorks__content.--01 .p-topWorks__content--tags {
    color: #fff;
}

.p-topWorks__content--tags span {
    font-feature-settings: 'palt' on;
    font-size: 1rem;
    text-decoration: underline;
    line-height: 1.5;
    letter-spacing: .03em;
}

.p-topWorks__content.--02 {
    width: 26%;
    color: #a7a7a7;
}

.p-topWorks__content--btn {
    margin-top: -3.6rem;
}

.p-topWorks__content--btn .c-viewBtn {
    background-color: #313131;
    color: #fff;
}
.p-topWorks__content--btn .c-viewBtn::before {
    background-color: #CFF224;
}

.p-topWorks__content--btn .c-viewBtn svg {
    fill: #fff;
}

@media screen and (min-width: 901px) {
    .p-topWorks__content a:hover figure img {
        transform: scale(1.06);
    }

    .p-topWorks__content--btn .c-viewBtn:hover span {
        color: #191919;
    }

    .p-topWorks__content--btn .c-viewBtn:hover svg {
        fill: #191919;
    }
}

@media screen and (max-width: 900px) {
    .p-topWorks {
        padding-bottom: 6rem;
    }

    .p-topWorks__inner {
        margin-top: 7rem;
    }

    .p-topWorks__contents {
        margin-top: 3.7rem;
        row-gap: 2rem;
    }

    .p-topWorks__content.--01 {
        width: 100%;
    }

    .p-topWorks__contents .p-topWorks__content:nth-of-type(4) {
        order: 4;
    }
    .p-topWorks__contents .p-topWorks__content:nth-of-type(5) {
        order: 5;
    }
    .p-topWorks__contents .p-topWorks__content:nth-of-type(6) {
        order: 3;
    }

    .p-topWorks__content--txts {
        position: relative;
        padding: 0;
    }

    .p-topWorks__content--txts::before {
        content: none;
    }

    .p-topWorks__content--txt01 {
        margin-top: 1.2rem;
        font-size: 1rem;
        letter-spacing: .03em;
        color: #a7a7a7;
    }

    .p-topWorks__content--txt02 {
        letter-spacing: 0;
        margin-top: .3rem;
        line-height: 1.4;
        font-size: 1.3rem;
        color: #fff !important;
    }
    .p-topWorks__content.--02 .p-topWorks__content--txt02 {
        font-size: 1.1rem;
        padding-right: 1.8rem;
        margin-top: .1rem;
    }

    .p-topWorks__content--tags {
        margin-top: .5rem;
        color: #a7a7a7;
        column-gap: 1rem;
    }

    .p-topWorks__content.--02 {
        width: 49.7%;
    }

    .p-topWorks__content--btn {
        margin-top: 4.5rem;
        text-align: center;
    }

    .p-topWorks__content.--01 .p-topWorks__content--tags {
        color: #a7a7a7;
    }
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.p-topService {
    overflow: hidden;
    padding-bottom: 7.5rem;
}

.p-topService__inner {
    margin-top: 15rem;
}

.p-topService__desc {
    margin-top: 8rem;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: .02em;
}

.p-topService__contents {
    margin-top: 4.5rem;
    border-bottom: #c3c3c3 solid .1rem;
}

.p-topService__content {
    position: relative;
    border-top: #c3c3c3 solid .1rem;
    transition: border-color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-topService__content.js-active {
    border-color: #191919;
}

.p-topService__content--heads {
    position: relative;
    padding: 2.3rem 0 2.7rem 6.8rem;
    color: #b8b8b8;
    transition: color .8s 0s cubic-bezier(.44,.14,.09,1.02);
    cursor: pointer;
}
.p-topService__content.js-active .p-topService__content--heads {
    color: #191919;
}

.p-topService__content--num {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -.01em;
    position: absolute;
    top: 2.9rem;
    left: 0;
}

.p-topService__content--head {
    font-size: 3.6rem;
    line-height: .95;
    letter-spacing: -.01em;
}

.p-topService__content--txts {
    padding: .8rem 0 6.5rem 6.8rem;
    width: 58.8rem;
    display: none;
}
.p-topService__content.js-active .p-topService__content--txts {
    display: block;
}

.p-topService__content--imgs {
    position: absolute;
    width: 64.2rem;
    height: 0;
    right: 3.8rem;
    bottom: 5rem;
    display: flex;
    overflow: hidden;
    transition: height .8s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-topService__content.js-active .p-topService__content--imgs {
    height: 35.2rem;
}

.p-topService__content--img {
    width: 140.7rem;
    min-width: 140.7rem;
    animation: slideAnimation 30s linear infinite;
}

.p-topService__content--txt {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: .02em;
}

.p-topService__content--tags {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    color: #7a7a7a;
    font-feature-settings: 'palt' on;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
}

.p-topService__content--links {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: .8rem;
}

.p-topService__content--links li {
    width: 50%;
}

.p-topService__content--link {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
}

.p-topService__content--link .--arrow {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #191919;
    border-radius: 100vh;
    transform: translateY(1px);
}

.p-topService__content--link .--arrow svg {
    width: 100%;
    height: 100%;
}

.p-topService__content--link .--txt {
    font-feature-settings: 'palt' on;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: .05em;
    display: inline;
    background-image: linear-gradient(#191919, #191919); 
    background-position: 0 100%; 
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topService__btn {
    margin-top: 4rem;
    text-align: right;
}

@media screen and (min-width: 901px) {
    .p-topService__content--heads:hover {
        color: #191919;
    }

    .p-topService__content--link:hover .--txt {
        background-size: 100% 1px;
    }
}

@media screen and (max-width: 900px) {
    .p-topService {
        padding-bottom: 8rem;
    }

    .p-topService__inner {
        margin-top: 7rem;
    }

    .p-topService__desc {
        margin-top: 2.2rem;
        font-size: 1.3rem;
    }

    .p-topService__contents {
        margin-top: 3rem;
        border-bottom: #c3c3c3 solid .1rem;
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .p-topService__content--heads {
        padding: 2rem 0 2rem 4.8rem;
    }
    .p-topService__content--heads::before {
        background-color: #191919;
        content: '';
        height: .1rem;
        right: 2rem;
        position: absolute;
        top: 50%;
        width: 1.3rem;
        transform: translate(0, -50%);
    }
    .p-topService__content--heads::after {
        background-color: #191919;
        content: '';
        height: 1.3rem;
        right: 2.6rem;
        position: absolute;
        top: 50%;
        width: .1rem;
        transform: translate(0, -50%);
    }
    .p-topService__content.js-active .p-topService__content--heads::after {
        opacity: 0;
    }

    .p-topService__content--num {
        font-size: 1.2rem;
        top: 2.2rem;
        left: 2rem;
    }

    .p-topService__content--head {
        font-size: 2.4rem;
    }

    .p-topService__content--txts {
        padding: .5rem 0 3.5rem 4.8rem;
        width: 100%;
    }

    .p-topService__content--imgs {
        position: relative;
        width: 33.2rem;
        height: 20.9rem;
        right: unset;
        bottom: unset;
    }
    .p-topService__content.js-active .p-topService__content--imgs {
        height: 20.9rem;
    }

    .p-topService__content--img {
        width: 83.5rem;
        min-width: 83.5rem;
        animation: slideAnimation 30s linear infinite;
    }

    .p-topService__content--txt {
        margin-top: 2rem;
        padding-right: 2rem;
        font-size: 1.3rem;
    }

    .p-topService__content--tags {
        margin-top: .8rem;
        padding-right: 2rem;
        gap: unset;
        column-gap: 1rem;
        row-gap: .4rem;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .05em;
    }

    .p-topService__content--links {
        margin-top: 2.5rem;
        row-gap: .8rem;
        padding-right: 2rem;
    }

    .p-topService__content--links li {
        width: 100%;
    }

    .p-topService__btn {
        text-align: center;
    }
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-topNews {
    padding-bottom: 15rem;
    padding-left: 5.5%;
    overflow: hidden;
}

.p-topNews__inner {
    margin-top: 15rem;
}

.p-topNews__upper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.p-topNews__heads {
    padding-bottom: 1.8rem;
}

.p-topNews__btns {
    display: flex;
    gap: 1.5rem;
}

.p-topNews__slide--btn {
    cursor: pointer;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #fff;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topNews__slide--btn div {
    width: 1.8rem;
}

.p-topNews__slide--btn div svg {
    width: 100%;
    fill: #747474;
    transition: fill .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topNews__slide {
    margin: 7rem 0 0 !important;
    width: 45rem;
    overflow: visible !important;
}

.p-topNews__list li {
    width: 45rem;
    padding-right: 4rem;
}

.p-topNews__list--link {
    display: block;
}

.p-topNews__list--img {
    aspect-ratio: 450/254;
    border-radius: .4rem;
    overflow: hidden;
}

.p-topNews__list--img img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topNews__list--info {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.p-topNews__list--date {
    color: #6d6d6d;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .03em;
    padding-right: 1.3rem;
    border-right: #6d6d6d solid .1rem;
}

.p-topNews__list--cat01 {
    color: #6d6d6d;
    font-feature-settings: 'palt' on;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: .05em;
}

.p-topNews__list--head {
    margin-top: .5rem;
    font-feature-settings: 'palt' on;
    font-size: 2rem;
    line-height: 1.4;
}

.p-topNews__list--head span {
    display: inline;
    background-image: linear-gradient(#7A7A7A, #7A7A7A); 
    background-position: 0 100%; 
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topNews__list--cat02 {
    margin-top: 1.2rem;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.p-topNews__list--cat02 span {
    padding: .8rem 1.4rem;
    border: #C3C3C3 solid .1rem;
    font-feature-settings: 'palt' on;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .03em;
    border-radius: .8rem;
    transition: background-color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topNews__btn {
    margin-top: 5.5rem;
    text-align: right;
}

@media screen and (min-width: 901px) {
    .p-topNews__slide--btn:hover {
        background-color: #191919;
    }

    .p-topNews__slide--btn:hover svg {
        fill: #fff;
    }

    .p-topNews__list--link:hover .p-topNews__list--img img {
        transform: scale(1.06);
    }

    .p-topNews__list--link:hover .p-topNews__list--head span {
        background-size: 100% 1px; 
        color: #7A7A7A;
    }

    .p-topNews__list--link:hover .p-topNews__list--cat02 span {
        background-color: #CFF224;
    }
}

@media screen and (max-width: 900px) {
    .p-topNews {
        padding-bottom: 6rem;
    }

    .p-topNews__inner {
        margin-top: 7rem;
    }

    .p-topNews__upper {
        display: block;
    }

    .p-topNews__heads {
        padding-bottom: 0;
    }

    .p-topNews__btns {
        display: none;
    }

    .p-topNews__slide {
        margin: 3.7rem 0 0 !important;
        width: 100%;
        overflow: visible !important;
    }

    .p-topNews__list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1.2rem;
        row-gap: 3rem;
    }

    .p-topNews__list li {
        width: calc(50% - .6rem);
        padding-right: 0;
    }

    .p-topNews__list li:nth-of-type(1),
    .p-topNews__list li:nth-of-type(2) {
        width: 100%;
    }

    .p-topNews__list--info {
        margin-top: .8rem;
        gap: 1rem;
    }
    .p-topNews__list li:nth-of-type(1) .p-topNews__list--info,
    .p-topNews__list li:nth-of-type(2) .p-topNews__list--info {
        margin-top: 1rem;
    }

    .p-topNews__list--date {
        font-size: 1.1rem;
        padding-right: 1rem;
    }

    .p-topNews__list--cat01 {
        font-size: 1.2rem;
    }

    .p-topNews__list--head {
        margin-top: .5rem;
        font-size: 1.5rem;
        padding-right: 1.8rem;
    }
    .p-topNews__list li:nth-of-type(1) .p-topNews__list--head,
    .p-topNews__list li:nth-of-type(2) .p-topNews__list--head {
        font-size: 1.7rem;
        padding-right: 0;
    }

    .p-topNews__list--cat02 {
        margin-top: .8rem;
    }

    .p-topNews__list--cat02 span {
        padding: .6rem 1rem .7rem;
    }

    .p-topNews__btn {
        margin-top: 4rem;
        text-align: center;
    }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-topFaq {
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 2rem;
    padding-bottom: 15rem;
    overflow: hidden;
    background-color: #fff;
}

.p-topFaq__inner {
    margin-top: 15rem;
}

.p-topFaq__upper {
    display: flex;
    justify-content: space-between;
}

.p-topFaq__txt {
    margin-top: 7.5rem;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .02em;
}

.p-topFaq__btn {
    margin-top: 3.5rem;
    text-align: left;
}

.p-topFaq__content {
    padding-top: 1.1rem;
    width: calc(100%*(635/1360));
}

.p-topFaq__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.p-topFaq__list--question {
    cursor: pointer;
    padding: 2.5rem 5rem 2.5rem 12.1rem;
    border: #c3c3c3 solid .1rem;
    border-radius: 1rem;
    position: relative;
    transition: all .6s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-topFaq__list--question.js-active {
    background-color: #CFF224;
    border: none;
}

.p-topFaq__list--question .u-en-500 {
    position: absolute;
    left: 2.8rem;
    top: 3.1rem;
    font-size: 1.5rem;
    line-height: 1;
}

.p-topFaq__list--question .--txt {
    font-feature-settings: 'palt' on;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: .04em;
}

.p-topFaq__list--question .--plus {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 2.8rem;
    top: 3.2rem;
}
.p-topFaq__list--question .--plus::before {
    background-color: #191919;
    content: '';
    height: .1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.p-topFaq__list--question .--plus::after {
    background-color: #191919;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: .1rem;
    transform: translate(-50%, -50%);
}
.p-topFaq__list--question.js-active .--plus::after {
    opacity: 0;
}

.p-topFaq__list--answer {
    position: relative;
    padding: 1.8rem 0 2rem 10.8rem;
    display: none;
}

.p-topFaq__list--answer .u-en-500 {
    position: absolute;
    left: 2.8rem;
    top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1;
}

.p-topFaq__list--answer .--txt {
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .02em;
}

.p-topFaq__btn .c-viewBtn {
    background-color: #f4f3f3;
}

@media screen and (min-width: 901px) {
    .p-topFaq__list--question:hover {
        border: solid .1rem #191919;
    }

    .p-topFaq__list--question.js-active:hover {
        border: none;
    }
}

@media screen and (max-width: 900px) {
    .p-topFaq {
        padding-bottom: 6rem;
    }

    .p-topFaq__inner {
        margin-top: 7rem;
    }

    .p-topFaq__upper {
        display: block;
        justify-content: space-between;
    }

    .p-topFaq__txt {
        margin-top: 2.2rem;
        font-size: 1.3rem;
    }

    .p-topFaq__btn {
        margin-top: 4rem;
        text-align: center;
    }

    .p-topFaq__content {
        padding-top: 2rem;
        width: 100%;
    }

    .p-topFaq__list {
        gap: 1rem;
    }

    .p-topFaq__list--question {
        padding: 1.8rem;
        border: #c3c3c3 solid .1rem;
    }

    .p-topFaq__list--question .u-en-500 {
        position: relative;
        left: unset;
        top: unset;
        font-size: 1.2rem;
        display: block;
    }

    .p-topFaq__list--question .--txt {
        font-size: 1.4rem;
        margin-top: .8rem;
    }

    .p-topFaq__list--question .--plus {
        width: 1.2rem;
        height: 1.2rem;
        right: 1.8rem;
        top: unset;
        bottom: 2.2rem;
    }

    .p-topFaq__list--answer {
        padding: 2rem 0 2rem 1.8rem;
    }

    .p-topFaq__list--answer .u-en-500 {
        position: relative;
        display: block;
        left: unset;
        top: unset;
        font-size: 1.2rem;
        line-height: 1;
    }

    .p-topFaq__list--answer .--txt {
        font-size: 1.3rem;
        margin-top: 1.5rem;
    }
}