@charset "utf-8";

body {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  letter-spacing: 0.5px;
}

p {
  margin: 0;
  padding: 0;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
  background-image: url(./../img/grange_bg.jpg);
  background-size: 50%;
  padding: 20px;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

dd {
  padding: 0;
  margin: 0;
}

.inline_block {
  display: inline-block;
}

.outline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.gray-bg {
  background-color: #dbdbdb;
}

/* SP */
@media screen and (max-width: 960px) {
  h2 {
    padding: 18px 10px 14px;
    font-size: 22px;
    line-height: 1.3;
  }
}

/*__________________________cv__________________________*/
.cv {
  background: url(./../img/cv-bg.jpg);
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: contain;
}

.cv_pc {
  margin-top: 0;
}

.cv_pc_txt {
  color: #ffffff;
  background: #ff4800;
  padding: 15px 0 5px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.cv_pc_txt:before,
.cv_pc_txt:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 45px;
  background: url(./../img/cv-shape.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.cv_pc_txt:after {
  transform: scale(-1, 1);
}

.cv_pc_web {
  border: solid 6px #ff4800;
  background-color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

.cv_pc_web_txt {
  padding: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
}

.cv_pc_web_txt span {
  font-weight: normal;
}

.cv_pc_web_btn {
  background-color: #00af4e;
  display: block;
  position: relative;
  width: 90%;
  padding: 15px 0;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 7px 0 #005622;
}

.cv_pc_web_btn::after,
.cv_pc_web_btn::before {
  position: absolute;
  top: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.cv_pc_web_btn::before {
  right: 30px;
  width: 10px;
  bottom: 0;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}

.cv_pc_web_btn:hover {
  box-shadow: 0 2px 0 #005622;
  transform: translateY(5px);
}

.cv_pc_web_btn span {
  color: #fff600;
}

.cv_pc_web_btn p {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
}

.cv_operator {
  width: 85%;
  margin: 0 auto;
  position: relative;
  height: 201px;
  display: table;
}

.cv_operator img {
  position: absolute;
}

.cv_operator_sp {
  display: none;
}

.cv_operator_txt_wrap {
  display: table-cell;
  vertical-align: middle;
}

.cv_operator_txt {
  background-color: #ffffff;
  width: 60%;
  padding: 20px 30px;
  margin-right: 0;
  margin-left: auto;
  font-weight: bold;
  font-size: 18px;
}

.cv_operator_attention_box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  width: 70%;
  background-color: #ffffff;
  box-sizing: border-box;
}

.cv_operator_attention_txt {
  font-size: 18px;
  font-weight: bold;
}

.cv_operator_attention_shaken {
  display: inline-block;
  background-color: #f9e54d;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  padding: 6px 5px 3px 55px;
  margin-top: 10px;
  position: relative;
}

.cv_operator_attention_shaken:before {
  content: url(./../img/cv-icon.png);
  position: absolute;
  left: 10px;
}

.cv_operator_attention_shaken em {
  font-weight: bold;
  font-size: 18px;
}

.cv_sp {
  display: none;
}

/* SP */
@media screen and (max-width: 960px) {
  .cv {
    padding: 20px 10px;
    background: url(./../img/cv-bg-sp.jpg);
    background-size: auto;
    /*background: #dbdbdb;*/
  }

  .cv_pc {
    display: none;
  }

  .cv_sp {
    display: block;
  }

  .cv_sp a {
    width: 100%;
    height: auto;
  }

  .cv_sp img {
    display: block;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    height: auto;
  }

  .cv_operator_pc {
    display: none;
  }

  .cv_operator_sp {
    display: block;
  }

  .cv_operator {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    width: 500px;
    max-width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
  }

  .cv_operator::before {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto;
    width: 20px;
    height: 15px;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }

  .cv_operator img {
    position: static;
    width: 80px;
  }

  .cv_operator_txt {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
  }

  .cv_operator_attention_box {
    padding: 0;
    margin-top: 0;
    width: 100%;
    align-items: flex-end;
  }

  .cv_operator_attention_txt {
    width: calc(100% - 100px);
    font-size: 15px;
  }

  .cv_operator_attention_box img {
    position: absolute;
    top: 10px;
    left: 15px;
  }
}

/*__________________________header__________________________*/
header {
  background-color: #000;
  color: #fff;
}

.header_wrap {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 7px 15px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: stretch;
}

.header_logo {
  width: 190px;
  height: auto;
}

.header_tel {
  display: none;
}

/* SP */
@media screen and (max-width: 960px) {
  .header_wrap {
    padding: 0;
  }

  .header_logo {
    padding: 5px;
    width: 140px;
    box-sizing: border-box;
  }

  .header_tel {
    display: block;
    text-align: center;
    background-color: #00994a;
    border-left: solid 1px #fff;
  }

  .header_tel a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
}

/*__________________________main__________________________*/
main {
  background-image: url(./../img/grange_bg.jpg);
}

@media screen and (min-width: 961px) {
  .grad-bg_pc {
    display: flex;
    justify-content: center;
    gap: 25px;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 41%,
        rgba(0, 0, 0, 1) 58%,
        rgba(0, 0, 0, 1) 100%);
    padding: 15px 0;
  }
}

@media screen and (max-width: 960px) {
  .grad-bg_sp {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 26%,
        rgba(0, 0, 0, 1) 66%,
        rgba(0, 0, 0, 1) 100%);
    padding: 0;
  }
}

/*__________________________mv__________________________*/

.mv_wrap {
  position: relative;
  margin-top: 10px;
  padding-bottom: 30px;
}

.mv_img {
  width: 544px;
  max-width: 100%;
  margin-top: 20px;
}

.mv_satei_sp {
  display: none;
}

/* SP */
@media screen and (max-width: 960px) {
  .mv_wrap {
    margin-top: 0;
    padding-bottom: 0;
  }

  .mv_img {
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-top: 0;
    padding: 10px 0;
  }

  .mv_satei_sp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: #00994f;
  }

  .mv_satei_sp img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 30px;
  }

  .mv_satei_sp::before {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    margin: auto;
    width: 30px;
    height: 15px;
    content: "";
    background-color: #00994f;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  }
}

/*__________________________選ばれる3つの理由__________________________*/
.reason h3 {
  padding-bottom: 25px;
  text-align: center;
  color: #ff4800;
}

.reason_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}

