@charset "UTF-8";
@media screen and (max-width: 767px) {
    .l_cases_index {
        padding-top: 40px;
    }
}
#cases .l_funBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
@media screen and (max-width: 767px) {
    #cases .l_funBox {
        display: block;
    }
}
#cases .l_funBox .c_item {
    border-radius: var(--size-20);
    background: #FFF;
    text-align: center;
    box-shadow: 0 3px 10px rgba(57, 57, 57, 0.2);
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    opacity: 1!important;
}
@media screen and (max-width: 767px) {
    #cases .l_funBox .c_item {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #cases .l_funBox .c_item + .c_item {
        margin-top: var(--size-30);
    }
}
#cases .l_funBox .c_item .icon_pickup {
    position: absolute;
    top: var(--size-25);
    left: var(--size-40);
}
@media screen and (max-width: 767px) {
    #cases .l_funBox .c_item .icon_pickup {
        top: 6.038647343vw;
        left: 4.347826087vw;
    }
}
#cases .l_funBox .c_item .c_text {
    flex: 1;
    padding: var(--size-20) var(--size-20) 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
}
#cases .l_funBox .c_item .c_text + .c_text {
    min-height: 58px;
    padding: var(--size-10) var(--size-20) 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    #cases .l_funBox .c_item .c_text + .c_text {
        min-height: auto;
    }
}
#cases .l_funBox .c_item .c_text + .c_image {
    margin: var(--size-20) 0 0;
}
#cases .l_funBox .c_item_inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 0 var(--size-40);
    background-color: #fff;
    transition: 0.5s;
}
#cases .c_item_inner.-inactive {
    position: relative;
    pointer-events: none;
    cursor: auto;
}
#cases .c_item_inner.-inactive::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: #e1e1e1;
    opacity: 0.5;
}
#cases .c_item_inner.-inactive .c_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #999999;
    font-weight: 400;
}
#cases .l_funBox a.c_item_inner:hover {
    background-color: #eafffe;
}
#cases .l_funBox .c_contents {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#cases .l_funBox .c_link {
    position: absolute;
    display: none;
    bottom: var(--size-35);
    left: 0;
    right: 0;
    color: #007270;
}
#cases .l_funBox a.c_item_inner .c_link {
    display: block;
}
#cases .l_funBox .c_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: var(--size-15) var(--size-20) 0;
    /*border-top: solid 1px #DEDEDE;*/
}
#cases .l_funBox .c_cat__item {
    padding: 4px 8px 6px;
    background-color: #00ADA9;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
}
#cases .l_funBox .c_ttl {
    padding: var(--size-10) var(--size-20) 0;
    text-align: left;
    line-height: 1.4;
    font-weight: 700;
}
#cases .l_funBox .c_ov {
    display: flex;
    gap: 16px;
    padding: 0 var(--size-20);
}
@media screen and (max-width: 767px) {
    #cases .l_funBox .c_ov {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
#cases .l_funBox .c_ov__item::before {
    position: relative;
    margin-right: 8px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/qolus/assets/img/cases/icon_groups.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#cases .l_funBox .c_ov__item:nth-child(2)::before {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    background-image: url(/qolus/assets/img/cases/icon_store.svg);
}
#cases .l_funBox .c_ov__item span {
    font-weight: 700;
}
#cases .c_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: var(--size-10) var(--size-20) var(--size-15);
}
#cases .c_tag__item {
    padding: 4px 8px 6px;
    border-radius: 16px;
    border: solid 1px currentColor;
    line-height: 1;
    color: #DE7150;
}
@media screen and (min-width: 768px) {
    #cases .l_article .l_inner {
        width: 940px;
    }
}
#cases .l_box_shadow {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    #cases .l_box_shadow {
        margin: 0 -4.5893719807vw;
        padding: 0;
        border-radius: 0;
    }
}
#cases .l_article {
    line-height: 1.4;
}
#cases .l_article a {
    color: #00ADA9;
    text-decoration: underline;
}
#cases .l_article a[target="_blank"]::after {
    position: relative;
    bottom: -1px;
    padding-left: 0.25em;
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e89e";
}
#cases .c_cace_top {
    margin-bottom: -140px;
    padding: 40px 16px 120px;
    background: linear-gradient(121deg, rgba(156, 224, 222, 0.25) 0%, rgba(0, 173, 169, 0.25) 100%);
}
#cases .c_cace_top .l_inner {
    display: flex;
    justify-content: center;
}
#cases .c_cace_top_img {
    width: 50%;
}
#cases .c_cace_top_img img {
    border-radius: var(--size-20);
}
#cases .c_cace_top_txt {
    width: 50%;
    padding: var(--size-10) 0 var(--size-10) var(--size-30);
}
@media screen and (max-width: 767px) {
    #cases .c_cace_top {
        margin-bottom: 0;
        padding: 4.5893719807vw 4.5893719807vw 13.0434782608vw;
    }
    #cases .c_cace_top .l_inner {
        flex-direction: column;
        padding: 0;
    }
    #cases .c_cace_top_img {
        width: 100%;
    }
    #cases .c_cace_top_txt {
        width: 100%;
        padding: var(--size-20) 0 0;
    }
}
#cases .c_cace_top_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#cases .c_cace_top_cat__ttl {
    padding: 6px 0 8px;
    line-height: 1;
}
#cases .c_cace_top_cat__item {
    padding: 6px 8px 8px;
    background-color: #00ADA9;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
}
#cases .c_cace_top_ttl {
    margin-bottom: var(--size-30);
    padding-bottom: var(--size-20);
    border-bottom: solid 1px #ccc;
    text-align: left;
    line-height: 1.8;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.9px;
}
#cases .c_cace_top_name {
    margin-top: var(--size-15);
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #00ADA9;
}
#cases .c_cace_top_ov {
    display: flex;
    align-items: center;
    gap: 16px;
}
#cases .c_cace_top_ov__item span {
    font-weight: 700;
}
#cases .c_cace_top_ov__item::before {
    position: relative;
    margin-right: 8px;
    top: 7px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/qolus/assets/img/cases/icon_groups.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#cases .c_cace_top_ov__item:nth-child(2)::before {
    width: 26px;
    height: 30px;
    background-image: url(/qolus/assets/img/cases/icon_store.svg);
}
#cases .c_cace_top_logo {
    padding: 16px 24px;
    margin-top: var(--size-20);
    background-color: #fff;
    border-radius: 16px;
}
#cases .c_cace_top_link {
    margin-top: var(--size-10);
}
#cases .c_cace_top_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: var(--size-15);
}
#cases .c_cace_top_tag__item {
    padding: 6px 8px 8px;
    border-radius: 4px;
    border: solid 1px currentColor;
    line-height: 1;
    color: #DE7150;
}
#cases .c_toc {
    margin: calc(var(--size-70) * -1) calc(var(--size-70) * -1) var(--size-70);
    padding: var(--size-70);
    border-radius: var(--size-20) var(--size-20) 0 0;
    background-color: #f1f1f1;
    color: #007270;
}
@media screen and (max-width: 767px) {
    #cases .c_toc {
        margin: 0 -4.5893719807vw 13.0434782608vw;
        padding: 13.0434782608vw 4.5893719807vw;
        border-radius: 0;
    }
}
#cases .c_toc__ttl {
    margin: 0 0 24px 0;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}
