<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

#header-wrap {
    display: none !important;
}

.alv-cont {
    padding-top: 80px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .alv-cont {
        padding-top: 50px;
    }
}

.alv-cont * {
    color: #707070;
}

.alv-cont figure {
    width: 100%;
}

.alv-cont figure img {
    width: 100%;
}

.alv-cont a {
    text-decoration: none;
    transition: 0.3s;
}

@media only screen and (min-width: 768px) {
    .alv-cont a:hover {
        opacity: 0.6;
    }
}

.alv-cont .whiteback {
    background-color: white;
}

.alv-cont h2 {
    font-size: 40px;
    font-weight: bold;
    color: #902033;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 767px) {
    .alv-cont h2 {
        font-size: 36px;
        margin-bottom: 2px;
    }
}

.alv-cont .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #902033;
}

@media only screen and (max-width: 767px) {
    .alv-cont .subtitle {
        font-size: 15px;
    }
}

.alv-cont .alvinner {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .alv-cont .alvinner {
        width: calc(100% - 66px);
    }
}

.alv-cont #alvheader {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9000;
}

.alv-cont #alvheader .alvinner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1020px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #alvheader .alvinner {
        height: 50px;
        width: calc(100% - 30px);
    }
}

.alv-cont #alvheader .alvinner .logo {
    width: 253px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .alv-cont #alvheader .alvinner .logo {
        width: 150px;
    }
}

@media screen and (max-width: 374px) {
    .alv-cont #alvheader .alvinner .logo {
        width: 120px;
    }
}

.alv-cont #alvheader .alvinner .link {
    display: block;
    background-color: #ff1717;
    color: white;
    width: 202px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    text-align: center;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #alvheader .alvinner .link {
        height: 36px;
        width: 150px;
        line-height: 36px;
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .alv-cont #alvheader .alvinner .link {
        width: 130px;
    }
}

@media all and (-ms-high-contrast: none) {
    .alv-cont #alvheader .alvinner .link {
        padding-top: 4px;
    }
}

.alv-cont #mv {
    background-image: url(https://apart-toushi.com/img/lp/assessment/mv.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 171px;
    padding-bottom: 105px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv {
        background-image: url(https://apart-toushi.com/img/lp/assessment/mv_sp.jpg);
        padding-top: 58px;
        padding-bottom: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .alvinner {
        width: calc(100% - 30px);
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.alv-cont #mv .alvinner .comment1 {
    background-color: #902033;
    color: white;
    width: 100%;
    max-width: 824px;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .alvinner .comment1 {
        padding: 4px;
        font-size: 14px;
        font-weight: normal;
    }
}

@media screen and (max-width: 374px) {
    .alv-cont #mv .alvinner .comment1 {
        font-size: 12px;
    }
}

@media all and (-ms-high-contrast: none) {
    .alv-cont #mv .alvinner .comment1 {
        padding-top: 30px;
    }
}

.alv-cont #mv .alvinner h1 {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    line-height: 1.44285714em;
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .alvinner h1 {
        font-size: 25px;
        text-align: left;
        line-height: 1.53846154em;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 374px) {
    .alv-cont #mv .alvinner h1 {
        font-size: 22px;
    }
}

.alv-cont #mv .alvinner .medal {
    width: 100%;
    max-width: 741px;
    margin: 158px auto 0;
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .alvinner .medal {
        margin: 23px auto 0;
        max-width: 320px;
    }
}

.alv-cont #mv .alvinner .medal figcaption {
    font-size: 14px;
    color: white;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .alvinner .medal figcaption {
        font-size: 10px;
        margin-top: 7px;
        margin-right: 0;
    }
}

.alv-cont #mv .float {
    position: fixed;
    bottom: 119px;
    right: 79px;
    left: auto;
    top: auto;
    width: 400px;
    height: 300px;
    border-radius: 20px;
    background-color: white;
    padding: 25px;
    z-index: 8000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .float {
        position: relative;
        width: calc(100% - 30px);
        height: auto;
        background-color: inherit;
        right: auto;
        bottom: auto;
        padding: 0;
        margin: 157px auto 0;
    }
}

.alv-cont #mv .float .text1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff1717;
}

.alv-cont #mv .float .link {
    width: 316px;
    height: 64px;
    background-color: #ff1717;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 32px;
    margin: 17px auto;
}

@media only screen and (max-width: 767px) {
    .alv-cont #mv .float .link {
        margin: 0 auto;
        height: 50px;
        width: 100%;
        font-size: 20px;
    }
}

@media all and (-ms-high-contrast: none) {
    .alv-cont #mv .float .link {
        padding-top: 10px;
    }
}

.alv-cont #mv .float .lower {
    margin-top: 10px;
    border-top: 2px solid #707070;
    padding-top: 10px;
    text-align: center;
}

.alv-cont #mv .float .lower .text2 {
    color: #ff1717;
    font-size: 20px;
    font-weight: bold;
}

