
.header_logoimg {
  width: auto;
  height: auto;
}
.hammenu {
  padding: 20px;
}
.mainvis {
  background: url(../../images/business/bg_mainvis.webp) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 440px;
}

.mainvis picture {
  width: 40%;
  order: 1;
  text-align: center;
  margin: auto 0 0;
}

.mainvis picture img {
  width: calc(450px + 3vw);
  height: auto;
}
.mainvis .mainvis_text {
  width: calc(100% - 40%);
  position: relative;
  order: 2;
  align-items: flex-start;
  padding-top: 0;
  justify-content: center;
  height: auto;
}
.mainvis .mainvis_text h2 {
  font-size: 88px;
  text-align: left;
  position: relative;
  top: 20px;
}

.mainvis .mainvis_text h2 span {
  font-size: 43px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.03em!important;
  top: -20px;
}
.mainvis .mainvis_text h2 em {
  position: relative;
  width: 7em;
  display: block;
}
.mainvis .mainvis_text h2 em::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(251, 251, 251, 0.5);
}
.mainvis .mainvis_text h2 em:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(251, 251, 251, 0.5);
}
.mark {
  position: absolute;
  top: 0;
  left: 500px;
}
.cheers::before {
  left: -25px;
}
.cheers::after {
  right: -25px;
  transform: scale(1, -1);
}
.btn {
  width: 570px;
}

.copy {
  background: url(../../images/business/bg_copy.webp) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 0 120px;
  position: relative;
  overflow: hidden;
}
.copy::before {
  content: "";
  background: url(../../images/business/bg_copy-left.webp) no-repeat;
  background-size: contain;
  width: 30vw;
  height: 20vw;
  position: absolute;
  left: -11.6vw;
  bottom: -2vw;
  z-index: 0;
}
.copy::after {
  content: "";
  background: url(../../images/business/bg_copy-right.webp) no-repeat;
  background-size: 100% auto;
  width: 30vw;
  height: 30vw;
  position: absolute;
  right: -3.6vw;
  bottom: -3vw;
  z-index: 0;
}
.copy .text {
  font-size: 3.0rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 14px #092100;
  margin-top: 20px;
}
.copy .text p span {
  position: relative;
}
.copy .text p span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -5px;
  z-index: 1;
}
.copy .text em {
  font-size: 4rem;
  color: #FFE600;
  position: relative;
}
.copy .text em::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFE600;
  left: 0;
  bottom: -1px;
  z-index: 3;
}

.speech {
  background: #000000;
  display: inline-block;
  color: #fff;
  padding: 10px 50px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 10px;
}
.speech p {
  font-size: 20px;
}
.speech:before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.lead {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.section_gradation::after {
  background: radial-gradient(ellipse 100% 100% at top, rgba(151, 155, 145, 0.3) 0%, #FFFFFF00 100%);
}
.flowlist {
  margin-bottom: 80px;
}

.flowlist_item {
  position: relative;
  width: calc((100% / 5) - 20px);
  margin-right: 30px;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.flowlist_item::after {
  content: "";
  position: absolute;
  background: url(../../images/business/i_flow02.webp);
  background-size: contain;
  width: 175px;
  height: 101px;
  bottom: -80px;
  right: -100px;
  z-index: 2;
}
.flowlist_item.arrival::after {
  background: url(../../images/business/i_flow01.webp);
  background-size: contain;
}

.flowlist_item:last-of-type:after {
  content: none;
}
.flowlist_text {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 5px;
}

.documentlist {
  display: flex;
  width: 890px;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.documentlist::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  width: 100%;
  height: 46px;
  background: url(../../images/business/i_titleline.svg) no-repeat;
  background-size: cover;
}

.documentlist > * {
  width: calc((100% / 3) - 47px);
  margin-right: 70px;
}

.documentlist > *:nth-child(3n) {
  margin-right: 0;
}
.documentlist_thumb {
  border: 1px solid #CCCCCC;
  padding: 15px;
}
.documentlist_thumb img {
  width: 100%;
  height: auto;
}
.documentlist_text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.note {
  font-size: 14px;
  font-weight: normal;
}

.t-red {
  color: #FF0000 !important;
}
#flow .lead {
  margin-top: 120px;
}

#cause {
  background: url(../../images/business/bg_cause.webp) no-repeat top center;
  background-attachment: fixed;
  background-size: 100% auto;
}
/*
#cause:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../../images/business/bg_cause.webp) no-repeat;
  position: fixed;
  background-size: 100% auto;
  z-index: -1;
}
*/
#cause .title_main {
  color:#FFE600 ;
}
#cause .title_sub {
  color: #fff;
}

.causelist {
  display: flex;
  flex-wrap: wrap;
}

.causelist > * {
  width: calc((100% / 2) - 15px);
  margin-right: 30px;
  background: rgba(251, 251, 251, 0.95);
  padding: 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  position: relative;
}

.causelist > *:nth-of-type(2n)  {
  margin-right: 0;
}

.causelist > *:nth-of-type(n + 3)  {
  margin-top: 30px;
}
.causelist_thumb {
  position: relative;
}
.causelist_text {
  padding: 15px 25px;
  font-size: 20px;
  line-height: 1.7;
}
.causelist_item label {
  position: absolute;
  left: -34px;
  top: 30%;
  margin-top: 5px;
}
.banar {
  margin-top: 65px;
}

#buy {
  background: #EEEEEE;
}

.buylist {
  display: flex;
  flex-wrap: wrap;
}
.buylist > * {
  width: calc((100% / 4) - 23px);
  margin-right: 30px;
  display: flex;
  align-items: center;
  background: #444444;
  padding: 5px 10px;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  position: relative;
}


