@charset "UTF-8";
/* ==========================================================================
  Case
========================================================================== */
.case-hero {
  padding: 0;
}

.case-int {
  padding: 60px 20px;
}
@media screen and (max-width: 960px) {
  .case-int {
    padding: 0;
  }
}

.case-int-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-int-l {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .case-int-l {
    width: 100%;
  }
}

.case-int-r {
  width: 46%;
}
@media screen and (min-width: 961px) {
  .case-int-r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .case-int-r {
    width: 100%;
    padding: 30px 6.25vw;
  }
}

.case-int-label {
  border-radius: 15px;
  color: #ffffff;
  background: #3C7A48;
  padding: 5px 15px;
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 20px;
}

.case-int-ttl {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  color: #3C7A48;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .case-int-ttl {
    margin-bottom: 20px;
  }
}

.btn-case-int {
  background: #003A12;
}
@media screen and (min-width: 961px) {
  .btn-case-int {
    margin-top: auto;
  }
}

.case-body {
  padding: 30px 20px 60px;
  background: #f8f6e7;
}
@media screen and (max-width: 960px) {
  .case-body {
    padding: 40px 6.25vw;
  }
}

.case-body-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

.case-body-list {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 960px) {
  .case-body-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .case-body-list:last-child {
    margin: 0;
  }
}
.case-body-list li {
  padding-top: 130px;
  margin-top: -100px;
}
@media screen and (max-width: 960px) {
  .case-body-list li {
    width: 100%;
    padding-top: 90px;
    margin-top: -60px;
  }
  .case-body-list li:first-child {
    margin-top: -90px;
  }
}
.case-body-list article.case-card {
  position: relative;
  height: auto;
  max-height: 450px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  padding-bottom: 120px;
}
.case-body-list article.case-card.card-open {
  max-height: 1500px;
  transition: max-height 1s ease-in-out;
}
@media screen and (max-width: 960px) {
  .case-body-list article.case-card:last-child {
    margin: 0;
  }
}

.case-acc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
.case-acc:hover:before, .case-acc:hover:after {
  transition: all 0.3s;
  opacity: 0.7;
}
.case-acc:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -15px;
  background: url(../img/top_case_arrow_b.png) center center no-repeat;
  background-size: cover;
}
.case-acc:after {
  width: 100%;
  text-align: center;
  font-weight: bold;
  content: "もっと見る";
  font-size: 0.8em;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .case-acc:after {
    font-size: 1em;
  }
}
.case-acc.is-active {
  background: transparent;
  height: 100px;
}
.case-acc.is-active:before {
  transform: rotate(180deg);
}
.case-acc.is-active:after {
  content: "閉じる";
}

.reserve-box {
  width: calc(100% - 60px);
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
  background: url(../img/top_promise_bg.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .reserve-box {
    width: calc(100% - 12.5vw);
    padding: 15px;
    border-radius: 10px;
  }
}

.reserve-box-fuki {
  color: #3C7A48;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 10px 50px 26px;
  background: url(../img/case_res_fuki.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.btn-case-res {
  background: #D16F68;
}/*# sourceMappingURL=case.css.map */