@charset 'UTF-8';
@media screen and (min-width:769px) {
    * {
        box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }

    html,
    body,
    div,
    span,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    abbr,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    samp,
    small,
    strong,
    sub,
    sup,
    var,
    b,
    i,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        outline: 0;
        border: 0;
        background: transparent;
        vertical-align: baseline;
        font-size: 100%;
    }

    img {
        max-width: 100%;
    }

    body {
        line-height: 1;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
        list-style: none;
    }

    a {
        margin: 0;
        padding: 0;
        background: transparent;
        color: #333;
        vertical-align: baseline;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    input,
    select {
        vertical-align: middle;
    }

    select {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none transparent;
        color: inherit;
        vertical-align: middle;
        font-size: inherit;
    }

    select {
        text-indent: .01px;
        text-overflow: '';
        -moz-appearance: none;
    }

    select::-ms-expand {
        display: none;
    }

    ul li {
        list-style: none;
    }

    .pc_off {
        display: none;
    }

    html {
        width: 100%;
        height: 100%;
    }

    header {
        height: 70px;
        position: relative;
    }

    body {
        position: relative;
        min-height: 100%;
        width: 100%;
        height: 100%;
        color: #333;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.75;
        font-size: 16px;
    }

    sup {
        vertical-align: top;
        font-size: 12px;
    }

    .clearfix {
        display: block;
    }

    .inner {
        width: 1100px;
        margin: 0 auto;
    }

    .txt_center {
        text-align: center;
    }

    .bold {
        font-weight: 700;
    }

    .orange {
        color: #fe7801;
    }

    .h_wrap {
        position: fixed;
        background: rgba(255, 255, 255, .9);
        width: 100%;
        z-index: 100;
    }

    .head_contact {
        padding-left: 5px;
        vertical-align: text-bottom;
    }

    .h_logo {
        display: inline-block;
    }

    .h_contact {
        vertical-align: top;
    }

    .head_right {
        display: inline-block;
    }

    .head_right li {
        display: inline-block;
    }

    .h_block {
        height: 70px;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
    }

    .menu--list {
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 1.5rem;
        font-weight: 600;
        margin-right: 32px;
    }

    .menu--item a:hover {
        text-decoration: none;
        color: #083388;
    }

    .hamburger {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        width: 20px;
        height: 16px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1001;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 20px;
        background: #083388;
        transition: all 0.3s ease;
        border-radius: 2px;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .menu_area {
        display: flex;
        align-items: center;
    }

    h2,
    .title_answer {
        padding: 10px 0;
        color: #333;
        text-align: center;
        font-size: 36px;
        line-height: normal;
        letter-spacing: normal;
    }
    .title_accent {
        color: #083388;
    }
    .sp {
        display: none;
    }

/* メインビジュアル */
    .key_vis {
        background-image: image-set(url(./img/mv_background.jpg));
        background-size: cover;
        background-position: center;
        padding: 100px 0;
        margin-top: -70px;
        background-repeat: no-repeat;
        height: 70vh;
    }
    .top_box {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ttl_outer {
        width: 60%;
        max-width: 800px;
    }
    .ttl_sub {
        width: 50%;
    }
    .ttl_main {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }
    .ttl_main::before {
        content: "";
        position: absolute;
        left: 53%;
        bottom: -34px;
        transform: translateX(-50%);
        width: 120%;
        height: 90px;
        background: url(./img/mv_border.png) no-repeat center center;
        background-size: 100% 100%;
        z-index: -1;
    }
    .ttl_main img {
        display: block;
        max-width: 100%;
        height: auto;
    }

/* CTA */
    .cta {
        background: url(./img/cta_background.jpg) no-repeat center center;
        background-size: cover;
        padding: 40px 40px 40px 40px;
        margin: 0 auto;
    }
    .cta_inner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
    }
    .cta h3 {
        color: #fff;
        font-size: 38px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: normal;
    }
    .cta p {
        color: #fff;
        font-size: 22px;
    }
    .btn_wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 37px;
        padding-right: 10px;
    }
    a.diagnosis_btn {
        display: block;
        color: #fff;
        font-size: 20px;
        text-align: center;
        background-color: #FE7801;
        border-radius: 5px;
        padding: 8px 0 8px 3px;
        width: 48%;
        text-decoration: none;
        box-shadow: 0 3px 0 #333, 0 0 0;
        transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    }
    .btn_small {
        font-size: 16px;
    }
    .diagnosis_btn:hover {
        background-color: #e86d00;
        transform: translateY(3px);
        box-shadow: 0 0 0 #333;
    }
    a.form_btn {
        display: block;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border: #fff solid 2px;
        border-radius: 5px;
        padding: 8px 0;
        width: 48%;
        text-decoration: none;
        box-shadow: 0 3px 0 #333, 0 0 0;
        transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    }
    .form_btn:hover {
        transform: translateY(3px);
        box-shadow: 0 0 0 #333;
    }
    .cta_wrap_r {
        width: 42%;
    }

/* お悩み */
    .trouble {
        padding: 40px 40px 50px 40px;
        background-color: #F5F5F5;
    }
    .trouble .case {
        padding: 0 40px;
    }
    .trouble .inner {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .case ul {
        display: inline-flex;
        gap: 33px;
        margin-top: 40px;
    }
    .case .ttl {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        line-height: normal;
    }
    .casebox_card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        height: 100%;
    }
    .casebox_card img {
        width: 61px;
    }
    .case01 {
        background: url(./img/case01.png) right 20px center no-repeat;
        background-size: auto 133px;
    }
    .case02 {
        background: url(./img/case02.png) right 20px center no-repeat;
        background-size: auto 133px;
    }
    .case03 {
        background: url(./img/case03.png) right 20px center no-repeat;
        background-size: auto 133px;
    }
    .case01, .case02, .case03 {
        width: 345px;
        height: 180px;
        background-color: #fff;
        border-radius: 5px;
        border: #D9D9D9 solid 1px;
    }
    .title_answer {
        padding-top: 40px;
        font-weight: bold;
    }

/* メリット */
    .merit {
        background-color: #F5F5F5;
    }
    .merit_main_box {
        background: url(./img/service_background.jpg) center center no-repeat;
        background-size: cover;
        color: #fff;
        font-size: 24px;
        line-height: 48px;
        padding: 50px 40px 40px 40px;
    }
    .merit_main_box .big{
        height: 34px;
        margin: 0 5px -5px 5px;
    }
    .merit h2 {
        padding-top: 40px;
    }
    .merit .title_answer {
        padding: 40px 0 50px 0;
    }
    .merit ul {
        display: inline-flex;
        margin-top: 40px;
    }
    .merit .ttl {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        line-height: normal;
    }
    .merit .txt {
        font-size: 16px;
        line-height: normal;
        text-align: center;
    }
    .meritbox {
        width: 265px;
        height: 180px;
        background-color: #fff;
        border-radius: 5px;
        border: #D9D9D9 solid 1px;
        margin-right: 13px;
    }
    .meritbox_card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 100%;
    }
    .meritbox_card img {
        height: 50px;
    }

