@charset "UTF-8";
/* top共通 */
section {
  padding-top: 55px;
  padding-bottom: 65px;
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  section {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}

/* sec01 メインビジュアル */
.sec01 {
  padding-top: 0;
  padding-bottom: 0;
}
.sec01 .image img {
  width: 100%;
}
@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
}

/* .sec02 平和商事の強み */
.sec02 {
  background-image: linear-gradient(
    135deg,
    rgb(255, 0, 54) 0%,
    rgb(163, 0, 30) 100%
  );
}
.sec02 .heading p {
  color: #fff;
  font-weight: 400;
}
.sec02 .heading h2 {
  color: #fff;
}
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.sec02 .item {
  width: calc(100% / 3 - 40px);
}
.sec02 .font01 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.sec02 .font01 span {
  position: relative;
  display: inline-block;
}
.sec02 .font01 span::before,
.sec02 .font01 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  bottom: -2px;
  background-color: #fff;
}
.sec02 .font01 span::before {
  left: -12px;
  transform: rotate(-40deg);
}
.sec02 .font01 span::after {
  right: -12px;
  transform: rotate(40deg);
}
.sec02 .txt {
  text-align: center;
  margin-top: 25px;
  padding-top: 90px;
  padding-bottom: 130px;
  background-image: url(../images/top/sec02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec02 .font02 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
  color: #cc0c26;
}
.sec02 .font03 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.sec02 .c-button02 a {
  font-size: 20px;
  line-height: 60px;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec02 .item {
    width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .sec02 {
    background-image: linear-gradient(
      180deg,
      rgb(255, 0, 54) 0%,
      rgb(163, 0, 30) 100%
    );
  }

  .sec02 .list {
    gap: 45px;
  }
  .sec02 .item {
    width: 100%;
  }
  .sec02 .txt {
    margin-top: 20px;
    padding-top: 70px;
    padding-bottom: 100px;
    background-size: contain;
  }
  .sec02 .font01 {
    font-size: 16px;
  }
  .sec02 .font02 {
    font-size: 47px;
  }
  .sec02 .font03 {
    font-size: 18px;
    margin-top: 10px;
  }
  .sec02 .c-button02 a {
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 50px;
  }
}

/* .sec03 持込買取価格 */

.sec03 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec03 .c-button a {
  display: block;
  color: #fff;
  line-height: 60px;
  padding-left: 20px;
  background-size: 12px auto;
  background-position: 92% center;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.sec03 .item {
  width: calc(25% - 75px / 4);
  padding: 24px 18px;
  background-color: #ebebeb;
}
.sec03 .image {
  position: relative;
  width: 200px;
  margin: 0 auto;
  box-shadow: 8px 12px 20px 0px rgba(8, 8, 8, 0.35);
}
.sec03 .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec03 .image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}
.sec03 .noimage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}
.sec03 .corner01 {
  top: -6px;
  left: -6px;
}
.sec03 .corner02 {
  top: -6px;
  right: -6px;
}
.sec03 .corner03 {
  bottom: -6px;
  right: -6px;
}
.sec03 .corner04 {
  bottom: -6px;
  left: -6px;
}
.sec03 .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  word-break: auto-phrase;
}
.sec03 .box01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  padding: 10px;
}
.sec03 .box01 .font01 {
  font-size: 14px;
  font-weight: 700;
  color: #cc0c26;
}
/* .sec03 .box01 .font01 + p {
  position: relative;
} */
.sec03 .box01 .font01 + p img {
  position: absolute;
  top: 0px;
  right: 0px;
}
.sec03 .box01 .font02 {
  font-size: 22px;
  font-weight: 700;
}
.sec03 .box01 .font03 {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .sec03 .list {
    width: 100%;
    margin-top: 30px;
    gap: 15px 24px;
  }
  .sec03 .item {
    width: calc(100% / 3 - 16px);
  }
  .sec03 .image {
    width: 180px;
  }
  .sec03 .noimage {
    width: 180px;
    height: 180px;
  }
  .sec03 .box01 {
    display: block;
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  .sec03 .box01 .font01 + p {
    text-align: center;
  }
  .sec03 .c-button a {
    max-width: 300px;
  }
}
@media screen and (max-width: 560px) {
  .sec03 .inner {
    padding: 0 4px;
  }
  .sec03 .list {
    gap: 10px;
  }
  .sec03 .item {
    width: calc(50% - 5px);
    padding: 18px 10px 25px;
  }
  .sec03 .image {
    width: 130px;
  }
  .sec03 .noimage {
    width: 130px;
    height: 130px;
  }
  .sec03 .name {
    font-size: 16px;
  }
  .sec03 .box01 .font01 {
    font-size: 13px;
  }
  .sec03 .box01 .font02 {
    font-size: 20px;
  }
  .sec03 .box01 .font03 {
    font-size: 12px;
  }
  .sec03 .corner01 {
    top: -4px;
    left: -4px;
  }
  .sec03 .corner02 {
    top: -4px;
    right: -4px;
  }
  .sec03 .corner03 {
    bottom: -4px;
    right: -4px;
  }
  .sec03 .corner04 {
    bottom: -4px;
    left: -4px;
  }
  .sec03 .c-button {
    width: 100%;
  }
  .sec03 .c-button a {
    max-width: 200px;
    margin: 30px auto 0;
    line-height: 40px;
    border-radius: 20px;
  }
}

/* .sec04 買取について */
.sec04 {
  background-image: linear-gradient(
    -45deg,
    rgb(255, 254, 250) 0%,
    rgb(255, 252, 246) 100%
  );
}
.sec04 .block {
  position: relative;
}
.sec04 .block02 {
  margin-top: 70px;
}
.sec04 .image {
  width: 70%;
}
.sec04 .frame {
  background-color: #fff;
}
.sec04 .box {
  width: 100%;
  max-width: 360px;
  position: absolute;
  top: 100px;
  padding: 50px;
  color: #fff;
  background-color: #cc0c26;
  background-repeat: no-repeat;
  background-position: 80% 45%;
  box-shadow: 20px 28px 25px 0px rgba(8, 8, 8, 0.45);
}
.sec04 .block01 .box {
  left: 0;
  background-image: url(../images/common/kaitori01_01.png);
}
.sec04 .block02 .box {
  right: 0;
  background-image: url(../images/common/kaitori02_01.png);
}
.sec04 .box .font01 {
  text-align: center;
  letter-spacing: 0.1em;
}
.sec04 .box .font02 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 45px;
  writing-mode: vertical-rl;
}
.sec04 .c-button02 a {
  line-height: 45px;
  margin-top: 45px;
}
.sec04 .txt {
  width: 62%;
  line-height: 1.8;
  margin-top: 45px;
}
.sec04 .block01 .image {
  margin-left: auto;
}
.sec04 .block01 .txt {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .sec04 .inner {
    padding: 0;
  }
  .sec04 .box {
    position: relative;
    width: calc(100% - 60px);
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 40px 30px;
    background-size: 35%;
    background-position: 70% 45%;
  }
  .sec04 .image {
    width: 100%;
  }
  .sec04 .image img {
    width: 100%;
  }
  .sec04 .box .font02 {
    font-size: 35px;
    margin-top: 35px;
    padding-left: 20px;
  }
  .sec04 .txt {
    width: 100%;
    margin-top: -20px;
    padding: 0 12px;
  }
}

