/* Customize.css for Bootstrap WordPress Theme */
body {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255, 0.7);
}

a:hover {
    color: rgb(255, 255, 255);
}

.main-wrapper {
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bg-overlay {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

:root {
    --header-height: 72px;
    --footer-icon-height: 150px;
    --content-width: 1200px;
    --vk-color-primary: #163d6b;
    --vk-color-primary-dark: #113055;
    --vk-color-primary-vivid: #184375;
    --vk-color-border: rgba(255, 255, 255, 0.2);
    --vk-color-border-hr: rgba(255, 255, 255, 0.1);
}

.main-content-container {
    flex: 1;
    /* padding: 2rem 1rem; */
    display: flex;
    justify-content: center;
    position: relative;
}

.main-content {
    width: var(--content-width);
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    text-align: center;
    align-items: center;
    position: relative;
}

.border-min-line {
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background: var(--Neutral-N0, #FFF);
    margin: 0 auto;
}

.header-inner-wrapper {
    height: var(--header-height);
}

.header-inner {
    width: var(--content-width);
    z-index: 1;
}

.logo-text-line-1 {
    width: 128px;
    height: 16px;
}

.logo-text-line-2 {
    width: 128px;
    height: 8px;
}


.icon-box {
    width: 24px;
    height: 24px;
}

.btn-contact {
    /* display: flex; */
    padding: 1rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 52px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    background: transparent;
    color: white;
    font-size: 1.75rem;
}

.icon-more {
    display: flex;
    width: 150px;
    height: var(--footer-icon-height);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.icon-bottom-right {
    left: 900px;
    top: 960px;
}

.icon-bottom-right img {
    width: 120px;
    height: 120px;
}

.line-group {
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
}

/* .line-main,
.line-sub {
    height: 2px;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 0;
    box-sizing: content-box;
}

.line-main {
    width: 64px;
    background-color: white;
}

.line-sub {
    width: 32px;
    background-color: rgba(255, 255, 255, 0.2);
} */

.line-main {
    width: 64px;
}

.line-sub {
    width: 32px;
}

.line-main,
.line-sub {
    position: relative;
    cursor: pointer;
    height: 3rem;
}

/* 真正的线条 */
.line-main::after,
.line-sub::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    border-radius: 1px;
    transition: all 0.3s ease;
}

/* 白线高亮 */
.line-main::after {
    width: 64px;
    background-color: white;
}

/* 半透明线 */
.line-sub::after {
    width: 32px;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-video-front {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.card-content {
    gap: 100px;
}

.card-container {
    display: flex;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 24px;
}

.card-container .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-container .card-header .icon {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 116.168px;
    border: 1.162px solid var(--Neutral-N0, #FFF);
}

.card-container .card-header .title {
    color: var(--Neutral-N0, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.card-container .card-body {
    color: var(--Neutral-N0, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.about-us-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.about-us-container .about-us-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.about-us-container .about-us-title {
    color: var(--Neutral-N0, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

.about-us-container .about-us-subtitle {
    color: var(--Neutral-N0, #FFF);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
}

.about-us-container .about-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.about-us-container .about-us-content p {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.animate__animated {
    animation-delay: var(--animate-delay, 0s);
}

.post-container {
    display: flex;
    height: 420px;
    padding: 32px;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 20px;
}

.post-container .post-content {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 20px;
    background: var(--Neutral-N0, #FFF);
}

.post-container .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.post-container .post-title {
    color: var(--Neutral-N900, #101840);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.post-container .post-date {
    color: var(--Neutral-N800, #474D66);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/** footer */
.footer-container {
    width: var(--content-width);
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    /* align-items: center */
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.footer-menu-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    list-style-type: none;
    padding-left: 0;
}

.footer-menu-group .footer-menu-item {
    color: var(--Neutral-N0, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer-container a {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    /* 150% */
}

.footer-container a:hover {
    color: rgba(255, 255, 255);
}

.img-rpa-circle {
    position: absolute;
    left: -200px;
    /* top: 160px; */
}

.img-rpa-robot {
    position: absolute;
    top: 80px;
    right:0px;
    width:85%;
}

.left-arrow, .right-arrow, #next-button {
    cursor: pointer
}

.bg-img{
    width: 100%;
}
.logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}
.logo-icon {
    height: 98px;
    flex: 1 1 calc((100% - 8px * 3) / 4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-icon img {
    max-width: 80%;
    height: auto;
    display: block;
}