/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
    --color-dark: #222;
    --color-blue: #28ADFF;
    --color-text-blue: #004EA2;
    --color-text-orange: #ED6D38;
    --color-bg-gray: #EFF4F9;
    --color-white: #ffffff;
}

.hst_solution__wrapper {
    font-family: "Jost", "Noto Sans JP", sans-serif;
}

.hst_solution__container {
    width: 100%;
    max-width: calc(1230px + (4rem* 2));
    padding: 0 4rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.hst_solution__mv__container {
    width: 100%;
    max-width: calc(1243px + (8rem* 2));
    padding: 0 8rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.hst_solution__mv {
    margin-top: 80px;
    padding-top: 33px;
    background-image: url('../_img/mv_bg.png');
    background-color: var(--color-blue);
    background-repeat: no-repeat;
    background-size: 1440px;
    background-position: center top;
    text-align: center;
    padding-bottom: 72px;
    position: relative;
    height: 369vw;
    max-height: 750px;
}

.hst_solution__mv__img {
    margin-bottom: 40px;
}

.hst_solution__mv__img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.hst_solution__btn {
    display: inline-block;
    background: linear-gradient(180deg, var(--color-text-orange) 0%, var(--color-text-orange) 50%, #EF5110 50%, #EF5110 100%);
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    padding: 12px 48px;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
}

.hst_solution__shadow {

    filter: drop-shadow(6px 6px .1px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-filter: drop-shadow(4px 4px .1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(4px 4px .1px rgba(0, 0, 0, 0.2));
}

svg {
    overflow: visible !important;
    display: block;
}

.pc {
    display: block !important;
}


/*コンテンツ部分--------------------------------------*/
.hst_solution__section {
    padding: 80px 0 120px
}

.bg-gray {
    background-color: var(--color-bg-gray);
}

.hst_solution__chart__mainTtl {
    text-align: center;
    margin-bottom: 72px;
}

.hst_solution__chart {
    background: url('../_img/check_bg.png');
    background-repeat: repeat;
    background-size: 24px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--color-text-blue);
    padding: 76px 4%;
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}

.hst_solution__chart:before {
    content: '';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 8px;
    border: 1px solid var(--color-text-blue);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.hst_solution__chart__anchor-aPoint {
    position: absolute;
    left: -40px;
    top: -40px;
}

.hst_solution__chart__ttl {
    margin-bottom: 56px;
}

.hst_solution__chart__anchorWrap {
    display: flex;
    justify-content: space-between;
    gap: 1%;
}

.hst_solution__chart__anchorItem {
    width: 24%;
    background: #E2F4FF;
    padding: 24px;
    border-radius: 16px;
    color: #0088DC;
    position: relative;
}

.hst_solution__chart__anchorItem_message {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -43px;

}

.hst_solution__chart__anchorTxt {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 6px;
    color: var(--color-text-blue);
}

.hst_solution__chart__anchorItem--navy {
    padding: 17px 24px 24px;
}

.hst_solution__chart__anchorTtl {
    font-size: 32px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1;
}

.hst_solution__chartBtn {
    display: inline-block;
    background-color: #0088DC;
    color: #fff;
    width: 100%;
    font-size: 20px;
    padding: 16px;
    border-radius: 8px;
    line-height: 1;
    position: relative;
    font-weight: bold;
}

.hst_solution__chartBtn:after,
.hst_solution__btn:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url('../_img/arrow-blue.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center 8px;
}

.hst_solution__btn:after {
    background-image: url('../_img/arrow.svg');
    background-position: center;
    background-size: 6px;
}

.hst_solution__chart__anchorItem--green {
    background-color: #E2F7D8;
    color: #43A717;
}

.hst_solution__chart__anchorItem--orange {
    background-color: #FFF2B0;
    color: #FEA900;
}

.hst_solution__chartBtn--green {
    background-color: #68C340;
    font-size: 24px;
}

.hst_solution__chartBtn--green:after {
    background-image: url('../_img/arrow-green.svg');
}

.hst_solution__chartBtn--orange {
    background-color: #FEA900;
    font-size: 24px;
}

.hst_solution__chartBtn--orange:after {
    background-image: url('../_img/arrow-orange.svg');
}

.hst_solution__chartBtn--navy {
    background-color: var(--color-text-blue);
    font-size: 20px;
}

.hst_solution__chartBtn--navy:after {
    background-image: url('../_img/arrow-navy.svg');

}

/*診断結果　詳細--------------------------------------*/
.hst_solution__resultItemWrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.hst_solution__resultItem {
    background-color: #28ADFF;
    border-radius: 8px;
    border: 1px solid #222;
    padding: 47px 32px 32px;
    position: relative;
    background: linear-gradient(-54deg, #28ADFF 0%, #28ADFF 50%, #0088DC 50%, #0088DC 100%);
}

.hst_solution__result__type {
    position: absolute;
    left: 20px;
    top: -20px;
}

.hst_solution__result__ttl {
    margin-left: 155px;
    margin-bottom: 40px;
}

.hst_solution__result__illust {
    position: absolute;
}

.hst_solution__result__illust-a {
    max-width: 360px;
    right: -48px;
    top: -48px;
}

.hst_solution__resultInner {
    background: #fff;
    border-radius: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 64px;
}

.hst_solution__resultInner-a {
    background-image: url('../_img/item-a_illust2.svg');
    background-position: 20%;

}

.hst_solution__result__illustInfo {
    position: absolute;
    max-width: 260px;
    bottom: 68px;
    left: -45px;
    padding: 2.8rem 2rem 1.8rem 2.4rem;
    border-radius: 16px;
    background-color: #daf1ffd6;
    font-size: 14px;
    border: 2px solid var(--color-text-blue);
    font-weight: 500;
    color: #222;
    z-index: 1;
}

.hst_solution__result__illustInfo_ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid var(--color-text-blue);
    color: var(--color-text-blue);
    ;
    border-radius: 50px;
    width: fit-content;
    line-height: 1;
    font-weight: bold;
}

.hst_solution__result__leadWrap {
    width: 68%;
}

.hst_solution__resultLead {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 32px;
}

.hst_solution__result__ctaCopy {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.hst_solution__result__ctaCopyMain {
    font-size: 28px;
    color: var(--color-text-orange);
}

.hst_solution__result__ctaPoint {
    position: absolute;
    left: -40px;
    top: -20px;
}

.hst_solution__result__btnWrap {
    margin-bottom: 56px;
    gap: 10px;
    display: flex;
}

.hst_solution__result__timescheduleTtl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
}

.hst_solution__result__timeschedule {
    display: flex;
    justify-content: space-between;
}

.hst_solution__resultItem-c {
    background: linear-gradient(-54deg, #BAE0A9 0%, #BAE0A9 50%, #91D075 50%, #91D075 100%);
}

.hst_solution__result__illust-c {
    right: 40px;
    top: -30px;
    width: 274px;
}

.hst_solution__resultInner-c {
    background-image: url('../_img/item-c_illust2.svg');
    background-position: 50%;
}

.hst_solution__result__illustInfo-green {
    background-color: #e8fedfba;
    border-color: #43A717;
    width: 216px;
    left: -90px;
}

.hst_solution__result__illustInfo_ttl-green {
    border-color: #43A717;
    color: #43A717;
}

.hst_solution__resultItem-d {
    background: linear-gradient(-54deg, #FFEC8A 0%, #FFEC8A 50%, #F9BB00 50%, #F9BB00 100%);
}

.hst_solution__result__illust-d {
    right: -65px;
    top: -35px;
    max-width: 420px;
}

.hst_solution__result__d-ph {
    width: 360px;
}

.hst_solution__resultInner-d {
    background-image: url('../_img/item-d_illust2.svg');
    background-position: 50%;
}

.hst_solution__result__illustInfo-orange {
    width: 216px;
    background-color: #fff2afd4;
    border-color: #F4A300;
    left: 10px;
    bottom: 32px;
}

.hst_solution__result__illustInfo_ttl-orange {
    color: #F4A300;
    border-color: #F4A300;
}

.hst_solution__result__phWrap-d {
    display: flex;
    gap: 40px;
    align-items: center;
}

/*CTA--------------------------------------------------*/
.hst_solution__cta {
    padding: 64px 0 80px;
    background-color: var(--color-blue);
    background-image: url('../_img/cta_bg.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 994px;
    margin-bottom: 24px;
}

.hst_solution__ctaTtl {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    margin-bottom: 40px;
    word-break: auto-phrase;
}

.hst_solution__ctaTtl-strong {
    color: #FFEF9E;
    font-size: 56px;
}

.hst_solution__ctaTtl-lineR {
    transform: scaleX(-1);
}

.hst_solution__ctaWrap {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--color-text-blue);
    margin-bottom: 46px;
}

.hst_solution__ctaDate__wrap,
.hst_solution__ctaInfo__wrap {
    width: 50%;
    padding: 30px 50px;
    text-align: center;
}

.hst_solution__ctaDate__wrap {
    background-color: #DCF1FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: var(--color-text-blue);
    line-height: 1.3;
    font-weight: bold;

}

.hst_solution__ctaDate {
    width: 395px;
}

.hst_solution__txtLink {
    font-size: 18px;
    margin-top: 24px;
    color: var(--color-text-blue);
    text-decoration: underline;
    font-weight: bold;
}

.hst_solution__ctaInfo__txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 6px 0;
}

.hst_solution__annotation {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

.hst_solution__strong {
    color: var(--color-text-orange);
    font-weight: bold;
}

.hst_solution__strong-cta {
    font-size: 24px;
}

.hst_solution__cta-cargoi {
    background-color: #fff;
    border-radius: 16px;
    padding: 26px;
    position: relative;
    text-align: center;
}

.hst_solution__cta-cargoi-point {
    position: absolute;
    left: -50px;
    top: -30px;
}

.hst_solution__cta-cargoi-logo {
    max-width: 80%;
}

.hst_solution__chart__anchorTtl {
    font-size: 2.4rem;
}



.hst_solution__chart__img {
    width: 85%;
    margin-bottom: 10px;
}

@media screen and (max-width: 1220px) {
    .hst_solution__mv {
        height: 60vw;
    }

    .hst_solution__result__illust-a,
    .hst_solution__result__illust-d {
        width: 30%;
    }

    .hst_solution__result__illust-a {
        right: 10px;
    }

    .hst_solution__result__illust-c {
        right: 10px;
        width: 22%;
    }

    .hst_solution__result__illust-d {
        right: 10px;
    }

    .hst_solution__result__illustInfo {
        bottom: -100px;
        max-width: 220px;
        left: 0px;
    }

    .hst_solution__result__phWrap-d {
        flex-direction: column;
        align-items: baseline;
        gap: 0px;
    }

    .hst_solution__resultLead {
        font-size: 20px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 1000px) {
    .hst_solution__result__btnWrap {
        flex-direction: column;
        margin-bottom: 40px;
    }
}

/*---------------------------------------
SP
---------------------------------------*/
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .hst_solution__mv__container {
        max-width: 90%;
        padding: 0;
    }

    .hst_solution__mv {
        padding-bottom: 40px;
        min-height: 375px;
        height: 97.25vw;
        margin-top: 55px;
    }


    .hst_solution__evenDate {
        width: 80%;
    }


    .hst_solution__section {
        padding: 60px 0 60px;
    }

    .hst_solution__container {
        padding: 0 4%;
    }

    .hst_solution__chart__wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .hst_solution__chart__img {
        margin-left: 30px;
        width: 90%;
    }


    .hst_solution__chart__inner {
        width: 660px;
        margin: 0 16px;
        text-align: left;
    }

    .hst_solution__chart__mainTtl {
        margin-bottom: 40px;
    }

    .hst_solution__chartBtn {
        font-size: 1.3rem;
        padding: 12px 8px;
    }

    .hst_solution__chart__anchorTtl {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .hst_solution__chart__anchorItem {
        padding: 16px 8px 8px;
        text-align: center;
    }

    .hst_solution__chart__anchorTxt {
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .hst_solution__chartBtn:after {
        width: 14px;
        height: 14px;
        background-position: center 5px;
        right: 8px;
    }

    .hst_solution__btn:after {
        width: 16px;
        height: 16px;
        background-position: center 4px;
        right: 12px;
    }

    .hst_solution__chartBtn--green,
    .hst_solution__chartBtn--orange,
    .hst_solution__chartBtn--navy {
        font-size: 1.5rem;
    }

    .hst_solution__chart__anchorItem--navy {
        padding: 8px 8px 8px;
    }

    .hst_solution__chart__anchor-aPoint {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .hst_solution__chart__ttl {
        width: 66%;
        margin: 0 auto 40px;
    }

    .hst_solution__chart {
        padding: 50px 4%;
    }

    /*診断結果---------------------------------*/
    .hst_solution__result__type {
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        top: -50px;
    }

    .hst_solution__result__ttl {
        margin: 0 auto 24px;
    }

    .hst_solution__result__illust {
        width: 70%;
        position: inherit;
        top: inherit;
        margin: 0 auto 24px;
    }

    .hst_solution__resultItem {
        text-align: center;
        padding: 60px 3% 3%;
        background: linear-gradient(-18deg, #28ADFF 0%, #28ADFF 83%, #0088DC 20%, #0088DC 100%);
    }

    .hst_solution__result__illustInfo {
        bottom: 0;
        left: -26px;
        padding: 20px 12px 13px;
        font-size: 1.2rem;
        text-align: left;
        width: 177px;
    }

    .hst_solution__result__illustInfo_ttl {
        padding: 8px 16px;
    }

    .hst_solution__resultInner {
        padding: 32px 4%;
    }

    .hst_solution__result__leadWrap {
        width: 100%;
        text-align: left;
    }

    .hst_solution__resultLead {
        font-size: 1.6rem;
        margin-bottom: 60px;
    }

    .hst_solution__result__ctaCopy {
        text-align: center;
    }

    .hst_solution__result__ctaCopyMain {
        display: block;
        font-size: 24px;
    }

    .hst_solution__result__ctaPoint {
        left: 13px;
        top: -28px;
    }



    .hst_solution__btn {
        min-width: 300px;
        padding: 12px 20px;
        font-size: 16px;
        text-align: center;
    }

    .hst_solution__result__timescheduleTtl {
        font-size: 1.8rem;
        text-align: left;
    }

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

    .hst_solution__resultItemWrap {
        gap: 72px;
    }

    .hst_solution__resultInner {
        background-position: bottom;
    }

    .hst_solution__resultInner-a {
        background-size: 280%;
        background-position: 60% 100%;
    }



    .hst_solution__resultItem-c {
        background: linear-gradient(-18deg, #BAE0A9 0%, #BAE0A9 78%, #91D075 20%, #91D075 100%);
    }

    .hst_solution__result__illust-c {
        width: 58%;
    }

    .hst_solution__resultInner-c {
        background-size: 160%;
    }

    .hst_solution__resultItem-d {
        background: linear-gradient(-18deg, #FFEC8A 0%, #FFEC8A 72%, #F9BB00 20%, #F9BB00 100%);
    }

    .hst_solution__resultInner-d {
        background-size: 150%;
        background-position: 20% bottom;
    }

    .hst_solution__result__d-ph {
        width: 60%;
    }

    .hst_solution__result__phWrap-d {
        align-items: center;
        gap: 6px;
    }

    .hst_solution__cta {
        background-size: 110%;
        padding: 50px 0;
    }

    .hst_solution__ctaTtl-strong {
        font-size: 28px;
    }

    .hst_solution__ctaTtl {
        font-size: 20px !important;
        margin-bottom: 24px;
    }

    .hst_solution__ctaTtl-line {
        width: 48px;
    }

    .hst_solution__ctaWrap {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .hst_solution__ctaDate__wrap,
    .hst_solution__ctaInfo__wrap {
        width: 100%;
        padding: 30px;
    }

    .hst_solution__txtLink {
        font-size: 1.4rem;
        margin-top: 1.6rem;
    }

    .hst_solution__strong-cta {
        font-size: 2rem;
    }

    .hst_solution__ctaInfo__txt {
        font-size: 1.6rem;
        word-break: auto-phrase;
    }

    .hst_solution__ctaDate {
        width: 80%;
    }

    .hst_solution__ctaDate__wrap {
        font-size: 1.8rem;
    }

    .hst_solution__cta-cargoi-point {
        width: 32%;
        left: -28px;
    }

    .hst_solution__result__timescheduleImg {
        width: 550px;
    }
}