@charset "UTF-8";
/* 不用品
---------------------*/
.fuyohin .container {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

@media print, screen and (max-width: 765px) {
  .fuyohin .container {
    padding: 0;
  }
}

@media print, screen and (min-width: 766px) {
  .fuyohin .container_sm {
    max-width: 100%;
    width: 100%;
  }
}

.lp-mv {
  padding: 5rem 0 7rem;
  background: transparent url(../img/fuyohin_mv.jpg) no-repeat center center/cover;
  width: 100%;
}

.lp-mv .container {
  max-width: 1420px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.lp-mv-title span {
  background: #EA932D;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  display: block;
  width: fit-content;
  padding: 0.5rem 1.5rem;
}

.lp-mv-title img {
  max-width: 61.5rem;
}

.lp-mv-img {
  position: absolute;
  width: 938px;
  right: -105px;
  bottom: -70px;
}

@media print, screen and (max-width: 1620px) {
  .lp-mv {
    padding: 3.33333vw 0 4.66667vw;
  }
  .lp-mv .container {
    max-width: 100%;
    padding-left: 2.66667vw;
  }
  .lp-mv-title span {
    font-size: 2vw;
    padding: 0.33333vw 1vw;
  }
  .lp-mv-title img {
    max-width: 41vw;
  }
  .lp-mv-img {
    width: 60vw;
    right: 0;
    bottom: -4.66667vw;
  }
}

@media print, screen and (max-width: 765px) {
  .lp-mv .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .lp-mv-title span {
    font-size: 5.33333vw;
    padding: 1.33333vw 4vw;
  }
  .lp-mv-title img {
    max-width: 90%;
  }
  .lp-mv-img {
    position: relative;
    width: 100%;
  }
}

.lp-feature {
  background: #EA932D;
  padding: 5rem 0;
}

.lp-feature .container {
  max-width: 1420px;
  padding-top: 0;
  padding-bottom: 0;
}

.lp-feature ul {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.lp-feature ul li {
  background: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.45;
  padding: 3rem 1rem;
}

.lp-feature ul li .red {
  color: #EF4101;
  font-weight: 900;
}

.lp-feature ul li .small {
  font-size: 3rem;
}

@media print, screen and (max-width: 1600px) {
  .lp-feature {
    padding: 3.33333vw 0;
  }
  .lp-feature ul {
    gap: 4.66667vw;
  }
  .lp-feature ul li {
    font-size: 2.66667vw;
    padding: 3rem 1rem;
  }
  .lp-feature ul li .small {
    font-size: 2vw;
  }
}

@media print, screen and (max-width: 765px) {
  .lp-feature {
    padding: 8vw 0;
  }
  .lp-feature ul {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .lp-feature ul li {
    font-size: 4.8vw;
    padding: 4vw 2.66667vw;
  }
  .lp-feature ul li .small {
    font-size: 5.33333vw;
  }
}

.lp-cta {
  padding: 10rem 0 15rem;
  margin-bottom: 0;
}

.lp-cta .container {
  max-width: 1420px;
  padding-top: 0;
  padding-bottom: 0;
}

.lp-cta .cta {
  background: #fff;
  text-align: center;
  padding: 5rem;
  border-radius: 15px;
}

.lp-cta .cta-head {
  background: #EF4101;
  color: #fff;
  border-radius: 5px;
  font-size: 3.5rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  margin-bottom: 5.8rem;
}

.lp-cta .cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.lp-cta .cta-tel img {
  width: 13.9rem;
  margin-right: 1.5rem;
}

.lp-cta .cta-tel span {
  font-size: 10rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.lp-cta .cta-info {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 5rem;
}

.lp-cta .cta-info .red {
  font-size: 4rem;
  color: #EF4101;
  font-weight: 900;
  margin: 0 0.5rem;
}

.lp-cta .cta-info .small {
  font-size: 2.5rem;
  margin: 0 1rem;
}

@media (min-width: 768px) {
  .lp-cta .cta-btn-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1130px;
    margin: 0 auto;
    gap: 5%;
  }
}

.lp-cta .cta-btn {
  border-radius: 79px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 3rem 5% 3rem 3rem;
  width: 100%;
  position: relative;
}

.lp-cta .cta-btn.mail {
  background: #EA932D;
}

.lp-cta .cta-btn.line {
  background: #309F2D;
}

.lp-cta .cta-btn .cta-btn-inner span {
  font-size: 2rem;
  font-weight: 500;
  color: #FFE6A2;
  display: block;
  margin-bottom: 1rem;
}

.lp-cta .cta-btn img {
  width: 17%;
  margin-right: 4%;
}

.lp-cta .cta-btn:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_wh_right.svg) no-repeat center center/contain;
  width: 1rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}

@media print, screen and (max-width: 1600px) {
  .lp-cta {
    padding: 6.66667vw 0 10vw;
  }
  .lp-cta .cta {
    padding: 3.33333vw;
  }
  .lp-cta .cta-head {
    font-size: 2.33333vw;
    margin-bottom: 3.86667vw;
  }
  .lp-cta .cta-tel {
    margin-bottom: 2vw;
  }
  .lp-cta .cta-tel img {
    width: 9.26667vw;
    margin-right: 1vw;
  }
  .lp-cta .cta-tel span {
    font-size: 6.66667vw;
  }
  .lp-cta .cta-info {
    font-size: 2vw;
    margin-bottom: 3.33333vw;
  }
  .lp-cta .cta-info .red {
    font-size: 2.66667vw;
  }
  .lp-cta .cta-info .small {
    font-size: 1.66667vw;
  }
  .lp-cta .cta-btn-wrapper {
    max-width: 76vw;
  }
  .lp-cta .cta-btn {
    font-size: 2vw;
    padding: 2vw 5% 2vw 2vw;
  }
  .lp-cta .cta-btn .cta-btn-inner span {
    font-size: 1.33333vw;
  }
  .lp-cta .cta-btn img {
    width: 5vw;
    margin-right: 1.66667vw;
  }
  .lp-cta .cta-btn:after {
    width: 0.66667vw;
    height: 1.33333vw;
    right: 3.33333vw;
  }
}

@media print, screen and (max-width: 765px) {
  .lp-cta {
    padding: 13.33333vw 0;
  }
  .lp-cta .cta {
    padding: 8vw 5.33333vw;
  }
  .lp-cta .cta-head {
    font-size: 5.33333vw;
    padding: 2.66667vw 4vw;
    margin-bottom: 4vw;
  }
  .lp-cta .cta-head span {
    display: block;
  }
  .lp-cta .cta-tel {
    margin-bottom: 4vw;
  }
  .lp-cta .cta-tel img {
    width: 13.33333vw;
  }
  .lp-cta .cta-tel span {
    font-size: 8.53333vw;
  }
  .lp-cta .cta-info {
    font-size: 4.26667vw;
    margin-bottom: 8vw;
  }
  .lp-cta .cta-info .red {
    font-size: 7.46667vw;
  }
  .lp-cta .cta-info .small {
    font-size: 4.26667vw;
  }
  .lp-cta .cta-btn {
    font-size: 4.26667vw;
    padding: 2.66667vw;
    margin-bottom: 4vw;
  }
  .lp-cta .cta-btn .cta-btn-inner span {
    font-size: 3.2vw;
  }
  .lp-cta .cta-btn img {
    width: 17%;
    margin-right: 4%;
  }
  .lp-cta .cta-btn:after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow_wh_right.svg) no-repeat center center/contain;
    width: 1rem;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
  }
}

