@charset "euc-jp";

/* CSS Document */
.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

.omo {
    margin: 0;
    padding: 100px 0 0 0;
    font-size: 16px;
    font-family: 'articulat-cf', 'Noto Sans JP', sans-serif, '�ᥤ�ꥪ', 'Meiryo';
    font-style: normal;
    color: var(--text);
    background: var(--bg) url('../images/bg-pc.svg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.omo .breadcrumb-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ------------ Base ------------ */
:root {
    /* �ᥤ�󥫥顼 */
    --brand: #3F30B9;
    /* ���֥��顼 */
    --sub: #FF7E2D;
    /* �ƥ����ȥ��顼 */
    --text: #030053;
    /* �Ѵ� */
    --radius: 8px;
    /* �ܥ��󥫥顼 */
    --btn: #FF2C30;
    /* �ۥ磻�� */
    --white: #ffffff;
    /* �ط� */
    --bg: #F3F4FF;
}

.en {
    color: inherit;
    font-size: 110%;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bg {
    background: var(--bg);
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.omo .content {
    width: 100%;
    max-width: 11;
    margin: 0 auto;
    box-sizing: border-box;
}

.omo section {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.omo .content {
    max-width: 1080px;
}


.omo h1,
.omo h2,
.omo h3,
.omo h4 {
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 150%;
}

.omo h1 {
    font-size: 62px;
    letter-spacing: .02em;
    color: var(--brand);
    line-height: 150%;
}

.omo h2 {
    font-size: 36px;
}

.omo h2 span.sub {
    font-size: 16px;
    font-weight: normal;
    color: var(--brand);
    display: block;
}

.omo h2 span {
    font-size: inherit;
    color: var(--brand);
}

.omo h3 {
    font-size: 32px;
}

.omo h4 {
    font-size: 20px;
}

.omo h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}

.omo p {
    line-height: 180%;
}

.sub-text {
    font-size: 20px;
}

.omo .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--btn);
    color: var(--white);
    transition: .2s ease;
    cursor: pointer;
    height: 60px;
    width: 320px;
    font-size: 16px;
    background-image: linear-gradient(90deg, #ffad70, #ff5680);
    margin-top: 24px;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(90, 107, 255, .28);
}

a:hover svg {
    opacity: 1;
}

/* ------------ (Hero) ------------ */
#top {
    padding: 0;
    background: none;
}

.hero {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr;
    align-items: center;
    gap: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.text-wrap {
    text-align: left;
}

/* ------------ (System) ------------ */

.system-wrap div {
    margin: -40px auto -100px;
}




/* ------------ (Concept) ------------ */
.concept-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 96px;
}

.concept-wrap {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 24px 0 0 0;
}

.concept-wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.concept-wrap .title h3+div {
    margin: -80px 0 0;
}

.concept-item-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
}

.concept-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    margin-bottom: 16px;
}

.concept-title-wrap div {
    background: #FFF1E9;
    width: 64px;
    height: 64px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
}

.concept-item {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius);
}

.concept-item .label {
    position: relative;
    margin-bottom: 8px;
}

.concept-item .label:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background: #030053;
    left: 0;
    bottom: 0;
}

.concept-item p {
    font-size: 14px;
}


/* ------------ (problem) ------------ */
.problem-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 96px;
}

.problem-wrap {
    background: var(--bg);
    border-radius: var(--radius);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: left;
    max-width: 1080px;
    margin: 24px auto 48px;
}

.problem-item {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius);
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 24px;
    text-align: left;
}

.problem-point {
    background: #BEC0ED;
    color: var(--white);
    text-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.problem-point h5 {
    margin-bottom: 0;
    font-weight: normal;
}

.problem-item p {
    font-size: 14px;
}

.problem-wrap+p {
    font-size: 32px;
    font-weight: 700;
}

.problem-wrap+p span {
    color: var(--brand);
}

.problem-text h4 {
    margin-bottom: 16px;
}


/* ------------ (Feature) ------------ */

.feature-content {
    text-align: left;
}

.feature-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
}

.feature-content ul li {
    position: relative;
    padding: 0 0 0 28px;
    vertical-align: top;
    text-align: left;
}

