@font-face {
    font-family: 'NotoSansCJKjp-Medium';
    font-style: normal;
    src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
         url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
         url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #353535;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 110px;  
}
section {
    padding: 60px 0; 
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.text-blue {
    color: #0a31a7;
}
.only-sp {
    display: none;
}
.bg-gradient {
    background: linear-gradient(90deg, #209dee 0%, #0a31a7 100%);
    color: #fff;
}
.border-radius-gradient {
    background: linear-gradient(180deg, #fff, #fff) padding-box, linear-gradient(180deg, #209dee, #0a31a7) border-box;
    border: 4px solid transparent;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.bg-border-radius-gradient {
    background: linear-gradient(180deg, #f9fdff, #dfe7ff) padding-box, linear-gradient(180deg, #209dee, #0a31a7) border-box;
    border: 4px solid transparent;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.annotation {
	margin-top: 6rem;
}
.annotation p {
	display: flex;
	text-align: left;
}
.problem-content small, .solution-box small, .comp-item small, .fv-text .heading small, .faq-item small {	
    font-size: 12px;
}
.annotation p {
	font-size: 11px;
}

/* --- HEADER --- */
header {
    padding: 1rem 0;
}

/* --- FV --- */
.fv {
    padding: 0 0 1rem;
}
.fv .bg{
    background: url(../images/FV.png) no-repeat right top;
}
.fv-text {
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    color: #353535;
    line-height: 1;
    font-size: 36px;
}
.fv-text p {
    margin: 2rem 0;
}
.fv-text .heading {   
    font-size: 55px;
    margin: 0 0 1rem;
}
.fv-text .heading span {
    font-size: 77px;
    color: #1259cb;
	font-weight: bold;
}
.fv-text .heading small {
	font-weight: normal;
	margin-left: -2rem;
}
.fv-text .note {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.125rem;
}
.fv-icon {
    display: flex;
    margin-bottom: 1.5rem;
}
.fv-icon .icon {
    background: url(../images/bg-icon.png) no-repeat center / cover;
    font-size: 18px;
    color: #fff;
    width: 202px;
    height: 212px;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.fv-icon .icon p {
    text-align: center;
}
.fv-icon p span {
    font-size: 1.75rem;
}
.fv-icon p small {
    font-size: 12px;
}
.fv-note {
    font-size: 12px;
    color: #0123cf;
}
.fv-note p {
    display: flex;
}

/* --- CTA --- */
.cta {
    font-size: 24px;    
    text-align: center;
    padding: 1rem 0;
}
.cta a {
    background: #f5a305;
    border-radius: 10px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    padding: 0.75rem 2rem 1rem;
    margin: 1rem 0 0;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.cta a .icon {
    background: url(../images/arrow-right.png) no-repeat right center;
    width: 12px;
    height: 20px;
    margin-left: 2rem;
}
.cta.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

/* --- FOOTER --- */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.75rem;
}
footer p {
    margin-bottom: 0.5rem;
}
footer p:first-child {
    margin: 0 0 1.5rem;
}

/* --- HEADING TITLE --- */
.heading-title {
    font-size: 36px;    
    line-height: 1.3;
    margin-bottom: 2rem;
    position: relative;
    color: #353535;
    display: inline-block;    
}
.decorative-line {
    display: block;
    width: 90%;
    height: 2px;
    margin: 1rem auto;
    background-color: #353535;
    position: relative;
}
.decorative-line::before, .decorative-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #353535;
    border-radius: 50%;
    transform: translateY(-50%);
}
.decorative-line::before {
    left: 0;
}
.decorative-line::after {
    right: 0;
}

/* --- SECTION 1 --- */
.section-1 {
    background: url(../images/bg-top.png) no-repeat right top, url(../images/bg-bottom.png) no-repeat right bottom, linear-gradient(180deg, #dfe7ff 0%, #f9fdff 100%);
    text-align: center;
    padding: 4rem 0;
}
.problem-content {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 3rem;
}
.problem-note {
    text-align: left;
    margin: 0 auto;
    max-width: 600px;
    font-size: 12px;
    display: flex;
}
.solution-box {
    background: url(../images/solution-box.png) no-repeat center;
    font-size: 36px;
    color: #fff;
    width: 882px;
    height: 231px;
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.solution-box .text-large {
    font-size: 48px;
    line-height: 1;
}

/* --- SECTION 2 --- */
.feature-card {    
    padding: 30px 40px;
    text-align: center;
    max-width: 900px;
    margin-bottom: 2rem;
    margin-left: auto;
}
.feature-header {
    border-radius: 0.5rem;
    display: flex;
}    
.feature-number {
    background-color: #f6a306;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 0 14px;
}
.feature-title {
    flex-grow: 1;
    padding: 1rem;
    text-align: left;
}
.feature-desc {
    font-size: 26px;
    margin: 1rem 0;
}
.feature-img {
    margin: 0 auto;
}

/* --- SECTION 3 --- */
.section-3 {
    background: url(../images/bg-left.png) no-repeat left top, linear-gradient(90deg, #f9fdff 0%, #dfe7ff 100%);
}
.comp-container {
    display: grid;
    grid-template-columns: 22% 35% 43%;
    align-items: flex-end;
    margin: 2rem auto;
}
.comp-body {
    padding: 0 0 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.comp-item {
    font-size: 28px;
    border-bottom: 1px solid #353535;
    padding: 1rem 2rem;
    text-align: center;
    min-height: 80px;
}
.comp-card.old {
    background: #d7d4d4;
}
.comp-header-old {
    font-size: 32px;
    font-weight: 700;
    padding: 1rem 0;
}
.comp-card.old .comp-item {
    font-size: 30px;
    font-weight: 700;
}
.comp-card.new {
    background: linear-gradient(180deg, #209dee 0%, #0a31a7 100%);
    position: relative;
}
.crown-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/clip.png) no-repeat center top;
    width: 134px;
    height: 73px;
    z-index: 10;
}
.comp-header-new {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    padding: 1.25rem 0;
}
.comp-card.new .comp-item {
    color: #125acb;
    font-size: 32px;
    font-weight: 700;
}
.comp-card.old .comp-body, .comp-card.new .comp-body {
    padding: 0 1rem 1.5rem;
}
.comp-card.old .comp-item, .comp-card.new .comp-item {
    background: #fff;
}
.comp-card.old .comp-item:last-child, .comp-card.new .comp-item:last-child {
    border-color: #fff;
}
.comp-note {
    text-align: left;
	font-size: 12px;
}

/* --- SECTION 4 --- */
.use-case-item {
    padding: 30px 40px;
    text-align: center;
    margin: 2rem 0 2rem auto;
    max-width: 930px;
    display: flex;
    align-items: center;
}
.uc-circle {
    background: url(../images/icon-1.png) no-repeat center;
    color: #fff;
    text-align: center;
    width: 211px;
    height: 221px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.uc-content-box dt {
	background-color: #f5a305;
    color: #fff;
    font-size: 24px;
    padding: 5px 2rem 10px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-self: center;
    justify-content: center;
}
.uc-content-box dd {
    text-align: left;
    display: flex;
    align-items: center;
	font-size: 19px;
}

/* --- SECTION 5 --- */
.section-5 {
    background: url(../images/bg-right.png) no-repeat right bottom, linear-gradient(90deg, #dfe7ff 0%, #f9fdff 100%);
}
.pricing-card {
    padding: 40px 80px;
}
.pricing-header {
    border-radius: 10px;
    font-size: 32px;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 2rem;
}
.pricing-list {
    list-style: none;
}
.pricing-list li {
    background: url(../images/checkmark.png) no-repeat left center;
    font-size: 28px;
    text-align: left;
    padding-left: 4rem;
    margin-bottom: 1rem;
    line-height: 50px;
}
.pricing-list li span {
    color: #0a31a7;
}
.pricing-divider {
    border-top: 2px dashed #209dee;
    margin: 1rem 0;
    width: 100%;
}
.price-huge {
    font-size: 80px;
    font-weight: 700;
    color: #f6a306;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.price-huge small {
    font-size: 28px;
}
.price-note {
	margin-top: 0.5rem;
    font-size: 12px;
}

/* --- SECTION 6 --- */
.faq-item {
    margin-bottom: 2rem;
    font-size: 22px;
}
.faq-item input {
    display: none;
}
.faq-item label {    
    cursor: pointer;    
    display: flex;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.5rem 0;
    position: relative;
}
.faq-item label:before {
    display: block;
    content: "Q";
    background-color: #f6a306;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 0 24px;
    margin: -0.5rem 1rem -0.5rem 0;
}
.faq-item label:after {
    display: block;
    content: "";
    background: url(../images/arrow-down.png) no-repeat right center;
    width: 20px;
    height: 12px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.faq-item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    display: flex;
    text-align: left;
}
.faq-item .content::before {
    content: "A";
    display: flex;
    align-items: flex-start;
    justify-self: center;
    padding: 0 24px;
    margin: 0 1rem 0 0;
}
.faq-item input:checked ~ .content {
    padding: 0.5rem 0 0;
}
.faq-item input:checked + label:after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-item a {
    color: #0a31a7;
}

/* --- RESPONSIVE --- */
@media screen and (min-width: 768px) {
    body {
        padding-bottom: 150px;
    }

    /* --- SECTION 2 --- */
    .feature-header {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 1rem;
    }
    .feature-card:nth-child(even) {
        margin-left: 0;
        margin-right: auto;
    }

    /* --- SECTION 4 --- */
    .uc-circle {
        font-size: 22px;        
        margin-left: -90px;
    }
    .uc-circle small {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .uc-content-box {
        margin-left: 40px;
    }
    .uc-content-box dl {
        display: grid;
        grid-template-columns: 1.5fr 2fr;
        gap: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-bottom: 106px;
    }
    .container {
        padding: 0 15px;  
    }
    section {
        padding: 30px 0;
    }
    .only-sp {
        display: block;
    }
    .only-pc {
        display: none;
    }
    .border-radius-gradient, .bg-border-radius-gradient {
        border: 3px solid transparent;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
	.problem-content small, .solution-box small, .comp-item small, .fv-text .heading small, .faq-item small {	
		font-size: 8px;
	}

    /* --- HEADER --- */
    header {
        padding: 0.5rem 0;
    }
    header img {
        max-width: 85px;
    }

    /* --- FV --- */
    .fv .bg{
        background: #fff;
    }
    .fv-text {
        font-size: 22px;
    }
    .fv-text p {
        margin: 1rem 0;
    }
    .fv-text .heading {   
        font-size: 30px;
        margin: 0 0 0.5rem;
    }
    .fv-text .heading span {
        font-size: 45px;
    }
    .fv-text .heading small {
		margin-left: -1rem;
    }
    .fv-text .note {
        font-size: 13px;
        letter-spacing: normal;
    }
    .fv-icon {
        margin-bottom: 1rem;
        justify-content: space-between
    }
    .fv-icon .icon {
        background: url(../images/sp/bg-icon.png) no-repeat center / cover;
        font-size: 10px;
        width: 110px;     
        height: 115px;
        margin-right: 0;
    }
    .fv-icon .icon p {
        line-height: normal;
    }
    .fv-icon p span {
        font-size: 14px;
    }
    .fv-icon p small {
        font-size: 8px;
    }
    .fv-note {
        font-size: 10px;
        margin-top: 1rem;
    }

    /* --- CTA --- */
    .cta {
        font-size: 0.9375rem;
        padding: 0.5rem 0;    
    }
    .cta a {
        border-radius: 5px;
        font-size: 20px;
        padding: 0.5rem 0.75rem 0.75rem;
        margin: 0.5rem 0 0;
    }
    .cta a .icon {
        background-size: cover;
        width: 9px;
        height: 15px;
        margin-left: 0.5rem;
    }

    /* --- HEADING TITLE --- */
    .heading-title {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    .decorative-line {
        width: 100%;
    }
    
    /* --- SECTION 1 --- */
    .section-1 {
        padding: 1rem 0;
    }
    .problem-content {
        font-size: 0.75rem;
        margin-bottom: 2rem;
    }
    .solution-box .text-large {
        font-size: 1.125rem;
    }
    .solution-box {
        background: url(../images/sp/solution-box.png) no-repeat center;
        font-size: 0.875rem;
        background-size: cover;
        margin: 1rem auto 0;
        padding: 1rem 0.5rem;
        width: 345px;
        height: 106px;
    }
    .section-1 img {
        max-width: 93px;
    }
	.solution-box + p small {
		font-size: 0.625rem;
	}

    /* --- SECTION 2 --- */
    .feature-card {
        padding: 1rem;        
        margin-bottom: 1.5rem;
    }
    .feature-number {
        padding: 0 .5rem;
    }
    .feature-title {
        padding: 0.25rem 0.5rem;
    }
    .feature-desc {
        margin: 0.5rem 0;
        font-size: 0.75rem;
    }
    .feature-card img {
        max-width: 65px;
    }

    /* --- SECTION 3 --- */
    .comp-container {
        margin: 1rem auto;        
    }
    .comp-body {
        padding: 0 0 0.5rem;
    }
    .comp-item {
        font-size: 0.6875rem;
        padding: 0.25rem;
        min-height: 29px;
    }
    .comp-header-old {
        font-size: 0.8125rem;
        padding: 0.5rem 0;
    }
     .comp-card.old .comp-item {
        font-size: 0.75rem;
    }
    .crown-icon {
        background-size: cover;
        width: 60px;
        height: 33px;
        top: -20px;
    }
    .comp-header-new {
        font-size: 1rem;
        padding: 0.75rem 0;
    }
    .comp-card.new .comp-item {
        font-size: 0.8125rem;
    }
    .comp-card.old .comp-body, .comp-card.new .comp-body {
        padding: 0 0.25rem 0.5rem;
    }
    .comp-note {
        font-size: 0.625rem;
    }

    /* --- SECTION 4 --- */
    .use-case-item {
        display: block;
        margin: 5rem 0 0;
        padding: 4rem 1rem 1rem;
        position: relative;
    }
	.use-case-item:first-child {
		margin: 3rem 0 0;
	}
    .uc-circle {
        background: url(../images/sp/icon-1.png) no-repeat center / cover;
        width: 302px;
        height: 94px;
        margin-bottom: 0.5rem;
        position: absolute;
        top: -47px;
        left: 50%;
        transform: translateX(-50%);
    }
    .uc-circle small {
        font-size: 0.6875rem;
    }
    .uc-content-box dt {
        display: inline-block;
        min-width: 60%;           
    }
    .uc-content-box dt, .uc-content-box dd {
        margin-bottom: 0.5rem;
        text-align: center;
        font-size: 0.875rem;
        justify-content: center;
    }

    /* --- SECTION 5 --- */
    .pricing-card {
        padding: 1rem;
    }
    .pricing-header {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    .pricing-list li {
        background-size: 18px auto;
        font-size: 0.8125rem;
        padding-left: 1.5rem;
        line-height: normal;
    }
    .price-huge {
        font-size: 1.5rem;
    }
    .price-huge small, .price-note {
        font-size: 0.625rem;
    }

    /* --- SECTION 6 --- */
    .faq-item {
        font-size: 0.875rem;
    }
    .faq-item label {
        padding: 0.5rem 1.5rem 0.5rem 0;
    }
    .faq-item label:before {
        padding: 0 0.5rem;
        margin: -0.5rem 0.5rem -0.5rem 0;
    }
    .faq-item label:after {
        background-size: cover;
        width: 10px;
        height: 6px;
        right: 0.5rem;
    }    
    .faq-item .content::before {
        padding: 0 0.5rem;
        margin: 0 0.5rem 0 0;
    }
}