@charset "UTF-8";
#frontpage {
    background: var(--bg);
}
.section_title {
    margin-bottom: 1.5em;
    color: var(--main);
    font-size: 150%;
    font-weight: 700;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 768px){
    .section_title {
        font-size: 225%;
    }
}
.section_title small {
    font-size: 65%;
    font-weight: 700;
}
/*------------------------------------------------------
    kv
-------------------------------------------------------*/
#kv {
    padding: 0;
    margin-bottom: 3em;
    background: var(--main);
    color: #fff;
}
@media screen and (min-width: 768px){
    #kv {
        margin-bottom: 15%;
    }
}
#kv > .inner {
    padding: 80px 0.5rem 0 0.5rem;
    background: url(../img/kv_bg_sp.svg) center/100% no-repeat;
}
@media screen and (min-width: 768px){
    #kv > .inner {
        max-width: 1240px;
        padding: 80px 1rem 0 1rem;
        background: url(../img/kv_bg_pc.svg) center/100% no-repeat;
    }
}
#kv p {
    font-weight: 700;
    line-height: 2;
}
#kv .labels {
    margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px){
    #kv .labels {
        margin-bottom: 2rem;
    }
}
#kv .labels span {
    padding: 0.25em 1em;
    background: #fff;
    border-radius: 3em;
    color: var(--main);
    font-size: 80%;
    white-space: nowrap;
    display: block;
}
@media screen and (min-width: 360px){
    #kv .labels span {
        font-size: 87.5%;
    }
}
#kv h1 {
    margin-bottom: 1.375rem;
     font-weight: 700;
    font-size: 187.5%;
    text-align: center;
}
@media screen and (min-width: 768px){
    #kv h1 {
        margin-bottom: 2rem;
        font-size: 300%;
    }
}
@media screen and (min-width: 992px){
    #kv h1 {
        font-size: 350%;
    }
}
#kv .btns_wrap li {
    width: 100%;
    max-width: 260px;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
    #kv .btns_wrap li {
        margin-right: 2rem;
        margin-bottom: 0;
    }
}
#kv .btns_wrap li:last-child {
    margin: 0;
}
#kv .btns_wrap li.contact {
    display: none;
}
#kv .price {
    font-size: 85%;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 360px){
    #kv .price {
        font-size: 87.5%;
    }
}
#kv .price small {
    font-size: 70%;
}
#kv .price strong {
    font-size: 350%;
    font-weight: 700;
}
#kv .price .bb {
    border-bottom: 3px solid #fff;
}
#kv .mainimg {
    margin-bottom: -3em;
}
@media screen and (min-width: 768px){
    #kv .mainimg {
        margin-bottom: -15%;
    }
}

/*------------------------------------------------------
    worries
-------------------------------------------------------*/
.movie {
    padding-top: calc(100% / 16 * 9);
    margin-bottom: 3em;
    position: relative;
    width: 100%;
}
.movie-outer {
    width: 100%;
    max-width: 750px;
}
.movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#worries .section_title {
    font-size: 140%;
    white-space: nowrap;
}
@media screen and (min-width: 360px){
    #worries .section_title {
        font-size: 150%;
    }
}
#worries .intro {
    margin-bottom: 1.875em;
}
@media screen and (min-width: 768px){
    #worries .intro {
        margin-bottom: 3.75em;
    }
}
#worries .card {
    height: 100%;
    border: 0;
    border-radius: 1.5rem;
}
#worries .card-body {
    padding: 2em 1.25em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 992px){
    #worries .card-body {
        padding: 2em 1.875em;
    }
}
#worries .card-title {
    height: 2.5em;
    margin-bottom: 1.6em;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
#worries .worries .card-title {
    border-bottom: 1px solid var(--main);
    color: var(--main);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#worries .worries .card ul li {
    padding-left: 2em;
    margin-bottom: 1em;
    position: relative;
}
#worries .worries .card ul li::before {
    content: '';
    width: 1.25em;
    height: 1.25em;
    background: url(../img/icon_check.svg) center/contain no-repeat;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