.feature-content ul li:before {
    position: absolute;
    content: url("../images/checkmark.svg");
    top: 3px;
    left: 0;
}

.feature-wrap {
    background: var(--white);
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 64px;
    border-radius: var(--radius);
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 48px 48px 0 48px;
    margin-top: 24px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-image {
    padding: 24px;
    min-width: 468px
}

.point-label {
    position: relative;
}

.point-label:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    background: #030053;
    left: 0;
    bottom: -5px;
}


/* ------------ (Use case) ------------ */
.use-before-after-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 32px 0 0 0;
}

.use-content {
    background: var(--white);
    position: relative;
    padding: 0 40px 40px 40px;
    border-radius: var(--radius);
    margin: 64px auto 0;
    width: 1080px;
}

.use-title {
    font-size: 36px;
    font-weight: 700;
    padding: 60px 0 20px;
}

.use-title span {
    font-size: 50%;
}

.use-title+p {
    font-size: 24px;
    font-weight: 700;
    color: var(--brand);
}

.use-title+p+p {
    font-size: 14px;
}

#use .lebel-content {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#use .lebel {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 40px;
    border-radius: 30px;
    background-color: #3f30b9;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

#use .lebel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #3f30b9 transparent transparent;
    translate: -50% 100%;
}

.arrow-box {
    display: inline-block;
    background-color: #EDEDED;
    padding: 20px 30px 20px 30px;
    clip-path: polygon(0% 0%, 85% 0%, 95% 50%, 85% 100%, 0% 100%);
    min-width: 550px;
    border-radius: var(--radius);
}

.before-wrap {
    text-align: left;
    position: relative;
}

.after-wrap .after-title {
    background: var(--sub);
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 160%;
}

.before-wrap .before-title {
    background: #969696;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 160%;
}

.before-wrap ul li,
.after-wrap ul li {
    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 12px;
}

.before-wrap ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: -50% 0%;
    background: var(--brand);
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
}

.before-img {
    position: absolute;
    top: 14px;
    right: 48px;
}

.before-img img,
.after-img img {
    width: 80%;
}

.after-wrap ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: -50% 0%;
    background: var(--sub);
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
}

.after-wrap {
    padding: 20px 30px 20px 30px;
    background: #FFF0E7;
    text-align: left;
    position: relative;
    min-width: 474px;
    border-radius: var(--radius);
}

.use-before-after-wrap+p {
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
}

.after-img {
    position: absolute;
    top: -10px;
    right: -30px;
}


/* ------------ (merit) ------------ */
.merit-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
    max-width: 1080px;
    margin: 24px auto 0;
}

.merit-item {
    border-radius: var(--radius);
    display: grid;
    grid-template-columns: .25fr 1fr;
    gap: 16px;
    text-align: left;
    background: var(--white);
    padding: 16px;
    align-items: center;
}

.merit-item div:first-child {
    background: #FFF1E9;
    width: 64px;
    height: 64px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
}

.merit-item p {
    font-size: 14px;
}

.merit-function {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    margin-top: 24px;
    background: var(--white);
    border-radius: var(--radius);
}

.merit-function ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
    gap: 0 40px;
}

.merit-function ul li {
    position: relative;
    padding: 0 0 16px 28px;
    vertical-align: top;
    text-align: left;
}

.merit-function ul li:before {
    position: absolute;
    content: url(../images/checkmark.svg);
    top: 3px;
    left: 0;
}

.merit-function ul li:nth-child(5),
.merit-function ul li:nth-child(6) {
    padding: 0 0 0 28px;
}


/* ------------ (price) ------------ */
.price-wrap {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius);
    margin-top: 24px;
}

.price-item-wrap {
    display: flex;
    gap: 24px;
}

.price-item {
    background: #F7F7F7;
    border-radius: var(--radius);
    padding: 24px 0;
    margin: 36px 0 0;
}

.price-item .lebel {
    background: #3F30B9;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 0 36px;
    font-size: 16px;
    line-height: 190%;
}

.price {
    font-size: 64px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--brand);
}

.price p:first-child {
    line-height: 120%;
}

.price-tax {
    font-size: 36px;
    font-weight: normal;
    line-height: 1 !important;
    text-align: left;
}

.price-tax span {
    display: block;
    font-size: 16px;
}