.alv-cont #mv .float .lower .tel {
    color: #ff1717;
    font-size: 40px;
    font-weight: bold;
}

.alv-cont #problem {
    padding: 119px 0;
}

@media only screen and (max-width: 767px) {
    .alv-cont #problem {
        padding: 64px 0 98px;
    }
}

.alv-cont #problem .alvinner ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .alv-cont #problem .alvinner ul {
        flex-direction: column;
        margin-top: 47px;
    }
}

.alv-cont #problem .alvinner ul li {
    width: 31.3%;
    background-image: url(https://apart-toushi.com/img/lp/assessment/fukidashi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 384px;
}

@media screen and (max-width: 1030px) {
    .alv-cont #problem .alvinner ul li {
        height: 37vw;
    }
}

@media only screen and (max-width: 767px) {
    .alv-cont #problem .alvinner ul li {
        width: 100%;
        height: 89vw;
        margin-bottom: 27vw;
        background-image: url(https://apart-toushi.com/img/lp/assessment/fukidashi_sp.png);
    }

    .alv-cont #problem .alvinner ul li:last-child {
        margin-bottom: 0;
    }
}

.alv-cont #problem .alvinner ul li .cont {
    width: 100%;
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #902033;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.454em;
    text-align: center;
}

@media screen and (max-width: 1030px) {
    .alv-cont #problem .alvinner ul li .cont {
        height: 21vw;
    }
}

@media only screen and (max-width: 767px) {
    .alv-cont #problem .alvinner ul li .cont {
        height: 46vw;
    }
}

.alv-cont #about {
    padding: 67px 0 88px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #about {
        padding: 60px 0 71px;
    }
}

.alv-cont #about ul {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .alv-cont #about ul {
        margin-top: 55px;
        flex-direction: column;
    }
}

.alv-cont #about ul li {
    width: 31%;
    padding: 30px 30px 60px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
    .alv-cont #about ul li {
        width: 100%;
        margin-bottom: 32px;
    }

    .alv-cont #about ul li:last-child {
        margin-bottom: 0;
    }
}

.alv-cont #about ul li h3 {
    text-align: center;
    color: #902033;
    font-size: 20px;
    font-weight: bold;
}

.alv-cont #about ul li figure {
    width: 116px;
    margin: 50px auto 0;
}

.alv-cont #about ul li .text1 {
    margin-top: 20px;
    font-size: 26px;
    color: #902033;
    font-weight: bold;
    text-align: center;
}

.alv-cont #about ul li .text1 .big {
    font-size: 78px;
    color: #902033;
    margin: 0 5px;
    font-family: "Inter", sans-serif;
    line-height: 78px;
}

@media screen and (max-width: 374px) {
    .alv-cont #about ul li .text1 .big {
        font-size: 70px;
    }
}

.alv-cont #about ul li .text1.small {
    font-size: 20px;
}

.alv-cont #about ul li .text1.small .big {
    font-size: 60px;
}

@media screen and (max-width: 374px) {
    .alv-cont #about ul li .text1.small .big {
        font-size: 50px;
    }
}

.alv-cont #about ul li .text2 {
    font-size: 17px;
    line-height: 1.76470588em;
    margin-top: 40px;
}

.alv-cont #about ul li .text2.center {
    text-align: center;
}

.alv-cont #service {
    padding: 116px 0 110px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service {
        padding: 97px 0;
    }
}

.alv-cont #service .alvinner .text1 {
    text-align: center;
    color: #902033;
    font-size: 25px;
    font-weight: bold;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner .text1 {
        text-align: left;
        font-size: 20px;
        line-height: 1.7em;
        margin-top: 52px;
    }
}

.alv-cont #service .alvinner .text2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    color: #902033;
    text-align: center;
    margin-top: 28px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner .text2 {
        font-size: 26px;
        line-height: 1.65384615em;
        text-align: left;
        margin-top: 11px;
    }
}

.alv-cont #service .alvinner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner ul {
        flex-direction: column;
    }
}

.alv-cont #service .alvinner ul li {
    margin-top: 140px;
    width: 43%;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner ul li {
        margin-top: 100px;
        width: 100%;
    }
}

.alv-cont #service .alvinner ul li figure {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner ul li figure {
        width: 240px;
        margin: 0 auto;
    }
}

.alv-cont #service .alvinner ul li h3 {
    text-align: center;
    color: #902033;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner ul li h3 {
        margin-top: 34px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 374px) {
    .alv-cont #service .alvinner ul li h3 {
        font-size: 18px;
    }
}

.alv-cont #service .alvinner ul li .comment {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55555556em;
}

@media only screen and (max-width: 767px) {
    .alv-cont #service .alvinner ul li .comment {
        font-weight: normal;
    }
}

.alv-cont #service .alvinner ul li .comment2 {
    font-size: 15px;
}

