@charset "UTF-8";
/* lp list LP一覧
   ========================================================================== */
.lp-main-wrap.lp-list .hero {
  background-image: url("../../img/lp/mv/mv-lplist-sp.png");
  background-position: right center;
}
@media screen and (min-width: 961px) {
  .lp-main-wrap.lp-list .hero {
    background-image: url("../../img/lp/mv/mv-lplist.png");
  }
}
.lp-main-wrap .hero-wrap {
  height: 320px;
  background-color: #d0ece9;
}
@media screen and (max-width: 960px) {
  .lp-main-wrap .hero-wrap {
    height: 120px;
  }
}

.hero-inner .hero-list__ttl {
  font-size: 20px;
}
@media screen and (min-width: 961px) {
  .hero-inner .hero-list__ttl {
    font-size: 48px;
    letter-spacing: 6px;
  }
}

.lp-list-tab {
  padding: 16px;
  background-color: #fff;
  margin: 0 0 48px;
}
@media screen and (min-width: 961px) {
  .lp-list-tab {
    padding: 0;
    margin: 24px 0 48px;
    background-color: inherit;
  }
}
.lp-list-tab__con {
  display: flex;
  gap: 16px;
}
.lp-list-tab__item {
  flex: 1;
  font-size: 10px;
  position: relative;
  z-index: 0;
  height: 70px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  border: 1px solid #12B247;
  border-bottom: 2px solid #12B247;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .lp-list-tab__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .lp-list-tab__item:hover {
    border-bottom: 1px solid #12B247;
  }
}
.lp-list-tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #626463;
  font-size: 10px;
}
.lp-list-tab__item a span {
  color: #12B247;
  font-size: 16px;
}
.lp-list-tab__item a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../img/lp/lp_common/arrow-lp-list-tab.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.lp-list-con {
  display: none;
}
.lp-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 961px) {
  .lp-list-wrapper {
    gap: 24px;
    flex-direction: row;
  }
}
@media screen and (min-width: 961px) {
  .lp-list-wrapper li {
    width: calc(50% - 12px);
  }
}
.lp-list__item {
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}
.lp-list__item a {
  padding: 0;
}
.lp-list__item .p-work-cassette__img-wrap--link:before {
  display: none;
}
.lp-list__thumb {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) {
  .lp-list__thumb {
    width: 104px;
    height: 104px;
  }
}
.lp-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-list__detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .lp-list__detail {
    padding: 30px 16px;
  }
}
.lp-list__ttl {
  color: #262626;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (min-width: 961px) {
  .lp-list__ttl {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette__link {
    min-height: auto;
  }
}

.p-work-cassette__ttl {
  margin-top: 0;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .p-work-cassette__ttl {
    margin-top: 5px;
  }
}

@media screen and (min-width: 961px) {
  .p-work-cassette__sub-ttl {
    line-height: 1.2;
  }
}

.js-lp-list--show {
  display: block;
}
@media screen and (min-width: 961px) {
  .js-lp-list--show {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.lp-area__con {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 8px;
}
@media screen and (min-width: 961px) {
  .lp-area__con {
    display: flex;
    padding: 8px 0;
  }
}
.lp-area__item {
  box-shadow: none;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0;
}
@media screen and (min-width: 961px) {
  .lp-area__item {
    border-bottom: none;
    width: 25%;
  }
}
.lp-area__item:last-of-type {
  border-bottom: none;
}
.lp-area__item:hover {
  opacity: 0.7;
}
.lp-area__item a {
  position: relative;
  display: flex;
  align-items: center;
  color: #262626;
  font-size: 16px;
  padding: 12px 4px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .lp-area__item a {
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
    color: #0066D2;
  }
}
.lp-area__item a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../img/lp/lp_common/arrow-right.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .lp-area__item a::before {
    position: unset;
    transform: translateY(0);
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.lp-area__item a::after {
  display: none;
}
.lp-area__item + .lp-area__item {
  margin-top: 0;
}

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