/* .sec05 4つの理由 */
.sec05 {
  background-image: linear-gradient(
    170deg,
    rgb(255, 255, 255) 50%,
    rgb(255, 249, 239) 100%
  );
}
.sec05 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.sec05 .frame {
  background-color: #cc0c26;
}
.sec05 .box {
  position: relative;
  width: calc(50% - 12.5px);
  background-color: #fff;
  box-shadow: 8px 12px 20px 0px rgba(8, 8, 8, 0.35);
  padding: 40px 60px 70px;
}
.sec05 .box .font01 {
  position: relative;
  width: 280px;
  font-size: 20px;
  color: #fff;
  background-color: #cc0c26;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0 12px;
  border-radius: 30px;
}
.sec05 .box .font01::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #cc0c26;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sec05 .box .font02 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  margin-top: 55px;
}
.sec05 .box .font02 img {
  position: absolute;
  right: -30px;
}
.sec05 .box01 .font02 img {
  width: 28%;
  top: -55%;
}
.sec05 .box02 .font02 img {
  width: 30%;
  top: -25%;
}
.sec05 .box03 .font02 img {
  width: 36%;
  top: -50%;
}
.sec05 .box04 .font02 img {
  width: 30%;
  top: -30%;
}
.sec05 .txt {
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .sec05 .box {
    padding: 35px 45px 60px;
  }
  .sec05 .box .font01 {
    width: 180px;
    font-size: 13px;
    line-height: 35px;
    border-radius: 30px;
  }
  .sec05 .box .font01::before {
    width: 8px;
    height: 8px;
  }
  .sec05 .box .font02 {
    font-size: 22px;
    margin-top: 32px;
  }
  .sec05 .box01 .font02 img {
    top: -105%;
    right: -5%;
  }
  .sec05 .box02 .font02 img {
    top: -50%;
    right: 0%;
  }
  .sec05 .box03 .font02 img {
    top: -80%;
    right: -5%;
  }
  .sec05 .box04 .font02 img {
    top: -60%;
    right: -5%;
  }
  .sec05 .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sec05 .box01 .font02 img {
    top: -55%;
  }
  .sec05 .box02 .font02 img {
    top: -15%;
    right: -5%;
  }
  .sec05 .box03 .font02 img {
    top: -50%;
  }
  .sec05 .box04 .font02 img {
    top: -30%;
  }
}
@media screen and (max-width: 560px) {
  .sec05 .box {
    width: 100%;
  }
  .sec05 .box .font02 {
    font-size: 5.4vw;
    margin-top: 8vw;
  }
}

