@charset "utf-8";
@import "anime.css";

/*
------------
service.css
------------
*/

/* intro_area */
#intro_area {
    margin: 125px 0 0 0;
}
#intro_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
}
#intro_area .inner p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 2;
}
#intro_area .inner p:not(:first-child) {
    margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
    #intro_area {
        margin: 65px 0 0 0;
    }
    #intro_area .inner {
        width: 80vw;
        max-width: 80vw;
    }
    #intro_area .inner p {
        line-height: 1.8;
        text-align: justify;
    }
    #intro_area .inner p:not(:first-child) {
        margin: 20px 0 0 0;
    }
}
/* message_area */
#message_area {
    margin: 200px 0 0 0;
}
#message_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
}
#message_area .inner .element {
    margin: 85px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#message_area .inner .element figure {
    width: 330px;
    height: 500px;
    background-color: #ccc;
}
#message_area .inner .element .item {
    width: calc(100% - 330px - clamp(50px, calc(100vw * 80 / 1400), 80px));
}
#message_area .inner .element .item p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 2;
}
#message_area .inner .element .item p:not(:first-child) {
    margin: 30px 0 0 0;
}
#message_area .inner .element .item p.name {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 65px 0 0 0;
}
#message_area .inner .element .item p.name span {
    font-size: 1.4rem;
    display: block;
}
@media only screen and (max-width: 1300px) {
    #message_area .inner .element .item p {
        text-align: justify;
    }
    #message_area .inner .element .item p .spDspNone {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    #message_area {
        margin: 125px 0 0 0;
    }
    #message_area .inner {
        width: 80vw;
        max-width: 80vw;
    }
    #message_area .inner .element {
        margin: 45px 0 0 0;
        display: block;
    }
    #message_area .inner .element figure {
        width: 100%;
        height: 300px;
    }
    #message_area .inner .element .item {
        width: 100%;
        margin: 30px 0 0 0;
    }
    #message_area .inner .element .item p {
        line-height: 1.8;
    }
    #message_area .inner .element .item p:not(:first-child) {
        margin: 20px 0 0 0;
    }
    #message_area .inner .element .item p.name {
        margin: 45px 0 0 0;
    }
}
/* flow_area */
#flow_area {
    margin: 200px 0 0 0;
}
#flow_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
}
#flow_area .inner .element {
    margin: 85px 0 0 0;
    display: flex;
    justify-content: flex-start;
    gap: 80px;
}
#flow_area .inner .element .nav {
    flex: 0 0 auto;
    white-space: nowrap;
    position: relative;
}
#flow_area .inner .element .nav li {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, .3);
    padding: 0 0 0 3rem;
    transition: opacity .25s ease;
    position: relative;
}
#flow_area .inner .element .nav li:not(:first-child) {
    margin: 40px 0 0 0;
}
#flow_area .inner .element .nav li.is-current {
    color: var(--black);
}
#flow_area .inner .element .nav li::before {
    content: "";
    width: calc(2rem + 1px);
    height: calc(2rem + 1px);
    border: 1px solid var(--black);
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: background-color .25s ease;
}
#flow_area .inner .element .nav li.is-current::before {
    background-color: var(--black);
}
#flow_area .inner .element .nav li::after {
    content: "";
    position: absolute;
    left: 1rem;
    top: calc(50% + 0.75rem);
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--black);
    z-index: -1;
}
#flow_area .inner .element .nav li:last-child::after {
    display: none;
}
#flow_area .inner .element .item {
    flex: 1 1 auto;
    position: relative;
    min-width: 0;
    background-color: #f7f7f7;
}
#flow_area .inner .element .item article {
    padding: 50px 80px;
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
}
#flow_area .inner .element .item article.is-active {
    pointer-events: auto;
}
#flow_area .inner .element .item span.num {
    display: inline-block;
    font-size: 4.4rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}
