﻿

/* =================================================================
   main
================================================================== */
@media (min-width: 769px) {
    .velox-rpa .hero__service-name{
        font-size: 24px;
    }
    .velox-rpa .hero__text-pc{
        flex-shrink: 1 !important;
        flex-basis: 100%;
    }
    .velox-rpa .hero__image-pc-wrapper{
        flex-basis: 100%;
    }
}
@media (max-width: 768px) {
    .velox-rpa .hero__service-name{
        font-size: 16px;
    }
    .velox-rpa .hero__image-sp-wrapper {
        top: -72px;
    }
    .velox-rpa .hero__text-sp{
        margin-top: -140px;
        position: relative;
        z-index: 99;
    }
}
/* =================================================================
   Velox RPAとは
================================================================== */
.section.about {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.about-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.main-content.rpa .about-wrapper{
    max-width: 900px;
}

.about__diagram img {
    display: block;
    width: 100%;
}
.section.about .section-subtitle{
    text-align: left;
    margin: 0;
    color: #334155;
}

.about__movie {
  position: relative;
  width: 100%;
  max-width: 698px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.about__movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 769px) {
    .about-wrapper{
        gap: 42px;
    }

    .section.about .section-subtitle{
        text-align: center;
    }
}
@media (max-width: 768px) {
    .about__diagram {
        width: 100vw;
    }
}

/* =================================================================
   Velox RPAだからできること
================================================================== */
.velox-rpa .cando-wrapper{
    max-width: 1220px;
}
.velox-rpa .card-item__label{
    margin-bottom: 0;
}

.velox-rpa .cando .card-grid{
    padding-bottom: 60px;
}
.velox-rpacando .step-wrapper{
    padding-top: 60px;
}
.velox-rpa .card-item__label-text{
    line-height: 1.3;
    text-align: center;
}
.velox-rpa .speech-bubble{
    left: 50%;
    transform: translateX(-50%);
}
.velox-rpa .speech-bubble::after{
    left:50%;
    bottom: 2px;
}
@media (min-width: 769px) {
    .section.cando{
        padding-bottom: 0;
    }
    .velox-rpa .cando .card-grid{
        padding-bottom: 100px;
    }
    .velox-rpa .cando .step-wrapper{
        padding-top: 100px;

    }
    .velox-rpa .speech-bubble{
        left: 24px;
        transform: none;
    }
    .velox-rpa .speech-bubble::after{
        left: 30px;
    }
    .velox-rpa .step-item{
        max-width: 980px;
    }
    .velox-rpa .step-item:is(:nth-child(2), :nth-child(3)) .step-text {
    width: 80%;
}
    .velox-rpa .step-image{
        width: 355px;
        flex-shrink: 0;
    }
}

/* =================================================================
   Velox RPA導入支援
================================================================== */

.intro-wrapper{
    max-width: 1220px;
}
.rpa-table {
    margin: 48px 8px 0;
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 48px 32px;
}
.rpa-table__row {
    display: flex;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.rpa-table__label{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}
.rpa-table__values{
    width: 100%;
}
.rpa-table__value {
    font-size: 14px;
    font-weight: 400;
}
.rpa-table__row:first-child .rpa-table__value:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 32px;
    padding-bottom: 32px;
}
.section.fee .rpa-table__row:first-child{
        border-top: 1px solid #cccccc;
        padding-top: 32px;
        margin-bottom: 0;
    }
.rpa-table__value p{
    color: #64758B;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.rpa-table__row:first-child .rpa-table__value p{
    margin: 8px 0 0 0;
}
.rpa-table__value p span{
    font-size: 12px;
    color: #64758B;
}

/* PC表示のスタイル */
@media (min-width: 769px) {
    .section.fee{
        padding-top: 80px;
    }
    .section.intro{
        padding-top: 80px;
        padding-bottom: 0;
    }
    .rpa-table {
        margin: 72px 0 0;
        padding: 72px 96px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .rpa-table__row {
        flex-direction: row;
        align-items: flex-start;
        padding: 24px 0;
        margin-bottom: 0;
    }
    .rpa-table__row:first-child{
        border-top: 1px solid #cccccc;
    }

    .rpa-table__label {
        width: 180px;
        flex-shrink: 0;
        margin-bottom: 0;
        padding:0 16px;
    }
    .rpa-table__value {
        margin-top: 0;
        flex-grow: 1;
        padding: 0 16px;
    }
    .rpa-table__row:first-child .rpa-table__value:not(:last-child) {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}
.fee-wrapper{
    max-width: 1220px;
}
.section.btn .button--hero{
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 12px;
}
@media (min-width: 769px) {
    .section.btn{
        padding-bottom: 50px;
    }
    .section.btn .hero__cta-pc{
        padding-top: 0;
    }
    .section.btn .button--hero{
        width: 443px;
        font-size: 24px;
        padding: 19px;
    }
}
.section.cta{
        padding-bottom: 120px
    }
.cta__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.button--cta{
    width: 240px;
    height: 57px;
    font-size: 16px;
    padding: 10px 24px;
    box-shadow: 0px 4px 20px 12px rgba(0, 74, 166, 0.12);
    transition: box-shadow 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 769px) {
    .section.cta{
        padding-bottom: 13rem;
    }
    .cta__wrapper{
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .button--cta{
        width: 443px;
        height: 80px;
        font-size: 24px;
        padding: 10px 24px;
    }

    .button--cta.button--primary:hover { background-color: var(--color-primary-dark);box-shadow:none; }
}

section{
    margin: 0;
}
html{
    margin: 0 !important;
}
th, td{
    border: none!important;
}