/* 導入事例 */
    .case {
        padding: 40px;
    }
    .case_inner {
        width: 880px;
        margin: 0 auto;
        display: flex;
        background: #F5F5F5;
        border: #D9D9D9 solid 1px;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 40px;
    }
    .case_wrap_l {
        flex: 1;
    }
    .case_job {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        background: #083388;
        padding: 3px 24px;
    }
    .case_txt_wrap {
        padding: 30px 40px;
    }
    .case_title {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    .case_txt {
        font-size: 16px;
        text-align: justify;
    }
    .case_wrap_r {
        width: 374px;
        display: flex;
    }
    .case_wrap_r img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* 他社比較 */
    .comparison {
        padding: 40px 40px 50px 40px;
    }
    .comparison .sp {
        display: none;
    }
    .comparison_img {
        width: 940px;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
    }

/* サービスの流れ */
    .flow {
        background: #F5F5F5;
        padding: 40px 40px 50px 40px;
    }
    .flow_inner {
        width: 82%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .flow_card {
        width: 23%;
        background: #fff;
        border-radius: 5px;
        border: #D9D9D9 solid 1px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .flow_wrap {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }
    .flow_icon {
        height: 52px;
    }
    .flow_title {
        margin-top: -10px;
    }
    .flow_number {
        font-size: 22px;
        color: #083388;
        font-weight: bold;
    }
    .flow h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    .flow .txt {
        display: block;
        width: 100%;
        text-align: justify;
        line-height: normal;
    }
    .arrow {
        width: 13px;
        object-fit: contain;
    }

/* 相談フォーム */
    .consultation {
        background: url(img/bg_contact.webp);
        padding-bottom: 70px;
    }
    .consultation h2 {
        position: relative;
        color: #fff;
        padding: 25px;
        background: #083388;
    }
    .consultation h2 .big {
        font-size: 60px;
    }

    .consultation h2:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 25px solid transparent;
        border-top-color: #083388;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .form_outer {
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 64px;
    }

    .contact__form--headingComment {
        text-align: center;
        font-size: 16px;
    }

    .contact__form--headingCaution {
        margin-top: 2.5rem;
        margin-bottom: 3rem;
        background-color: #eaebef;
        padding: 1.5rem 2.5rem;
    }

    .bg-red {
        background-color: #e38015;
        line-height: 1;
        color: #fff;
        padding: 0 4px;
    }

    .btn {
        display: block;
        font-weight: 700;
        cursor: pointer;
        width: 280px;
        font-size: 24px;
        margin: 20px 0;
        padding: 10px;
        color: #fff;
        text-align: center;
        background-color: #fe7801;
        box-shadow: 0 6px 0 #d95f00, 0 0 0;
        -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    }

    .btn:hover {
        background-color: #fe7801;
        box-shadow: 0 3px 0 #d95f00, 0 0 0;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        text-decoration: none;
    }

    .btn:active {
        color: #fff;
        background-color: #fe7801;
        box-shadow: 0 0 0 #d95f00, 0 0 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        transition-duration: 0.1s;
    }

    .icons_btn {
        padding-left: 10px;
        height: auto;
    }

    .h_wrap .btn {
        padding: 3px 0;
        font-size: 16px;
        margin: 0;
        width: 270px;
        box-shadow: 0 3px 0 #d95f00, 0 0 0;
        -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    }

    .h_wrap .btn:hover {
        box-shadow: 0 2px 0 #d95f00, 0 0 0;
    }

    .h_wrap .btn:active {
        box-shadow: 0 0 0 #d95f00, 0 0 0
    }

    .btn._type02 {
        width: 800px;
        margin: 40px auto;
        padding: 20px 0;
    }

    .footer_inner {
        background: #083388;
        color: #fff;
        padding: 10px 0;
        font-size: 14px;
    }

    footer a {
        background: #083388;
        text-align: center;
        color: #fff;
        text-decoration: underline;
    }

    footer a:hover {
        opacity: .84;
        cursor: pointer;
    }

    .container {
        min-width: 1280px;
    }

    .service h2 {
        background: url(img/survice_tti.png)no-repeat;
    }

    .list_txt {
        margin-left: 5px;
        border-bottom: 1px solid #083388;
    }

    .cookieCaution {
        background-color: #FFF
    }

    .cookieCaution__in {
        max-width: 960px;
        margin: 0 auto;
        padding: 24px 0;
        display: flex;
    }

    .cookieCaution__text {
        width: 75%;
        color: #333;
    }

    .cookieCaution__text p {
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }

    .cookieCaution__logo {
        width: 25%;
    }

    .cookieCaution__logo--list {
        display: flex;
    }

    .cookieCaution__logo--item {
        width: 50%;
    }

    .cookieCaution__logo--item:first-child img {
        max-width: 80px;
        height: auto;
    }

    .cookieCaution__logo--item img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
    }

    #outline {
        max-width: 1100px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .outline__ttl {
        font-size: 14px;
        font-weight: 500;
        margin: 24px 0;
    }

    .outline__dl--inner {
        border-bottom: 1px solid #fff;
        display: flex;
        gap: 24px;
        padding: 16px 0;
    }

    .outline__dl--inner dt {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        width: 100px;
    }

    .outline__dl--inner dd {
        color: #fff;
        font-size: 12px;
    }

    .copyright {
        text-align: center;
        color: #333;
        padding-bottom: 10px;
    }

    .recommend_outer {
        display: flex;
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 64px;
        margin-bottom: 72px;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    .recommend_img img {
        max-width: 320px;
        width: 100%;
    }

    .recommend_txt--list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        background: #F3F3F3;
        padding: 32px;
        width: 500px;
        font-size: 18px;
        font-weight: 500;
    }

    .recommend_txt--item img {
        margin-right: 18px;
        vertical-align: sub;
    }
}

