/* 熱中症 */

.heat-prevention-feature {
    padding-bottom: 0;
}

.w_area_headling {
    padding: 0.4375rem 0.625rem;
    color: #FFF;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.75rem */
    text-align: center;
}

.heatstroke-prevention-header {
    position: relative;
    min-height: 514px;
    padding-top: 6vh;
    padding-bottom: 4vh;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background: url("../img/partition/heatstroke-prevention/header-heatstroke-prevention.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 930px) {
    .heatstroke-prevention-header {
        background-position: 70%;
    }
}

@media (max-width: 767.9px) {
    .heatstroke-prevention-header {
        background-position: 80%;
    }
}

@media (max-width: 540px) {
    .heatstroke-prevention-header {
        background: url("../img/partition/heatstroke-prevention/header-heatstroke-prevention-sp.jpg") no-repeat;
        height: 560px !important;
        background-size: cover;
        padding-top: 3vh;
        padding-bottom: 4vh;
    }
}

.heatstroke-prevention-header {
    position: relative;
}

.heatstroke-prevention-header .fvText01 {
    width: 72%;
}

@media screen and (max-width: 860px) {
    .heatstroke-prevention-header .fvText01 {
        width: 265px;
    }
}

.heat-prevention-feature__heading {
    margin-bottom: 5.3rem;
    color: #962328;
    text-align: center;
    font-family: Inter;
    font-size: 2.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 4.6125rem */
}

@media screen and (max-width: 540px) {
    .heat-prevention-feature__heading {
        margin-bottom: 2rem;
        font-size: 1.5625rem;
        line-height: 140%;
    }
}

.heat-prevention-point__heading {
    margin-bottom: 1rem;
    color: #355C57;
    text-align: center;
    font-family: Inter;
    font-size: 1.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 2.7125rem */
}

@media screen and (max-width: 540px) {
    .heat-prevention-point__heading {
        margin-bottom: 1rem;
        font-size: 1.3375rem;
        line-height: 140%;
    }
}

.heat-prevention-point__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
    .heat-prevention-point__items {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.heat-prevention-point__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 22%;
}

.heat-prevention-point__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    width: 3rem;
    height: 3rem;
    color: #FFF;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.75rem */
    background-image: url(../img/partition//heatstroke-prevention/bg_point.svg);
    background-size: contain;
    border-radius: 50px;
}


.heat-prevention-point__item .title {
    margin-bottom: 0.5rem;
    color: #2D605A;
    text-align: center;
    font-family: Inter;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 2.0125rem */
}


.heat-prevention-point__item .text {
    color: #000;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.4rem */
}

.heat-prevention-feature .w_area_wrap {
    margin-bottom: 0;
}

@media screen and (max-width: 540px) {
    .heat-prevention-feature .w_area_wrap {
        margin-bottom: 2rem;
    }
}

/* パーテーション紹介
-------------------------*/
.heat-prevention-intro .item {
    /* display: flex; */
    border-radius: 0.625rem;
    border: 1px solid #355C57;
    margin-bottom: 2rem;
}

.heat-prevention-intro .item:last-child {
    margin: 0;
}

.top-block {
    padding: 2.8rem;
}

@media screen and (max-width: 540px) {
    .top-block {
        padding: 1.8rem;
    }
}

.top-block .title {
    margin-bottom: 1.4rem;
    color: #2D605A;
    font-family: Inter;
    font-size: 1.73075rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.top-block .title span {
    color: #2D605A;
    font-family: Inter;
    font-size: 2.42306rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 3.39231rem */
}

@media screen and (max-width: 540px) {
    .top-block .title span {
        display: block;
        font-size: 2rem;
    }
}

.heat-prevention-intro .content {
    display: flex;
    gap: 1.5rem;
}

@media screen and (max-width: 540px) {
    .heat-prevention-intro .content {
        flex-direction: column-reverse;
    }
}

.heat-prevention-intro .content .img {
    flex-basis: 52%;
}

.heat-prevention-intro .content .img img {
    width: 100%;
}

.heat-prevention-intro .content .text-block {
    flex: 1;
    max-width: 100%;
    color: #000;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 1.8rem */
}

.text-2col {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
    .text-2col {
        flex-direction: column;
    }
}

.heat-prevention-intro .content .text.list {
    line-height: 210%;
    flex: 1;
}

@media screen and (max-width: 540px) {
    .heat-prevention-intro .content .text {
        margin-bottom: 1rem;
    }
}

.sub-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 3rem;
}

@media screen and (max-width: 540px) {
    .sub-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.cool .sub-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.price-block {
    display: flex;
    flex-direction: column;
}

.cool .price-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: 1rem;
}

.img-block {
    margin-right: 1.3rem;
    width: 11.91044rem;
}

.img-block.w100 {
    width: 100%;
}

.harucool .img-block {
    width: 14.1875rem;
}

.work-clothes .img-block {
    width: 7.125rem;
}

.price__title {
    margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 2.23125rem */
}

.price {
    color: #A52126;
    font-family: Inter;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.price span {
    color: #000;
    font-family: Inter;
    font-size: 2.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 210%;
}

.comment {
    position: relative;
    padding: 1.5rem 2.8rem;
    background: #E7F4EA;
    border-radius: 0 0 0.625rem 0.625rem;
}

.comment__title {
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0 0.5em;
    background: var(--color_main_dark);

    color: #FFF;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.75rem */
}


.comment__text {
    width: 76%;
    color: #000;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 1.8rem */
}

@media screen and (max-width: 540px) {
    .comment__text {
        width: 100%;
    }
}

.comment__img {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 9.0625rem;
}



@media screen and (max-width: 540px) {
    .comment__img {
        right: -2rem;
        bottom: -1rem;
        width: 5.8rem;
    }
}

/* 事例
-------------------------*/
.heat-prevention-case {}

.heat-prevention-ul li {
    width: 30%;
}

@media screen and (max-width: 540px) {
    .heat-prevention-ul li {
        width: 100%;
    }
}

/* 事例
-------------------------*/

.heat-prevention-case-ul li {
    position: relative;
    margin-bottom: 2rem;
    padding: 2.3rem 6.5rem;
    border-radius: 1.25rem;
    background: #FFF;
}

@media screen and (max-width: 540px) {
    .heat-prevention-case-ul li {
        padding: 2.3rem 2.5rem;
    }
}

.heat-prevention-case-ul li::before {
    position: absolute;
    position: absolute;
    left: 1.72081rem;
    top: -1.125rem;
    content: "";
    width: 4.02025rem;
    height: 2.90625rem;
    background-image: url(../img/partition/heatstroke-prevention/deco.svg);
}

.heat-prevention-case__text {
    color: #355C57;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 2.25rem */
}

.heat-prevention-case__name {
    color: #000;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
}

/* 導入までの流れ
-------------------------*/

.heat-flow {
    padding-bottom: 0;
    margin-bottom: 0rem;
}

@media (max-width: 767px) {
    .heat-flow {
        margin-bottom: 4rem;
    }
}

.heat-flow .home-section-header {
    margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
    .heat-flow .home-section-header {
        margin-bottom: 1.75rem;
    }
}

.heat-flow-list {
    display: flex;
    gap: 2.9rem;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 4.5rem;
}

@media (max-width: 767px) {
    .heat-flow-list {
        display: block;
    }
}

.heat-flow-item {
    position: relative;
    display: flex;
    width: 18%;
    padding: 1.375rem 2.4375rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    background: #F4F9F8;
}

@media (max-width: 767px) {
    .heat-flow-item {
        width: 100%;
        min-height: auto;
        padding: 1.5rem 1rem 1.3rem;
        margin-bottom: 2rem;
    }
}

.heat-flow-item::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -2.55rem;
    height: 1.375rem;
    width: 2.0625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/partition/heatstroke-prevention/arrow.svg);
}

