@charset "euc-jp";

/* CSS Document */
.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

.bl {
    color: #3E64EA;
}

.ye {
    color: #FDEF26;
}

:lang(en) {
    color: blue;
}

[class*="-inner"] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.printio-page {
    background: #F4F7FE;
    margin: 0;
    padding: 100px 0 0 0;
    color: var(--basic-color-black);
    font-size: 14px;
}

.printio-page .breadcrumb-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

section.pc-br {
    margin: 0;
}

.fv-title {
    line-height: 150%;
    font-size: 56px;
    color: var(--basic-color-black);
    font-weight: 700;
}

.fv-lead {
    font-size: 24px;
    color: #3E64EA;
    font-weight: 700;
    line-height: 150%;
}

.fv-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: url(../images/fv-pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 1360px;
    min-height: 600px;
}

.fv-image {
    z-index: 1;
}

.fv-text {
    width: 28%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.fv-text .fv-cta {
    min-width: 320px;
}

.fv-text .fv-cta .btn {
    width: 100%;
    background-image: linear-gradient(90deg, #3e64ea, #71a3ef);
    line-height: 60px;
    font-size: 18px;
}

.fv-text .fv-cta a {
    line-height: 2.4;
    text-decoration: none;
}

.printio-page h2 {
    font-size: 42px;
    font-weight: 700;
}

.printio-page h3 {
    font-size: 36px;
    font-weight: 700;
}

.printio-page h4 {
    font-size: 22px;
    font-weight: 700;
}

.onayami-wrap {
    background: #ffffff;
    border-radius: 200px 0 0 200px;
    width: 90vw;
    padding: 60px 0;
    margin: -20px 0 100px auto;
}

.onayami-inner {
    text-align: center;
    padding: 0;
}

.onayami-inner h3 {
    max-width: 1024px;
}

.onayami-content {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin: 30px auto 0;
}

.onayami-content .person,
.onayami-content .owner {
    background: #F4F7FE;
    padding: 30px 50px 50px;
    border-radius: 20px;
    width: 40%;
    position: relative;
}

.onayami-content .person::after {
    content: '';
    display: inline-block;
    width: 180px;
    height: 120px;
    background-image: url(../images/onayami-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.onayami-content .owner::after {
    content: '';
    display: inline-block;
    width: 153px;
    height: 236px;
    background-image: url(../images/onayami-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15px;
    right: -30px;
}

.onayami-content h4 {
    color: #3e64ea;
}

.onayami-point {
    text-align: left;
    margin-top: 10px;
}

.onayami-point p {
    position: relative;
    line-height: 1;
    margin: 20px 0 0 24px;
    line-height: 180%;
}

.onayami-point p::before {
    content: url(../images/check.svg);
    position: absolute;
    display: inline-block;
    margin-left: -20px;
}

.onayami-list div {
    width: 33%;
    text-align: center;
}

.onayami-text {
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 10px;
}

.onayami-wrap div img {
    margin-top: -20px;
}

.onayami-wrap {
    position: relative;
}

.feature-wrap {
    text-align: center;
    border-radius: 40px;
    background-image: linear-gradient(180deg, #5587EB, #84B0F6);
    color: #ffffff;
    padding: 100px 0 0;
    margin: -180px auto 0;
}

.feature-content {
    margin: 80px auto;
}

.feature-content .dashboard {
    border: 10px solid #ffffff;
    border-radius: 20px;
    width: 800px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    margin: 10px auto -60px;
}

.feature-wrap .swiper-wrap {
    margin-top: 30px;
}

.feature-wrap h4 span {
    font-size: 16px;
    display: inline-block;
}

.feature-wrap .swiper-slide img {
    border-radius: 12px;
}

section.flow-wrap {
    margin: 200px auto 100px;
}

.flow-inner h2 {
    text-align: center;
    line-height: 120%;
}

.flow-inner h2 span {
    font-size: 24px;
    display: block;
    color: initial;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1024px;
    margin: 20px auto 50px;
}

.card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.card .card-icon+div {
    text-align: center;
}

.card-icon {
    border-radius: 15px;
    background: #3E64EA;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    padding: 0 10px;
    line-height: 160%;
}

.card-title {
    margin: 1rem 0;
}

.card-title span {
    font-size: 16px;
    display: block;
}

.catch-text {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 100px auto;
}

.mugendai-wrap {
    background: #ffffff;
    border-radius: 0 200px 200px 0;
    width: 90vw;
    padding: 60px 0;
    margin: 0;
    position: relative;
}

.mugendai-inner {
    text-align: center;
    padding: 0;
    max-width: 1100px;
}

.mugendai-inner h2 {
    line-height: 120%;
    margin-top: 10px;
}

.mugendai-inner h2 span {
    border: 2px solid var(--basic-color-black);
    margin: 0 5px;
}

.mugendai-content {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    margin: 50px auto 0;
}

.mugendai-content h3 span {
    color: #3e64ea;
    font-size: 96px;
    vertical-align: bottom;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.mugendai-content h3 span svg {
    position: absolute;
    bottom: 22px;
    right: 0;
    z-index: -1;
    stroke: #FDEF26;
    stroke-width: 10;
    stroke-linecap: round;
    fill: none;
}

.mugendai-point {
    text-align: left;
    margin-top: 10px;
}

.mugendai-text {
    text-align: center;
    max-width: 288px;
}

.mugendai-text p {
    text-align: left;
    margin-top: 20px;
}

.cta-wrap {
    text-align: center;
    border-radius: 40px;
    background-image: linear-gradient(180deg, #5587EB, #84B0F6);
    color: #ffffff;
    padding: 180px 0 80px;
    margin: -100px auto 0;
}

.cta-wrap .service-logo {
    padding: 30px 0;
}

.cta-wrap .service-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-wrap .cta {
    min-width: 320px;
    display: inline-block;
}

.cta-wrap .cta .btn {
    width: 100%;
    background: #ffffff;
    line-height: 60px;
    font-size: 18px;
    color: #5F8FED;
}

.cta-wrap .cta a {
    line-height: 2.4;
    text-decoration: none;
}

@media (max-width: 768px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    [class*="-inner"] {
        padding: 0 20px;
    }

    .printio-page .breadcrumb-wrap {
        padding: 0 20px;
    }

    .printio-page h1,
    .printio-page h2,
    .printio-page h3 {
        line-height: 150%;
    }

    section {
        margin: 50px auto;
    }

    section.sp-br {
        margin: 20px auto;
    }

    .fv-wrap {
        background: url(../images/fv-sp.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 0;
        margin: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .fv-text {
        width: 100%;
    }

    .fv-title {
        font-size: 36px;
    }

    .fv-lead {
        font-size: 20px;
        margin: 20px auto;
    }

    .fv-image {
        width: 90%;
    }

    .printio-page h2 {
        font-size: 30px;
    }

    .printio-page h3 {
        font-size: 24px;
    }

    .printio-page h4 {
        font-size: 18px;
    }

    .onayami-wrap {
        background: #ffffff;
        border-radius: 160px 0 0 160px;
        width: 92vw;
        padding: 60px 0 40px;
        margin: -10px 0 100px auto;
    }

    .onayami-content {
        flex-direction: column;
        gap: 20px;
        margin: 20px auto 0;
    }

    .onayami-content .person,
    .onayami-content .owner {
        padding: 30px 10px 50px;
        width: 100%;
    }

    .onayami-point p {
        margin: 5px 0 0 0;
        text-align: center;
    }

    .onayami-point p::before {
        margin-top: 3px;
    }

    .onayami-content .person::after {
        content: '';
        display: inline-block;
        width: 110px;
        height: 80px;
        background-image: url(../images/onayami-1.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .onayami-content .owner::after {
        content: '';
        display: inline-block;
        width: 113px;
        height: 166px;
        background-image: url(../images/onayami-2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 100px;
        right: -20px;
    }

    .feature-wrap {
        margin: -230px auto 0;
    }

    .feature-content .dashboard {
        width: 80%;
    }

    .card-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .card {
        padding: 20px;
    }

    .card-icon {
        line-height: 200%;
    }

    .card-title {
        font-size: 1.25rem;
    }

    section.flow-wrap {
        margin: 150px auto 50px;
    }

    .catch-text {
        font-size: 40px;
        line-height: 150%;
    }

    .mugendai-wrap {
        position: relative;
        background: #ffffff;
        border-radius: 0 160px 160px 0;
        width: 92vw;
        padding: 60px 0 40px;
    }

    .mugendai-content {
        gap: 20px;
        margin: 50px auto 0;
    }

    .mugendai-inner h2 span img {
        width: 40%;
    }

    .mugendai-content h3 span {
        font-size: 64px;
        margin-left: 0;
    }

    .mugendai-text {
        min-width: 138px;
    }
}

@media (max-width: 1439px) and (min-width: 1023px) {
    .fv-title {
        font-size: 42px;
    }

    .fv-text {
        width: 48%;
    }

    .onayami-wrap {
        margin: 0 0 100px auto;
    }

    .onayami-content {
        justify-content: center;
    }

    .onayami-point p {
        margin: 10px 0 0 24px;
    }

    .onayami-content .person,
    .onayami-content .owner {
        padding: 30px 20px 50px;
    }

    .onayami-content .owner::after {
        right: -70px;
    }

    .mugendai-inner {
        text-align: center;
        padding: 0;
        max-width: 1024px;
    }

    .mugendai-text {
        text-align: center;
        max-width: 214px;
    }

    .mugendai-content {
        justify-content: center;
        gap: 30px;
        margin: 30px auto 0;
    }

    .mugendai-text p {
        margin-top: 10px;
    }

}

@media (max-width: 1024px) and (min-width: 769px) {
    .pc-br {
        display: block !important;
    }

    .sp-br {
        display: none !important;
    }

    .printio-page .breadcrumb-wrap {
        padding: 0 20px;
    }

    .printio-page h2 {
        font-size: 36px;
    }

    .printio-page h3 {
        font-size: 24px;
    }

    .printio-page h4 {
        font-size: 18px;
    }

    .fv-text {
        width: 58%;
    }

    .fv-title {
        line-height: 150%;
        font-size: 40px;
        color: var(--basic-color-black);
        font-weight: 700;
    }

    .fv-lead {
        font-size: 18px;
        color: #3E64EA;
        font-weight: 700;
        line-height: 150%;
    }

    .onayami-wrap {
        margin: 0 0 100px auto;
    }

    .onayami-content {
        justify-content: center;
    }

    .onayami-content .person,
    .onayami-content .owner {
        background: #F4F7FE;
        padding: 30px;
        border-radius: 20px;
        width: 40%;
        position: relative;
    }

    .onayami-content .person::after {
        width: 150px;
        height: 100px;
        bottom: -60px;
        right: 0;
    }

    .onayami-content .owner::after {
        width: 103px;
        height: 186px;
        top: 85px;
        right: -60px;
    }

    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mugendai-wrap {
        width: 92vw;
    }

    .mugendai-inner {
        max-width: 85%;
    }

    .mugendai-text {
        max-width: 210px;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 遅延アニメーション用（オプション） */
.fade-up-delay-1 {
    transition-delay: 0.2s;
}

.fade-up-delay-2 {
    transition-delay: 0.4s;
}

.fade-up-delay-3 {
    transition-delay: 0.6s;
}

.marker-text {
    position: relative;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
}

.marker-text span {
    position: relative;
    z-index: 10;
}

.marker-text svg {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1em;
    z-index: 0;
    pointer-events: none;
}

.marker-text path {
    stroke: #ffeb3b;
    stroke-width: 10;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: stroke-dashoffset 1s ease-out;
}

.marker-container.animated .marker-text path {
    stroke-dashoffset: 0;
}

.anim-box {
  opacity: 0;
}

/* ズームイン */
.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 
/* ポップアップ */
.anim-box.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

/* ぽよよん */
.poyoyon {
  animation: poyoyon 1s ease-in-out 1 forwards;
}

@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}