/* sec06 買取店舗のご案内 */
.sec06 {
  background-image: linear-gradient(
    170deg,
    rgb(255, 255, 255) 10%,
    rgb(255, 249, 239) 100%
  );
}
.sec06 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 25px;
}
.sec06 .item {
  width: calc(50% - 12.5px);
}
.sec06 .txt {
  text-align: center;
}
.sec06 .txt .font01 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sec06 .txt a {
  display: inline-block;
}
.sec06 .image {
  position: relative;
  padding: 7px;
  margin-top: 35px;
}
.sec06 .image > img {
  box-shadow: 8px 12px 8px 0px rgba(8, 8, 8, 0.35);
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec06 {
    background-image: linear-gradient(
      170deg,
      rgb(255, 255, 255) 50%,
      rgb(255, 249, 239) 100%
    );
  }
  .sec06 .list {
    gap: 50px;
  }
  .sec06 .item {
    width: 100%;
  }
  .sec06 .txt .font01 {
    font-size: 20px;
  }
  .sec06 .image {
    margin-top: 30px;
    padding: 4px;
  }
}

/* sec07 お知らせ・コラム */
.sec07 {
  padding-top: 70px;
  padding-bottom: 140px;
}
.sec07 h2 {
  text-align: center;
  margin-top: 0;
}
.sec07 .row {
  display: flex;
  gap: 50px;
}
.sec07 .col01 {
  width: 250px;
  padding-top: 30px;
}
.sec07 .col02 {
  width: calc(100% - 300px);
}
.sec07 p {
  padding-top: 45px;
}
.sec07 .card__item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec07 .c-button02 a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .sec07 .row {
    gap: 50px;
  }
  .sec07 .col02 {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 560px) {
  .sec07 {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .sec07 .row {
    flex-direction: column;
    gap: 0px;
  }
  .sec07 .col01 {
    width: 100%;
    padding-top: 0;
  }
  .sec07 .col02 {
    width: 100%;
  }
  .sec07 p {
    padding-top: 30px;
  }
  .sec07 .card__item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #b9b9b9;
  }
  .sec07 .card__item ~ .card__item {
    border-top: 0;
  }
  .sec07 h3 {
    padding-left: 0;
  }
  .sec07 .c-button02 a {
    width: 200px;
    font-size: 16px;
    line-height: 40px;
    margin: 30px auto 0;
  }
}