.lp-reason {
  margin-top: 15rem;
  margin-bottom: 20rem;
}

.lp-reason .container {
  max-width: 1500px;
  padding-top: 0;
  padding-bottom: 0;
}

.lp-reason-title {
  font-size: 5rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20rem;
}

.lp-reason-title span {
  color: #EA932D;
}

.lp-reason-content {
  display: flex;
  margin-bottom: 20rem;
}

.lp-reason-stamp {
  max-width: 31.6rem;
  margin-right: 1.8rem;
}

.lp-reason-subtitle {
  margin-bottom: 2rem;
}

.lp-reason-subtitle span {
  font-size: 4rem;
  font-weight: 600;
  background: linear-gradient(transparent 75%, rgba(234, 147, 45, 0.34) 0%);
  display: inline;
  padding: 0 1px 0px;
}

.lp-reason p {
  font-size: 3rem;
  margin-bottom: 4rem;
}

.lp-reason-list {
  margin-bottom: 5rem;
}

.lp-reason-list li {
  font-size: 2.8rem;
  line-height: 1.42857;
  padding-left: 6.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.lp-reason-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check_red02.svg) no-repeat center center/contain;
  width: 3.5rem;
  height: 3rem;
  top: 0.5rem;
  left: 0;
}

.lp-reason-fukidashi {
  max-width: 30rem;
  margin-bottom: 2rem;
}