#flow_area .inner .element .item h4 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.125em;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
#flow_area .inner .element .item p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 2;
    margin: 10px 0 0 0;
    text-align: justify;
}
@media only screen and (max-width: 768px) {
    #flow_area {
        margin: 125px 0 0 0;
    }
    #flow_area .inner {
        width: 100vw;
        max-width: 100vw;
    }
    #flow_area .inner h3 {
        width: 80vw;
        margin: 0 auto;
    }
    #flow_area .inner .element {
        margin: 45px 0 0 0;
        display: block;
    }
    #flow_area .inner .element .nav {
        display: none;
    }
    #flow_area .inner .element .item {
        flex: none;
        position: relative;
        min-width: auto;
        background-color: transparent;
    }
    #flow_area .inner .element .item .slick-track {
        margin: 0 0 0 10vw;
    }
    #flow_area .inner .element .item article {
        padding: 10vw;
        position: static;
        opacity: 1;
        transform: translateY(0);
        width: 80vw !important;
        background-color: #f7f7f7;
    }
    #flow_area .inner .element .item article:not(:first-child) {
        margin: 0 0 0 calc(100vw * 10 / 375);
    }
    #flow_area .inner .element .item span.num {
        font-size: 3rem;
    }
    #flow_area .inner .element .item h4 {
        font-size: 2rem;
    }
    #flow_area .inner .element .item p {
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 5px 0 0 0;
    }
}
/* provided_area */
#provided_area {
    margin: 200px 0 0 0;
}
#provided_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
     margin: 0 auto;
}
#provided_area .inner .list {
    margin: 85px 0 0 0;
}
#provided_area .inner .list article {
    position: relative;
    padding: 0 0 85px 0;
}
#provided_area .inner .list article:not(:nth-child(odd)) {
    padding: 0;
}
#provided_area .inner .list article:not(:first-child) {
    margin: 85px 0 0 0;
}
#provided_area .inner .list article:nth-child(odd)::before {
    content: "";
    width: 100vw;
    height: calc(100% - 55px);
    background-color: #f7f7f7;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#provided_area .inner .list article span.en_tit {
    display: inline-block;
    position: relative;
    left: -18px;
}
#provided_area .inner .list article.branding span.en_tit {
    width: 656px;
}
#provided_area .inner .list article.web span.en_tit {
    width: 561px;
}
#provided_area .inner .list article.creative span.en_tit {
    width: 597px;
}
#provided_area .inner .list article.partnership span.en_tit {
    width: 812px;
}
#provided_area .inner .list article h4 {
    margin: 45px 0 0 0;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.125em;
}
#provided_area .inner .list article p {
    width: 610px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.8;
    text-align: justify;
    margin: 20px 0 0 0;
}
#provided_area .inner .list article ul {
    margin: 35px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
#provided_area .inner .list article ul li {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    background-color: var(--white);
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
    #provided_area {
        margin: 125px 0 0 0;
    }
    #provided_area .inner {
        width: 80vw;
        max-width: 80vw;
    }
    #provided_area .inner .list {
        margin: 45px 0 0 0;
    }
    #provided_area .inner .list article {
        padding: 0 0 45px 0;
    }
    #provided_area .inner .list article:not(:first-child) {
        margin: 45px 0 0 0;
    }
    #provided_area .inner .list article:nth-child(odd)::before {
        height: calc(100% - 25px);
        top: 25px;
    }
    #provided_area .inner .list article span.en_tit {
        left: -5px;
    }
    #provided_area .inner .list article.branding span.en_tit {
        width: calc(100vw * 262 / 375);
    }
    #provided_area .inner .list article.web span.en_tit {
        width: calc(100vw * 223 / 375);
    }
    #provided_area .inner .list article.creative span.en_tit {
        width: calc(100vw * 238 / 375);
    }
    #provided_area .inner .list article.partnership span.en_tit {
        width: 100%;
    }
    #provided_area .inner .list article h4 {
        margin: 20px 0 0 0;
        font-size: 2rem;
        line-height: 1.5;
    }
    #provided_area .inner .list article p {
        width: 100%;
    }
    #provided_area .inner .list article ul {
        margin: 30px 0 0 0;
        gap: 5px;
    }
    #provided_area .inner .list article ul li {
        font-size: 1.4rem;
        padding: 8px 18px;
    }
}
/* stance_area */
#stance_area {
    margin: 200px 0 0 0;
}
#stance_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
     margin: 0 auto;
}
#stance_area .inner ul {
    margin: 85px 0 0 0;
    counter-reset: step;
}
#stance_area .inner ul li {
    counter-increment: step;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.125em;
    padding: 0 0 0 6rem;
}
#stance_area .inner ul li:not(:first-child) {
    margin: 40px 0 0 0;
}
#stance_area .inner ul li::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: gotham, sans-serif;
    font-size: 3rem;
    letter-spacing: 0;
    font-weight: 500;
}
#stance_area .inner p {
    margin: 65px 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.125em;
}
@media only screen and (max-width: 768px) {
    #stance_area {
        margin: 125px 0 0 0;
    }
    #stance_area .inner {
        width: 80vw;
        max-width: 80vw;
    }
    #stance_area .inner ul {
        margin: 45px 0 0 0;
    }
    #stance_area .inner ul li {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: justify;
        padding: 0 0 0 6rem;
    }
    #stance_area .inner ul li:not(:first-child) {
        margin: 25px 0 0 0;
    }
    #stance_area .inner ul li::before {
        top: -0.5rem;
        transform: translateY(0);
        font-size: 3rem;
    }
    #stance_area .inner p {
        margin: 45px 0 0 0;
        line-height: 1.5;
        text-align: justify;
    }
}