@charset "UTF-8";

#service {
    background-color: #1C1B1B;
}



html {
    scroll-behavior: smooth;
}

/*--------------------------------
	common
--------------------------------*/
.bread_crumb__item--white {
    color: #fff;
}

.bg--gray {
    background-color: #EAEAEA;
}

.bg--white {
    background-color: #fff;
}

.bg--beige {
    background-color: #D8D6CD;
}

.heading1__txt--ja {
    font-size: 18px;
    letter-spacing: -0.02em;
    padding-bottom: 9px;
}

.heading1__txt--en {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 0.9;
}

/*--------------------------------
	top
--------------------------------*/

.topSlide {
    position: relative;
    margin-top: 48.4px;
    padding-top: 74px;
}

.topSwiper {
    display: none;
}

.topSlide__heading {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 4;
    line-height: 0.9;
}

.topSlide__heading--ja {
    margin-bottom: 11px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.topSlide__heading--en {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100px;
}

.topSwiper .swiper-slide {
    height: 343px;
    object-fit: cover;
}

.topSwiper .swiper-wrapper {
    transition-timing-function: linear;
    margin-bottom: 54.2px;
}

.topSlide__txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.875;
    max-width: 560px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 148px;
}

.top__img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-bottom: 143px;
}

#business {
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 96px;
    overflow: hidden;
}

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

.business__l {
    width: 37%;
}

.business__r {
    width: 55%;
}

.business__l-desc {
    font-size: 15px;
    line-height: 2;
}

#business .heading1 {
    margin-bottom: 35px;
}


#flow {
    padding-top: 116px;
    padding-bottom: 220px;
}

#flow .heading1 {
    margin-bottom: 34px;
}

.flow__desc {
    font-size: 15px;
    line-height: 2;
    padding-bottom: 80px;
}

.flow__wrap {
    display: flex;
}

.flow__l-content {
    min-width: 275px;
}

.flow__r-content {
    width: calc(100% - 275px);
    padding-left: 3.9%;
    padding-right: 3.9%;
}

.flow__index {
    position: sticky;
    top: 150px;
    left: 0;
}

.flow__index-item {
    display: block;
    width: 210px;
    padding-bottom: 11px;
    border-bottom: 0.8px solid #707070;
    position: relative;
}

.flow__index-item svg {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.flow__index-item:not(:last-child) {
    margin-bottom: 20px;
}

.flow__index-label {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 9px;
    margin-bottom: 4px;
}

.flow__index-title {
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
}


.flow__sec:not(:last-child) {
    padding-bottom: 140px;
}

.flow__heading {
    padding-bottom: 10px;
    border-bottom: 0.8px solid #707070;
    margin-bottom: 54px;
}

.flow__heading-label {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 8px;
}

.flow__heading-title {
    font-size: 26px;
    font-weight: bold;
}

.flow__list1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}




.flow__list1-title {
    height: 100%;
    padding-top: 39px;
    width: 100%;
    position: relative;

}

.flow__list1-title svg {
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 15%;
    height: auto;
}


.flow__list1-item.hover .flow__list1-title svg {
    display: none;
}


.flow__list1-titleTxt span {
    /* 対象の文字を回転 */
    display: inline-block;
    transform: rotate(90deg);
}




.flow__list-title--color1 {
    background-color: #A5A397;
    color: #D8D6CD;
}

.flow__list-title--color2 {
    background-color: #383838;
    color: #D8D6CD;
}


.flow__list1-titleTxt {
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.flow__list1-item {
    width: 14.7%;
    height: 340px;
    cursor: pointer;
    display: flex;

}


.flow__toggle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 11px;
    height: 11px;
    bottom: 23px;
}

.flow__toggle:before,
.flow__toggle:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #E2E2E2;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 1px;
    transform: translate(-50%, -50%);
    transition: transform 0.5s;
}

.flow__toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
}



.flow__list1-item.hover {
    position: absolute;
}

.flow__list1-item.hover .flow__toggle:before {
    transform: translate(-50%, -50%);
}

.flow__list1-content {
    width: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.flow__list1-item.hover {
    width: 100%;
    z-index: 3;
}



.flow__list1-item.hover .flow__list1-title {
    width: 14.7%;
}

.flow__list1-item.hover .flow__list1-content {
    transition: width 0.7s cubic-bezier(0.86,0.05,0.36,0.97);
    background-color: #575757;
    width: 85.3%;
}

.flow__list1-desc {
    display: none;
    color: #D8D6CC;
    line-height: 1.85;
    width: 62%;
}

.flow__planDesc {
    line-height: 1.85;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.flow__contact {
    color: #fff;
    background-color: #383838;
    border-radius: 30px;
    width: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.3s;
}

.flow__contact:hover {
    opacity: 0.8;
}


.flow__caseStudy {
    border-top: solid 0.8px #707070;
    border-bottom: solid 0.8px #707070;
    padding: 15px 0;
    margin-bottom: 60px;
}
.flow__caseStudy--link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow__caseStudy--txt {
    margin-right: 15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}




#str {
    padding-top: 182px;
    padding-bottom: 110px;
}

.str__wrap {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 275px);
}

#str .heading1 {
    margin-bottom: 104px;
}

.str__list-item {
    padding-top: 42px;
    padding-bottom: 42px;
    border-top: solid 0.8px #707070;
}

.str__list-title {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
}

.str__list-title h3 {
    width: 84%;
}

.str__list-content {
    /**display: none;**/
    padding-top: 37px;
    line-height: 1.87;
    padding-left: 6.4%;
    width: 84%;
}

.str__list-toggle {
    width: 20px;
    height: 20px;
    border-radius: 60%;
    border: 0.8px solid #707070;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.str__list-item.active .str__list-toggle {
    background-color: #2F2F2F;
}

