@charset "UTF-8";

#page-services .message-wrap {
    padding-bottom: 100px;
}

#page-services .message-wrap .row {
    align-items: center;
}

#page-services .graphic{
    position: absolute;
    bottom: -17vw;
    right: 0;
    width: 5em;
}

@media screen and (min-width: 768px) {

    #page-services .message-wrap {
        padding-bottom: 150px;
    }

    #page-services .graphic{
        bottom: 0;
        right: 0;
        width: 180px;
    }
}

/* 固定ページ .message.relative：p の左側に縦ボーダー（疑似要素でグラデーション） */
.message.relative {
    position: relative;
    padding-left: 1.5em;
}

.message.relative::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%;
    min-height: 120px;
    background: linear-gradient(to bottom, #02ADD1 0%, #0096B8 100%);
    pointer-events: none;
}

.whatwedo {
    background-color: #eee;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .message.relative {
        padding-left: 2em;
    }
    
    .whatwedo {
        padding: 150px 0;
    }
} 


/* SVGのインライン width/height 属性を上書きするため !important を使用 */
.circular-text-svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    width: 700px !important;
    height: auto !important;
    max-width: none;
    pointer-events: none;
    z-index: 0;
    animation: circular-text-spin 20s linear infinite;
}

@keyframes circular-text-spin {
    from { transform: translate(-50%, 0%) rotate(0deg); }
    to { transform: translate(-50%, 0%) rotate(360deg); }
}

/* PC：親要素の右上に配置（transform の基準が変わるため別キーフレーム） */
@keyframes circular-text-spin-pc {
    from { transform: translate(0, 0) rotate(0deg); }
    to { transform: translate(0, 0) rotate(360deg); }
}

@media screen and (min-width: 768px) {
    .circular-text-svg {
        left: auto;
        right: -20%;
        top: -10%;
        width: 1200px !important;
        transform: translate(0, 0);
        animation: circular-text-spin-pc 20s linear infinite;
    }
}

.whatwedo .service-summary .--title {
    color: #02ADD1;
    font-size: 10vw;
    text-align: center;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .whatwedo .service-summary .--title {
        color: #02ADD1;
        font-size: 4.5rem;
        text-align: center;
        font-weight: 600;
    }
} 

.whatwedo .service-summary .--text {
    text-align: left;
}

.whatwedo .bg-text {
    font-size: 10vw;
    color: rgba(255, 255, 255, 0.05);
    text-align: center;
    margin-bottom: -15vw;
    margin-top: 0.3em;
    line-height: 1;
}

.service-summary,
.service-wrap{
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .whatwedo .service-summary .--text {
        text-align: center;
    }
    
    .whatwedo .bg-text {
        font-size: 100px;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: -70px;
    }
} 
@media screen and (min-width: 1120px) {
    .whatwedo .bg-text {
        font-size: 160px;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: -100px;
    }
} 

.service-wrap .service-box {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
}



@media screen and (min-width: 768px) {
    .service-wrap .service-box {
        flex-direction: column-reverse;
    }
    
    .service-wrap .service-box.row .service-detail,
    .service-wrap .service-box.row .service-img {
        width: 50%;
    }
    .service-wrap .service-box {
        margin-top: 50px;
        flex-direction: row;
    }
    
.row.reverse {
    flex-direction: row-reverse;
}

} 
.service-wrap .service-box.row .service-img {
    display: flex;
}

.service-wrap .service-box .service-detail {
    background-color: #fff;
    padding: 5%;
}

.service-wrap .service-box .service-title {
    font-weight: 600;
    font-size: 8vw;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
    .service-wrap .service-box .service-title {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }
} 


.service-wrap .service-box .service-title span {
    font-size: initial;
    display: block;
}

.business-vision-wrap {
    padding: 100px 0;
}
@media screen and (min-width: 768px) {
    .business-vision-wrap {
        padding: 150px 0;
    }
} 


.business-vision-wrap .main-text {
    background: linear-gradient(-8.5deg, #222 0%, #222 50%, #333 50%, #333 100%);
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    padding: 0.8em 0;
}

@media screen and (min-width: 768px) {
    .business-vision-wrap .main-text {
        background: linear-gradient(-8.5deg, #222 0%, #222 50%, #333 50%, #333 100%);
        color: #fff;
        font-size: 2rem;
    }
} 

.business-vision-wrap dl dt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
    .business-vision-wrap dl dt {
        font-size: 20px;
        font-weight: 600;
        margin-top: 50px;
    }
    
} 