/* 公的支援制度 */
.section-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
#subsidy-main {
    background: url(img/subsidy_back_b.webp)center center / cover no-repeat;
    padding-bottom: min(10vw, 120px);
}
.subsidy-ttl {
    background: #083388;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
}
.subsidy-ttl::after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top-color: #083388;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.subsidy-exp {
    margin: 0 auto;
    margin-bottom: min(5.33333vw, 64px);
    max-width: 1100px;
    margin-top: 60px;
}
.subsidy-exp p {
    font-size: 16px;
    font-weight: 500;
}
.subsidy-exp p a {
    display: inline-block;
    border-bottom: 1px solid #333;
}
.subsidy-exp p a:hover {
    text-decoration: none;
}
.subsidy-outer {
    max-width: 1100px;
    margin: 0 auto;
}
.subsidy-example {
    font-size: 16px;
    margin-bottom: min(2.66666vw, 32px);
    font-weight: 500;
}
.subsidy-list {
    display: flex;
    gap: min(1.33333vw, 16px);
    margin-bottom: min(3.33333vw, 40px);
    flex-wrap: wrap;
}
.subsidy-item {
    background: #fff;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .15);
    width: 49%;
}
.example1,
.example4 {
    padding: min(3.33333vw, 40px) min(2vw, 24px) min(4vw, 48px);
}
.example2,
.example3 {
    padding: min(3.33333vw, 40px) min(2vw, 24px) min(7.33333vw, 88px);
}
.subsidy-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: min(2.66666vw, 32px);
    text-align: center;
}
.table-outer table {
    border-collapse: collapse;
    border: 1px solid #333;
    width: 100%;
}
.table-outer table th {
    border: 1px solid #333;
    padding: min(1vw, 12px) min(1.5vw, 18px);
    background: #E6F2FF;
    font-size: 16px;
    width: 30.7%;
    font-weight: 500;
}