@media (max-width: 767px) {
    .heat-flow-item::after {
        top: auto;
        right: auto;
        bottom: -1.45rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1.375rem;
        height: 1rem;
        background-image: url(../img/partition/heatstroke-prevention/arrow_2.svg);
    }
}

.heat-flow-item:nth-child(5)::after {
    display: none;
}

@media (max-width: 767px) {
    .heat-flow-item:last-child {
        margin-bottom: 0;
    }

    .heat-flow-item:last-child::after {
        display: none;
    }
}

.heat-flow-step {
    color: #54B4A9;
    text-align: center;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.225rem */
}

@media (max-width: 767px) {
    .heat-flow-step {
        font-size: 1.4rem;
    }
}

.heat-flow-title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.575rem */
}

@media (max-width: 767px) {
    .heat-flow-title {
        font-size: 1rem;
    }
}

.heat-flow__large-text {
    margin-bottom: 4rem;
    color: #184C48;
    text-align: center;
    font-family: Inter;
    font-size: 1.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 2.5375rem */
}

@media screen and (max-width: 540px) {
    .heat-flow__large-text {
        margin-bottom: 2rem;
        font-size: 1.3375rem;
    }
}

.heat-flow-body .home-section-header {
    margin-bottom: 1rem;
}

.home-section-heading {
    /* margin: 0; */
}

