body {
    font-size: 14px;
    line-height: 1.7;
    background-image: url(../../../../images/sp/asahipress/background.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
}

:root {
    --inner__pdding: 20px;
    --color_blue: #0E6EB8;
}

@media screen and (max-width:420px) {
    :root {
        --inner__pdding: 10px;
    }
}

img {
    width: 100%;
}


.wrapper {
    display: block;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 20px 0 #0000000a;
}

section {
    padding: 20px 0;
}

footer {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    color: #c2c2c2;
}

.indexHeader__logo--outer {
    text-align: center;
    margin-bottom: 25px;
}

.indexHeader__logo {
    width: 80%;
    aspect-ratio: 897/331;
}

.indexHeader__role--outer {
    padding: 10px;
    margin: 0;
}

.indexHeader__text {
    text-align: center;
    margin-bottom: 20px;
}

.indexHeader__strong {
    font-size: 24px;
    font-weight: bold;
    color: var(--color_blue);
}

.indexHeader__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.indexRoles {
    background-color: #EDF7FF;
}

.indexAbout__horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.indexAbout__horizontal--image {
    width: 150px;
}

.indexAbout__horizontal--text {
    font-size: 14px;
    flex: 1;
}

.l-inner {
    max-width: 600px;
    margin: auto;
    padding: 0 var(--inner__pdding);
}


.indexAbout__text span {
    display: inline-block;
}

.c-heading2 {
    font-size: 20px;
    color: #0E6EB8;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    font-weight: bold;
}


.c-heading2__inner {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.c-heading2__outer {
    position: relative;
    text-align: center;
    padding: 30px;
}

.c-heading2__en {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #DBEFFF;
    line-height: 1;
    font-size: 100px;
    font-weight: bold;
    /* z-index: -1; */
}

.indexAuthor__imgOuter {

    width: 106px;
    aspect-ratio: 300/420;
    background: #eee;
}

.indexRoles__imageOuter {

    overflow: hidden;

    margin: 0 auto 0px;
}

.indexAuthor__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px;
}

.indexAuthor__detail {
    flex: 1;
}

.indexAuthor__name {
    font-size: 24px;
    font-weight: bold;
}

.indexAuthor__company {
    font-size: 14px;
    color: #aaa;
}

.indexAuthor__head {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.indexRoles__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.indexRole__text {
    font-size: 14px;
}

.indexRoles__item {
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    text-decoration: none;
    color: #000;
}

.indexRole__name {
    font-weight: bold;
    font-size: 20px;
}



/* ── SP ── */
@media (max-width: 767px) {
    .indexRoles__list {
        grid-template-columns: 1fr;
    }
}

.indexRoles__item img {
    height: 80px;
    object-fit: contain;
}

.indexAbout__text,
.c-heading3__outer,
.c-heading3 {
    margin-bottom: 10px;
}

.c-heading3__outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.c-heading3 {
    font-size: 14px;
    font-weight: bold;
    color: #0E6EB8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.c-heading3__outer:before {
    content: "";
    display: block;

    background-image: url(../../../../images/sp/asahipress/pazzle_mini.png);
    aspect-ratio: 70/50;

    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

.c-heading3::after,
.c-heading3::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #0E6EB8;
}

.c-cta {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #0E6EB8;
    height: 50px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
}

.c-cta:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22m480-320%20160-160-160-160-56%2056%2064%2064H320v80h168l-64%2064%2056%2056Zm0%20240q-83%200-156-31.5T197-197q-54-54-85.5-127T80-480q0-83%2031.5-156T197-763q54-54%20127-85.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2083-31.5%20156T763-197q-54%2054-127%2085.5T480-80Z%22/%3E%3C/svg%3E");
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    right: 10px;
}

.c-cta:hover {
    background: #085189;
}

* {
    box-sizing: border-box;
}



.progress {
    width: 100%;
    height: 10px;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 32px;
}

.progress-bar {
    height: 100%;
    width: 33%;
    background: var(--color_blue);
    transition: 0.3s;
}

.question-page {
    display: none;
}

.question-page.active {
    display: block;
}

.question-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.question-num {
    color: #fff;
    padding: 5px 10px;
    display: inline;
    background: var(--color_blue);
    border-radius: 3px;
}

.question-text {

    line-height: 1.7;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.choices {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.question-card {
    margin-bottom: 30px;
}



.choices label:hover span {
    border-color: var(--color_blue);
}


.button-area {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
}

button {
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
}

.next-btn,
.submit-btn {
    background: var(--color_blue);
    color: white;
}

.prev-btn {
    background: #e5e7eb;
}

.choices {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 10px;

}




.choice-item input[type="radio"] {

    display: none;

}

.choice-item {
    font-size: 10px;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
}

.choice-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center;
    border-radius: 100px;
    border: 2px solid #ddd;
    background: white;
    cursor: pointer;
    transition: .2s;
    font-size: 10px;
    line-height: 1.4;
    aspect-ratio: 1 / 1;
    height: 30px;
    width: 30px;

}

.choice-item span:before {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjRkZGRkZGIj48cGF0aCBkPSJNMzgyLTI0MCAxNTQtNDY4bDU3LTU3IDE3MSAxNzEgMzY3LTM2NyA1NyA1Ny00MjQgNDI0WiIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
}

.result .resultHead {
    background-color: #fff;
    border-left: 1px solid var(--color_blue);
    border-bottom: 1px solid var(--color_blue);
    border-right: 1px solid var(--color_blue);
    padding: 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.choice-item input[type="radio"]:checked+span {

    background: var(--color_blue);
    color: white;
    border-color: var(--color_blue);

}

.debug-submit-btn {
    margin-left: 12px;
    background: #111827;
    color: white;
}


.resultHead__horizontal {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-left: 1px solid var(--color_blue);
    border-top: 1px solid var(--color_blue);
    border-right: 1px solid var(--color_blue);

    border-radius: 10px 10px 0 0;
}

img.resultHead__image {
    border-radius: 10px;
}

h1.resultHead__copy {
    background: #000;
    color: #fff;

    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    display: inline;

}

.resultHead__titleInner {
    font-size: 14px;
    padding: 10px;
    border: 1px solid;
    text-align: center;
    display: inline-block;
    color: var(--color_blue);
}

.resultHead__label {
    font-size: 16px;
    font-weight: bold;
}

.resultHead__imageOuter {
    width: 100%;
    display: flex;
    margin: 0;
}

.resultHead__detail {
    /* flex: 1; */
    text-align: center;
}

.resultHead__imageOuter {
    width: 100%;
}

.result .wrapper {
    padding: 10px 0 0;
}

.resultHead__az {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.az__title {
    font-size: 12px;
    font-weight: bold;
}

.az__author {
    font-size: 10px;
    color: #999;
}

.az__href {
    color: #fff;
    text-decoration: none;
    background: #FF9900;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    height: 36px;
    width: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.az__href::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNNTA0LTQ4MCAzMjAtNjY0bDU2LTU2IDI0MCAyNDAtMjQwIDI0MC01Ni01NiAxODQtMTg0WiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.c-heading3__outer.result__heading:before {
    background-image: url(../../../../images/sp/asahipress/discover.png);
}

.resultHead__features--head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

img.desItem__head--img {
    width: 50px;
    aspect-ratio: 1/1;
}

.desItem__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.desItem__head--text {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px dotted;
}

.resultHead__des {
    display: flex;
    justify-content: center;

    gap: 5px;
    align-items: stretch;
}

.resultHead__desItem--feature {
    background-color: #F7F8FF;
}

.resultHead__desItem--strong {
    background-color: #FFF7EC;
}

.resultHead__desItem--bd {
    background-color: #FFF3F3;
}

.resultHead__desItem--feature .desItem__head--text {
    color: var(--color_blue);
}

.resultHead__desItem--strong .desItem__head--text {
    color: #FF9600;
}

.resultHead__desItem--bd .desItem__head--text {
    color: #E85D5D;
}

.resultHead__desItem {
    flex: 1;

    padding: 10px;
    border-radius: 5px;
}

.resultHead__azOuter {
    margin-bottom: 10px;
}

.reuslt__roles__list {
    padding: 0;
    list-style: none;
}

.reuslt__roles__item--bar {
    width: calc(var(--value) / 30 * 100%);
    height: 28px;
    background: #eee;
    border-radius: 4px;
}

.reuslt__roles__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.bar__idea {
    background: #FF7A00;
}

.bar__knowledge {
    background: #687AFF;
}

.bar__analysis {
    background: #1DD31D;
}

.bar__breakthrough {
    background: #FF3134;
}

.bar__leader {
    background: #E252FF;
}

.bar__checker {
    background: #11DEF9;
}

.bar__bridge {
    background: #FFDD1B;
}

.bar__motivator {
    background: #FF99CF;
}

.bar__support {
    background: #85F41E;
}

.reuslt__roles__item--title {
    width: 80px;
    font-weight: bold;
}

.reuslt__roles__item--bar--outer {
    flex: 1;
}

.strengths__title:before,
.potential__title:before {
    content: "";
    display: block;
    width: 70px;
    margin: auto;


}

.strengths__title:before {
    aspect-ratio: 257/253;
    background: url(../../../../images/sp/asahipress/strengths.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.potential__title:before {
    aspect-ratio: 360 / 237;
    background: url(../../../../images/sp/asahipress/potential.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.strengths .c-heading2,
.potential .c-heading2 {
    margin-top: 0;
}

.compatible__list {
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    align-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    display: grid;
}

.resultRoles__item {
    flex: 1;
}

.compatible__title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.compatible__microcopy {
    font-size: 10px;
}

.compatible__title--outer:before {
    content: "";
    display: block;
    width: 45px;
    margin: auto;
}

.compatible__title--outer {
    text-align: center;
    margin-bottom: 10px;
}

.compatible__b .compatible__title--outer:before {
    background: url(../../../../images/sp/asahipress/compatible__b.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 69/53;
}

.compatible__g .compatible__title--outer:before {
    background: url(../../../../images/sp/asahipress/compatible__g.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 68/45;
}

.compatible__b {
    background-color: #FFF3F3;

}

.compatible__g {
    background-color: #F7F8FF;
}

.compatible,
.challenging {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.result {
    position: relative;
}

.result .wrapper .l-inner:before {
    content: "";
    display: block;
    height: 700px;
    width: 100%;
    background-image: linear-gradient(160deg, var(--color_blue) 51%, #ffffff 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 600px;
    margin: auto;
    right: 0;
}



.result__sharebtns img {
    width: 30px;
    height: auto;
}

.result__share {
    border: 1px solid var(--color_blue);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}

.share__title {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
}

.redirext_share_x {
    background-color: #000;
}

.redirect_share_line {
    background-color: #26ad36;
}

.redirect_share_facebook {
    background-color: #0766ff;
}

.redirext_share_item {
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px;
}

.redirect_share_group-body {
    display: flex;
    gap: 20px;
}

.result__sharebtns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.result footer,
.resultBottom {
    background: var(--color_blue);
}

.resultBottom__title {
    display: inline-block;
    background: #fff;
    padding: 10px;
    color: var(--color_blue);
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid;
    box-shadow: 2px 2px 0 0 #005FA8;
}

.resultBottom__body {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.resultBottom__horizontal {
    display: flex;
    gap: 10px;
    align-items: center;
}

.resultBottom__imageOuter {
    width: 100px;
}

.resultBottom__text {
    margin-bottom: 10px;
}

.resultBottom__titleOuter {
    text-align: center;
}

.resultBottom__titleOuter {
    text-align: center;
    transform: translateY(-50%);
    margin-top: -20px;
}

.resultBottom {
    margin-top: 20px;
}

.resultBottom__detail__title {
    font-size: 20px;
}

.resultBottom__author {
    font-size: 14px;
}

.resultBottom__link {
    margin-top: 10px;
}

.resultShare {
    margin-bottom: 20px;
}

.power {
    text-decoration: none;
    color: #c2c2c2;
}

.resultBottom__title span {
    display: inline-block;
}

.retry {
    margin-bottom: 70px;
}

@media (max-width: 600px) {

    .resultHead__des,
    .indexAuthor__inner,
    .indexAbout__horizontal {
        flex-direction: column;
    }

    .resultHead__az {
        flex-direction: column;
        gap: 10px;
    }

    .indexAuthor__name {
        text-align: center;
    }

    .indexAuthor__company {
        text-align: center;
    }




    .resultHead__detail {
        margin-bottom: 10px;
    }

    .c-heading2__outer {
        overflow-x: hidden;
    }

    .c-heading2__en {
        font-size: 60px;
    }

    .c-heading2__outer {
        padding-bottom: 10px;
    }

    .compatible__list {
        display: flex;
        flex-direction: column;
    }

    .resultBottom__horizontal {
        flex-direction: column;
    }

    .resultBottom__detail__title.az__title {
        font-size: clamp(12px, calc((20/ 500)*100vw), 20px);
    }

    .resultShare {
        margin-bottom: 20px;
    }

    .retry {
        margin-bottom: 90px;
    }

    .desItem__text {
        text-align: center;
    }

    .resultBottom__link {
        margin: 20px auto 0;
    }

    .resultRoles__item {
        display: initial;
        text-align: center;
    }

}

.choices__class {
    display: flex;
    justify-content: space-between;
    color: #aaa;
    margin-top: 5px;
}

.choices__class p {
    margin: 0;
}

.indexRole__type_subCaption {
    display: inline-block;
    margin: 0;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
}

.indexRole__text {
    margin: 0;
}

.compatible__list .indexRole__name {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}




.compatible__g .indexRole__type_subCaption {
    background: #e2e6ff;
}

.compatible__b .indexRole__type_subCaption {
    background: #fedada;
}

.resultHead__features--text,
.resultSection__body,
.compatible__list--text {
    white-space: pre-line;
}

.resultHead__image {

    aspect-ratio: 1200 / 675;
    height: auto;
}

.indexHeader__role {

    aspect-ratio: 696 /75;
    height: auto;
}

.indexAbout__horizontal--image img {
    aspect-ratio: 1/1;

}

img.indexAuthor__img {
    aspect-ratio: 300 / 420;
}

.result__sharebtns textarea {
    width: 80%;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
}

.potential {
    margin-bottom: 30px;
}

.indexRoles__item:hover {
    outline: 1px solid #aacbe5;
}

.resultBottom__image {
    aspect-ratio: 2519 / 3700;
    width: 100%;
    height: auto;
}

.compatible__b {
    margin-bottom: 100px;
}

.pr {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px;
}



/* total width */
textarea::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;

}

/* background of the scrollbar except button or resizer */
textarea::-webkit-scrollbar-track {
    background-color: transparent;
}

/* scrollbar itself */
textarea::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 5px;
    border: 3px solid #fff;
    z-index: -1;

}

/* set button(top and bottom of the scrollbar) */
textarea::-webkit-scrollbar-button {
    display: none;
}