#worries .solutions .card-title {
    width: 100%;
    max-width: 20em;
    height: 3rem;
    padding: 0.5em 1em;
    background: #08A6FC;
    border-radius: 2em;
    color: #fff;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 360px){
    #worries .solutions .card-title {
        font-size: 112.5%;
    }
}
@media screen and (min-width: 390px){
    #worries .solutions .card-title {
        font-size: 125%;
    }
}
@media screen and (min-width: 768px){
    #worries .solutions .card-title {
        font-size: 100%;
    }
}
@media screen and (min-width: 992px){
    #worries .solutions .card-title {
        font-size: 125%;
    }
}
#worries .solutions .card2 .card-title {
    letter-spacing: -1px;
}
@media screen and (min-width: 410px){
    #worries .solutions .card2 .card-title {
        letter-spacing: 0px;
    }
}
@media screen and (min-width: 768px){
    #worries .solutions .card2 .card-title {
        font-size: 85%;
        letter-spacing: -1px;
    }
}
@media screen and (min-width: 815px){
    #worries .solutions .card2 .card-title {
        letter-spacing: 0px;
    }
}
@media screen and (min-width: 992px){
    #worries .solutions .card2 .card-title {
        font-size: 100%;
    }
}
@media screen and (min-width: 1200px){
    #worries .solutions .card2 .card-title {
        font-size: 112.5%;
    }
}
/*
#worries .solutions .card2 .card-title {
    font-size: 100%;
    line-height: 2rem;
}
@media screen and (min-width: 768px){
    #worries .solutions .card2 .card-title {
        font-size: 80%;
        line-height: 2.25rem;
    }
}
@media screen and (min-width: 992px){
    #worries .solutions .card2 .card-title {
        font-size: 100%;
        line-height: 2rem;
    }
}
@media screen and (min-width: 1200px){
    #worries .solutions .card2 .card-title {
        font-size: 120%;
        line-height: 1.8rem;
    }
}*/
#worries .solutions p {
    color: #08A6FC;
    font-weight: 700;
    text-align: center;
}
#worries .arrows > div {
    background: url(../img/worries_bg.svg) center/contain no-repeat;
}
#worries .arrows .text {
    padding: 4em 0;
}
@media screen and (min-width: 768px){
    #worries .arrows .text {
        padding: 3.5em 0 5.5em;
    }
}
#worries .arrows p {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
#worries .arrows p strong {
    color: #08A6FC;
    font-weight: 700;
    font-size: 150%;
    text-align: center;
}
@media screen and (min-width: 992px){
    #worries .arrows p strong {
        font-size: 225%;
    }
}

/*------------------------------------------------------
    function
-------------------------------------------------------*/
#function {
    background: #fff;
}
#function .card {
    padding: 3.75em 1em;
    margin-bottom: 4.5em;
    border: 3px solid var(--main);
    border-radius: 1.5em;
}
#function .card .card-body {
    max-width: 880px;
    padding: 0;
    margin: 0 auto;
}
#function .card .card-title {
    margin-bottom: 1.5em;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 768px){
    #function .card .card-title {
        font-size: 150%;
    }
}
#function .card .card-title span {
    color: var(--main);
    font-weight: 700;
    font-size: 70%;
}
@media screen and (min-width: 768px){
    #function .card .card-title span {
        font-size: 65%;
    }
}

/*------------------------------------------------------
    examples
-------------------------------------------------------*/
#examples {
    background: #fff;
}
#examples .exam_wrap {
    margin-bottom: 1.5em;
}
#examples .exam {
    margin-bottom: 1.875em;
}
@media screen and (min-width: 768px){
    #examples .exam {
        margin-bottom: 4.5em;
    }
}
#examples .exam {
    padding: 0;
}
@media screen and (min-width: 768px){
    #examples .exam:nth-child(1) {
        padding-right: 0.75rem;
    }
    #examples .exam:nth-child(2) {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    #examples .exam:nth-child(3) {
        padding-left: 0.75rem;
    }
}