#cases .c_toc_list__item {
    border-top: 1px dotted currentColor;
    text-decoration: none;
}
#cases .c_toc_list__item a {
    display: block;
    padding: 16px 0;
    text-decoration: none;
    color: #007270;
    transition: 0.5s;
}
#cases .c_toc_list__item a:hover {
    opacity: 0.5;
}
#cases .c_toc_list__item:last-child {
    border-bottom: 1px dotted currentColor;
}
#cases .c_fitimage {
    margin-top: var(--size-20);
}
#cases .c_fitimage .c_fig img {
    width: auto;
}
#cases .c_fitimage .c_caption {
    margin-top: 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #777777;
}
#cases .c_art_ttl01 {
    text-align: left;
    margin: 2em 0 1em;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    color: #00ADA9;
    letter-spacing: 0.6px;
}
#cases .c_art_ttl02 {
    margin: 2em 0 1em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
    #cases .c_art_ttl01 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    #cases .c_art_ttl02 {
        font-size: 20px;
        font-size: 2.0rem;
    }
}
#cases .c_toc + .c_art_ttl01 {
    margin-top: 0;
}
#cases .c_art_ttl01 + .c_art_ttl02 {
    margin-top: 0;
}
#cases .c_art_text p + p {
    margin-top: 1em;
}
#cases .c_art_date {
    margin-top: 60px;
    text-align: right;
}
#cases .c_back_link:hover {
    opacity: 0.5;
    transition : 0.5s;
}
#cases .c_back_link_wrap {
    margin-top: 60px;
    text-align: center;
}
#cases .c_back_link__txt {
    display: inline-block;
    margin: 0 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #00ADA9;
}
#cases .c_back_link__txt::after {
    display: block;
    content: "";
    width: calc(100% + 60px);
    height: 15px;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: skew(135deg);
    margin: -10px 0 0 -25px;
}
#cases .c_box_bg {
    margin-top: 60px;
    padding: 60px 40px;
    background-color: #c5edec;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 16px;
}
#cases .c_box_bg__ttl {
    color: #767676;
    margin: 0 0 1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.6px;
}
#cases .c_box_bg .c_box_bg__ttl + .c_art_ttl02 {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    #cases .c_img_hn {
        display: flex;
        gap: 16px;
    }
}