.heat-flow-body-title {
    margin-bottom: 1rem;
    color: #54B4A9;
    font-family: Inter;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
}

.heat-flow-text {
    color: #000;
    font-family: Inter;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.925rem */
}

@media screen and (max-width: 540px) {
    .heat-flow-text {
        font-size: 1rem;
        line-height: 180%;
    }
}

/* スタッフ
-------------------------*/
.staff {
    padding: 0;
}

.staff .post-image {
    aspect-ratio: 1/1;
}

/* ボタン
-------------------------*/
.fvContent__button {
    /* display: none; */
}

/* @media screen and (max-width: 540px) { */

.fvContent__button {
    display: flex;
    width: 16.875rem;
    margin: 0 auto;
    padding: 1.3rem 0;
    justify-content: center;
    align-items: center;
    gap: 0.40669rem;
    color: #FFF;
    fill: currentColor;
    color: #FFF;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.9375rem;
    /* 172.222% */
    border-radius: 3.25363rem;
    background: linear-gradient(90deg, #EC7040 0%, #F2A459 100%);
    box-shadow: 0 2.603px 2.603px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 540px) {
    .fvContent__button {
        padding: 0.8rem 0;
        width: 100%;
        color: #FFF;
        font-family: Inter;
        font-size: 0.73206rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.26075rem;
        /* 172.222% */
    }
}


.fvContent__right {
    /* width: 90%; */
    right: 0;
}

@media screen and (max-width: 540px) {
    .fvContent__right {
        display: flex;
        align-items: flex-end;
        width: 90%;
        right: auto;
    }

}

.fvContent__right img {
    margin-bottom: 1rem;
    width: 11.34313rem;
}

/*
-------------------------*/
.heat-faq .faq-ul {
    margin-bottom: 3rem;
    max-width: none;
}

.heat-faq .faq-answer {
    padding: 1.8rem 2.5rem;
}

.heat-faq-sub {
    padding: 3rem 2.5rem;
    border-radius: 0.625rem;
    background: #FFF;
}

@media screen and (max-width: 540px) {
    .heat-faq-sub {
        padding: 2rem 1.5rem;
    }
}

.heat-faq .home-button {
    margin: 0 auto;
    background-color: transparent;
    color: var(--color_main_dark);
    border: 1.5px solid var(--color_main_dark);
}

/* おすすめ
-------------------------*/
.lp-scene .post-image {
    aspect-ratio: 4 / 3;
    border-radius: var(--border-radius);
}

.lp-scene .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 調整用クラス
-------------------------*/
.util-mb05 {
    margin-bottom: .5rem;
}

.util-mb1 {
    margin-bottom: 1rem;
}

.util-mb2 {
    margin-bottom: 2rem;
}

.util-mb3 {
    margin-bottom: 3rem;
}