@charset "UTF-8";
/* 買取ができるまで
-------------------------------- */
.c-head01__en--text {
  font-size: 1rem;
  color: #2F9A33;
  text-transform: uppercase;
}

.purchase {
  background-color: #EAF2EA;
  padding: 16px 0 50px;
}

.purchase__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 23px;
}

.purchase__item {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 1.2rem 0;
}

.purchase__item:first-child:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4rem 5.8rem 0 0;
  border-color: #2F9A33 transparent transparent transparent;
}

.purchase__item:first-child:after {
  position: absolute;
  display: grid;
  place-items: center;
  content: "強化中";
  font-size: 1rem;
  color: #fff;
  transform: rotate(-30deg);
  width: 5.8rem;
  height: 3.4rem;
  top: -0.5rem;
  left: -1rem;
}

.purchase__img {
  max-height: 9rem;
  margin: 0 auto;
  text-align: center;
}

.purchase__img img {
  display: inline-block;
  max-height: inherit;
  width: auto;
}

.purchase__title {
  font-size: 1.1rem;
  text-align: center;
}

.purchase__text {
  font-size: 1rem;
  text-align: center;
  margin-top: 11px;
}

@media screen and (min-width: 768px) {
  .c-head01__en--text {
    font-size: 1.7rem;
  }
  .purchase {
    padding: 6.4rem 0 12.8rem;
  }
  .purchase__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    gap: 2.6rem 1.7rem;
  }
  .purchase__item {
    padding: 1.7rem 0;
  }
  .purchase__item:first-child::before {
    border-width: 5.4rem 9.2rem 0 0;
  }
  .purchase__item:first-child::after {
    font-size: 1.8rem;
    top: 0.5rem;
    left: 0rem;
  }
  .purchase__img {
    max-height: 14rem;
  }
  .purchase__title {
    font-size: 2rem;
    margin-top: 5px;
  }
  .purchase__text {
    font-size: 2rem;
    margin-top: 28px;
  }
}
/* 買取ができるまで
-------------------------------- */
.works {
  background-color: #FCFBF9;
  padding: 50px 0 50px;
}

.works__items {
  margin-top: 20px;
}

.works__item + .works__item {
  margin-top: 20px;
}

.works__item-title {
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0.032em;
  background-color: #E9F5E1;
  padding: 0 3rem;
}

.works__item-img {
  max-width: 32rem;
  margin: 20px auto 0;
}

.works__content {
  padding: 0 1.5rem;
}

.works__content-price {
  max-height: 4rem;
  margin-top: 10px;
}

.works__content-price img {
  display: inline-block;
  max-height: inherit;
  width: auto;
}

.works__lists {
  display: flex;
  justify-content: space-between;
  max-width: 40rem;
}

.works__list {
  font-size: 1rem;
  line-height: 1.25;
  color: #2F9A33;
}

.works__list span {
  color: #fff;
  background-color: #2F9A33;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.15rem 0.5rem;
}

.works__item-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.works__person {
  width: 20%;
}

.works__text {
  width: 80%;
  font-size: 1.2rem;
  padding-left: 0.5rem;
  font-feature-settings: "palt";
}

.works__text span {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}

.is-pc {
  display: none;
}

.works__wrap .works__item {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .works {
    padding: 12.8rem 0 7rem;
  }
  .works__item:nth-child(2),
.works__item:nth-child(3) {
    margin-top: 24px;
  }
  .works__item-title {
    font-size: 2.5rem;
  }
  .works__item-img {
    max-width: 41rem;
  }
  .works__content {
    padding: 0 4rem;
  }
  .works__content-price {
    max-height: 5.2rem;
  }
  .works__lists {
    justify-content: flex-start;
    max-width: unset;
  }
  .works__list {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .works__list + .works__list {
    margin-left: 1.5rem;
  }
  .works__item-wrap {
    align-items: flex-start;
    margin-top: 20px;
  }
  .works__person {
    width: 12rem;
  }
  .works__text {
    width: calc(100% - 12rem);
    font-size: 1.6rem;
    line-height: 1.625;
    padding-left: 2rem;
  }
  .works__text span {
    font-size: 1.4rem;
    margin-top: 13px;
  }
  .works__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .works__wrap .works__item {
    margin-top: 24px;
  }
  .works__top {
    display: flex;
    align-items: center;
    padding: 0 4rem;
  }
  .works__top .works__item-img {
    width: 34rem;
  }
  .works__top .works__content {
    width: calc(100% - 34rem);
  }
}/*# sourceMappingURL=styles.css.map */


/* ヘッダー調整
-------------------------------- */
.l-header-info {
  align-items: center;
}
.l-header-info__logo {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-header-info__logo {
    margin-top: 16px;
  }
}