@charset "UTF-8";
@media screen and (768px < width) {
  html:not(.is-tablet) .cd_sp_only {
    display: none !important;
  }
}
@media screen and (width <= 768px) {
  html .cd_pc_only {
    display: none !important;
  }
}
#app button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
}
a:link {
  color: inherit;
  text-decoration: inherit;
}

@media screen and (768px < width) {
  html:not(.is-tablet) .page-ttl {
    padding: 125px 0 35px;
    text-align: center;
    line-height: 0;
  }
}
@media screen and (width <= 768px) {
  html .page-ttl {
    padding: 18vw 0 6.6666666667vw;
    text-align: center;
    line-height: 0;
  }
  html .page-ttl img {
    width: 34.93vw;
  }
}
@media screen and (768px < width) {
  html:not(.is-tablet) .lcmd_case_title {
    text-align: center;
    color: #4ca74f;
    font-size: 24px;
    line-height: 1;
  }
  html:not(.is-tablet) .lcmd_case_title > * {
    font-weight: bold;
  }
  html:not(.is-tablet) .lcmd_case_title.num01 {
    padding-bottom: 32px;
  }
  html:not(.is-tablet) .case_list_notice {
    padding-bottom: 40px;
    color: #888888;
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }
  html:not(.is-tablet) .case_list_notice.num02 {
    padding-bottom: 50px;
  }
}
@media screen and (width <= 768px) {
  html .lcmd_case_title {
    text-align: center;
    color: #4ca74f;
    font-size: 4.8vw;
    line-height: 1;
  }
  html .lcmd_case_title > * {
    font-weight: bold;
  }
  html .lcmd_case_title.num01 {
    padding-bottom: 6vw;
  }
  html .case_list_notice {
    padding-bottom: 5.3333333333vw;
    padding-bottom: 4vw;
    color: #888888;
    text-align: center;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  html .case_list_notice.num02 {
    padding-bottom: 5.5vw;
  }
}
@media screen and (768px < width) {
  html:not(.is-tablet) #case_search_navi {
    font-feature-settings: "palt";
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 119px;
    padding-top: 33px;
    background: #4ca74f;
    position: relative;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header > h3 {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .reset {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    right: calc(50% - 451px);
    top: 32px;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .reset.active {
    text-decoration: underline;
    opacity: 1;
    pointer-events: auto;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .reset.active:hover {
    text-decoration: none;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .toggle {
    width: 23px;
    height: 23px;
    background-image: url("../../images/case/top/case_search_navi_toggle_close.png");
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(50% - 490px);
    top: 32px;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 1000px;
    height: 47px;
    margin-top: auto;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    gap: 0 1px;
    overflow: hidden;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs .tab {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #1b8f1f;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs .tab span {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs .tab span::before {
    content: "▼ ";
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs .tab:hover {
    background: #7cb342;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs .tab.active {
    background: #ffffff;
    cursor: default;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_header .tabs .tab.active span {
    color: #4ca74f;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content {
    padding-bottom: 21px;
    background: #ffffff;
    position: relative;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content::after {
    content: "";
    width: 36px;
    height: 20px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 100%;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels {
    padding-top: 20px;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel {
    display: none;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel.active {
    display: block;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dt {
    display: none;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dd > ul {
    box-sizing: border-box;
    display: grid;
    width: 990px;
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dd > ul > li > button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 190px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #4ca74f;
    border-radius: 10px;
    color: #4ca74f;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dd > ul > li > button::before {
    content: "▶";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 9px;
    padding-right: 2px;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dd > ul > li > button span {
    text-align: left;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dd > ul > li > button:hover {
    background: #7cb342;
    color: #ffffff;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .panels .panel > dl > dd > ul > li > button.active {
    background: #4ca74f;
    color: #ffffff;
  }
  html:not(.is-tablet) #case_search_navi > .case_search_navi_content .sp_menu {
    display: none;
  }
  html:not(.is-tablet) #case_search_navi.close > .case_search_navi_header {
    height: 88px;
  }
  html:not(.is-tablet) #case_search_navi.close > .case_search_navi_header .toggle {
    background-image: url("../../images/case/top/case_search_navi_toggle_open.png");
  }
  html:not(.is-tablet) #case_search_navi.close > .case_search_navi_header .tabs {
    display: none;
  }
  html:not(.is-tablet) #case_search_navi.close > .case_search_navi_content {
    display: none;
  }
}
@media screen and (width <= 768px) {
  html #case_search_navi {
    font-feature-settings: "palt";
  }
  html #case_search_navi > .case_search_navi_header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 13.3333333333vw;
    padding-top: 4vw;
    background: #4ca74f;
    position: relative;
  }
  html #case_search_navi > .case_search_navi_header > h3 {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  html #case_search_navi > .case_search_navi_header .reset {
    display: none;
  }
  html #case_search_navi > .case_search_navi_header .toggle {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    background-image: url("../../images/case/top/case_search_navi_toggle_close.png");
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.6666666667vw;
    top: 3vw;
  }
  html #case_search_navi > .case_search_navi_header .tabs {
    display: none;
  }
  html #case_search_navi > .case_search_navi_content {
    background: #ffffff;
    position: relative;
  }
  html #case_search_navi > .case_search_navi_content::after {
    content: "";
    width: 7.2vw;
    height: 4vw;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 100%;
  }
  html #case_search_navi > .case_search_navi_content .panels {
    display: none;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu {
    padding: 4vw 0 4.6666666667vw;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition {
    margin-bottom: 2vw;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dt {
    text-align: center;
    color: #4ca74f;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 1.3333333333vw;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dd p {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 72vw;
    height: 12vw;
    padding-top: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    background: #4ca74f;
    position: relative;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dd p span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dd p span:nth-child(1) {
    font-size: 2.4vw;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dd p span:nth-child(2) {
    padding-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .condition > dd p > img {
    width: 10.6666666667vw;
    cursor: pointer;
    position: absolute;
    right: -5.3333333333vw;
    top: -4vw;
    z-index: 10;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .modal_open {
    text-align: center;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .modal_open button {
    color: #007a04;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 3.7333333333vw;
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
  }
  html #case_search_navi > .case_search_navi_content .sp_menu .modal_open button:hover {
    text-decoration: none;
  }
  html #case_search_navi.close > .case_search_navi_header .toggle {
    background-image: url("../../images/case/top/case_search_navi_toggle_open.png");
  }
  html #case_search_navi.close > .case_search_navi_content {
    display: none;
  }
}
@media screen and (768px < width) {
  html:not(.is-tablet) #case_search_navi_modal_wrapper {
    display: none;
  }
}
@media screen and (width <= 768px) {
  html #case_search_navi_modal_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
  }
  html #case_search_navi_modal {
    width: 86.6666666667vw;
    max-height: calc(100dvh - 8vw);
    background: #4ca74f;
    overflow: auto;
  }
  html #case_search_navi_modal .modal_header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 13.3333333333vw;
    position: relative;
  }
  html #case_search_navi_modal .modal_header > p {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  html #case_search_navi_modal .modal_header > .close {
    cursor: pointer;
    position: absolute;
    top: 4.1333333333vw;
    right: 3.8666666667vw;
  }
  html #case_search_navi_modal .modal_header > .close img {
    width: 4.9333333333vw;
  }
  html #case_search_navi_modal .panels {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 4vw 0;
  }
  html #case_search_navi_modal .panels .panel {
    width: 100%;
  }
  html #case_search_navi_modal .panels .panel.active {
    display: block;
  }
  html #case_search_navi_modal .panels .panel.active > dl > dd {
    display: block;
  }
  html #case_search_navi_modal .panels .panel.active > dl > dt {
    background-image: none;
    cursor: default;
  }
  html #case_search_navi_modal .panels .panel > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 9.3333333333vw;
    padding-left: 4.2666666667vw;
    background: #1b8f1f;
    background-image: url("../../images/case/top/modal_cat_icon_open.png");
    background-position: right 4.4vw top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  html #case_search_navi_modal .panels .panel > dl > dt span {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  html #case_search_navi_modal .panels .panel > dl > dt span::before {
    content: "▼ ";
  }
  html #case_search_navi_modal .panels .panel > dl > dd {
    display: none;
    padding: 4vw 0;
    background: #ffffff;
  }
  html #case_search_navi_modal .panels .panel > dl > dd > ul {
    box-sizing: border-box;
    display: grid;
    width: 78vw;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw 2vw;
  }
  html #case_search_navi_modal .panels .panel > dl > dd > ul > li > button {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 38vw;
    height: 10vw;
    padding-left: 2vw;
    border: 0.2vw solid #4ca74f;
    border-radius: 2vw;
    color: #4ca74f;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 2.8vw;
    line-height: 3.6vw;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  html #case_search_navi_modal .panels .panel > dl > dd > ul > li > button::before {
    content: "▶";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    padding-right: 0.4vw;
  }
  html #case_search_navi_modal .panels .panel > dl > dd > ul > li > button span {
    text-align: left;
  }
  html #case_search_navi_modal .panels .panel > dl > dd > ul > li > button:hover {
    background: #7cb342;
    color: #ffffff;
  }
  html #case_search_navi_modal .panels .panel > dl > dd > ul > li > button.active {
    background: #4ca74f;
    color: #ffffff;
  }
  html #case_search_navi_modal > .close {
    cursor: pointer;
  }
  html #case_search_navi_modal > .close img {
    width: 100%;
  }
}
@media screen and (768px < width) {
  html:not(.is-tablet) #case_search_results_wrapper {
    box-sizing: content-box;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  html:not(.is-tablet) #filter_block_list,
  html:not(.is-tablet) #case_search_results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 1000px;
    margin: 0 auto;
    gap: 35px 35px;
  }
  html:not(.is-tablet) #filter_block_list .case_item,
  html:not(.is-tablet) #case_search_results .case_item {
    width: 310px;
    padding: 0;
  }
  html:not(.is-tablet) #filter_block_list .case_item > a,
  html:not(.is-tablet) #case_search_results .case_item > a {
    display: block;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: filter 0.3s ease;
  }
  html:not(.is-tablet) #filter_block_list .case_item > a:hover,
  html:not(.is-tablet) #case_search_results .case_item > a:hover {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  html:not(.is-tablet) #filter_block_list .case_item .thumb,
  html:not(.is-tablet) #case_search_results .case_item .thumb {
    line-height: 0;
    position: relative;
    z-index: 0;
  }
  html:not(.is-tablet) #filter_block_list .case_item .thumb img,
  html:not(.is-tablet) #case_search_results .case_item .thumb img {
    width: 100%;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail,
  html:not(.is-tablet) #case_search_results .case_item .detail {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 240px;
    padding-top: 31px;
    font-feature-settings: "palt";
    position: relative;
    z-index: 10;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail::before,
  html:not(.is-tablet) #case_search_results .case_item .detail::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../../images/case/top/case_item_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 10;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .type,
  html:not(.is-tablet) #case_search_results .case_item .detail .type {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 22px;
    padding-left: 25px;
    padding-right: 15px;
    background: #7cb342;
    border-radius: 0 11px 11px 0;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -11px;
    z-index: 10;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .title,
  html:not(.is-tablet) #case_search_results .case_item .detail .title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 50px;
    padding-left: 25px;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .title span,
  html:not(.is-tablet) #case_search_results .case_item .detail .title span {
    display: block;
    color: #007a04;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .description,
  html:not(.is-tablet) #case_search_results .case_item .detail .description {
    width: 260px;
    margin: 8px auto 0;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .description > p,
  html:not(.is-tablet) #case_search_results .case_item .detail .description > p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .user_count,
  html:not(.is-tablet) #case_search_results .case_item .detail .user_count {
    margin-top: auto;
    padding-left: 25px;
    padding-bottom: 20px;
  }
  html:not(.is-tablet) #filter_block_list .case_item .detail .user_count > p,
  html:not(.is-tablet) #case_search_results .case_item .detail .user_count > p {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 22px;
    padding-left: 9px;
    padding-right: 13px;
    background: #e5f0d9;
    border-radius: 11px;
    color: #4ca74f;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (width <= 768px) {
  html #case_search_results_wrapper {
    box-sizing: content-box;
    width: 82.6666666667vw;
    margin: 0 auto;
    padding: 7.0666666667vw 0 8.6666666667vw;
  }
  html #filter_block_list,
  html #case_search_results {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 82.6666666667vw;
    margin: 0 auto;
    gap: 6.6666666667vw 0;
  }
  html #filter_block_list .case_item,
  html #case_search_results .case_item {
    width: 82.6666666667vw;
    padding: 0;
    overflow: visible;
  }
  html #filter_block_list .case_item > a,
  html #case_search_results .case_item > a {
    display: block;
    background: #ffffff;
    border-radius: 4vw;
    overflow: hidden;
    position: relative;
    transition: filter 0.3s ease;
  }
  html #filter_block_list .case_item > a:hover,
  html #case_search_results .case_item > a:hover {
    filter: drop-shadow(0 0 1.3333333333vw rgba(0, 0, 0, 0.5));
  }
  html #filter_block_list .case_item .thumb,
  html #case_search_results .case_item .thumb {
    line-height: 0;
    position: relative;
    z-index: 0;
  }
  html #filter_block_list .case_item .thumb img,
  html #case_search_results .case_item .thumb img {
    width: 100%;
  }
  html #filter_block_list .case_item .detail,
  html #case_search_results .case_item .detail {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 64vw;
    padding-top: 8.2666666667vw;
    font-feature-settings: "palt";
    position: relative;
    z-index: 10;
  }
  html #filter_block_list .case_item .detail::before,
  html #case_search_results .case_item .detail::before {
    content: "";
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url("../../images/case/top/case_item_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.6666666667vw;
    top: -2.6666666667vw;
    z-index: 10;
  }
  html #filter_block_list .case_item .detail .type,
  html #case_search_results .case_item .detail .type {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 5.8666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 4vw;
    background: #7cb342;
    border-radius: 0 2.9333333333vw 2.9333333333vw 0;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 2.6666666667vw;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -2.9333333333vw;
    z-index: 10;
  }
  html #filter_block_list .case_item .detail .title,
  html #case_search_results .case_item .detail .title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 13.3333333333vw;
    padding-left: 6.6666666667vw;
  }
  html #filter_block_list .case_item .detail .title span,
  html #case_search_results .case_item .detail .title span {
    display: block;
    color: #007a04;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  html #filter_block_list .case_item .detail .description,
  html #case_search_results .case_item .detail .description {
    width: 69.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
  html #filter_block_list .case_item .detail .description > p,
  html #case_search_results .case_item .detail .description > p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  html #filter_block_list .case_item .detail .user_count,
  html #case_search_results .case_item .detail .user_count {
    margin-top: auto;
    padding-left: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  html #filter_block_list .case_item .detail .user_count > p,
  html #case_search_results .case_item .detail .user_count > p {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 5.8666666667vw;
    padding-left: 2.4vw;
    padding-right: 3.4666666667vw;
    background: #e5f0d9;
    border-radius: 2.9333333333vw;
    color: #4ca74f;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1;
  }
}

/*# sourceMappingURL=index.css.map */
