@charset "UTF-8";

.ttl_fukidashi {
  font-size: min(3.0vw, 34px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15em 0.5em;
  margin: 0.9em auto 1.5em;
  border-bottom: 2px solid var(--site-primary);
  background-color: #fafefd;
  position: relative;
  z-index: 1;
}
.ttl_fukidashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
  z-index: -1;
}
.ttl_fukidashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--site-primary) var(--site-primary) transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}

.feature_list {
  margin: 85px 0 100px;
}
.feature_list li {
  width: 22.3%;
  position: relative;
  height: min(20vw, 250px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_list li img {
  width: 38%;
  position: absolute;
  top: -2.8em;
  left: 50%;
  transform: translateX(-50%);
}
.feature_list li p {
  font-size: min(2.1vw, 22px);
  color: var(--site-primary);
  text-align: center;
}
.feature_list li::after {
  content: "";
  background: #f0f0f0;
  width: min(20vw, 250px);
  height: min(20vw, 250px);
  border-radius: 125px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about_box {
  padding: 30px 0;
  margin: 55px 0 100px;
}
.about_box img {
  width: 27.3%;
}
.about_box p {
  width: 68.2%;
  font-size: min(2.2vw, 26px);
  font-weight: 500;
  padding-right: 5%;
  line-height: 1.6;
}
.about_box p .label {
  font-size: min(1.8vw, 20px);
  background: #b8ec4d;
  padding: 0 1em;
  border-radius: 3px;
  line-height: 2.5;
}
.about_box p .underline {
  background: linear-gradient(transparent 78%, #ffd800 0%);
  background-position-y: -4px;
}

@media only screen and (max-width: 960px) {
  .feature_list {
    margin: 9vw 0 8vw;
  }
  .about_box {
    margin: 5vw 0 8vw;
  }
}
@media only screen and (max-width: 568px) {
  .intro_content .wide_box .ttl{
    margin: 0 -1.0em 0.5em;
  }
  .ttl_fukidashi {
    font-size: 5.3vw;
  }
  .feature_list {
    gap: 40px 0;
    margin: 45px 0 40px;
  }
  .feature_list li {
    width: 47.8%;
    height: 160px;
  }
  .feature_list li p {
    font-size: 4.3vw;
    line-height: 1.5;
  }
  .feature_list li img {
    width: 50px;
    top: -22px;
  }
  .feature_list li::after {
    width: 160px;
    height: 160px;
  }
  .ttl_bottom_sankaku span {
    padding: 0.3em 1.5em;
  }
  .about_box {
    flex-direction: column;
    padding: 20px 0 20px;
  }
  .about_box img {
    width: 91.3%;
  }
  .about_box p {
    width: 100%;
    padding: 0 16px;
    margin-top: 10px;
    font-size: 4.6vw;
  }
  .about_box p .label {
    font-size: 13px;
  }
}
/*===============================================
 *	自治体と民間の違い
===============================================*/
.merit_demerit {
  display: grid;
  grid-template-columns: 180px auto auto;
  grid-template-rows: auto 1fr 1fr;
  background: var(--site-palecolor);
  border: 4px solid var(--site-palecolor);
  margin: 40px 0 0;
}

.merit_demerit .name {
  font-size: 20px;
  text-align: center;
  color: var(--site-primary);
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  padding: 14px 0;
}

.merit_demerit .txt {
  background: #fff;
  padding: 20px 25px;
  border-left: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}

.merit_demerit li {
  font-size: 16px;
  line-height: 1.65;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}

.merit_demerit .gyousei {
  grid-column: 2;
  grid-row: 1;
}

.merit_demerit .minkan {
  grid-column: 3;
  grid-row: 1;
}

.merit_demerit .merit_ttl {
  grid-column: 1;
  grid-row: 2;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5 url(../img/beginner/maru.svg) no-repeat center center;
  background-size: 60%;
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}

.merit_demerit .merit_gyousei {
  grid-column: 2;
  grid-row: 2;
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}

.merit_demerit .merit_minkan {
  grid-column: 3;
  grid-row: 2;
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}

.merit_demerit .demerit_ttl {
  grid-column: 1;
  grid-row: 3;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5 url(../img/beginner/batsu.svg) no-repeat center center;
  background-size: 53%;
}

.merit_demerit .demerit_gyousei {
  grid-column: 2;
  grid-row: 3;
}

.merit_demerit .demerit_minkan {
  grid-column: 3;
  grid-row: 3;
}

.check_points_wrapper {
  background: url(../img/beginner/check_wrapper_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 70px 60px 60px;
  margin: 50px 0 80px;
}
.check_points_wrapper .boxes li {
  border-radius: 10px;
  width: 47%;
  padding: 5% 0 4%;
  position: relative;
}
.check_points_wrapper .boxes li .ttl {
  font-size: min(2.0vw, 24px);
  padding: 0 8%;
  position: relative;
}
.check_points_wrapper .boxes li .ttl::before {
  content: "";
  background: var(--site-secondary);
  width: 6px;
  height: 3em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.check_points_wrapper .boxes li .photo {
  display: block;
  width: 68%;
  margin: 20px auto 24px;
  border-radius: 5px;
}
.check_points_wrapper .boxes li p {
  padding: 0 8%;
}
.check_points_wrapper .boxes li::before {
  content: "";
  background: url(../img/beginner/check_icon.svg) no-repeat;
  background-size: contain;
  width: 16%;
  height: 86px;
  position: absolute;
  top: -8%;
  left: 7%;
}
.check_points_wrapper .arrow {
  width: 8%;
  display: block;
  margin: 20px auto 15px;
}
.check_points_wrapper .under_area .txt {
  width: 54%;
  font-size: min(2.2vw, 26px);
  font-weight: 500;
  line-height: 1.65;
}
.check_points_wrapper .under_area .txt .normal {
  display: inline-block;
  margin-bottom: 0.5em;
}
.check_points_wrapper .under_area .txt .bg_white {
  font-size: 1.46em;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin-top: 0.25em;
}
.check_points_wrapper .under_area img {
  width: 46%;
}

@media only screen and (max-width: 960px) {
  .merit_demerit {
    grid-template-columns: 120px auto auto;
    margin: 25px 0 20px;
  }
  .merit_demerit .merit_ttl {
    font-size: 4.8vw;
  }
  .merit_demerit .name {
    font-size: 4.8vw;
  }
  .merit_demerit li {
    font-size: 3.8vw;
  }
  .merit_demerit .txt {
    padding: 2vw 2vw;
  }
  .check_points_wrapper {
    padding: 7% 5% 5%;
    margin: 5vw 0 8vw;
  }
}
@media only screen and (max-width: 568px) {
  .merit_demerit {
    margin: 20px 0 0;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(6, auto);
  }
  .merit_demerit .name {
    border: none;
    padding: 7px 0 10px;
  }
  .merit_demerit .txt {
    border: none;
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding: 12px 13px;
  }
  .merit_demerit .gyousei {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .merit_demerit .minkan {
    grid-column: 1/-1;
    grid-row: 4;
  }
  .merit_demerit .merit_ttl {
    grid-column: 1;
    grid-row: 2;
    font-size: 16px;
    padding: 13px 0;
    background-size: 38px;
    border: none;
    border-right: 1px solid #ccc;
  }
  .merit_demerit .merit_gyousei {
    grid-column: 1;
    grid-row: 3;
    border: none;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .merit_demerit .merit_minkan {
    grid-column: 1;
    grid-row: 6;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
  .merit_demerit .demerit_ttl {
    grid-column: 2;
    grid-row: 2;
    font-size: 16px;
    padding: 13px 0;
    background-size: 36px;
    border: none;
  }
  .merit_demerit .demerit_gyousei {
    grid-column: 2;
    grid-row: 3;
  }
  .merit_demerit .demerit_minkan {
    grid-column: 2;
    grid-row: 6;
  }
  .merit_demerit .merit_ttl.sp {
    grid-column: 1;
    grid-row: 5;
  }
  .merit_demerit .demerit_ttl.sp {
    grid-column: 2;
    grid-row: 5;
  }
  .check_points_wrapper {
    padding: 36px 18px 30px;
    margin: 25px 0 30px;
  }
  .check_points_wrapper .boxes {
    flex-direction: column;
    gap: 50px;
  }
  .check_points_wrapper .boxes li {
    width: 100%;
    padding: 38px 0 18px;
  }
  .check_points_wrapper .boxes li .ttl {
    font-size: 4.5vw;
  }
  .check_points_wrapper .boxes li .photo {
    width: 78%;
    margin: 15px auto 18px;
  }
  .check_points_wrapper .boxes li::before {
    width: 55px;
    height: 55px;
    top: -25px;
    left: 22px;
  }
  .check_points_wrapper .arrow {
    width: 46px;
    margin: 20px auto 13px;
  }
  .check_points_wrapper .under_area {
    flex-direction: column;
    gap: 30px 0;
  }
  .check_points_wrapper .under_area .txt {
    width: 100%;
    font-size: 4.8vw;
    text-align: center;
  }
  .check_points_wrapper .under_area .txt .normal {
    margin-bottom: 4px;
  }
  .check_points_wrapper .under_area .txt .bg_white {
    font-size: 1.2em;
    margin: 0.25em auto 0;
  }
  .check_points_wrapper .under_area img {
    width: 100%;
  }
}
/*===============================================
 *	ゴミ屋敷片付けと不用品回収の違い
===============================================*/
.difference_points {
  width: 100%;
  border: 4px solid var(--site-palecolor);
  background: #fff;
  margin-top: 40px;
}
.difference_points thead th {
  background: var(--site-palecolor);
  border-left: 2px solid rgba(255, 255, 255, 0.4);
}
.difference_points tbody th {
  font-size: 18px;
  background: #f5f5f5;
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
  width: 200px;
  padding: 20px 0;
}
.difference_points tbody td {
  font-size: 17px;
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
  border-left: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}
.difference_points tbody img {
  width: 22px;
  vertical-align: text-top;
}
.difference_points th {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
}
.difference_points td {
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  padding: 14px 0;
}
.difference_points td span {
  margin-left: 10px;
}

.difference_box {
  margin-bottom: 0;
}

@media only screen and (max-width: 568px) {
  .difference_points {
    margin-top: 25px;
  }
  .difference_points tbody th {
    font-size: 3.6vw;
    width: 28.5%;
  }
  .difference_points tbody td {
    font-size: 3.6vw;
  }
  .difference_points tbody td span {
    margin-left: 0;
  }
  .difference_points tbody img {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto 3px;
  }
  .difference_points th {
    font-size: 3.8vw;
    padding: 16px 0;
  }
}
/*===============================================
 *	ゴミ屋敷片付けサービスの特徴
===============================================*/
.features {
  background: url(../img/top/features_bg.jpg) no-repeat top center;
  background-size: auto;
}
.features .sec_ttl_area {
  background: url(../img/beginner/bg_title_stripe.png) no-repeat center;
  background-size: cover;
}
.features .sec_ttl_area .ttl {
  font-size: min(3.8vw, 48px);
  color: #eaee59;
  padding: 0.5em 0.5em 0.5em;
}
.features .sec_ttl_area .ttl span {
  font-size: 0.66em;
  color: #fff;
  display: inline-block;
  position: relative;
}
.features .sec_ttl_area .ttl span::before, .features .sec_ttl_area .ttl span::after {
  content: "";
  width: 0.65em;
  height: 1.06em;
  position: absolute;
  top: 0.2em;
}
.features .sec_ttl_area .ttl span::before {
  background: url(../img/common/line_white_left.png) no-repeat;
  background-size: contain;
  left: -1.5em;
}
.features .sec_ttl_area .ttl span::after {
  background: url(../img/common/line_white_right.png) no-repeat;
  background-size: contain;
  right: -1.5em;
}
.features .sec_ttl_area .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.features .sec_ttl_area .inner::after {
  content: "";
  background: url(../img/top/truck_img.png) no-repeat right bottom;
  background-size: contain;
  width: 31.7%;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.features .item_box {
  padding: 50px 60px 40px;
  position: relative;
  border-radius: 15px;
  margin-bottom: 80px;
}
.features .item_box .icon {
  width: 8.5%;
  position: absolute;
  top: -16%;
  left: 5%;
}
.features .item_box .photo {
  width: 39.8%;
}
.features .item_box .txt_box {
  width: 55%;
}
.features .item_box .ttl {
  font-size: min(2.2vw, 28px);
  margin: 0.5em 0 0.5em;
}
.features .item_box:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .features .item_box {
    margin-bottom: 8vw;
    padding: 5% 5% 4%;
  }
  .features .item_box .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .features {
    background: url(../img/top/features_bg_sp.jpg) no-repeat top center;
    background-size: auto;
  }
  .features .sec_ttl_area {
    overflow: hidden;
    background: url(../img/beginner/bg_title_stripe_sp.png) no-repeat center;
    background-size: cover;
  }
  .features .sec_ttl_area .ttl {
    font-size: 6.2vw;
    text-align: left;
    line-height: 1.45;
    padding: 13px 5px;
  }
  .features .sec_ttl_area .ttl span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .features .sec_ttl_area .ttl span::before {
    left: 0.5em;
  }
  .features .sec_ttl_area .ttl span::after {
    right: 0.5em;
  }
  .features .sec_ttl_area .inner::after {
    width: 40%;
    height: 100px;
    right: 0;
    bottom: 10px;
  }
  .features .item_box {
    padding: 25px 20px 18px;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .features .item_box .icon {
    width: 65px;
    top: -25px;
    left: -15px;
  }
  .features .item_box .photo {
    width: 100%;
  }
  .features .item_box .txt_box {
    width: 100%;
  }
  .features .item_box .ttl {
    font-size: 4.8vw;
    margin: 15px 0 10px;
    text-align: center;
  }
  .sec_attention .ttl_area .ttl {
    font-size: 6.0vw;
  }
}