.alv-cont #follow {
    padding: 68px 0 76px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #follow {
        padding: 60px 0 64px;
    }
}

.alv-cont #follow .alvinner .text1 {
    font-size: 17px;
    line-height: 1.47058824em;
    margin-top: 36px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #follow .alvinner .text1 {
        font-size: 18px;
        line-height: 1.55555556em;
        margin-top: 32px;
    }
}

.alv-cont #follow .alvinner ul {
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
    margin-top: 52px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #follow .alvinner ul {
        flex-direction: column;
        margin-top: 38px;
        gap: 0;
    }
}

.alv-cont #follow .alvinner ul .item {
    width: 24%;
    height: 94px;
    border: 1px solid #707070;
    background-color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .alv-cont #follow .alvinner ul .item {
        width: 100%;
        margin-bottom: 20px;
        height: 124px;
        padding: 20px;
    }

    .alv-cont #follow .alvinner ul .item:last-child {
        margin-bottom: 0;
    }
}

.alv-cont #qa {
    padding: 127px 0 92px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa {
        padding: 104px 0 114px;
    }
}

.alv-cont #qa .alvinner .cont {
    border: 1px solid #707070;
    margin-top: 43px;
    padding: 65px 50px 30px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont {
        width: 100vw;
        margin-left: -33px;
        border-right: none;
        border-left: none;
        padding: 29px 30px 0;
    }
}

.alv-cont #qa .alvinner .cont dl .item {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 36px;
    margin-bottom: 31px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont dl .item {
        padding-bottom: 32px;
        margin-bottom: 29px;
    }
}

.alv-cont #qa .alvinner .cont dl .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.alv-cont #qa .alvinner .cont dl .item dt,
.alv-cont #qa .alvinner .cont dl .item dd {
    padding: 0 56px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont dl .item dt,
    .alv-cont #qa .alvinner .cont dl .item dd {
        padding: 0 20px 0 36px;
    }
}

@media all and (-ms-high-contrast: none) {
    .alv-cont #qa .alvinner .cont dl .item dt,
    .alv-cont #qa .alvinner .cont dl .item dd {
        padding-top: 5px;
    }
}

.alv-cont #qa .alvinner .cont dl .item dt {
    font-size: 18px;
    line-height: 1.55555556em;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont dl .item dt {
        font-size: 16px;
        line-height: 1.625em;
    }
}

.alv-cont #qa .alvinner .cont dl .item dt:before {
    content: "Q";
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin: auto;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont dl .item dt:before {
        font-size: 30px;
    }
}

@media all and (-ms-high-contrast: none) {
    .alv-cont #qa .alvinner .cont dl .item dt:before {
        top: 0px;
    }
}

.alv-cont #qa .alvinner .cont dl .item dt:after {
    content: "笆ｼ";
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 10px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont dl .item dt:after {
        right: 0;
    }
}

.alv-cont #qa .alvinner .cont dl .item dt.active {
    color: #902033;
}

.alv-cont #qa .alvinner .cont dl .item dt.active:before {
    color: #902033;
}

.alv-cont #qa .alvinner .cont dl .item dt.active:after {
    content: "笆ｲ";
}

.alv-cont #qa .alvinner .cont dl .item dd {
    font-size: 17px;
    line-height: 1.47058824em;
    padding-top: 36px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .alv-cont #qa .alvinner .cont dl .item dd {
        padding-top: 24px;
    }
}

.alv-cont #flow {
    padding: 96px 0 80px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #flow {
        padding: 62px 0 70px;
    }
}

.alv-cont #flow .alvinner .text1 {
    margin-top: 38px;
    font-size: 17px;
    line-height: 1.47058824em;
}

@media only screen and (max-width: 767px) {
    .alv-cont #flow .alvinner .text1 {
        font-size: 18px;
        line-height: 1.55555556em;
        margin-top: 32px;
    }
}

.alv-cont #flow .alvinner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .alv-cont #flow .alvinner ul {
        flex-direction: column;
    }
}

.alv-cont #flow .alvinner ul li {
    width: 20%;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .alv-cont #flow .alvinner ul li {
        width: 100%;
        margin-bottom: 158px;
    }
}

.alv-cont #flow .alvinner ul li:after {
    content: "";
    width: 33px;
    height: 38px;
    background-image: url(https://apart-toushi.com/img/lp/assessment/flow-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 50px;
    left: auto;
    right: -110px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .alv-cont #flow .alvinner ul li:after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -85px;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 767px) {
    .alv-cont #flow .alvinner ul li:last-child {
        margin-bottom: 0;
    }
}

.alv-cont #flow .alvinner ul li:last-child:after {
    display: none;
}

.alv-cont #flow .alvinner ul li figure {
    width: 190px;
    margin: auto;
}

.alv-cont #flow .alvinner ul li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 52px;
    text-align: center;
}
</pre></body></html>