#examples .card {
    height: 100%;
    border-radius: 0.5em;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
    color: #000;
    overflow: hidden;
}
#examples .card-body h3 {
    font-size: 125%;
    font-weight: 700;
    line-height: 1.5;
}
#examples .card img {
    height: auto;
}

/*------------------------------------------------------
    price
-------------------------------------------------------*/
#price .price_wrap {
    width: 100%;
    max-width: 914px;
    padding: 3.75em 1.25em 2.5em 1.25em;
    margin: 0 auto 4em auto;
    background: #fff;
    border-radius: 1rem;
}
@media screen and (min-width: 768px){
    #price .price_wrap {
        padding: 3.75em 1.5em 2.5em 1.5em;
    }
}
@media screen and (min-width: 1200px){
    #price .price_wrap {
        padding: 3.75em 3.375em 2.5em 3.375em;
    }
}
#price h3 {
    margin-top: -6em;
    font-size: 125%;
}
#price h3 span {
    padding: 0.25em 2em;
    background: var(--main);
    border-radius: 1.5em;
    color: #fff;
    
    font-weight: 700;
}
#price .card {
    width: 100%;
    border: 1px solid var(--main);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 680px){
    #price .card {
        width: calc((100% - 3.5em)/2);
    }
}
@media screen and (min-width: 992px){
    #price .card {
        width: calc((100% - 4em)/2);
    }
}
@media screen and (min-width: 1200px){
    #price .card {
        width: calc((100% - 6.125em)/2);
    }
}
#price .card-title {
    margin-bottom: 0;
    padding: 0.5em 0;
    background: var(--main);
    color: #fff;
    font-weight: 700;
    font-size: 100%;
    text-align: center;
}
@media screen and (min-width: 680px){
    #price .card-title {
        font-size: 125%;
    }
}
#price .card-body {
    padding: 1em 0.75em;
    font-size: 125%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 680px){
    #price .card-body {
        height: 8em;
        padding: 1em 1.25em 1.45em 1.25em;
    }
}
@media screen and (min-width: 992px){
    #price .card-body {
        height: 8em;
        padding: 1em 1.8em 1.45em 1.8em;
    }
}
#price .card-body p {
    line-height: 1;
    white-space: nowrap;
}
#price .card-body strong {
    color: var(--main);
    font-weight: 700;
    font-size: 300%;
}
@media screen and (min-width: 367px){
    #price .card-body strong {
        font-size: 360%;
    }
}
@media screen and (min-width: 992px){
    #price .card-body strong {
        font-size: 400%;
    }
}
#price .card-body span {
    color: var(--main);
    font-size: 80%;
    font-weight: 700;
    text-align: center;
    display: block;
}
#price .card-body small {
    font-weight: 400;
    font-size: 60%;
    text-align: right;
    display: block;
}
#price .plus {
    color: var(--main);
    font-size: 3.125em;
}

/*------------------------------------------------------
    support
-------------------------------------------------------*/
#support {
    background: #fff;
}
#support .supports_wrap {
    margin-bottom: 1.875em;
}
@media screen and (min-width: 576px){
    #support .supports_wrap {
        margin-bottom: 4.5em;
    }
}
#support .support {
    padding: 0;
    margin-bottom: 1.875em;
}
@media screen and (min-width: 576px){
    #support .support {
        margin-bottom: 0;
    }
    #support .support:nth-child(1) {
        padding-right: 0.75rem;
    }
    #support .support:nth-child(2) {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    #support .support:nth-child(3) {
        padding-left: 0.75rem;
    }
}
#support .support .card {
    height: 100%;
    padding: 3.1225em 1em;
    border: 0;
    border-radius: 0;
}
#support .support .card p {
    color: var(--main);
    font-size: 125%;
    font-weight: 700;
}
@media screen and (min-width: 576px) and (max-width: 991px){
    #support .support .card p {
        font-size: 100%;
        white-space: nowrap;
    }
}
@media screen and (min-width: 992px){
    #support .support .card p {
        font-size: 125%;
        white-space: inherit;
    }
}