.str__list-toggle:before,
.str__list-toggle:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #707070;
    left: 50%;
    top: 50%;
    width: 7.5px;
    height: 1px;
    transform: translate(-50%, -50%);
    transition: transform 0.5s;
}

.str__list-item.active .str__list-toggle:before,
.str__list-item.active .str__list-toggle:after {
    background: #fff;
}

/* そのうち1本を縦にする */

.str__list-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.str__list-item.active .str__list-toggle:before {
    transform: translate(-50%, -50%);
}



/*--------------------------------
	casestudyLink
--------------------------------*/
.casestudyLink {
    position: relative;
    height: 600px;
}

.casestudyLink__btn {
    width: 308px;
    height: 419px;
    display: block;
    background-size: cover;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
}

.casestudyLink__btn img {
    width: 100%;
    transition: 0.5s;
}

.casestudyLink__btn:hover img {
    transform: scale(1.2);
    transition: transform 2000ms var(--ease-out-moment);
}

.casestudyLinkTicker {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

@keyframes SLscroll {
    0% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(-100%);
    }
}

.casestudyLinkTicker__list {
    display: inline-block;
    margin: 0;
    padding: 0;
    animation: SLscroll 35s linear infinite;
}

.casestudyLinkTicker__listItem {
    display: inline-block;
    color: #fff;
}

.casestudyLinkTicker__txtWrapper {
    display: flex;
    align-items: center;
}

.casestudyLink__txt {
    font-size: 43px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
}

.casestudyLink__arrow {
    width: 52px;
    height: 52px;
    border: solid 1px #fff;
    border-radius: 50%;
    font-size: 16px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 36px;
    margin-right: 41px;
}

.casestudyAnime--svg {
    width: 58px !important;
    height: 58px !important;
    margin-left: 36px;
    margin-right: 41px;
}

@media screen and (max-width: 1075px) {
    .business__l-desc {
        font-size: 14px;
    }

    .business__r {
        width: 45%;
    }
}


@media screen and (max-width: 750px) {
    .heading1__txt--ja {
        font-size: 16px;
        padding-bottom: 4px;
    }

    .heading1__txt--en {
        font-size: 60px;
    }

    .topSlide__heading--ja {
        margin-bottom: 9px;
        font-size: 16px;
    }

    .topSlide__heading--en {
        font-size: 60px;
    }

    .top__img {
        display: none;
    }

    .topSwiper {
        display: block;
    }

    .topSlide {
        margin-top: 31px;
        padding-top: 111px;
    }

    .topSlide__txt {
        padding-left: none;
        font-size: 15px;
        line-height: 2;
        padding-bottom: 65px;
        padding-left: 0;
    }

    #business {
        padding-top: 100px;
        padding-bottom: 48px;
    }

    .business__l {
        width: 100%;
    }

    .business__r {
        width: 136.2vw;
        position: relative;
        left: -31vw;
    }

    .business__inner {
        flex-direction: column;
    }

    .business__l-desc {
        font-size: 15px;
        margin-bottom: 18px;
    }

    #flow {
        padding-top: 80px;
        padding-bottom: 142px;
    }

    .flow__desc {
        padding-bottom: 50px;
    }

    .flow__index-item {
        width: 100%;
    }

    .flow__index-label {
        font-size: 13px;
    }

    .flow__index-title {
        font-size: 18px;
    }

    .flow__index {
        position: static;
    }

    .flow__index-item svg {
        bottom: 24.4px;
    }

    .flow__heading {
        margin-bottom: 30px;
    }

    .flow__heading-label {
        font-size: 15px;
    }

    .flow__heading-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .flow__list2-item {
        position: relative;
    }

    .flow__list2-title {
        height: 60px;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 18px;
    }

    .flow__list2-titleTxt {
        font-size: 16px;
    }

    .flow__list2-title .flow__toggle {
        left: auto;
        right: 21px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .flow__list2-content {
        background-color: #575757;
        color: #D8D6CC;
        line-height: 1.875;
        padding-top: 34px;
        padding-bottom: 65px;

    }

    .flow__list2-desc {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
    }

    .flow__list2-svg {
        text-align: center;
    }

    .flow__list2-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .flow__list2-item svg {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: -10px;
    }

    .flow__list2-content {
        display: none;
        position: relative;
        z-index: 2;
    }

    .flow__list2 {
        padding-bottom: 42px;
    }

    .flow__planDesc {
        width: 100%;
        font-size: 15px;
        margin-bottom: 42px;
    }

    .flow__sec {
        padding-bottom: 0;
    }

    .flow__sec:first-child {
        margin-top: 90px;
        padding-top: 0;
    }

    .flow__sec:not(:first-child) {
        margin-top: 120px;
        padding-top: 0;
    }

    .flow__sec:not(:last-child) {
        padding-bottom: 0;
    }

    .flow__list2-item.active .flow__toggle:before {
        transform: translate(-50%, -50%);
    }
    .flow__caseStudy {
        padding: 10px 0;
    }
    .flow__caseStudy--txt {
        font-size: 18px;
    }


    #str {
        padding-bottom: 34px;
        padding-top: 100px;
    }

    #str .heading1 {
        margin-bottom: 56px;
    }

    .str__wrap {
        width: 100%;
        margin-right: auto;
    }

    .str__list-item {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .str__list-title {
        font-size: 23px;
    }

    .str__list-title h3 {
        width: 100%;
    }

    .str__list-content {
        width: 100%;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 0;
        line-height: 1.875;
    }

    .casestudyLink {
        height: 550px;
    }

    .casestudyLink__btn {
        width: 274px;
        height: 371px;
    }
}