@charset "UTF-8";
/* main colors */
/* 事業紹介　一覧 */
.services-list {
  margin-top: 120px;
  padding-inline: 20px;
}
@media (min-width: 920px) {
  .services-list {
    margin-top: 14.2857142857vw;
    padding-inline: 7.8571428571vw;
  }
}
.services-subpage {
  display: flex;
}
@media (max-width: 919px) {
  .services-subpage {
    margin-top: 70px;
    flex-direction: column;
    gap: 25px;
  }
}
@media (min-width: 920px) {
  .services-subpage {
    margin-top: 5.7142857143vw;
    align-items: center;
    gap: 4.2857142857vw;
  }
  .services-subpage:nth-child(odd) .btn {
    margin-left: auto;
  }
  .services-subpage:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.services-image img {
  border-radius: 4px;
}
@media (min-width: 920px) {
  .services-image {
    flex: 1 1 60%;
  }
}
@media (min-width: 920px) {
  .services-text {
    flex: 1 1 40%;
  }
}
.services-text .title {
  margin-bottom: 20px;
  display: grid;
  gap: 0.2em;
  width: fit-content;
  line-height: 1.4;
  position: relative;
}
.services-text .title .ja {
  font-size: 30px;
}
.services-text .title .en {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 920px) {
  .services-text .title {
    margin-bottom: 3.2142857143vw;
  }
  .services-text .title .ja {
    font-size: 2.5714285714vw;
  }
  .services-text .title .en {
    font-size: 1vw;
  }
}
.services-text .number {
  position: absolute;
  bottom: -3px;
  left: calc(100% - 25px);
  font-weight: 500;
  font-size: 80px;
  font-style: normal;
  white-space: nowrap;
  opacity: 0.1;
}
@media (min-width: 920px) {
  .services-text .number {
    bottom: -0.7142857143vw;
    left: calc(100% - 2.8571428571vw);
    font-size: 8.5714285714vw;
  }
}
.services-text .btn {
  margin-top: 25px;
}
@media (min-width: 920px) {
  .services-text .btn {
    margin-top: 5.3571428571vw;
  }
}

/* 下層 - 事業紹介 */
.service-overview {
  margin-top: 120px;
  padding-inline: 20px;
}
@media (min-width: 920px) {
  .service-overview {
    margin-top: 14.2857142857vw;
    padding-inline: 7.8571428571vw;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 16.7142857143vw;
  }
}
@media (min-width: 920px) {
  .service-overview-body {
    padding-right: 7.8571428571vw;
  }
}
.service-overview h4 {
  margin-top: -0.25em;
  margin-bottom: 0.8em;
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .service-overview h4 {
    font-size: 2.8571428571vw;
  }
}
.service-overview p {
  line-height: 2;
}
@media (max-width: 919px) {
  .service-overview p {
    font-size: 14px;
  }
}

/* 主なサービス */
.our-service {
  position: relative;
  margin-top: 120px;
  padding-inline: 20px;
}
@media (max-width: 919px) {
  .our-service {
    padding-bottom: 70px;
  }
}
@media (min-width: 920px) {
  .our-service {
    margin-top: 10vw;
    padding-inline: 7.8571428571vw;
    padding-bottom: 11.4285714286vw;
  }
}
.our-service .catch_text {
  bottom: 0;
}
@media (max-width: 919px) {
  .our-service .catch_text {
    right: 20px;
  }
}
@media (min-width: 920px) {
  .our-service .catch_text.right {
    right: 7.8571428571vw;
  }
}
.our-service-body {
  display: grid;
  gap: 24px;
}
@media (min-width: 920px) {
  .our-service-body {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2857142857vw 8.5714285714vw;
  }
}
.our-service-card {
  position: relative;
}
@media (min-width: 920px) {
  .our-service-card:nth-child(even) {
    margin-top: 7.1428571429vw;
  }
  .our-service-card:nth-child(3) {
    transform: translateX(6.0714285714vw);
  }
}
.our-service-card::before {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: -1;
  left: 0;
  content: "";
  background: linear-gradient(to bottom right, #434152, rgba(45, 44, 55, 0) 50%);
  border-radius: 20px;
}
@media (max-width: 919px) {
  .our-service-card::before {
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 920px) {
  .our-service-card::before {
    top: 2.8571428571vw;
    width: 33.5714285714vw;
    height: 25.4285714286vw;
    border-radius: 1.4285714286vw;
  }
}
.our-service-card .num {
  position: absolute;
  top: 45px;
  left: 20px;
  font-family: "Inter", serif;
  font-style: normal;
  font-size: 56px;
  line-height: 1;
}
@media (min-width: 920px) {
  .our-service-card .num {
    top: 4.2857142857vw;
    left: 2.8571428571vw;
    font-size: 5.7142857143vw;
  }
}
.our-service-card .image {
  padding-inline: 105px 20px;
}
@media (min-width: 920px) {
  .our-service-card .image {
    padding-inline: 12.1428571429vw 0;
  }
}
.our-service-card .image img {
  border-radius: max(3px, 1vw);
}
@media (min-width: 920px) {
  .our-service-card .image img {
    border-radius: 0.2857142857vw;
  }
}
.our-service-card .text {
  padding-inline: 20px;
}
@media (max-width: 919px) {
  .our-service-card .text {
    padding-bottom: 24px;
  }
}
@media (min-width: 920px) {
  .our-service-card .text {
    padding-inline: 3.4285714286vw;
  }
}
.our-service-card h4 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .our-service-card h4 {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 919px) {
  .our-service-card p {
    font-size: 14px;
  }
}

/* ご利用の流れ */
.flow {
  position: relative;
  margin-top: 120px;
  padding-inline: 20px;
}
@media (min-width: 920px) {
  .flow {
    margin-top: 11.4285714286vw;
    padding-inline: 7.8571428571vw;
  }
}
@media (max-width: 919px) {
  .flow .catch_text {
    top: 210px;
    writing-mode: vertical-rl;
    font-feature-settings: "pkna";
  }
}
@media (min-width: 920px) {
  .flow .catch_text {
    top: 5.7142857143vw;
    left: 6.7857142857vw;
    writing-mode: vertical-rl;
    font-feature-settings: "pkna";
  }
}
.flow-header {
  margin-bottom: 48px;
}
@media (min-width: 920px) {
  .flow-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5.7142857143vw;
  }
}
.flow h4 {
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .flow h4 {
    margin-top: -0.2em;
    font-size: 2.8571428571vw;
    text-align: right;
  }
}
.flow-image img {
  width: 100%;
}
@media (max-width: 919px) {
  .flow-image {
    margin-left: 86px;
  }
}
.flow-cta {
  background-color: #383745;
  margin: auto;
  margin-top: 48px;
  padding: 48px 20px;
  border-radius: 20px;
  font-size: 16px;
}
@media (min-width: 920px) {
  .flow-cta {
    margin-top: 5.7142857143vw;
    max-width: 75.7142857143vw;
    padding: 4.2857142857vw 2.8571428571vw;
    border-radius: 0.2857142857vw;
  }
}
.flow-cta-lead {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 920px) {
  .flow-cta-lead {
    font-size: 1.7142857143vw;
  }
}
.flow-cta-list {
  display: grid;
  margin-top: 38px;
}
@media (min-width: 920px) {
  .flow-cta-list {
    margin-top: 3.9285714286vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 920px) {
  .flow-cta-list .card {
    padding-inline: 2.8571428571vw;
    padding-block: 0.7142857143vw;
  }
}
.flow-cta h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  margin: 0 0 1.2em;
  font-size: 18px;
}
.flow-cta h5 i {
  display: flex;
  align-items: center;
  width: 20px;
}
@media (min-width: 920px) {
  .flow-cta h5 {
    font-size: 1.4285714286vw;
  }
  .flow-cta h5 i {
    width: 1.7142857143vw;
  }
}
.flow-cta-phone {
  text-align: center;
}
.flow-cta-phone .tel {
  padding-block: 0em 0.2em;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}
.flow-cta-phone .tel a {
  font-size: 32px;
}
@media (min-width: 920px) {
  .flow-cta-phone .tel {
    padding-block: 0.8em 0.3em;
    font-size: 1.7142857143vw;
  }
  .flow-cta-phone .tel a {
    font-size: 3.4285714286vw;
  }
}
.flow-cta-form .button.has_arrow {
  width: inherit;
}
.flow-cta-form a {
  font-weight: 700;
}
@media (max-width: 919px) {
  .flow-cta-form {
    border-top: 1px solid #6F6C87;
    margin-top: 28px;
    padding-top: 28px;
  }
}
@media (min-width: 920px) {
  .flow-cta-form {
    border-left: 1px solid #6F6C87;
  }
  .flow-cta-form a {
    font-size: 1.4285714286vw;
  }
}

/* よくある質問 */
.faq {
  position: relative;
  margin-top: 120px;
  padding-inline: 20px;
  display: grid;
  align-items: start;
}
@media (min-width: 920px) {
  .faq {
    margin-top: 11.4285714286vw;
    padding-inline: 7.8571428571vw;
    grid-template-columns: auto 1fr;
    gap: 13.8571428571vw;
  }
}
@media (max-width: 919px) {
  .faq .catch_text {
    top: -15px;
    right: 20px;
  }
}
@media (min-width: 920px) {
  .faq .catch_text {
    top: 4.2857142857vw;
    left: 7.8571428571vw;
  }
}
.faq-body {
  border-top: 1px solid #58566B;
}
.faq-body details {
  border-bottom: 1px solid #58566B;
}
.faq-body [open] summary::after {
  content: "ー";
}
.faq-body summary {
  position: relative;
  padding-block: 1.4em;
  font-weight: 700;
}
.faq-body summary::before {
  position: absolute;
  top: 13.5px;
  left: 7px;
  content: "Q.";
  font-size: 20px;
  font-family: "Inter", serif;
}
.faq-body summary::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "＋";
}
@media (max-width: 919px) {
  .faq-body summary {
    padding-inline: 36px 40px;
    font-size: 14px;
  }
}
@media (min-width: 920px) {
  .faq-body summary {
    padding-inline: 3.4285714286vw;
  }
  .faq-body summary::before {
    top: 1vw;
    left: 0.8571428571vw;
    font-size: 1.7142857143vw;
  }
  .faq-body summary::after {
    right: 0.7142857143vw;
  }
}
.faq-body .detailsContent {
  position: relative;
}
.faq-body .detailsContent::before {
  position: absolute;
  top: -6.5px;
  left: 7px;
  content: "A.";
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", serif;
}
@media (max-width: 919px) {
  .faq-body .detailsContent {
    padding-left: 36px;
    font-size: 14px;
  }
}
@media (min-width: 920px) {
  .faq-body .detailsContent {
    padding-left: 3.4285714286vw;
  }
  .faq-body .detailsContent::before {
    top: -0.6428571429vw;
    left: 0.8571428571vw;
    font-size: 1.7142857143vw;
  }
}
.faq-body .detailsContent > *:last-child {
  padding-bottom: 1.4em;
}

/* その他の事業 */
.other-service {
  border-top: 1px solid #828282;
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
  padding-inline: 20px;
}
@media (min-width: 920px) {
  .other-service {
    margin-top: 11.4285714286vw;
    padding-top: 5.7142857143vw;
    padding-inline: 7.8571428571vw;
  }
}
.other-service-list {
  display: grid;
  gap: 18px 7px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 920px) {
  .other-service-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8571428571vw 1.4285714286vw;
  }
}
.other-service .image {
  margin-bottom: 5px;
}
@media (min-width: 920px) {
  .other-service .image {
    margin-bottom: 0.7142857143vw;
  }
}
.other-service .image img {
  border-radius: 4px;
}
@media (min-width: 920px) {
  .other-service .image img {
    border-radius: 0.2857142857vw;
  }
}
.other-service .name {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 920px) {
  .other-service .name {
    font-size: 1.2857142857vw;
  }
}
.other-service .back-to-list {
  background-color: #383745;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px;
}
.other-service .back-to-list img {
  width: 64px;
}
@media (min-width: 920px) {
  .other-service .back-to-list {
    border-radius: 0.2857142857vw;
    gap: 1.7142857143vw;
  }
  .other-service .back-to-list img {
    width: 5.7142857143vw;
  }
}
.other-service .sorting-cleaning {
  display: none;
}

.transportation .transportation,
.distribution .distribution,
.moving-service .moving-service,
.recycling-sales .recycling-sales,
.sorting-cleaning .sorting-cleaning,
.snow-removal .snow-removal {
  display: none;
}

@media (min-width: 920px) {
  .transportation .our-service .catch_text {
    bottom: 10.7142857143vw;
  }
}

/* バナー */
.moving-service-banner {
  margin-top: 60px;
  padding-inline: 20px;
}
.moving-service-banner img {
  border-radius: 5vw;
}
@media (min-width: 920px) {
  .moving-service-banner {
    margin-top: 8.5714285714vw;
    padding-inline: 7.8571428571vw;
  }
  .moving-service-banner img {
    border-radius: 1.4285714286vw;
  }
}

.recycling-sales-banner {
  margin-top: 60px;
  padding-inline: 20px;
}
.recycling-sales-banner img {
  border-radius: 0.7142857143vw;
}
@media (min-width: 920px) {
  .recycling-sales-banner {
    margin-top: 8.5714285714vw;
    padding-inline: 7.8571428571vw;
  }
  .recycling-sales-banner img {
    border-radius: 0.5714285714vw;
  }
}