.reason_box {
  height: auto;
  padding: 6px;
  background: linear-gradient(to bottom,
      rgba(178, 143, 106, 1) 0%,
      rgba(254, 242, 217, 1) 50%,
      rgba(178, 143, 106, 1) 100%);
  box-sizing: border-box;
}

.reason_box_inner {
  padding: 30px 50px 20px;
  background-color: #fff;
  height: 170px;
}

.reason_box_inner em {
  font-style: normal;
  font-weight: bold;
  background-color: #f9e54d;
}

.reason_box_inner span {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
}

.reason_box:nth-child(1) {
  width: 100%;
}

.reason_box:nth-child(2),
.reason_box:nth-child(3) {
  width: calc((100% - 20px) / 2);
}

/* SP */
@media screen and (max-width: 960px) {
  .reason h3 {
    padding-bottom: 15px;
    font-size: 20px;
  }

  .reason_block {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }

  .reason_box:nth-child(1),
  .reason_box:nth-child(2),
  .reason_box:nth-child(3) {
    margin: 0 auto;
    width: 95%;
  }

  .reason_box_inner {
    padding: 20px 15px 15px;
    height: auto;
    font-size: 16px;
  }
}

/*__________________________流れ__________________________*/
.flow h2 {
  margin-bottom: 50px;
}

.flow .outline {
  padding-bottom: 15px;
}

.flow li {
  width: 24%;
  text-align: center;
  position: relative;
}

.flow li p {
  text-align: right;
  width: 80%;
  font-weight: bold;
}

.flow .step-num {
  color: #ff2626;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: 80%;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 1.2;
  padding: 0;
}

.flow .step-num em {
  font-size: 1.5em;
  font-style: normal;
}

.flow img {
  width: 100%;
}

.flow li {
  position: relative;
  display: inline-block;
}

.flow li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -30px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 15px solid #8d8d8d;
  transform: skew(-20deg, -5deg);
}

.flow li:last-child:before {
  display: none;
}