.lp-reason .reason-point {
  background: #FFEEDB;
  border-radius: 15px;
  font-size: 2.8rem;
  line-height: 1.42857;
  padding: 4rem 5rem 4rem 9rem;
  margin-left: 10rem;
  width: fit-content;
  position: relative;
}

.lp-reason .reason-point img {
  position: absolute;
  width: auto;
  height: 21rem;
  top: 50%;
  transform: translateY(-50%);
  left: -10rem;
}

.lp-reason .lp-reason-content-02 .reason-point {
  padding-left: 15rem;
}

@media print, screen and (max-width: 1600px) {
  .lp-reason {
    margin-top: 10vw;
    margin-bottom: 13.33333vw;
  }
  .lp-reason-title {
    font-size: 3.33333vw;
    margin-bottom: 13.33333vw;
  }
  .lp-reason-content {
    margin-bottom: 13.33333vw;
  }
  .lp-reason-stamp {
    max-width: 21vw;
    margin-right: 1.2vw;
  }
  .lp-reason-subtitle {
    margin-bottom: 1.33333vw;
  }
  .lp-reason-subtitle span {
    font-size: 2.66667vw;
  }
  .lp-reason p {
    font-size: 2vw;
    margin-bottom: 2.66667vw;
  }
  .lp-reason-list {
    margin-bottom: 3.33333vw;
  }
  .lp-reason-list li {
    font-size: 1.86667vw;
    padding-left: 4.33333vw;
    margin-bottom: 1vw;
  }
  .lp-reason-list li::before {
    width: 2.33333vw;
    height: 2vw;
    top: 0.33333vw;
  }
  .lp-reason-fukidashi {
    max-width: 20vw;
    margin-bottom: 1.33333vw;
  }
  .lp-reason .reason-point {
    font-size: 1.86667vw;
    padding: 2.66667vw 3.33333vw 2.66667vw 6vw;
    margin-left: 6.66667vw;
  }
  .lp-reason .reason-point img {
    height: 14vw;
    left: -6.66667vw;
  }
  .lp-reason .lp-reason-content-02 .reason-point {
    padding-left: 10vw;
  }
}

@media print, screen and (max-width: 765px) {
  .lp-reason {
    margin-top: 13.33333vw;
    margin-bottom: 40vw;
  }
  .lp-reason-title {
    font-size: 5.86667vw;
    margin-bottom: 12vw;
  }
  .lp-reason-content {
    margin-bottom: 13.33333vw;
    display: flex;
    flex-direction: column;
  }
  .lp-reason-stamp {
    max-width: 26.66667vw;
    margin: 0 auto;
  }
  .lp-reason-subtitle {
    margin-bottom: 5.33333vw;
  }
  .lp-reason-subtitle span {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
  .lp-reason p {
    font-size: 4.26667vw;
    margin-bottom: 8vw;
    line-height: 1.75;
  }
  .lp-reason-list {
    margin-bottom: 8vw;
  }
  .lp-reason-list li {
    font-size: 4.26667vw;
    padding-left: 8vw;
    margin-bottom: 4vw;
    line-height: 1.75;
  }
  .lp-reason-list li::before {
    width: 5.33333vw;
    height: 6.66667vw;
    top: 0.53333vw;
  }
  .lp-reason-fukidashi {
    max-width: 70%;
  }
  .lp-reason .reason-point {
    font-size: 4.26667vw;
    padding: 4vw 5.33333vw 4vw 13.33333vw;
    margin-left: 10.66667vw;
  }
  .lp-reason .reason-point img {
    height: 26.66667vw;
    left: -13.33333vw;
  }
  .lp-reason .lp-reason-content-02 .reason-point {
    padding-left: 16vw;
  }
}

.lp-item {
  margin-bottom: 12rem;
  position: relative;
  background: #F3F8E8;
  border-radius: 30px;
  padding: 9rem 14rem 7.5rem;
}

.lp-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5rem;
}

.lp-item-list:last-child {
  margin-bottom: 0;
}