.price-item-wrap+p {
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
}

.price-function {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    margin-top: 24px;
    background-image: repeating-linear-gradient(90deg, #574ac2, #574ac2 5px, transparent 5px, transparent 9px), repeating-linear-gradient(180deg, #574ac2, #574ac2 5px, transparent 5px, transparent 9px), repeating-linear-gradient(90deg, #574ac2, #574ac2 5px, transparent 5px, transparent 9px), repeating-linear-gradient(180deg, #574ac2, #574ac2 5px, transparent 5px, transparent 9px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}

.price-function ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
    gap: 0 40px;
}

.price-function ul li {
    position: relative;
    padding: 0 0 16px 28px;
    vertical-align: top;
    text-align: left;
}

.price-function ul li:before {
    position: absolute;
    content: url(../images/checkmark.svg);
    top: 3px;
    left: 0;
}

.price-function ul li:nth-child(5),
.price-function ul li:nth-child(6) {
    padding: 0 0 0 28px;
}

/* ------------ (Cta) ------------ */
#cta {
    background: var(--brand) url('../images/cta.svg');
    color: var(--white);
    padding: 48px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
}

#cta h3 {
    margin-bottom: 0;
}

#cta .btn-wrap {
    text-align: center;
    margin: 0;
}


@media (max-width: 1024px) and (min-width: 769px) {
    .pc-br {
        display: block;
    }

    .sp-br {
        display: none;
    }

    .omo h1 {
        font-size: 48px;
    }

    .omo h2 {
        font-size: 28px;
    }

    .omo h3 {
        font-size: 24px;
    }

    .omo h4 {
        font-size: 18px;
    }

    .omo h5 {
        font-size: 14px;
    }

    .sub-text {
        font-size: 18px;
    }

    .omo p {
        font-size: 14px;
    }

    .omo .btn {
        width: 280px;
        height: 50px;
        font-size: 14px;
        padding: 10px 16px;
    }

    /* Hero section */
    .hero {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .text-wrap {
        text-align: center;
        margin: 24px 0 0 0;
    }

    /* Concept section */
    .concept-item-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Problem section */
    .problem-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .problem-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Feature section */
    .feature-item {
        flex-direction: column;
        gap: 24px;
        padding: 24px;
    }

    .feature-image {
        min-width: auto;
        padding: 16px;
    }

    .feature-content ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    /* Merit section */
    .merit-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .merit-function {
        flex-direction: column;
        gap: 16px;
    }

    .merit-function ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    /* Price section */
    .price-item-wrap {
        flex-direction: column;
        gap: 16px;
    }

    .price-item {
        margin: 16px 0 0;
    }

    .price-function {
        flex-direction: column;
        gap: 16px;
    }

    .price-function ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    /* Use case section */
    .use-content {
        width: 100%;
        padding: 0 20px 20px;
        margin: 32px auto 0;
    }

    .use-title {
        font-size: 28px;
        padding: 40px 0 16px;
    }

    .use-before-after-wrap {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .arrow-box {
        min-width: auto;
        width: 100%;
        clip-path: none;
        padding: 16px 20px;
    }

    .after-wrap {
        min-width: auto;
        width: 100%;
        padding: 16px 20px;
    }

    .before-img,
    .after-img {
        position: static;
        margin-top: 16px;
    }

    .before-img img,
    .after-img img {
        width: 100%;
    }
}

/* Smartphone: max-width 768px */
@media (max-width: 768px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .omo {
        padding: 80px 0 0 0;
        font-size: 14px;
        background: var(--bg);
    }

    .omo .breadcrumb-wrap {
        padding-left: 16px;
    }

    .omo h1 {
        font-size: 32px;
    }

    .omo h2 {
        font-size: 24px;
    }

    .omo h3 {
        font-size: 20px;
    }

    .omo h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .omo h5 {
        font-size: 14px;
    }

    .sub-text {
        font-size: 16px;
    }

    .omo .btn {
        width: 100%;
        max-width: 280px;
        height: 48px;
        font-size: 14px;
        padding: 10px 16px;
        margin-top: 16px;
    }

    svg.svg-img {
        width: 100%;
    }

    /* Hero section */
    #top {
        background: url(../images/bg-sp.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
        padding: 24px 16px 0;
    }

    .omo section#system {
        padding: 32px 0;

    }

    .system-wrap div {
        margin: 0 auto -100px;
    }

    img.scheme {
        width: 100%;
        margin: 0 0 0 auto;
    }

    /* Concept section */
    .concept-item-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .concept-item {
        padding: 16px;
    }

    /* Problem section */
    .problem-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 16px auto 24px;
    }

    .problem-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .problem-wrap+p {
        font-size: 24px;
    }

    .problem-point {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-direction: row;
    }

    .problem-point h5 {
        text-align: left;
    }

    .problem-item p {
        margin-top: 8px;
    }

    /* Feature section */
    .feature-wrap {
        padding: 0 0 32px;
    }

    .feature-item {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        margin-top: 16px;
    }

    .feature-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .feature-image {
        min-width: auto;
        padding: 16px;
    }

    .feature-content ul {
        gap: 4px;
        margin: 20px 0;
    }

    .feature-content ul li {
        text-align: left;
        font-size: 12px;
    }

    /* Merit section */
    .merit-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 16px auto 0;
    }

    .merit-item {
        gap: 12px;
        padding: 16px;
        flex-direction: column;
        display: flex;
        text-align: center;
    }

    .merit-item p {
        font-size: 14px;
        text-align: left;
    }

    .merit-function {
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
        padding: 20px 0 0 0;
    }

    .merit-function ul {
        grid-template-columns: 1fr;
        gap: 6px;
        margin: 0 0 20px 0;
    }

    .merit-function ul li {
        padding: 0 0 2px 28px;
    }

    .merit-item h5 {
        margin-bottom: 0;
    }



    /* Price section */
    .price-wrap {
        padding: 20px;
        margin-top: 16px;
    }

    .price-item-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .price-item {
        margin: 12px 0 0;
        padding: 16px 0;
        width: 100%;
    }

    .price {
        font-size: 40px;
        gap: 6px;
    }

    .price-tax {
        font-size: 16px;
    }

    .price-tax span {
        display: block;
        font-size: 12px;
    }

    .price-function {
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
        padding: 20px 0 0 0;
    }

    .price-function ul {
        grid-template-columns: 1fr;
        gap: 6px;
        margin: 0 0 20px 0;
    }

    .price-function ul li {
        padding: 0 0 2px 28px;
    }

    .price-item-wrap+p {
        font-size: 11px;
    }

    .price-item .lebel {
        padding: 0 16px;
        font-size: 14px;
        line-height: 180%;
    }

    /* Use case section */

    #use .lebel-content {
        top: -20px;
    }

    .use-content {
        width: 100%;
        padding: 0 16px 16px;
        margin: 24px auto 0;
    }

    .use-title {
        font-size: 24px;
        padding: 32px 0 12px;
        line-height: 150%;
    }

    .use-title+p {
        font-size: 16px;
    }

    .use-title+p+p {
        font-size: 13px;
        text-align: left;
    }

    .use-before-after-wrap {
        flex-direction: column;
        gap: 12px;
        margin: 40px 0 0 0;
        align-items: center;
    }

    #use .lebel {
        padding: 4px 24px;
        font-size: 14px;
    }

    .arrow-box {
        min-width: auto;
        width: 100%;
        clip-path: none;
        padding: 12px 16px;
    }

    .after-wrap {
        min-width: auto;
        width: 100%;
        padding: 16px 16px 12px;
    }

    .before-img {
        position: absolute;
        top: -6px;
        right: -38px;
    }

    .after-img {
        position: absolute;
        top: 10px;
        right: -10px;
    }

    .before-wrap ul li,
    .after-wrap ul li {
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 6px 0 6px 12px;
        line-height: 160%;
    }

    .use-before-after-wrap+p {
        font-size: 10px;
        margin-top: 8px;
    }

    .before-wrap .before-title,
    .after-wrap .after-title {
        padding: 0 12px;
        font-size: 14px;
        line-height: 160%;
    }

    .before-wrap ul li:before,
    .after-wrap ul li:before {
        top: 13px;
    }


    /* CTA section */
    #cta {
        padding: 32px 16px;
    }

    /* Sections padding */
    .omo section {
        padding: 32px 16px;
    }
}