@charset "utf-8";
/* ========top page start =============*/
/* beyond the design */

.tp-btd-sec {
    min-height: calc(100vh + 500px);
    overflow-x: hidden;
    scrollbar-width: none;
}

.btd-box {
    display: none;
    width: 100%;
    margin-right: auto;
    position: relative;
    padding-left: 40px;
}

.beyond-txt {
    position: relative;
}

.btd-sub-ttl {
    position: absolute;
    top: 50%;
    left: 300px;
    transform: translate(0, -50%);
    font-size: 12.8rem;
    color: #8E8E8E;
    font-weight: 500;
    z-index: 4;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.btd-ttl {
    width: 100%;
    max-width: 907px;
    font-size: 21.3rem;
    line-height: 1;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    position: relative;
    letter-spacing: 0px;
    color: #191812;
}

.btd-para {
    width: max-content;
    position: relative;
    z-index: 3;
    font-weight: 600;
}

.btd-para.small-para {
    font-size: 18.2rem;
    z-index: 5;
}

.btd-para.utrl-small {
    font-size: 3.6rem;
    line-height: 1.4;
    margin-top: 12px;
    font-weight: 700;
}

.btd-video-cont {
    width: 297px;
    height: 116px;
    position: absolute;
    bottom: 82px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    z-index: 6;
}

.btd-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.btdLetter {
    opacity: 0;
    transform: translateY(35vh);
}

/* ////////////////////////////// */
/* beyond the Design text animation */
.btd-ani {
    display: flex;
    overflow: hidden;
}

.btd-letter-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btd-letter-wrap span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* First span visible by default */
.btd-letter-wrap span:nth-child(1) {
    position: relative;
    transform: translateY(0%);
}

/* beyond the Design text animation end */
/* ////////////////////////////// */

@media screen and (max-width:1000px) {

    .tp-btd-sec {
        min-height: calc(100vh + 300px);
    }

    .btd-ttl {
        max-width: 570px;
        font-size: 12rem;
    }

    .btd-para.small-para {
        font-size: 11rem;
    }

    .btd-sub-ttl {
        font-size: 8rem;
        left: 170px;
    }

    .btd-video-cont {
        width: 200px;
        height: 80px;
        right: 0px;
        bottom: 76px;
    }

}

@media screen and (max-width: 768px) {

    .btd-ttl {
        font-size: 8.1rem;
        max-width: 343px;
    }



    .btd-para.small-para {
        font-size: 6.8rem;
    }

    .tp-btd-sec {
        min-height: 312px;
    }

    .btd-sub-ttl {
        font-size: 4.8rem;
        left: 112px;
    }

    .btd-video-cont {
        right: 0px;
        width: 106px;
        height: 45px;
        bottom: 40px;
        border-radius: 3px;
    }

    .btd-box {
        padding: 0 16px;
    }

    .btd-para.utrl-small {
        font-size: 1.4rem;
    }

}

@media screen and (max-width:370px) {
    .btd-ttl {
        font-size: 6.2rem;
    }

    .btd-para.small-para {
        font-size: 4.8rem;
    }

    .btd-sub-ttl {
        font-size: 3.8rem;
        left: 86px;
    }

    .btd-video-cont {
        right: 10px;
        bottom: 37px;
    }

}

/* beyond the design end */


/* from vision to space */
.fvts-section {
    width: 100%;
    position: relative;
    padding-top: 200px;
    padding-bottom: 240px;
}

.fvts-container {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
}

.fvts-main-img-ctnr {
    max-width: 80.5%;
    width: 100%;
    margin-inline: auto;


}

.fvts-main-img {
    width: 100%;
    height: 100%;
}

.fvts-title-container {
    height: 30vw;
    z-index: 1;
    margin-top: 200px;
    margin-bottom: 200px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.fvts-title {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 10rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    perspective: 800px;
    cursor: pointer;
    z-index: 1;

    position: sticky;
    top: 40%;
    transition: all 0.8s ease;
}

.fvts-title .char {
    display: inline-block;
    transform-style: preserve-3d;
    will-change: transform;
    position: relative;
    z-index: -10;
}

.fvts-img-ctnr {
    width: 100%;
}

.fvts-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 15%;
    padding-left: 10%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    align-content: start;
}

.fvts-topright {
    max-width: 23%;
}

.fvts-topleft {
    max-width: 25%;
    padding-top: 14%;
}

.fvts-bot {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 2%;
    padding-right: 5%;

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    align-content: start;
}

.fvts-botright {
    max-width: 20.5%;
}

.fvts-botleft {
    max-width: 9.5%;
    padding-top: 3.5%;
    margin-right: 90px;
}

.fvts-botcen {
    max-width: 14%;
    padding-top: 7%;
}


.start-hidden {
    opacity: 0;
}

.fvts-main-para {
    text-align: center;
    font-size: 4.4rem;
    font-weight: 500;
    color: #191812;
    line-height: 1.9;
    transition: all 0.8s ease;
}

.color-invert {
    filter: invert(1);
}

.break-fez {
    display: none;
}

.fvts-sec-wrapper {
    position: absolute;
    inset: 0;

    background: url(/assets/img/common/header_open_bg.jpg);
    background-size: 100%;
    opacity: 0;
    z-index: -100;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

@media screen and (min-width: 1440px) {
    .fvts-title-container {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .fvts-title {
        font-size: 6rem;
    }

    .fvts-main-para {
        font-size: 3.8rem;
    }
}

@media screen and (max-width: 848px) {
    .fvts-title {
        font-size: 6rem;
    }

    .fvts-main-para {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 768px) {
    .fvts-section {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .fvts-sec-wrapper {
        background: url(/assets/img/common/header_open_sp_bg.jpg);
        background-size: 100%;
    }

    .fvts-title-container {
        margin-top: 100px;
        margin-bottom: 100px;
        height: 50vh;
    }

    .fvts-title {
        font-size: 2.8rem;
    }

    .fvts-main-para {
        font-size: 2rem;
        padding-top: 300px;
        line-height: 1.5;
    }

    .fvts-main-img-ctnr {
        max-width: 100%;
        padding-inline: 15px;
    }

    .fvts-top {
        padding-inline: 16px;
    }

    .fvts-topright {
        max-width: 100px;
        margin-right: 29px;
    }

    .fvts-topleft {
        max-width: 172px;
        padding-top: 25vh;
    }

    .fvts-bot {
        padding-inline: 16px;
        display: grid;
        grid-template-columns: 3fr 5fr;
    }

    .fvts-botright {
        max-width: 209px;
        grid-area: 1 / 2 / 2 / 3;
        justify-self: end;
        align-self: start;
    }

    .fvts-botleft {
        max-width: 100px;
        justify-self: start;
        padding-top: 12vh;
        margin-right: 0;
    }

    .fvts-botcen {
        max-width: 145px;
        grid-area: 2 / 1 / 3 / 4;
        padding-top: 14vh;
        justify-self: center;
    }
}


/* from vision to space end */

/* designing details */
.sec-detail {
    background: url(/assets/img/top/detail_bg.jpg)no-repeat center/cover;
    padding: 240px 0;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.line-cont {
    width: 100%;
    max-width: 423px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.sec-ttl {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    width: fit-content;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.line-cont .line {
    width: 29px;
    max-width: 288px;
    height: 1px;
    background: #fff;
    margin-bottom: -4px;
}

.line-cont.active .line {
    width: calc(100% - (var(--text-width, 0px) + 20px));
    transition: all 2s ease-in-out;
}

.design-blk {
    gap: 30px;
    display: flex;
    justify-content: space-between;
}

.detail-card-ttl {
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
}

.detail-des {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8;
}

.design-left-blk {
    max-width: 578px;
    width: 100%;
}

.design-detail-animation .d-letter {
    overflow: hidden;
    display: inline-block;
    margin-right: -12px;
    font-size: 10.4rem;
    font-weight: 300;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #ffffff;
    line-height: 1.2;
}

.design-detail-animation .detail-txt {
    /* font-size: 10.4rem;
    font-weight: 300;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #ffffff;
    line-height: 1.2; */
    display: inline-block;
    transform: translate(0, 102%);
    /* letter-spacing: -2px; */
}

.fir-wd .d-letter {
    font-size: 10.4rem;
    font-weight: 300;
}

.sec-wd .d-letter {
    font-size: 13.4rem;
    font-weight: 600;
    line-height: 1.1;
}

.td-wd .d-letter, .fh-wd .d-letter {
    font-size: 10rem;
    font-weight: 300;
}

.cormar {
    font-size: 10.4rem !important;
    font-weight: 300 !important;
}

.fir-wd {
    margin-right: 30px;
    display: inline-block;
}

.td-wd {
    margin-right: 30px;
    display: inline-block;
}

.sec-wd {
    display: inline-block;
}

.abt .view-more {
    color: #FFF;
}

.abt .view-more-btn-ctnr::before {
    background-color: #FFFFFF;
}

.abt .view-more-btn-ctnr::after {
    background-color: #FFFFFF;
}

.abt-nr {
    margin: 0 auto;
}

.abt-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1440px) {
    .design-right-blk {
        margin-right: -140px;
    }
}

@media screen and (max-width: 768px) {
    .design-blk {
        flex-direction: column;
        gap: 50px;
    }

    .sec-detail {
        padding-top: 122px;
        padding-bottom: 200px;
        background: url(/assets/img/top/detail_bg_sp.jpg)no-repeat center/cover;

    }

    .detail-card-ttl {
        font-size: 1.8rem;
    }

    .detail-des {
        font-size: 1.4rem;
    }

    .ab-link {
        max-width: 160px;
        font-size: 1.6rem;
    }

    .detaildesign-img {
        margin: 0 auto;
    }

    .fir-wd .d-letter {
        font-size: 4rem;
    }

    .sec-wd .d-letter {
        font-size: 6rem;
        line-height: 1;
    }

    .sec-wd {
        margin-right: 12px;
    }

    .td-wd .d-letter, .fh-wd .d-letter {
        font-size: 4rem;
    }

    .cormar {
        font-size: 4rem !important;
    }

    .td-wd {
        margin-right: 10px;
    }

    .design-detail-animation .d-letter {
        letter-spacing: -1px;
    }

    .sec-ttl {
        font-size: 1.4rem;
    }

    .design-detail-animation .d-letter {
        margin-right: -7px;
    }

    .fir-wd {
        margin-right: 14px;
    }
}

/* designing details end */


/* with you */
.wy-sec {
    padding-bottom: 100px;
    padding-top: 160px;
    position: relative;
}

.wy-white-bg {
    position: absolute;
    inset: 0;
    background: url(/assets/img/common/main_bg.jpg);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
    z-index: -100;
    pointer-events: none;
}

.wy-bg {
    position: absolute;
    inset: 0;
    background: url(/assets/img/common/header_open_bg.jpg);
    background-size: 100%;
    background-position: center;
    opacity: 1;
    z-index: -99;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.wy-scroll-wrap {
    position: relative;
}

.wy-beyond {
    position: relative;
    top: 0;
}

.wy-pics-container {
    position: relative;
    height: 100vh;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}

.wy-sec .pin-spacer {
    width: fit-content !important;
}

.wy-pic {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 71%;
    width: 65.7%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.wy-cont {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.rs-minus-margin {
    margin-top: -95px;
}

.wy-sec-cont {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    position: relative;
    padding-top: 230px;
}

.wy-content {
    position: relative;
    z-index: 5;
    transition: all 0.8s ease;
}

.wy-sec-cont .sec-ttl {
    color: #191812;
}

.wy-sec-cont .line {
    background: #191812;
    position: relative;
}

.wy-txt-cont .fir-wd .d-letter {
    font-size: 22.4rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 600;
    color: #191812;
}

.wy-txt-cont .sec-wd .d-letter {
    font-size: 7.8rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    color: #191812;
}

.wy-txt-cont .design-detail-animation .d-letter {
    margin-right: -6px;
}

.wy-txt-cont-sm {
    padding: 52px 0px 75px;
}

.wy-sm-txt {
    font-size: 1.6rem;
    font-weight: 300;
    color: #191812;
    line-height: 1.6;
}

.wy-real-spaces {
    position: relative;
    z-index: 2;
}

.wy-rl-txt-cont {
    margin-top: 40px;
}

.wy-rl-txt-cont .design-detail-animation .d-letter {
    margin-right: -6px;
}

.wy-rl-txt-cont .fir-wd .d-letter {
    font-size: 7.8rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    color: #191812;
}

.wy-rl-txt-cont .sec-wd .d-letter {
    font-size: 16rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 600;
    color: #191812;
    line-height: 1;
}

.wy-rl-content {
    margin-top: 80px;
}

.wy-rl-txt {
    font-size: 2rem;
    font-weight: 600;
    color: #191812;
}

.wy-rl-txt-sm {
    font-size: 1.6rem;
    font-weight: 300;
    color: #191812;
    line-height: 1.6;
    margin-top: 20px;
}

.wy-rl-txt-cont .sec-wd {
    margin-right: 30px;
}

.wy-blueprint-ctnr {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: end;
    margin-inline: auto;
}

.wy-blueprint {
    width: 52.3%;
}

@media screen and (max-width: 1200px) {
    .wy-txt-cont .fir-wd .d-letter {
        font-size: 12rem;
    }

    .wy-txt-cont .sec-wd .d-letter {
        font-size: 5.8rem;
    }

    .wy-rl-txt-cont .fir-wd .d-letter {
        font-size: 5rem;
    }

    .wy-rl-txt-cont .sec-wd .d-letter {
        font-size: 12rem;
    }

    .wy-txt-cont-sm {
        padding: 30px 0 60px;
    }
}

@media screen and (max-width: 900px) {
    .wy-txt-cont .fir-wd .d-letter {
        font-size: 10rem;
    }

    .wy-txt-cont .sec-wd .d-letter {
        font-size: 4.8rem;
    }

    .wy-rl-txt-cont .fir-wd .d-letter {
        font-size: 4rem;
    }

    .wy-rl-txt-cont .sec-wd .d-letter {
        font-size: 10rem;
    }

    .wy-txt-cont-sm {
        padding: 20px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .wy-sec {
        padding: 100px 0 80px;
        position: relative;
    }

    .wy-white-bg {
        background: url(/assets/img/common/main_bg_sp.jpg);
        background-size: 100%;
        background-position: center;
        background-attachment: fixed;
    }

    .wy-bg {
        background: url(/assets/img/common/header_open_sp_bg.jpg);
        background-size: 100%;
    }

    .wy-beyond {
        position: absolute;
        top: unset;
        bottom: 50%;
        z-index: 3;
    }

    .wy-pics-container {
        height: 112vh;
    }

    .wy-pic {
        height: 45vh;
        width: 100%;
    }

    .rs-minus-margin {
        margin-top: 80px;
        ;
    }

    .wy-blueprint {
        width: 83.7vw;
    }

    .sp-wy-cont {
        padding-bottom: 100px;
        position: static;
        padding-inline: 16px;
    }

    .wy-content {
        position: static;
    }

    .wy-sec-cont {
        padding-top: 0;
    }

    .wy-photo-cont {
        margin-top: 101px;
    }

    .wy-real-spaces {
        position: static;
        margin-top: 81px;
    }

    .wy-photo-boxes {
        aspect-ratio: 1.28/1;
        height: auto;
    }

    .wy-photobox {
        height: auto;
    }

    .wy-map-photo {
        max-width: 100%;
        height: auto;
    }

    .wy-txt-cont {
        margin-top: 28px;
    }

    .wy-txt-cont .fir-wd .d-letter {
        font-size: 6rem;
    }

    .wy-txt-cont .sec-wd .d-letter {
        font-size: 4rem;
    }

    .wy-sm-txt {
        font-size: 1.4rem;
    }

    .wy-txt-cont-sm {
        padding: 22px 0 5vh;
    }

    .wy-rl-txt-cont .fir-wd .d-letter {
        font-size: 4rem;
    }

    .wy-rl-txt-cont .sec-wd .d-letter {
        font-size: 6rem;
    }

    .wy-rl-txt {
        font-size: 1.8rem;
    }

    .wy-map-photo {
        margin-top: -120px;
        margin-right: -14px;
    }

    .wy-rl-txt-cont {
        margin-top: 30px;
    }

    .wy-rl-txt-cont .sec-wd:first-of-type {
        margin-top: 18px;
    }

    .wy-rl-content {
        margin-top: 43px;
    }

    .wy-rl-txt-sm {
        margin-top: 27px;
        font-size: 1.4rem;
    }
}


/* with you end */


/* real spaces */
.rsc-section {
    padding-bottom: 170px;
}

.rsc-container {
    padding-bottom: 100px;
}

.rsc-num-name {
    color: #191812;
}

.rsc-line {
    left: 33%;
    color: #191812;
}

.sec-ttl.active .rsc-line {
    width: 100%;
}

.rsc-thin-title {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 7.8rem;
    font-weight: 300;
    color: #191812;
    line-height: 1;
}

.rsc-thick-title {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 16rem;
    font-weight: 600;
    color: #191812;
    line-height: 1;
}

.rsc-para-one {
    font-size: 2rem;
    font-weight: 700;
    color: #191812;
}

.rsc-para-two {
    font-size: 1.6rem;
    font-weight: 400;
    color: #191812;
}

.office-blk-container {
    width: 100%;
    height: 360vh;
}

.office-blk {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.office-blk-one {
    z-index: 1;
    margin-bottom: 30vh;
}

.office-blk-two {
    z-index: 2;

}

.office-blk-three {
    z-index: 3;
    margin-top: 30vh;
}

.office-caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 44px;
    pointer-events: none;
}

.office-bg {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    transform-origin: center center;
    transition: transform 0.5s ease;
    transform-origin: top;
    border-top: 1px solid rgba(0, 0, 0, 95%);
}

.office-bg:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-out;
}

.office-num {
    width: 148px;
    height: 148px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 6rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}

.office-name {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.office-info {
    position: absolute;
    right: 0%;
    bottom: 0%;
    background-color: #191812;
    opacity: 0.95;
    padding: 30px 42px 26px 30px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    transition: all 0.6s ease;
    pointer-events: none;
}

.office-txt {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #BCB2A7;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.office-txt:first-child {
    border-right: 1px solid #BCB2A7;
}

.office-blk:hover .office-txt:first-child {
    border-color: #2A3541;
}

.office-txt-span {
    font-size: 2rem;
    color: #fff;

}

.view-more-ctnr {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 93px;
    padding-right: 12vw;
}

.view-more-btn-ctnr {
    height: 40px;
    width: 270px;
    position: relative;
    overflow: hidden;
}

.view-more-btn {
    height: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.view-more-btn-ctnr::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;

    position: absolute;
    bottom: 8px;
    left: -600px;
}

.view-more-btn-ctnr::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;

    position: absolute;
    bottom: 8px;
    left: 0;
}

.view-more-btn-ctnr:hover::after {
    transform: translateX(270px);
    transition: transform 0.8s ease-out;
}

.view-more-btn-ctnr:hover::before {
    transform: translateX(600px);
    transition: transform 0.8s ease-out;
}

.view-more {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #191812;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    transform: translateY(-10px);
}


.view-more-btn-ctnr:hover .view-more {
    padding-bottom: 20px;
    transform: translateY(24px);
    transition: all 0.6s ease;
}

.vm-arrow {
    width: 17px;
    height: 17px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
}

.abt-vm-arrow {
    background-color: #fff;
}

.abt-vm-arrow::after {
    filter: invert(1);
}

.vm-arrow::after {
    content: "";
    background-image: url(/assets/img/common/next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 7px;
    height: 7px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
}

.view-more-btn-ctnr:hover .vm-arrow {
    transform: translateX(13px);
    background-color: #D0121B;
    transition: transform 0.6s ease-out;
}

.view-more-btn-ctnr:hover .abt-vm-arrow::after {
    filter: invert(0);
}

@media screen and (max-width: 1100px) {
    .office-name {
        font-size: 3rem;
    }

    .office-info {
        padding: 20px 20px 16px;
    }
}

@media screen and (max-width: 768px) {
    .rsc-container {
        padding-bottom: 80px;
    }


    .rsc-thin-title {
        font-size: 4rem;
    }

    .rsc-thick-title {
        font-size: 6rem;
    }

    .office-caption {
        top: 42%;
    }

    .office-num {
        width: 60px;
        height: 60px;
        font-size: 2.4rem;
    }

    .office-name {
        font-size: 2rem;
    }


    .office-txt {
        font-size: 1.1rem;
    }

    .office-txt-span {
        font-size: 1.4rem;
    }

    .office-blk:hover .office-txt:first-child {
        border-color: #BCB2A7;
    }

    .view-more-ctnr {
        justify-content: center;
        padding-right: 0;
        margin-top: 60px;
    }

    .rsc-section {
        padding-bottom: 120px;
    }

    .view-more-btn-ctnr {
        width: 160px;
    }

    .view-more {
        font-size: 1.6rem;
        transform: translateY(-10px);
    }

    .view-more-btn-ctnr:hover .view-more {
        padding-bottom: 20px;
        transform: translateY(20px);
        transition: all 0.6s ease;
    }

    .view-more-btn {
        padding-right: 9px;
    }

    .view-more-btn-ctnr:hover .vm-arrow {
        transform: translateX(9px);
    }
}

@media screen and (max-width: 480px) {
    .office-bg {
        object-position: right -165px top 0px;
    }
}

/* real spaces end */


/* news top */
.news-sec-wrapper {
    background-image: url('/assets/img/top/news_bg.png');
    position: relative;
    z-index: 1;
}

.news-bg {
    position: absolute;
    inset: 0;
    background: url(/assets/img/common/header_open_bg.jpg);
    background-size: 100%;
    opacity: 0;
    z-index: -100;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.news-section {
    width: 100%;
    padding: 180px 0;
    margin: 0 auto;
}

.news-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 30px;
}

.news-title {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 0;
}

.news-list {
    max-width: 800px;
    width: 100%;
    border-top: 1px solid #BCB2A7;
}

.news-item {
    border-bottom: 1px solid #BCB2A7;
    padding: 59px 0 61px 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 800px;
    width: 100%;
    position: relative;
}

.news-date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #191812;
    margin: 0;
    letter-spacing: 0;
    transition: all 0.6s ease;
}

.news-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #29313A;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    width: 100%;
    padding-right: 90px;
    letter-spacing: 0;
    transition: all 0.6s ease;
}

.news-item:hover {
    opacity: 0.6;
}

.news-text::after {
    content: "";
    background: url(/assets/img/common/next_black.png) no-repeat right/contain;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 27px;
    top: 0px;
    transition: right 0.6s ease;
}

.news-item:hover .news-text::after {
    background: url(/assets/img/common/next_red.png) no-repeat right/contain;
    right: 14px;
}

.news-item:hover .news-text {
    font-weight: 300;
}


.news-link {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #000;
    background-image: url('/assets/img/top/top_news_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 7px;
    border-radius: 50%;
    margin-top: 5px;
    transition: all 0.5s ease-in-out;
}

.news-arrow {
    color: transparent;
    font-size: 16px;
}

.news-content:hover .news-link {
    background-color: #D0121B;
    transform: translateX(10px);
    transition: transform 0.5s ease;
}

.news-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (min-width: 1440px) {
    .news-title {
        margin-left: -71px;
    }
}

@media screen and (max-width: 768px) {
    .news-bg {
        background: url(/assets/img/common/header_open_sp_bg.jpg);
    }

    .news-inner {
        flex-direction: column;
        gap: 50px;
    }

    .news-section {
        padding: 100px 0;
    }

    .news-title {
        font-size: 4rem;
    }

    .news-date {
        font-size: 1.2rem;
    }

    .news-text {
        font-size: 1.4rem;
        padding-right: 38px;
    }

    .news-text::after {
        right: 9px;
    }

    .news-item:hover .news-text::after {
        right: 0;
    }

    .news-item {
        padding: 21px 0 21px 9px;
        gap: 5px;
        margin-left: 0px;
    }
}

/* news top end */


/* work as one */
.top-work-section {
    /* background-color: #061013; */
    background-image: url(/assets/img/top/work_as_one_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.top-work {
    background: url(/assets/img/top/staff_meeting.jpg) no-repeat center top;
    background-size: contain;
    width: 100%;
    position: relative;
}

.top-work::after {
    content: "";
    background: url(/assets/img/top/work_as_black_bg.jpg) repeat;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top-work-animation {
    text-align: center;
    letter-spacing: 0;
}

.work-word {
    margin-right: 35px;
    display: inline-block;
    font-size: 8rem;
    color: #fff;
}

.w-letter {
    margin-right: -18px;
    display: inline-block;
    overflow: hidden;
    line-height: 1.3;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
}

.w-letter.cormar {
    font-weight: 500 !important;
}

.w-letter.w-letter-two {
    font-size: 16rem;
    font-weight: 600;
    line-height: 0.8;
}

.top-work-animation .work-letter {
    font-size: 8rem;
    font-weight: 500;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    transform: translate(0, 102%);
    letter-spacing: -3px;
}

.top-work-animation .work-one {
    font-size: 16rem;
    font-weight: 600;
}

.ww-one {
    margin-right: 23px;
}

.top-work-animation .work-word:last-child {
    margin-right: 0;
}

.top-ttl-text {
    text-align: center;
}

.top-work-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
}

.top-work-ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.inner-top-work {
    max-width: 1021px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-top: 720px;
    padding-bottom: 200px;
}

.top-career {
    max-width: 270px;
    width: 100%;
    font-family: 'ITC Avant Garde Gothic Pro';
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin: 70px auto 0px auto;
    padding-bottom: 15px;
    position: relative;
    text-align: start;
}

.top-career::after {
    content: '';
    background: url(/assets/img/top/work_arrow.png) no-repeat;
    background-position: center;
    background-size: 7px 7px;
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: 2px;
    margin-left: 170px;
}

.top-career:hover::after {
    background: url(/assets/img/top/top_news_arrow.png) no-repeat;
    background-color: #D0121B;
    background-size: 7px 7px;
    background-position: center;
}

.work-word-third {
    margin-right: 0;
}

@media screen and (min-width: 1440px) {
    .top-work {
        background: url(/assets/img/top/staff_meeting.jpg) no-repeat center top;
        background-size: 100%;
    }

}

@media screen and (max-width: 1020px) {

    .inner-top-work {
        top: 51%;
    }

    .top-work-animation .work-letter {
        font-size: 5rem;
    }

    .top-work-animation .work-one {
        font-size: 12rem;
    }

    .ww-one {
        margin-right: 14px;
    }

    .w-letter.w-letter-two {
        font-size: 13rem;
    }


    .work-word {
        margin-right: 35px;
        font-size: 6rem;
    }

    .w-letter {
        margin-right: -16px;
        line-height: 1;
    }


}

@media screen and (max-width: 768px) {
    .top-work-animation .work-letter {
        font-size: 4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .top-work-animation .work-one {
        font-size: 6rem;
        font-weight: 600;
        line-height: 1;
    }

    .work-word-third {
        display: inline-block;
    }

    .top-work-ttl {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .top-work-text {
        font-size: 14px;
    }

    .inner-top-work {
        padding: 270px 0 110px 0;
    }

    .work-word {
        font-size: 4rem;
        margin-right: 15px;
    }

    .w-letter {
        margin-right: -10px;
        line-height: 1.1;
    }

    .w-letter.w-letter-two {
        font-size: 6rem;
        line-height: 0.9;
    }
}

@media screen and (max-width: 600px) {
    .top-work-section {
        background-color: #061013;
        background-image: unset;
        background-repeat: unset;
        background-position: unset;
        background-size: unset;
    }

    .top-work {
        background: url(/assets/img/top/staff_meeting_sp.jpg) no-repeat center top;
        background-size: contain;
        background-position: center top;
    }

    .inner-top-work::after {
        content: unset;
    }
}

@media screen and (max-width: 500px) {
    .ww-one {
        margin-right: 10px;
    }

    .top-career {
        max-width: 160px;
        width: 100%;
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 61px;
        margin-bottom: 110px;
        padding-bottom: 18px;
    }

    .top-career::after {
        margin-left: 82px;
    }

    .top-work-text:nth-of-type(1) {
        padding: 0 13px;
    }

    .top-work-text:nth-of-type(2) {
        padding: 0 65px;
    }

    .top-work-text:nth-of-type(3) {
        padding: 0 45px;
    }

    .top-work-text {
        line-height: 2;
    }
}

/* work as one end */


/* contact */
.contact-ttl {
    font-size: 11rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 600;
    color: #191812;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    display: inline;
}

.contact-ttl::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #191812;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    transition: all 0.4s ease;
}

.sec-contact {
    padding-top: 220px;
    text-align: center;
    padding-bottom: 100px;
}

.contact-ttl:hover::after {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .sec-contact {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .contact-ttl {
        font-size: 7rem;
    }
}

/* contact end */

/* ======== top page end ==============*/

/* privacy-policy/index.html start */
.privacy-policy {
    max-width: 1200px;
    padding: 120px 20px;
    margin: 0 auto;
}

.privacy-ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #29313A;
}

.privacy-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #191812;
}

.pp-date {
    text-align: end;

}

.privacy-article:first-of-type {
    margin-top: 60px;
}

.privacy-article {
    margin: 40px 0;
}

.pp-list-item {
    position: relative;
    line-height: 1.6;
}

.link-here {
    color: #191812;
    font-weight: 400;
    text-decoration: underline !important;
    display: inline;
}

.link-here:hover {
    color: #D0121B;
}

@media screen and (max-width: 768px) {
    .privacy-policy {
        padding: 60px 16px;
        margin-bottom: 65px;
    }

    .privacy-text {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .privacy-ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .privacy-article:first-of-type {
        margin-top: 60px;
    }

    .pp-list-item {
        font-size: 1.4rem;
    }
}

/* privacy-policy/index.html end */

/* workflow/index.html start */
.sec-flow {
    background: url(/assets/img/workflow/flow_bg.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
}

.wf-proc-timeline {
    width: 100%;
    max-width: 999px;
    margin-left: auto;
    counter-reset: wf-step;
    padding-top: 140px;
    padding-bottom: 140px;

}

.wf-process-step {
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-top: 60px;
    border-bottom: 1px solid #BCB2A7;
}

.wf-process-step.last-step {
    border-bottom: none;
}

.wf-step-number {
    background: #fff;
    border: 1px solid #191812;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wf-step-content {
    flex: 1;
    padding: 0px 25px 20px 60px;
}

.wf-serv-step {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
    letter-spacing: 0;
    color: #191812;
    align-items: center;
}

.wf-serv-step-cont {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #191812;
    letter-spacing: 0;
    line-height: 1.6;
}

.badge {
    display: inline-block;
    background: #191812;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 10px 10px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 145px;
    text-align: center;
}

.wf-process-step .wf-step-number {
    counter-increment: wf-step;
}

.wf-process-step .wf-step-number::before {
    content: counter(wf-step, decimal-leading-zero);
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-size: 4rem;
}

.scroll {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
}

.scroll::after {
    content: "";
    position: absolute;
    top: calc(100% + 35px);
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100px;
    background-color: #29313A;
}

.scroll span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 35px);
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #29313A;
    animation: scrollBubble 2s ease-in-out infinite;
}

.s-ttl {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #29313A;
    letter-spacing: 0;
}

.scroll-blk {
    padding: 180px 0 160px;
}

.sb-txt {
    padding-top: 160px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #29313A;
    line-height: 1.5;
}

.flow-mv {
    width: 100%;
}

.flow-mv-blk {
    padding-bottom: 170px;
    padding-top: 200px;
}

.wf-img {
    position: relative;
}

.mv-ttl-tt {
    position: absolute;
    bottom: -197px;
}

.lg-ttl {
    font-size: 22.4rem;
    font-weight: 600;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    letter-spacing: 0;
    line-height: 1;
}

.sm-ttl {
    font-size: 7.8rem;
    font-weight: 300;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    letter-spacing: 0;
}


/* Bubble animation keyframes */
@keyframes scrollBubble {
    0% {
        transform: translate(-50%, -5px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 100px);
        /* reach bottom of line */
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 100px);
        opacity: 0;
        /* fade out before restarting */
    }
}

@media screen and (max-width: 1050px) {
    .lg-ttl {
        font-size: 15rem;
    }

    .mv-ttl-tt {
        bottom: -140px;
    }

    .sm-ttl {
        font-size: 6.9rem;
    }
}

@media screen and (max-width: 768px) {
    .scroll::after {
        top: calc(100% + 27px);
    }

    .scroll span::after {
        top: calc(100% + 27px);
    }

    .wf-serv-step {
        font-size: 1.8rem;
        margin-bottom: 10px;
        position: relative;
    }

    .wf-serv-step-cont {
        font-size: 1.4rem;
        gap: 5px;
    }

    .badge {
        font-size: 1.2rem;
        min-width: unset;
        padding: 8px 35px 8px;
        position: absolute;
        top: -50px;
        right: 0;
    }

    .wf-step-number {
        width: 58px;
        height: 58px
    }

    .wf-process-step .wf-step-number::before {
        font-size: 2rem;
    }

    .wf-proc-timeline {
        margin-top: 0px;
        margin-bottom: 70px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wf-process-step {
        padding-bottom: 20px;
        margin-top: 20px;
        flex-direction: column;
        gap: 8px;
    }

    .lg-ttl {
        font-size: 6rem;
    }

    .sm-ttl {
        font-size: 4rem;
    }

    .mv-ttl-tt {
        bottom: -52px;
    }

    .flow-mv-blk {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .scroll-blk {
        padding: 67px 0 64px;
    }

    .s-ttl {
        font-size: 1.6rem;
    }

    .sb-txt {
        font-size: 1.8rem;
    }

    .wf-step-content {
        padding: 0;
    }

}

@media screen and (max-width: 380px) {
    .mv-ttl-tt {
        bottom: -125px;
    }
}

/* workflow/index.html end */

/* about/index.html start */
/* about - beyond the design section start */

.about-top-wrapper {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    justify-content: end;
    padding-top: 200px;

}

/* .about-top-video-ctnr {
    max-width: 70vw;
    width: 100%;
    height: 35vh;
} */

.about-top-video-ctnr {
    display: flex;
    justify-content: end;
}

.about-top-video {
    width: 70%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .about-top-wrapper {
        padding-top: 80px;
    }

    .about-top-video {
        width: 88%;
    }
}

.beyond-slider-ctnr {
    margin-top: -80px;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
}

.beyond-slide {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 22.4rem;
    font-weight: 600;
    width: fit-content;
    line-height: 1;
    color: #191812;
}

@media screen and (max-width: 768px) {
    .beyond-slider-ctnr {
        margin-top: -25px;
    }

    .beyond-slide {
        font-size: 6rem;
    }
}

/* about - beyond the design section end */

/* CEO Junji Toyota section start */
.jj-section {
    background: url(/assets/img/about/ceo_junji.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding-top: 167px;
    padding-bottom: 167px;
}

.jj-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: end;
}

.jj-para {
    font-size: 1.6rem;
    color: #191812;
    line-height: 1.5;
    font-weight: 300;
}

.jj-name {
    text-align: end;
    font-size: 1.6rem;
    font-weight: 700;
    color: #191812;
}

@media screen and (max-width: 768px) {
    .jj-section {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }

    .jj-grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
        place-items: start;
    }

    .jj-img {
        object-fit: cover;
        width: 100%;
        min-height: 447px;
    }

    .jj-para {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 700px) {
    .jj-img {
        object-position: left -27px top 0px;
    }
}

@media screen and (max-width: 350px) {
    .jj-img {
        object-position: left -50px top 0px;
    }
}

/* CEO Junji Toyota section end */


.connect-imag-title {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 10rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #29313A;
}

.connect-imag-sub-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #191812;
    margin-bottom: 100px;
}

.con-imag-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 80px 0px;
}

.step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    counter-increment: ab-step;
    gap: 30px;
}

.connect-imagination-wrapper>.connect-imagination-cover:nth-child(n+2):nth-child(odd) .step {
    flex-direction: row;
}

.connect-imagination-wrapper>.connect-imagination-cover:nth-child(n+1):nth-child(even) .step {
    flex-direction: row-reverse;
}

.connect-imagination-cover:not(:first-child) {
    background-color: rgba(255, 255, 255, 0.6);
}

.con-imag-img-ctnr {
    position: relative;
    overflow: hidden;
    max-width: 500px;
}

.con-imag-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    clip-path: inset(0 100% 0 0);
}

.con-imag-step-content {
    max-width: 580px;
    width: 100%;
}

.con-imag-step-num {
    border: 1px solid #191812;
    border-radius: 50%;
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-imag-step-num::before {
    content: counter(ab-step, decimal-leading-zero);
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-size: 6rem;
}

.step-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0px;
    width: calc(100% - 188px);
    flex: 1;
    color: #191812;
}

.step-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #191812;
}

.num-stepttl-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 28px;
}

.connect-imagination-wrapper {
    counter-reset: ab-step;
    padding-top: 220px;
}

.design-section {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #000;
    overflow: hidden;
}

.design-section:hover {
    background-color: #312A23;
}

/* design section hover view more effect */
.design-section:hover .view-more-btn-ctnr::after {
    transform: translateX(270px);
    transition: transform 0.8s ease-out;
}

.design-section:hover .view-more-btn-ctnr::before {
    transform: translateX(600px);
    transition: transform 0.8s ease-out;
}

.design-section:hover .view-more-btn-ctnr .view-more {
    padding-bottom: 20px;
    transform: translateY(24px);
    transition: all 0.6s ease;
}

.design-section:hover .view-more-btn-ctnr .vm-arrow {
    transform: translateX(13px);
    background-color: #D0121B;
    transition: transform 0.6s ease-out;
}

.design-section:hover .view-more-btn-ctnr .abt-vm-arrow::after {
    filter: invert(0);
}

/* design section hover view more effect end */

.design-text-box {
    padding: 122px 0px 122px;
}

.design-creat-ttl {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 6.1rem;
    font-weight: 500;
    color: #FFFFFF;
}

.design-creat-main-ttl {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 12.1rem;
    font-weight: 600;
    margin-top: -3px;
}

.design-section:hover .about-career::after {
    transform: translateX(10px);
    background: url(/assets/img/about/about-arrow.png) no-repeat;
    background-color: #ffffff;
    background-size: 14px 14px;
    background-position: center;
    width: 17px;
    height: 17px;
    transition: transform 0.5s ease;
}

.design-section:hover .about-career:hover::after {
    transform: translateX(10px);
    background: url(/assets/img/top/top_news_arrow.png) no-repeat center;
    background-color: #D0121B;
    background-size: 7px 7px;
}

.design-text-box .first-word {
    color: #fff;
}

.design-text-box .sec-word {
    color: #c10015;
    transition: color 0.6s ease;
}

.design-section:hover .sec-word {
    color: #fff;
}

.des-creat-txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 13px;
    letter-spacing: 0;
}

.circle-bg {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
}

.workspace-img {
    width: 100%;
    margin-top: 120px;
    height: auto;
}

/* company profile section */
.com-pro-sec {
    background-color: #FFFFFF;
    padding: 180px 0px 120px;
}

.company-profile {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.com-pro-lt-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.25;
    color: #191812;
    margin-top: -16px;
}

.com-pro-rt-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 793px;
    width: 100%;
    border-top: 1px solid #E0E0E0;
}

.profile-item {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 25px 0;
    gap: 29px;
}

.cp-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #191812;
    flex: 0 0 210px;
    letter-spacing: 0px;
}

.cp-value {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    flex: 1;
    color: #191812;
}

.about-map {
    width: 100%;
    height: 358px;
}

.com-pro-rt-content .profile-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.cp-list {
    list-style: none;
    counter-reset: cp-counter;
    margin: 0;
    padding-left: 0;
}

.cp-list li {
    counter-increment: cp-counter;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
}

.cp-list li:last-child {
    margin-bottom: 0;
    ;
}

.cp-list li::before {
    content: counter(cp-counter) " ";
    position: absolute;
    left: 0;
    top: 0;
}

.cp-value span {
    display: block;
    margin-bottom: -6px;
}

.con-imag-ctnr {
    border-top: 1px solid #BCB2A7;
    border-bottom: 1px solid #BCB2A7;
}

/* about/design with creativity work as one start */

/* about/design with creativity work as one end */

@media screen and (max-width: 1000px) {
    .con-imag-img {
        max-width: 400px;
    }

    .num-stepttl-wrap {
        gap: 10px;
    }
}

@media screen and (max-width: 921px) {
    .profile-item {
        gap: 15px;
    }
}

@media screen and (max-width:885px) {

    .num-stepttl-wrap {
        gap: 10px;
    }

    .step-title {
        font-size: 2.0rem;
    }

    .con-imag-step-num::before {
        font-size: 3rem;
    }

    .con-imag-step-num {
        width: 78px;
        height: 78px;
    }
}

@media screen and (max-width: 768px) {
    .step {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .connect-imagination-wrapper {
        padding-top: 115px;
    }

    .connect-imag-title {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .con-imag-img {
        width: 100%;
    }

    .connect-imag-sub-ttl {
        font-size: 1.8rem;
        margin-bottom: 67px;
    }

    .con-imag-step-content {
        max-width: 100%;
    }

    .con-imag-step-num {
        width: 58px;
        height: 58px;
    }

    .con-imag-step-num::before {
        font-size: 2rem;
    }

    .num-stepttl-wrap {
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .step-title {
        width: 100%;
    }

    .step-text {
        font-size: 1.4rem;
    }

    .con-imag-steps {
        padding: 33px 0 40px;
    }

    .design-creat-ttl {
        font-size: 4.5rem;
        line-height: 1.1;
        font-weight: 300;
    }

    .design-creat-main-ttl {
        font-size: 6.0rem;
        line-height: 1;
        margin-top: 13px;
    }

    .des-creat-txt {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .about-career {
        max-width: 160px;
        font-size: 1.4rem;
    }

    .about-career::after {
        margin-left: 85px;
    }

    .design-text-box {
        padding: 60px 0px 60px;
    }

    .design-text-box .view-more-btn-ctnr::after {
        bottom: 3px;
    }

    .design-text-box .view-more-btn-ctnr::before {
        bottom: 3px;
    }

    .workspace-img {
        margin-top: 60px;
    }

    .company-profile {
        flex-direction: column;
    }

    .com-pro-rt-content {
        gap: 0;
    }

    .com-pro-lt-ttl br {
        display: none;
    }

    .com-pro-lt-ttl .com-pro::after {
        content: " ";
    }

    .com-pro-lt-ttl {
        font-size: 4rem;
    }

    .com-pro-sec {
        padding: 100px 0 45px;
    }

    .cp-list li {
        font-size: 1.4rem;
        margin-bottom: 4px;
    }

    .cp-label {
        font-size: 1.4rem;
    }

    .cp-value {
        font-size: 1.4rem;
    }

    .cp-value span {
        margin-bottom: -14px;
    }

    .profile-item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 6px;
        padding: 15px 0;
    }

    .about-map {
        margin-top: 45px;
        height: 155px;
    }

    .profile-item-sp-grid>.cp-label {
        padding-bottom: 0;
    }

    .profile-item-sp-grid>.cp-value {
        padding-top: 0;
    }

    .design-section:hover .view-more-btn-ctnr .view-more {
        padding-bottom: 20px;
        transform: translateY(20px);
        transition: all 0.6s ease;
    }

    .design-section:hover .view-more-btn-ctnr .vm-arrow {
        transform: translateX(9px);
    }

    .circle-bg {
        display: none !important;
    }
}

@media screen and (max-width: 524px) {
    .cp-label {
        flex: 0 0 142px;
        line-height: 1.6;
    }

    .profile-item {
        gap: 10px;
    }

    .profile-item-sp-grid {
        row-gap: 6px;
    }
}

/* about/index.html end */


/* project/index.html start */
.tag-nav-blk {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-name {
    padding: 15px 60px;
    font-size: 1.8rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    color: #191812;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 31px;
    border: 1px solid #191812;
    cursor: pointer;
}

.office-cd-blk {
    display: grid;
    column-gap: 40px;
    row-gap: 70px;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
}

.office-cd-blk.gra-active::after {
    content: "";
    width: 100%;
    height: 357px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets/img/project/v-gra.png) repeat-x center;
    background-size: 100% 100%;

}

.off-cd {
    width: 100%;
    position: relative;
}

.off-cd[data-value="last-three"] .off-ttl,
.off-cd[data-value="last-three"] .off-bl {
    display: none;
}

.off-ttl {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #191812;
    letter-spacing: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #BCB2A7;
}

.off-bl {
    display: flex;
    gap: 30px;
}

.ctl-blk-ttl {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #BCB2A7;
    letter-spacing: 0;
    line-height: 1.4;
}

.ctl-blk-txt {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #29313A;
    letter-spacing: 0;
    line-height: 1.4;
}

.view-more-blk {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.vm-btn {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #191812;
    padding: 22px;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    color: #191812;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.off-cds {
    position: relative;
}

.tag-name.active {
    background-color: #191712;
    color: #fff;
}

.off-cd img {
    width: 100%;
    transition: transform 0.6s ease-in-out;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.off-cd:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
    /* smooth animation */
    transform-origin: center center;
}

.off-img {
    overflow: hidden;
}

.off-cds {
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .tag-nav-blk {
        column-gap: 5px;
        row-gap: 15px;
    }

    .office-cd-blk {
        grid-template-columns: 1fr 1fr;
        column-gap: 17px;
        row-gap: 40px;
    }

    .tag-name {
        font-size: 1.4rem;
        padding: 9px 21px;
    }

    .off-ttl {
        font-size: 1.6rem;
        padding-bottom: 15px;
    }

    .off-bl {
        flex-direction: column;
        gap: 5px;
        padding-top: 10px !important;
    }

    .ctl-blk-ttl {
        font-size: 1.1rem;
    }

    .ctl-blk-txt {
        font-size: 1.4rem;
    }

    .office-cd-blk.gra-active::after {
        background: url(/assets/img/project/v-gra-sp.png) repeat-x center;
        background-size: contain;
        height: 214px;
        bottom: -10px;
    }

    .view-more-blk {
        bottom: 50px;
    }

    .vm-btn {
        font-size: 1.4rem;
        padding: 13px;
    }
}

/* project/index.html end */

/* Project Detail Page Start */
.p-detail-section {
    position: relative;
}

.p-detail-mv {
    width: 100%;
    background-color: rgba(25, 24, 18, 0.5);
    background-blend-mode: multiply;
}

.p-detail-mv img {
    width: 100%;
}

.p-detail-mv-parent {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.p-detail-mv-container {
    padding-top: 290px;
}

.p-detail-mv-ttl {
    font-size: 8rem;
    font-weight: 600;
    line-height: 1.3;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #fff;
    margin-top: 20px;
    text-shadow: 1px 1px 2px #000000;
}

.current-color {
    color: #fff !important;
}

.p-detail-ul-div {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: end;
}

.p-detail-mv-ul {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: end;
    padding: 22px 30px 24px;
}

.p-detail-mv-ul li a {
    color: #fff;
}

.p-detail-city-div {
    display: flex;
    border-left: 1px solid #fff;
    background-color: rgba(25, 24, 18, 0.8);
    color: #fff;
    padding: 22px 0;
}

.p-detail-city {
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #BCB2A7;
}

.sec-p-detail-city {
    border-right: 0;
}

.p-detail-cate {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #BCB2A7;
}

.p-detail-office {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

@media screen and (max-width: 1200px) {
    .p-detail-mv-container {
        padding-top: 215px;
    }

    .p-detail-mv-ttl {
        font-size: 6.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .p-detail-mv-ttl {
        font-size: 5.5rem;
        margin-top: 0;
    }

    .p-detail-mv-ul {
        font-size: 1.2rem;
        padding: 22px 20px 24px;
    }

    .p-detail-city {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .p-detail-office {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 900px) {
    .p-detail-mv-ttl {
        font-size: 4.2rem;
        margin-top: -10px;
    }

    .p-detail-mv-ul {
        padding: 22px 15px 24px;
    }

    .p-detail-city {
        padding-left: 15px !important;
        padding-right: 15px !important;
        gap: 10px;
    }

    .p-detail-office {
        font-size: 1.4rem;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 768px) {
    .p-detail-mv-container {
        padding-top: 213px;
    }

    .p-detail-mv-ttl {
        font-size: 3.2rem;
    }

    .p-detail-ul-div {
        flex-direction: column;
    }

    .p-detail-mv {
        height: 100vh;
    }

    .p-detail-mv img {
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }

    .p-detail-mv-ul {
        font-size: 1.1rem;
        flex-wrap: wrap;
        column-gap: 15px;
        row-gap: 8px;
        padding: 10px 16px 10px;
    }

    .p-detail-mv-ul li {
        padding: 0;
    }

    .p-detail-cate {
        font-size: 1.1rem;
    }

    .p-detail-office {
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    .p-detail-city-div {
        max-width: 246px;
        width: 100%;
        margin-left: auto;
        justify-content: space-between;
        padding: 20px 0;
        border-left: 0;
        background-color: rgba(25, 24, 18, 0.95);
    }

    .p-detail-city {
        flex-direction: column;
        gap: 7px;
        align-items: start;
        border-right: 1px solid #312A23;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sec-p-detail-city {
        padding-left: 10px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 500px) {
    .p-detail-mv {
        height: 100vh;
    }
}

@media screen and (max-width: 340px) {
    .p-detail-mv-container {
        padding-top: 190px;
    }
}

/* Project Detail Page content start */
.slideIn-pics-sec {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding: 180px 0 0;
    overflow: hidden;
}

.office-big-img {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: translateY(17vw);
}

.office-big-img img {
    width: 100%;
    object-fit: contain;
}

.office-medium-img {
    width: 100%;
    overflow: hidden;
    grid-column: span 2;
    padding-inline: 40px;
}

.office-medium-img img {
    width: 100%;
}

.pjd-img-grid {
    margin-top: 120px;
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 100px;
    column-gap: 50px;
    row-gap: 120px;
    place-items: start center;
    position: relative;
    z-index: 1;
}

.pjd-img,
.pjd-img img {
    width: 100%;
}

.pjd-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top-gap-img {
    margin-top: 71%;
}

.columnSpan2-img {
    grid-column: span 2;
    max-width: 48%;
}

.pjd-inner-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 7%;
}

.enter-from-left {
    transform: translateX(-110%);
    transform-origin: left;
    opacity: 0;
}

.enter-from-right {
    transform: translateX(100%);
    transform-origin: right;
    opacity: 0;
}

.left-line-flash {
    content: "";
    width: 2px;
    transform: scalex(0.5);
    height: 100%;
    background-color: #000;

    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.right-line-flash {
    content: "";
    width: 2px;
    transform: scalex(0.5);
    height: 100%;
    background-color: #000;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.back-to-list-btn-ctnr {
    display: flex;
    justify-content: center;
}

.back-to-list-btn {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #191812;
    padding-left: 16px;
    position: relative;
}

.back-to-list-btn::before {
    content: "";
    background-image: url(/assets/img/common/next.png);
    background-repeat: no-repeat;
    background-size: contain;

    filter: invert(1);
    width: 7px;
    height: 7px;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%) rotate(180deg);
}

@media screen and (max-width: 1024px) {
    .pjd-img-grid {
        column-gap: 30px;
        row-gap: 80px;
    }
}

@media screen and (max-width: 768px) {
    .slideIn-pics-sec {
        padding: 90px 0 0;
    }

    .pjd-img-grid {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-inline: 16px;
        column-gap: 15px;
        row-gap: 60px;
    }

    .next-project {
        font-size: 5rem;
    }

    .enter-from-left,
    .enter-from-right {
        padding: 0 !important;
    }

    .left-line-flash,
    .right-line-flash {
        display: none;
    }

    .columnSpan2-img {
        width: 46%;
    }

}

/* Project Detail Page content end */
/* Project Detail Page End */

/* Start Career Page  */
/* MV Section Start */

.career-mv-img {
    width: 100%;
    margin-top: 198px;
}

.career-mv-img img {
    width: 100%;
    height: 100%;
}

.career-mv-ttl {
    /* display: inline-block; */
    font-size: 8rem;
    color: #fff;
    line-height: 1.3;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    /* mix-blend-mode: exclusion; */
    margin-top: -104px;
}

.mult-des-fir, .mult-des-sec {
    mix-blend-mode: exclusion;
}

.career-mv-txt {
    font-size: 16rem;
    font-weight: 600;
    color: #060709;
    line-height: 1;

}

/* MV Section End */

/* We Work Section Start */

.hw-work-sec {
    padding-bottom: 180px;
}

.career-work-container {
    max-width: 892px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.career-work-para {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 50px;
}

/* We Work Section End */

/* Start Full Photo Section  */
.full-photo-sec {
    width: 100%;
}

.full-photo-img img {
    width: 100%;
    object-fit: cover;
    transform-origin: center;
}

/* End Full Photo Section  */


/* Start Fly Photo Section  */
.fly-photo-sec {
    padding: 200px 0px 180px;
}

.flies {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 68px;
    justify-content: center;
    padding-right: 9.7%;
}

.flies-two {
    display: flex;
    justify-content: end;
    margin-top: 120px;

    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
}

.fly-photo-one {
    margin-top: 40%;
}

.fly-photo-two {
    margin-bottom: 16%;
}

.fly-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.fly-photo-box {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

.fly-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #312A23;
    transform: translateY(0%);
    z-index: 2;
}

.fly-photo-box.fly-photo-one {
    max-width: 652px;
}

.fly-photo-box.fly-photo-two {
    max-width: 580px;
}

.fly-photo-box.fly-photo-three {
    max-width: 869px;
    width: 65%;
}

/* End Fly Photo Section   */

.wanted-sec {
    padding: 180px 0px;
    position: relative;
    overflow: hidden;
    background: url(/assets/img/career/career_bg.jpg) center center / cover no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.wtd-ttl {
    font-size: 8rem;
    font-weight: 600;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #ffffff;
}

.wtd-accordion-wrapper {
    margin-top: 56px;
}

.wtd-acc-ttl {
    padding: 38px 70px 22px 30px;
    background: rgba(49, 42, 35, 0.5);
    vertical-align: middle;
    position: relative;
}

.wtd-acc-ttl::after {
    content: '';
    position: absolute;
    top: 43px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: url(/assets/img/career/open.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wtd-acc-box:first-child {
    border-top: 1px solid #BCB2A7;
}

.wtd-acc-box {
    border-bottom: 1px solid #BCB2A7;
}

.wtd-acc-box.active .wtd-acc-ttl::after {
    width: 30px;
    height: 2px;
    top: 58px;
    background: url(/assets/img/career/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}

.wtd-ttl-txt {
    font-size: 3rem;
    font-weight: 600;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #ffffff;
}

.wtd-ttl-para {
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
    line-height: 1.6;
}


.wtd-acc-para {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 61px 20px 100px;
}

.wtd-content-box {
    width: 100%;
    max-width: 793px;
}

.wtd-row {
    width: 100%;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 10px;
    border-top: 1px solid #707070;
    padding-top: 30px;
    margin-top: 30px;
}

.wtd-left {
    padding-left: 10px;
    line-height: 1.6;
}

.wtd-right {
    line-height: 1.6;
    font-weight: 300;
}

.wtd-lists li {
    position: relative;
    padding-left: 11px;
}

.wtd-lists li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 3px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #312A23;
    border-radius: 50%;
}

.wtd-right .wtd-rt-header {
    font-weight: 500;
}

.wtd-right .wtd-rt-para {
    line-height: 1.8;
}

.wtd-rt-header {
    margin-top: 32px;
}

.rm-margin {
    margin-top: 0 !important;
}

.wtd-apply-btn {
    width: 100%;
    max-width: 580px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    vertical-align: middle;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 100px auto 0px;
    position: relative;
    font-size: 2.4rem;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
}

.wtd-apply-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url(/assets/img/common/next_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.6s ease-out;
}

.wtd-apply-btn:hover {
    background: #D0121B;
    color: #fff;
}

.wtd-apply-btn:hover::after {
    background: url(/assets/img/common/next_wt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(13px, -50%);
    transition: transform 0.6s ease-out;
}

@media screen and (max-width: 1050px) {

    .career-mv-txt {
        font-size: 11rem;
        line-height: 1.5;
    }

    .career-mv-ttl {
        font-size: 6rem;
    }

    .fly-photo-sec {
        padding: 120px 0;
    }
}

@media screen and (max-width: 768px) {

    .career-mv-img {
        margin-top: 80px;
    }

    .kaso-title-ctnr.career_pg {
        height: 58px;
    }

    .title-slide-up.career_pg {
        transform: translateY(-50px);
    }

    .career-mv-ttl {
        font-size: 4rem;
        margin-top: -51px;
    }

    .hw-work-sec {
        padding-bottom: 80px;
    }

    .career-work-para {
        font-size: 1.4rem;
        margin-top: 30px;
    }

    .career-mv-txt {
        font-size: 6rem;
        line-height: 1;
    }

    .fly-photo-sec {
        padding: 80px 0;
    }

    .fly-photo-box.fly-photo-one {
        max-width: 170px;
    }

    .fly-photo-box.fly-photo-two {
        max-width: 151px;
        height: 227px;
    }

    .fly-photo-box.fly-photo-three {
        max-width: 227px;
        margin-right: 20%;
    }

    .flies {
        /* padding-right: 37px; */
        gap: 17px;
    }

    .flies-two {
        margin-top: 32px;
    }

    .wanted-sec {
        padding: 96px 0 80px;
    }

    .wtd-accordion-wrapper {
        margin-top: 31px;
    }

    .wtd-row {
        grid-template-columns: 1fr;
        padding-top: 20px;
        margin-top: 18px;
        gap: 6px;
    }

    .wtd-left {
        padding-left: 0;
        font-size: 1.4rem;
    }

    .wtd-right {
        font-size: 1.4rem;
    }

    .wtd-lists li::before {
        top: 11px;
    }

    .wtd-acc-para {
        padding: 38px 15px 60px;
    }

    .wtd-ttl-txt {
        font-size: 1.8rem;
    }

    .wtd-ttl-para {
        font-size: 1.2rem;
    }

    .wtd-ttl {
        font-size: 4rem;
    }

    .wtd-acc-ttl {
        padding: 20px 46px 20px 20px;
    }

    .wtd-acc-ttl::after {
        width: 26px;
        height: 26px;
        top: 28px;
        right: 20px;
    }

    .wtd-acc-box.active .wtd-acc-ttl::after {
        top: 40px;
        width: 26px;
        height: 2px;
    }

    .wtd-apply-btn {
        max-width: 250px;
        height: 60px;
        margin: 28px auto 0px;
        font-size: 1.6rem;
    }

    .career-pg .ft-blk {
        padding: 80px 15px 21px;
    }

    .mult-des-sec {
        mix-blend-mode: unset;
        color: #191812;
    }

    .wtd-rt-header {
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px) {
    .flies {
        justify-content: space-between;
    }

     .fly-photo-box.fly-photo-three {
        margin-right: 0;
    }
}

/* End Career Page    */

/* 251208 */

.wtd-right p {
  margin-bottom: 1em;
}

.ft-lt-blk.ft-sns-blk {
  padding-top: 0;
}

.ft-img.ft-ic {
  width: 36px;
}

@media screen and (max-width: 768px) {
  .ft-lt-blk {
    padding: 60px 53px 0 53px;
  }
  
  .ft-lt-blk.ft-sns-blk {
    padding: 60px 53px 350px 53px;
  }
}