.table-outer table td {
    border: 1px solid #333;
    padding: min(1vw, 12px) min(1.66666vw, 20px);
    padding-left: min(1.66666vw, 20px);
    font-size: 16px;
    width: 69.3%;
    font-weight: 500;
}
.table-outer table td .blue {
    font-weight: 700;
    color: #083388;
}
.subsidy-link {
    text-align: center;
    margin-bottom: min(6.66666vw, 80px);
}
.subsidy-link a {
    display: block;
    padding: min(2.5vw, 30px) 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #FE7801;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
    box-shadow: 0 6px 0 #d95f00, 0 0 0;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.subsidy-link a:hover {
    box-shadow: 0 2px 0 #d95f00, 0 0 0;
    transform: translateY(3px);
    text-decoration: none;
}
.subsidy-link a span {
    font-weight: 700;
    font-size: 32px;
}
.subsidy-caution p {
    font-size: 12px;
}
.subsidy-caution p:first-child {
    font-size: 14px;
}

/* よくある質問 */
.qa {
    padding-bottom: 70px;
}
.qa h2 {
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    padding: 70px 0 40px;
}
.qa h2 .big {
    font-size: 60px;
}
.qa__question {
    padding: 16px 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #083388;
    margin-top: 12px;
    cursor: pointer;
    position: relative;
}
.qa__question::after {
    position: absolute;
    top: 50%;
    right: 33px;
    width: 16px;
    height: 16px;
    content: "";
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(calc(-50% - 5px)) rotate(45deg);
}
.qa__question .qa-q,
.qa__answer--big .qa-a {
    margin-right: 40px;
}
.qa__answer {
    padding: 16px 32px;
    background: #f3f3f3;
    display: none;
}
.qa__answer--big {
    color: #FE7801;
    font-size: 18px;
    font-weight: 500;
}
.qa__answer--small {
    font-size: 15px;
}
.qa__question.qa__open::after {
    transform: translateY(calc(-50% + 5px)) rotate(-135deg)
}
.qa__answer.qa__open {
    display: block;
    animation: fadeIn 1 .7s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* システム必要度チェック */
.diagnosis {
    background-color: #083388;
    padding: 32px 0;
    background-image: url(img/diagnosis_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 72%;
    background-position: 145% 72%;
}
.diagnosis__inner {
    max-width: 700px;
}
.diagnosis__ttl--outer {
    text-align: center;
    color: #fff;
}
.slash {
    font-size: 16px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 16px;
    align-items: center;
}
.slash::before,
.slash::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    margin: 0 4px -6px;
}
.slash::before {
    transform: rotate(45deg);
}
.slash::after {
    transform: rotate(-45deg);
}
.slash span {
    font-weight: 600;
    font-size: 20px;
}
.diagnosis__ttl--main {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}
.diagnosis__ttl--sub {
    margin-bottom: 32px;
}
.diagnosis__grid {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
}
.diagnosis__question {
    background: #fff;
    padding: 16px 32px;
}
.diagnosis__question--ttl {
    color: #083388;
    margin-bottom: 10px;
}
.diagnosis__question--ttl span {
    padding: 0 8px;
    background: #083388;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.diagnosis__select {
    width: 100%;
    padding: 6px 16px;
    border: 1px solid #a2a2a2;
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.diagnosis__select:valid {
    color: #333;
}
.diagnosis__select:focus {
    border-color: #083388;
    box-shadow: 0 0 0 4px rgba(8, 51, 136, .12);
}
.diagnosis__actions {
    text-align: center;
    margin: 0 auto;
}
.diagnosis__actions .btn {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    width: 220px;
    box-shadow: 0 3px 0 #d95f00, 0 0 0;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    border: none;
    margin-bottom: 24px;
}
.diagnosis__actions .btn:hover {
    box-shadow: 0 2px 0 #d95f00, 0 0 0;
}
.diagnosis__result {
    background: #EEF2F7;
    padding: 20px 0;
    display: none;
}
.diagnosis__result--label {
    font-size: 15px;
    color: #083388;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
}
.diagnosis__score--box {
    background: #fff;
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .15);
    width: 190px;
    padding: 6px 0;
    margin: 0 auto;
    margin-bottom: 16px;
}
.diagnosis__stars {
    color: #FE7800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: .08em;
    margin-bottom: 3px;
    text-align: center;
}
.diagnosis__score--text {
    text-align: center;
    font-size: 14px;
}
.diagnosis__result--message {
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px 5px;
    border-bottom: 1px solid #083388;
    color: #083388;
    text-align: center;
    max-width: 435px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.diagnosis__result--advice {
    font-size: 15px;
    max-width: 435px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.diagnosis__error {
    display: none;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff1f2;
    color: #be123c;
    font-weight: 700;
    text-align: center;
}
.diagnosis__cta {
    background: #fff;
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .15);
    text-align: center;
    padding: 16px 28px;
    max-width: 435px;
    margin: 0 auto;
}
.diagnosis__cta--text {
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 500;
}
.diagnosis__cta .btn {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 3px 0 #d95f00, 0 0 0;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    border: none;
}
.diagnosis__cta .btn:hover {
    box-shadow: 0 2px 0 #d95f00, 0 0 0;
}