/* SP */
@media screen and (max-width: 960px) {
  .flow h2 {
    margin-bottom: 30px;
  }

  .flow_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .flow li {
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 0;
  }

  .flow li::before {
    top: auto;
    right: 0;
    bottom: -10px;
    left: 0;
    border-left: 15px solid #fff;
    transform: skew(0deg, 0deg);
  }

  .flow li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    width: 85%;
    height: 100%;
    background-color: #fff;
    transform: skew(-20deg, 0deg);
    z-index: -1;
  }

  .flow .step-num {
    top: 10px;
    left: 180px;
    width: auto;
  }

  .flow li p {
    flex: 1;
    margin-top: 15px;
    width: auto;
    text-align: left;
  }

  .flow img {
    position: relative;
    top: -10px;
    width: 180px;
  }
}

/*__________________________買取強化中__________________________*/
.pickup {
  background: url(./../img/pickup-bg.jpg);
  background-size: cover;
  padding: 30px 0;
}

.pickup>p {
  background: url(./../img/pickup-subttl.png) no-repeat;
  background-position: 50% 0;
  background-size: contain;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(25px, 5vw, 30px);
  padding: 4px;
}

.pickup h2 {
  background: none;
  padding: 5px 0 10px;
}

.pickup h2 span {
  color: #fee600;
}

.pickup_block {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 5px;
  margin-top: 0;
  text-align: center;
  width: 640px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.pickup_block img {
  padding-bottom: 5px;
  max-width: 100%;
}

.pickup_block em {
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 960px) {
  .pickup_block {
    gap: 6px;
    padding: 6px 6px 5px;
    max-width: 94%;
    font-size: 15px;
  }

  .pickup_box {
    line-height: 1.3;
  }

  .pickup h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .pickup h2 {
    font-size: 23px;
  }
}

/*__________________________事例__________________________*/
.jirei {
  background-color: #dbdbdb;
}

.jirei_block {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.jirei_block li {
  width: calc(50% - 10px);
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.jirei_block dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jirei_block dt {
  width: 36%;
  margin-right: 4%;
}

.jirei_block dd {
  width: 60%;
  margin-bottom: 2%;
  font-size: 18px;
  line-height: 1.6;
}

.jirei_block dt img {
  width: 100%;
}

.jirei_block dd div {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

.jirei_block dd span {
  color: #ff2626;
}

.jirei_block dd span b {
  font-size: 1.3em;
}

.jirei_block p {
  padding: 2% 0 1%;
  color: #c70000;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}

.jirei_block p:before {
  content: "買取金額";
  font-size: 0.5em;
  vertical-align: middle;
  padding-right: 20px;
}

.jirei_block p:after {
  content: "円";
  font-size: 0.7em;
}

/* SP */
@media screen and (max-width: 960px) {
  .jirei_block {
    padding: 20px 0;
    flex-direction: column;
    gap: 10px;
  }

  .jirei_block li {
    margin: 0 auto;
    width: 95%;
  }

  .jirei_block p {
    position: relative;
    padding: 2% 13px 1%;
    color: #fff;
    background-color: #c70000;
    font-size: 28px;
    text-align: right;
  }

  .jirei_block p:before {
    position: absolute;
    bottom: 5px;
    left: 10px;
  }

  .jirei_block dd {
    font-size: 15px;
    line-height: 1.6;
  }

  .jirei_block dd div {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .jirei_block dt {
    margin-right: 0;
    margin-bottom: 10px;
    width: 38%;
  }
}

/*__________________________footer__________________________*/
footer {
  background-color: #fff;
  text-align: center;
  padding: 20px 0 20px;
  color: #a2a2a2;
  border-top: 2px solid #dbdbdb;
  margin-top: 20px;
}

footer .content_area {
  padding: 5px 0 20px;
  display: table;
  margin: 0 auto;
}

footer .content_area p {
  display: table-cell;
}

footer .content_area p a {
  color: #000;
  padding: 0 20px;
}

/* SP */
@media screen and (max-width: 960px) {
  footer {
    margin-top: 0;
    background-color: #434242;
  }

  footer .content_area p a {
    color: #ffffff;
  }

  footer .content_area {
    display: flex;
    flex-direction: column;
    font-size: 15px;
  }
}