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

.p-topFv__slide {
    display: flex;
    position: relative;
    border-bottom: #191919 solid 2px;
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 20px;
}

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

.p-topFv__head--txt {
    position: relative;
    font-size: 176px;
    line-height: 1;
    padding-left: 145px;
    padding-right: 40px;
}

.p-topFv__head--txt.--01::before {
    background: url('../img/common/slide-illust01.webp') no-repeat center center/contain;
    content: '';
    height: 99px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 107px;
}

.p-topFv__head--txt.--02::before {
    background: url('../img/common/slide-illust02.webp') no-repeat center center/contain;
    content: '';
    height: 99px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 107px;
}

.p-topFv__content {
    height: calc(100vh - 283px);
    min-height: 475px;
    display: flex;
}

.p-topFv__content--left {
    width: 374px;
    height: 100%;
    padding: 2.5% 2.6%;
    position: relative;
}

.p-topFv__content--jp {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .01em;
}

.p-topFv__content--en01 {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .02em;
    padding-bottom: 42.8%;
    color: #8A8A8A;
}

.p-topFv__content--illusts {
    position: absolute;
    width: 135px;
    bottom: 35px;
    left: 40px;
}

.p-topFv__content--en02 {
    position: absolute;
    bottom: 35px;
    right: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.p-topFv__content--en02 p {
    margin-top: 5px;
    text-align: end;
}

.p-topFv__content--right {
    width: calc(100% - 374px);
}

.p-topFv__img {
    width: 100%;
    height: 100%;
}

.p-topFv__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 900px) {
    .p-topFv__slide {
        padding-top: 4px;
        padding-bottom: 7px;
    }

    .p-topFv__head--txt {
        font-size: 96px;
        padding-left: 73px;
        padding-right: 8px;
    }

    .p-topFv__head--txt.--01::before {
        height: 45px;
        width: 55px;
    }

    .p-topFv__head--txt.--02::before {
        height: 45px;
        width: 55px;
    }

    .p-topFv__content {
        height: auto;
        min-height: unset;
    }

    .p-topFv__content--left {
        width: calc(100% - 42px);
        padding: 20px;
        border-right: #191919 solid 2px;
    }

    .p-topFv__content--jp {
        font-size: 13px;
        letter-spacing: .02em;
    }

    .p-topFv__content--en01 {
        margin-top: 10px;
        font-size: 10px;
        letter-spacing: .01em;
        padding-bottom: 0;
    }

    .p-topFv__content--bottom {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .p-topFv__content--illusts {
        position: relative;
        width: 135px;
        bottom: 0;
        left: 0;
        margin-top: 80px;
    }

    .p-topFv__content--en02 {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 32px;
        font-size: 13px;
    }

    .p-topFv__content--right {
        width: 42px;
    }

    .p-topFv__img {
        min-width: 380px;
        height: 380px;
        overflow: hidden;
        border-bottom: #191919 solid 2px;
    }

    .p-topFv__img img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .p-topFv__content--txt {
        position: relative;
        padding: 20px 11px 0;
        font-size: 20px;
        line-height: 1.03;
        letter-spacing: .03em;
    }

    .p-topFv__content--txt span {
        position: absolute;
        bottom: -12px;
        right: 0;
    }
}

/*===========================================================================*/
/*  topWarks  */
/*===========================================================================*/
.p-topWarks {
    background-color: #191919;
    padding-top: 18rem;
    padding-bottom: 18rem;
}

.p-topWarks__subhead {
    color: #fff;
    text-align: right;
}

.p-topWarks__head {
    color: #fff;
    margin-top: .8rem;
    text-align: right;
}

.p-topWarks__contents {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    row-gap: 7rem;
}

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

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

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

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

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

.p-topWarks__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-topWarks__content--txt01 {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

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

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

.p-topWarks__content--tags {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.p-topWarks__content.--02 .p-topWarks__content--tags {
    color: #7A7A7A;
}

.p-topWarks__content--tags span {
    padding: .4rem 1rem;
    border-radius: 50vw;
    border: solid 1px #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .03em;
}

.p-topWarks__content.--02 .p-topWarks__content--tags span {
    border: solid 1px #7A7A7A;
}

.p-topWarks__content.--02 {
    width: 26%;
}

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

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

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

    .p-topWarks__contents {
        margin-top: 3rem;
        row-gap: 4rem;
    }

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

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

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

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

    .p-topWarks__content--txt01 {
        font-size: 1.1rem;
        letter-spacing: .03em;
    }

    .p-topWarks__content--txt02 {
        letter-spacing: 0;
    }

    .p-topWarks__content--tags {
        margin-top: 1rem;
    }

    .p-topWarks__content--tags span {
        border: solid 1px #7A7A7A;
    }

    .p-topWarks__content.--02 {
        width: 49%;
    }

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

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.p-topService {
    padding-top: 18rem;
}

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

.p-topService__txts {
    width: 46.5rem;
    padding-top: 12.2rem;
}

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

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

.p-topService__btn {
    margin-top: 2.5rem;
}

.p-topService__contents {
    margin-top: 6rem;
}

.p-topService__contents--head {
    font-size: 1.6rem;
    line-height: 1;
}

.p-topService__content--list {
    margin-top: 1.9rem;
    border-top: #191919 solid .2rem;
}

.p-topService__content--list>li {
    border-bottom: #191919 solid .2rem;
}

.p-topService__content--link {
    display: block;
    position: relative;
    padding: 3rem 0 5.7rem 8rem;
}

.p-topService__content--num {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 4.3rem;
    left: 0;
}

.p-topService__content--arrow {
    width: 1.7rem;
    position: absolute;
    right: 0;
    top: 4.2rem;
    transition: transform .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topService__content--arrow svg {
    width: 100%;
    fill: #191919;
}

.p-topService__content--upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-topService__content--headEn {
    width: calc(100%*(547/1280));
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
}

.p-topService__content--head {
    font-feature-settings: 'palt' on;
    font-size: 1.8rem;
    line-height: 1.55;
    letter-spacing: .03em;
    width: calc(100%*(662/1280));
}

.p-topService__content--lower {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 3.5rem;
}

.p-topService__content--img {
    width: calc(100%*(547/1280));
    overflow: hidden;
}

.p-topService__content--img img {
    transition: transform .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-topService__content--txts {
    width: calc(100%*(662/1280));
    display: flex;
    justify-content: space-between;
}

.p-topService__content--overview {
    width: calc(100%*(348/662));
}

.p-topService__content--can {
    width: calc(100%*(244/662));
}

.p-topService__content--overview .--subHead,
.p-topService__content--can .--subHead {
    display: flex;
    align-items: center;
    gap: .8rem;
    position: relative;
    padding-bottom: 2.5rem;
}

.p-topService__content--overview .--subHead::before,
.p-topService__content--can .--subHead::before {
    background-color: #191919;
    content: '';
    height: 2rem;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
}

.p-topService__content--overview .--subHead .u-en-700,
.p-topService__content--can .--subHead .u-en-700 {
    font-size: 1.6rem;
    line-height: 1;
}

.p-topService__content--overview .--subHead .u-ja-700,
.p-topService__content--can .--subHead .u-ja-700 {
    color: #7A7A7A;
    font-feature-settings: 'palt' on;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-topService__content--overview h5 {
    margin-top: 5.8rem;
    font-feature-settings: 'palt' on;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-topService__content--overview .--txt {
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .02em;
    margin-top: 2.2rem;
}

.p-topService__content--can ul {
    margin-top: 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .05em;
}

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

    .p-topService__content--link:hover .p-topService__content--arrow {
        transform: rotate(360deg);
    }
}

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

    .p-topService__upper {
        display: block;
    }

    .p-topService__txts {
        width: 100%;
        padding-top: 6rem;
        padding-left: 29%;
    }

    .p-topService__head02 {
        font-size: 1.8rem;
    }

    .p-topService__txt {
        font-size: 1.3rem;
    }

    .p-topService__btn {
        margin-top: 2rem;
    }

    .p-topService__contents {
        margin-top: 8rem;
    }

    .p-topService__contents--head {
        font-size: 1.4rem;
    }

    .p-topService__content--list {
        margin-top: 1.8rem;
    }

    .p-topService__content--link {
        padding: 2.5rem 0 5rem 4rem;
    }

    .p-topService__content--num {
        top: 3.7rem;
    }

    .p-topService__content--arrow {
        width: 1.4rem;
        top: 3.8rem;
    }

    .p-topService__content--upper {
        display: block;
    }

    .p-topService__content--headEn {
        width: 100%;
        font-size: 4rem;
    }

    .p-topService__content--head {
        margin-top: .8rem;
        font-size: 1.3rem;
        width: 100%;
    }

    .p-topService__content--head span {
        text-decoration: underline;
    }

    .p-topService__content--lower {
        display: block;
        margin-top: 2.5rem;
    }

    .p-topService__content--img {
        width: 100%;
    }

    .p-topService__content--txts {
        width: 100%;
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 2.5rem;
    }

    .p-topService__content--overview {
        width: 100%;
    }

    .p-topService__content--can {
        width: 100%;
    }

    .p-topService__content--overview .--subHead,
    .p-topService__content--can .--subHead {
        padding-bottom: 1.4rem;
    }

    .p-topService__content--overview .--subHead::before,
    .p-topService__content--can .--subHead::before {
        height: 1rem;
    }

    .p-topService__content--overview .--subHead .u-en-700,
    .p-topService__content--can .--subHead .u-en-700 {
        font-size: 1.4rem;
    }

    .p-topService__content--overview .--subHead .u-ja-700,
    .p-topService__content--can .--subHead .u-ja-700 {
        font-size: 1.2rem;
    }

    .p-topService__content--overview h5 {
        margin-top: .8rem;
        font-size: 1.8rem;
    }

    .p-topService__content--overview .--txt {
        font-size: 1.2rem;
        margin-top: 1.2rem;
    }

    .p-topService__content--can ul {
        margin-top: .8rem;
        gap: .8rem;
        font-size: 1.3rem;
    }
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-topNews {
    padding-top: 14rem;
    overflow: hidden;
}

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

.p-topNews__btns {
    display: flex;
    gap: 2.5rem;
    padding-bottom: .8rem;
}

.p-topNews__slide--btn {
    cursor: pointer;
    width: 6.2rem;
    height: 6.2rem;
    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: 5rem 0 0 !important;
    width: 43rem;
    overflow: visible !important;
}

.p-topNews__list li {
    width: 43rem;
    padding-right: .5rem;
}

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

.p-topNews__list--img {
    aspect-ratio: 425/284;
    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: 1rem;
    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: 1.6rem;
    line-height: 1.5;
}

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

.p-topNews__list--cat02 span {
    padding: .4rem 1rem;
    border: #191919 solid .1rem;
    font-feature-settings: 'palt' on;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .03em;
    border-radius: 100vh;
}

.p-topNews__lower {
    margin-top: 5.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-topNews__pagination {
    width: calc(100% - 14.1rem) !important;
    position: relative !important;
}

.p-topNews__pagination.swiper-pagination-progressbar {
    background: #e8e8e8;
    height: .2rem;
    border-radius: 0;

}

.p-topNews__pagination .swiper-pagination-progressbar-fill {
    background: #191919;
    border-radius: .2rem;
}

@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);
    }
}

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

    .p-topNews__upper {
        display: block;
    }

    .p-topNews__btns {
        display: none;
    }

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

    .p-topNews__list li {
        width: 26.5rem;
        padding-right: .8rem;
    }

    .p-topNews__list--info {
        margin-top: .8rem;
        gap: 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.4rem;
    }

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

    .p-topNews__lower {
        margin-top: 4rem;
    }

    .p-topNews__pagination {
        width: calc(100% - 12.6rem) !important;
    }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-topFaq {
    padding-top: 15rem;
    padding-bottom: 14rem;
}

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

.p-topFaq__content {
    padding-top: 4.8rem;
    width: calc(100%*(758/1280));
}

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

.p-topFaq__list--question {
    cursor: pointer;
    padding: 2rem 5.1rem 2rem 10.8rem;
    border: #191919 solid .1rem;
    border-radius: 1rem;
    position: relative;
}

.p-topFaq__list--question .u-en-500 {
    position: absolute;
    left: 2.8rem;
    top: 2.6rem;
    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.9rem;
    top: 2.7rem;
}
.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 {
    margin-top: 5rem;
    text-align: right;
}

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

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

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

    .p-topFaq__list--question {
        padding: 1.8rem;
        border: #191919 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;
    }

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