.purchase::before {
  content: "特に高価買取中!!";
  background: #FF0000;
  color: #FFF;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  width: 160px;
  text-align: center;
}

.purchase::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #FF0000;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.buylist > *:nth-of-type(4n) {
  margin-right: 0;
}

.buylist_thumb {
  width: 120px;
}

.buylist_text {
  width: calc(100% - 120px);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

#buy .lead {
  font-size: 42px;
  margin-top: 50px;
}

#buy .lead span {
  position: relative;
}

#buy .lead span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: -1px;
  z-index: 3;
}

#buy .lead em {
  color: #FF0000;
  font-weight: bold;
  position: relative;
}
#buy .lead em::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FF0000;
  left: 0;
  bottom: -1px;
  z-index: 4;
}
#achievement {
  background: #EEEEEE;
}
.achievementlist {
  display: flex;
  flex-wrap: wrap;
}

.achievementlist > * {
  width: calc((100% / 3) - 20px);
  margin-right: 30px;
  background: #fff;
  padding: 10px 20px 30px;
  box-shadow: 0px 0px 8px #00000066;
}
.achievementlist > *:nth-of-type(3n) {
  margin-right: 0;
}
.achievement_thumb {
  width: 150px;
  margin: 10px auto;
}

.achievement_text {
  font-weight: bold;
  text-align: center;
}

.speech_text {
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f00;
  padding: 5px 0;
  color: #FF0000;
  width: 270px;
  margin: 10px auto 0;
  position: relative;
  background: #fff;
}
.speech_text::after {
  content: "";
  border: 10px solid transparent;
  border-top: 7px solid #FF0000;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.price_text {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin-top: 15px;
  border-bottom:  2px solid #FF0000;
}

.price_text span {
  color: #FF0000;
}

.price_text em {
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  color: #FF0000;
}

.footer_toplink {
  margin: 15px auto 30px;
}

.footer_top {
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1270px)  {
  .mainvis .mainvis_text h2 {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .mainvis {
    background: url(../../images/business/bg_mainvis_sp.webp) no-repeat;
    background-size: cover;
    display: block;
    padding: 15px 20px 0;
    height: auto;
  }

  .mainvis .mainvis_text {
    width: 100%;
  }
  .mainvis picture {
    width: 100%;
    
  }
  .mainvis picture img {
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
  }
  .speech {
    font-size: 1.8rem;
    padding: 10px 15px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .speech p {
    font-size: 15px;
  }
  .mainvis .mainvis_text h2 {
    font-size: 44px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .mainvis .mainvis_text h2 span {
    font-size: 34px;
    top: 0;
  }

  .mainvis .mainvis_text h2 em {
    position: relative;
    width: 100%;
    padding: 5px 0;
    display: block;
  }
  .mark {
    display: none;
  }
  .copy .text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .copy .text em {
    font-size: 1.6rem;
  }
  .copy .text p span::after {
    bottom: -6px;
  }
  .copy .text p em::after {
    bottom: -6px;
  }
  .copy {
    background: url(../../images/business/bg_copy.webp) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 0 200px;
  }

  .copy::before {
    content: "";
    background: url(../../images/business/bg_copy-left.webp) no-repeat;
    background-size: contain;
    width: 60vw;
    height: 40vw;
    position: absolute;
    left: -5.5vw;
    bottom: 9vw;
    z-index: 0;
  }
  .copy::after {
    content: "";
    background: url(../../images/business/bg_copy-right.webp) no-repeat;
    background-size: 100% auto;
    width: 75vw;
    height: 60vw;
    position: absolute;
    right: -8vw;
    bottom: -4vw;
    z-index: 0;
  }
  .lead {
    font-size: 18px;
    line-height: 1.7;
  }
  .documentlist {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }

  .documentlist > * {
    width: calc((100% / 2) - 10px);
    margin-right: 20px;
  }
  .documentlist > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .documentlist > *:nth-of-type(n + 3) {
    margin-top: 25px;
  }
  .documentlist_text {
    font-size: 14px;
    font-weight: normal;
  }

  .documentlist::after {  
    background: url(../../images/business/i_titleline.svg) no-repeat;
    background-size: contain;
  }
  #flow .lead {
    margin-top: 50px;
  }
  #cause {
    background: url(../../images/business/bg_cause.webp) no-repeat top center;
    background-attachment: inherit;
    background-size: 160% auto;
  }
  .causelist > * {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }
  .causelist_item label {
    left: -20px;
  }
  .causelist > *:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .causelist_text {
    padding: 15px;
    font-size: 16px;
  }
  .causelist_item label img {
    width: 55%;
  }
  .btn {
    width: 100%;
  }

  .banar {
    margin-top: 45px;
  }
  .buylist {
    margin-top: 70px;
  }
  .buylist > * {
    width: calc((100% / 2) - 5px);
    margin-right: 10px;
    display: block;
  }

  .buylist > *:nth-of-type(2n) {
    margin-right: 0;
  }
  
  .buylist > *:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  .buylist_thumb {
    width: 40%;
    margin: 10px auto 0;
  }
  .buylist_text {
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
  }

  #buy .lead {
    font-size: 28px;
    margin-top: 30px;
    line-height: 1.5;
  }
  #buy .lead span::after {
    bottom: -5px;
  }
  #buy .lead em::after {
    bottom: -5px;
  }
  .purchase::before {
    text-align: center;
    font-size: 14px;
    width: 85%;
  }
  .achievementlist > * {
    width: 100%;
    margin-right: 0;
  }
  .achievementlist > *:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  .price_text em {
    font-size: 36px;
  }
  .speech_text {
    width: 100%;
  }
}