.lp-item-list.flex-5 li {
  width: calc(20% - 8.5rem * 4 / 5);
  margin-right: 8.5rem;
}

.lp-item-list.flex-5 li:nth-child(5n) {
  margin-right: 0;
}

.lp-item-list.flex-4 li {
  width: calc(25% - 4.7rem * 3 / 4);
  margin-right: 4.7rem;
}

.lp-item-list.flex-4 li:nth-child(4n) {
  margin-right: 0;
}

.lp-item-list li {
  text-align: center;
  margin-bottom: 7.5rem;
}

.lp-item-list-icon {
  margin-bottom: 1.5rem;
}

.lp-item-list-txt {
  font-size: 2rem;
  line-height: 1.44;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.lp-item-title {
  font-size: 4rem;
  font-weight: 600;
  background: #AE8F26;
  color: #fff;
  border-radius: 47px;
  padding: 1.5rem 5rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.lp-item-subtitle {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
}

.lp-support {
  padding-top: 20rem;
  padding-bottom: 8rem;
}

.lp-support .container {
  padding-bottom: 0;
}

.lp-support .reason-point {
  background: #FFEEDB;
  border-radius: 15px;
  font-size: 2.8rem;
  line-height: 1.42857;
  padding: 4rem 5rem 4rem 9rem;
  width: fit-content;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.lp-support .reason-point img {
  position: absolute;
  width: auto;
  height: 21rem;
  top: 50%;
  transform: translateY(-50%);
  left: -6.5rem;
}

@media print, screen and (max-width: 1600px) {
  .lp-item {
    margin-bottom: 8vw;
    padding: 6vw 4.66667vw 5vw;
  }
  .lp-item-list {
    margin-bottom: 5vw;
  }
  .lp-item-list.flex-5 li {
    width: calc(20% - 6.07143vw * 4 / 5);
    margin-right: 5.66667vw;
  }
  .lp-item-list.flex-4 li {
    width: calc(25% - 3.3571428571vw * 3 / 4);
    margin-right: 3.13333vw;
  }
  .lp-item-list li {
    margin-bottom: 5vw;
  }
  .lp-item-list-icon {
    margin-bottom: 1vw;
  }
  .lp-item-list-txt {
    font-size: 1.33333vw;
  }
  .lp-item-title {
    font-size: 2.66667vw;
    padding: 1vw 3.33333vw;
    top: -2.66667vw;
  }
  .lp-item-subtitle {
    font-size: 2.66667vw;
    margin-bottom: 3.33333vw;
  }
  .lp-support {
    padding-top: 13.33333vw;
    padding-bottom: 5.33333vw;
  }
  .lp-support .reason-point {
    font-size: 1.86667vw;
    padding: 2.66667vw 3.33333vw 2.66667vw 6vw;
    max-width: 56.66667vw;
  }
  .lp-support .reason-point img {
    height: 14vw;
    left: -4.33333vw;
  }
}

@media print, screen and (max-width: 765px) {
  .lp-item {
    padding: 16vw 5.33333vw 8vw;
    margin: 0 auto 12vw;
  }
  .lp-item-list {
    margin-bottom: 13.33333vw;
  }
  .lp-item-list.flex-5 li {
    width: calc(50% - 8vw / 2);
    margin-right: 8vw;
  }
  .lp-item-list.flex-4 li {
    width: calc(50% - 8vw / 2);
    margin-right: 8vw;
  }
  .lp-item-list li {
    margin-bottom: 8vw;
  }
  .lp-item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .lp-item-list li:nth-child(5n) {
    margin-right: 8vw !important;
  }
  .lp-item-list-icon {
    margin-bottom: 4vw;
  }
  .lp-item-list-txt {
    font-size: 4.26667vw;
  }
  .lp-item-title {
    font-size: 6.4vw;
    padding: 2.66667vw 8vw;
    top: -6.66667vw;
    width: 100%;
    max-width: 70%;
    text-align: center;
  }
  .lp-item-subtitle {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
  .lp-support {
    padding-top: 26.66667vw;
    padding-bottom: 10.66667vw;
  }
  .lp-support .reason-point {
    font-size: 4.26667vw;
    padding: 4vw 5.33333vw 4vw 16vw;
    margin-left: 10.66667vw;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .lp-support .reason-point img {
    height: 26.66667vw;
    left: -2.66667vw;
  }
}

.lp-price-list {
  display: flex;
  margin-top: 20rem;
}

.lp-price-list li {
  width: calc(33.3333% - 65px * 2 / 3);
  margin-right: 65px;
  border: 5px solid #86B827;
  border-radius: 15px;
}

.lp-price-list li:nth-child(3n) {
  margin-right: 0;
}

.lp-price-list-title {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #86B827;
  padding: 3rem 1.5rem;
}

.lp-price-list-desc {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45833;
}

.lp-price-list-img {
  text-align: center;
}

.lp-price-list-img img {
  max-width: 25rem;
}

.lp-price-list-inner {
  padding: 3rem 5rem;
}

.lp-price-list-table table {
  width: 100%;
}

.lp-price-list-table table td {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 2.5rem;
  vertical-align: middle;
}

.lp-price-list-table table td:nth-child(1) {
  padding-right: 3rem;
  width: 125px;
}

.lp-price-list-table table td:nth-child(2) {
  word-break: break-all;
}

.lp-price-list-table table td .number {
  color: #EF4101;
  font-family: "Inter", sans-serif;
}

.lp-price-list-table table td .price-label {
  font-size: 2rem;
  color: #fff;
  padding: 0.5rem 2.5rem;
  border-radius: 5px;
  background: #EA932D;
  white-space: nowrap;
  display: block;
  width: fit-content;
}

.lp-price-list-table table td .meyasu-label {
  font-size: 2rem;
  color: #fff;
  padding: 0.5rem 2.5rem;
  border-radius: 5px;
  background: #87B828;
  white-space: nowrap;
  display: block;
  width: fit-content;
}

@media print, screen and (max-width: 1600px) {
  .lp-price-list {
    margin-top: 13.33333vw;
  }
  .lp-price-list li {
    width: calc(33.3333% - 4.6428571429vw * 2 / 3);
    margin-right: 4.33333vw;
  }
  .lp-price-list-title {
    font-size: 2.66667vw;
    padding: 2vw 1vw;
  }
  .lp-price-list-desc {
    font-size: 1.6vw;
  }
  .lp-price-list-inner {
    padding: 2vw;
  }
  .lp-price-list-table table td {
    font-size: 2.66667vw;
    padding-bottom: 1.66667vw;
  }
  .lp-price-list-table table td:nth-child(1) {
    padding-right: 2vw;
    width: 8.33333vw;
  }
  .lp-price-list-table table td .price-label {
    font-size: 1.33333vw;
    padding: 0.33333vw 1.66667vw;
  }
  .lp-price-list-table table td .meyasu-label {
    font-size: 1.33333vw;
    padding: 0.33333vw 1.66667vw;
  }
}

@media print, screen and (max-width: 765px) {
  .trackBanner__bg {
    height: 130vw;
  }
  .lp-price-list {
    margin-top: 12vw;
    flex-direction: column;
  }
  .lp-price-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .lp-price-list-title {
    font-size: 6.4vw;
    padding: 4vw;
  }
  .lp-price-list-desc {
    font-size: 4.26667vw;
  }
  .lp-price-list-img img {
    max-width: 40vw;
  }
  .lp-price-list-inner {
    padding: 8vw 4vw 4vw;
  }
  .lp-price-list-table table td {
    font-size: 6.4vw;
    padding-bottom: 4vw;
  }
  .lp-price-list-table table td:nth-child(1) {
    padding-right: 8vw;
    width: 33.33333vw;
  }
  .lp-price-list-table table td .price-label {
    font-size: 4.8vw;
    padding: 1.33333vw 6.66667vw;
  }
  .lp-price-list-table table td .meyasu-label {
    font-size: 4.8vw;
    padding: 1.33333vw 6.66667vw;
  }
}

@media print, screen and (max-width: 765px) {
  .lp-nayami .container {
    padding-top: 6em;
    padding-bottom: 6em;
    width: 90%;
  }
  .works2 .sagyo {
    width: 90%;
    margin: 0 auto;
  }
  .lp-voice .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .flow .container {
    padding-top: 6em;
    padding-bottom: 6em;
    width: 90%;
  }
  .emergency .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

@media print, screen and (min-width: 766px) {
  .contact .container_sm {
    max-width: 800px;
    width: 58%;
  }
}
