@charset "UTF-8";
/* ====================================================
// common - 共通
==================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  height: 100%;
  margin: 0 auto;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
  }
}

.section {
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 14vw 0;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
}

.bold {
  font-weight: 700;
}

.red {
  color: #dd7673;
}

.shadow {
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}

.center {
  text-align: center;
}

.gradation {
  background: -ms-linear-gradient(0deg, rgb(239, 166, 85) 0%, rgb(221, 118, 115) 50%, rgb(208, 97, 146) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFA655', endColorstr='#D06192' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(239, 166, 85) 0%, rgb(221, 118, 115) 50%, rgb(208, 97, 146) 100%);
}

/* ====================================================
// case - 店舗オーナー様にありがちなこんなお悩みも、
Leportoが全て解決します！
==================================================== */
.case {
  background-color: #fcf0e3;
}

.case-card__header {
  display: flex;
  border-radius: 1rem;
  margin-bottom: 4rem;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .case-card__header {
    display: block;
    margin-bottom: 6vw;
  }
}

.case-card__header:hover {
  box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .case-card__header:hover {
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
  }
}

.case-card__header::after {
  content: "";
  display: inline-block;
  width: 12rem;
  height: 12rem;
  background-image: url(./img/kaiketsu.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -4rem;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(220%);
  cursor: auto;
}
@media screen and (max-width: 767px) {
  .case-card__header::after {
    display: none;
    width: 27vw;
    height: 27vw;
    right: -5vw;
    top: auto;
    bottom: -185vw;
    transform: translateY(0);
  }
}

.case-card__info-left {
  flex: 1 0 0;
  display: flex;
}

.case-card__image {
  width: 34%;
  background: transparent;
  background-image: url(../img/case4_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFA655",endColorstr="#D06192" , GradientType=1);
}
@media screen and (max-width: 767px) {
  .case-card__image {
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    width: 20%;
  }
}

.case-card__info {
  flex: 1 0 0;
  background: #fff;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .case-card__info {
    padding: 4vw 6vw;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
  }
}

.case-card__number {
  font-weight: 500;
  font-size: 2.2rem;
  padding-top: 0.1rem;
  width: 40%;
  border-radius: 5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .case-card__number {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}

.case-card__title {
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .case-card__title {
    font-size: 4.25vw;
  }
}

.case-card__button {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFA655",endColorstr="#D06192" , GradientType=1);
}
@media screen and (max-width: 767px) {
  .case-card__button {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    padding: 2vw 0;
  }
}

.case-card__button-text {
  color: #fff;
  font-weight: 600;
  padding-right: 2rem;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .case-card__button-text {
    padding-right: 4vw;
  }
}

.case-card__button-text.-open {
  display: none;
}

.case-card__button-text::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.8rem;
  background-image: url(./img/arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(600%, -50%);
}
@media screen and (max-width: 767px) {
  .case-card__button-text::after {
    width: 2.4vw;
    height: 1.6vw;
    transform: translate(800%, -50%);
  }
}

.case-card__body {
  display: none;
}

.case-card__boxes {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case-card__boxes {
    flex-direction: column;
    gap: 4vw;
  }
}

.case-card__box {
  width: 32%;
  background-color: #fff;
  padding: 2rem 2rem;
  border: 0.1rem solid #efa655;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-card__box {
    width: 100%;
  }
}

.case-card__box.-before {
  border: 0.1rem solid #999;
}

.case-card__box:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8.9rem;
  height: 1.4rem;
  background-image: url(../img/arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 14rem;
  right: -5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case-card__box:not(:last-child)::after {
    width: 12vw;
    height: 2vw;
    top: auto;
    bottom: -3vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .case-card__box:last-child::after {
    content: "";
    display: inline-block;
    width: 27vw;
    height: 27vw;
    background-image: url(../img/kaiketsu.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: opacity 0.3s;
    right: -5vw;
  }
}

.case-card__box-image {
  height: 15.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .case-card__box-image {
    height: 28vw;
  }
}

.case-card__box-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-card__box.-solution .case-card__box-image {
  filter: drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.1254901961));
}

.case-card__box-title {
  color: #fff;
  width: 80%;
  padding: 0.2rem 0;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .case-card__box-title {
    width: 60%;
    margin-bottom: 2vw;
  }
}

.case-card__box-text {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .case-card__box-text {
    text-align: left;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .case-card__box-text {
    text-align: left;
    text-align: justify;
  }
}

.case-card__header.is-active .case-card__body {
  display: block;
}
.case-card__header.is-active .case-card__button-text.-close {
  display: none;
}
.case-card__header.is-active .case-card__button-text.-open {
  display: block;
}
.case-card__header.is-active .case-card__button-text::after {
  transform: translate(490%, -50%) rotate(180deg);
}

.case-card__header.is-active::after {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */