@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 9rem;
}
#header .header__logo {
  width: 24rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 5rem;
}
#footer .footer__logo img {
  width: 28rem;
}
#footer .footer__items {
  width: -moz-fit-content;
  width: fit-content;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  row-gap: 1rem;
  padding-inline: 5%;
  margin-inline: auto;
}
#footer .footer__items .min {
  line-height: var(--line-height-xs);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  margin-top: 5rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-border);
  padding-top: 1px;
}
.footer-nav__item {
  background: var(--color-white);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 1.5rem;
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 45rem;
}
.visual__main::before {
  background-position: right 32% center;
}
.visual__main::after {
  width: 6rem;
  aspect-ratio: 60/24;
  top: calc(100% + 1rem);
}
.visual__catch--main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.visual__catch--main img {
  width: 140%;
  max-width: 746px;
  transform: translateX(1.5rem);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
}
.visual__catch--sub {
  width: min(90%, 45rem);
  font-size: var(--font-size-h4);
  line-height: 8rem;
  border-radius: 0.8rem;
}

/*===============================================
  main#container
===============================================*/
#container:not(:has(.com-contact)) .section:first-of-type {
  background-size: 50%, 180%;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 4rem;
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: 8rem 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel__num::before {
  width: 3rem;
  font-size: 0.45em;
}
/*ボタン
-----------------------------*/
.com-btn {
  width: 40rem;
  height: max(50px, 6rem);
  margin-inline: auto;
}
.com-btn--line {
  height: max(80px, 10rem);
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  -moz-column-gap: max(20px, 2.5rem);
       column-gap: max(20px, 2.5rem);
}
.com-btn--line::before {
  width: max(40px, 5rem);
}
.com-btn--mail > span {
  -webkit-text-stroke: 0.6rem var(--color-white);
  paint-order: stroke;
}
.com-btn--mail::before {
  font-size: 3.2rem;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 1.5rem 1rem;
}
.com-table tr td {
  padding: 2rem 1rem;
}
.com-table tr:first-of-type th {
  border-radius: 0.8rem 0.8rem 0 0;
}
.com-table tr:last-of-type td {
  border-radius: 0 0 0.8rem 0.8rem;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__link {
  border-right-width: 0.6rem;
  padding-right: 3rem !important;
}
.com-post__link::after {
  right: 1rem;
}
.com-post__date {
  font-size: var(--font-size-sm);
  line-height: 1.42858;
}
.com-post__image {
  width: 12rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 > span {
  word-break: keep-all;
}
.com-title01 > span .b {
  font-size: 1.285715em;
  line-height: 1.16667;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 6rem;
}
.com-contact__box {
  width: 100%;
  padding: 4rem 5%;
}
.com-contact__text p {
  word-break: keep-all;
}
.com-contact__inner {
  margin-top: 3rem;
}
.com-contact__info {
  width: 21rem;
  row-gap: 2.4rem;
  padding-bottom: 2.5rem;
}
.com-contact__info::before {
  border-radius: 2rem;
}
.com-contact__info-wrap {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: min(100% - 21rem, 15rem);
  margin-inline: auto;
}
.com-contact__info-wrap::before {
  width: 24rem;
  right: 0;
  top: 0;
}
.com-contact__holiday {
  font-size: 2.2rem;
}
.com-contact__time {
  row-gap: 1.5rem;
}
.com-contact__time dd {
  font-size: 2.8rem;
}
.com-contact__time .min {
  max-width: 13em;
  margin-top: calc(0.5rem + (1em - 1lh) / 2);
}
.com-contact__items {
  width: 40rem;
  max-width: 100%;
  margin: 3rem auto 0;
}
.com-contact__items > * {
  margin-bottom: 2rem;
}
.com-contact__items > *:last-child {
  margin-bottom: 0;
}
.com-contact__btn {
  height: max(80px, 10rem);
  font-size: var(--font-size-h5);
}
.com-contact__tel {
  align-items: center;
  width: 100%;
  height: max(80px, 10rem);
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}

/*こんなお悩みありませんか？
-----------------------------*/
.com-trouble {
  background-size: 50%, 180%;
}
.com-trouble__list {
  padding: 0 0 5rem;
  background: none;
}
.com-trouble__list::after {
  width: 24rem;
  right: -5vw;
  bottom: -8rem;
}
.com-trouble__item {
  margin-bottom: 2.5rem;
}
.com-trouble:has(+ .com-message)::after {
  width: 6.9rem;
  aspect-ratio: 69/25;
  top: calc(100% + 1rem);
}

/*そのお悩み、
みよし市不用品回収相談窓口にお任せください！
-----------------------------*/
.com-message {
  background-size: 56%, 32%;
}
.com-message__title {
  font-size: min(2.8rem, 6.2223vw);
}
.com-message__title > span::before {
  width: calc(100% + 4rem);
  max-width: 98vw;
}
.com-message__image {
  margin-bottom: 3rem;
}
.com-message__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*料金表
-----------------------------*/
.com-fee {
  background-size: 50%, auto;
}
.com-fee__table {
  padding: 3rem 2rem;
}
.com-fee__table table tr:has(td:nth-of-type(3)) td:nth-of-type(2) {
  width: 40%;
  padding-inline: 0.8rem !important;
}

/*依頼の流れ
-----------------------------*/
.com-flow__list {
  padding-bottom: 6rem;
}
.com-flow__list::after {
  width: 16rem;
  aspect-ratio: 339/329;
  right: calc(-5vw - 3rem);
  bottom: -8rem;
  z-index: 1;
}
.com-flow__item {
  margin-bottom: 4rem;
}
.com-flow__item:last-of-type {
  margin-bottom: 0;
}
.com-flow__item::after {
  height: 1em;
  aspect-ratio: 42/16;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1.2rem);
}
.com-flow__icon img {
  height: 12rem;
}
.com-flow__body {
  line-height: 1.625;
}

/*===============================================
  トップページ
===============================================*/
/*不用品回収・遺品整理・解体までトータルサポート！
-----------------------------*/
.top-about {
  background-size: 50%, 180%;
}
.top-about::before {
  width: 140.4rem;
  height: 29.7rem;
  top: 11.5rem;
}
.top-about__title {
  width: 95vw;
  margin-left: -2.5vw;
  margin-bottom: 2rem;
}
.top-about__title > span::before {
  width: calc(100% + 6rem);
  max-width: 98vw;
}
.top-about__inner {
  width: 100vw;
  margin-left: -5vw;
}
.top-about__text {
  padding: calc(3rem - (1lh - 1em) / 2) 5% calc(5rem - (1lh - 1em) / 2);
}
.top-about__text::before {
  border-radius: 0.8rem;
}
.top-about__image {
  width: 90%;
  margin-left: auto;
}
.top-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image img {
  border-radius: 1.25rem 0 0 1.25rem;
}
.top-about__image::after {
  height: 12rem;
}

/*あなたにおすすめのページへご案内！
-----------------------------*/
.top-chart {
  padding-block: 12rem;
}
.top-chart::before {
  height: calc(100% - 24rem);
  background-size: 56%, 32%;
  bottom: 12rem;
}
.top-chart__images {
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.top-chart__image img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.top-chart__image:nth-child(1), .top-chart__image:nth-child(2) {
  align-self: flex-start;
}
.top-chart__image:nth-child(3), .top-chart__image:nth-child(4) {
  align-self: flex-end;
  margin-top: auto;
}
.top-chart__inner {
  padding-block: 6.4rem;
}
.top-chart__question {
  min-height: 7rem;
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  padding: 2rem 1.5rem;
}
.top-chart__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.top-chart__options:nth-of-type(1)::before {
  width: calc(100% + 4rem);
  height: 8rem;
  top: 1rem;
}
.top-chart__options:nth-of-type(2)::before {
  width: calc(100% + 4rem);
  height: 6.4rem;
  bottom: 2rem;
}
.top-chart__label {
  padding: 2rem 0 1rem;
}
.top-chart__label span {
  width: 8rem;
  aspect-ratio: 80/82;
  font-size: var(--font-size-h3);
}
.top-chart__label::before {
  width: 2rem;
  height: calc(100% + 1.5rem);
}
.top-chart__label::after {
  width: 6rem;
  aspect-ratio: 60/24;
  top: calc(100% + 1.4rem);
}
.top-chart__label:not(:has(+ .top-chart__btn)) {
  height: 100%;
}
.top-chart__btn {
  width: 100%;
  height: auto;
  min-height: 8rem;
  font-size: clamp(9px, 2.6667vw, 1.2rem);
  line-height: 1.25;
  padding: 1.7rem 3.75vw;
  border-radius: 1rem;
  margin-top: 5rem;
}
.top-chart__btn::before {
  display: none;
}
.top-chart__btn::after {
  right: 1.5rem !important;
}
.top-chart__btn > span {
  row-gap: 1rem;
  word-break: keep-all;
}
.top-chart__btn .b {
  font-size: calc(1em + 2px);
  line-height: 1.5;
  -webkit-text-stroke-width: 0.4rem;
  margin-block: calc((1em - 1lh) / 2);
}

/*お知らせ
-----------------------------*/
.top-news__btn {
  margin: 3rem auto 0;
}

/*===============================================
  初めての方へ
===============================================*/
/*サービス内容
-----------------------------*/
.beginner-service {
  background-size: 50%, 180%;
}
.beginner-service__item {
  margin-bottom: 6rem;
}
.beginner-service__link {
  margin-top: 1.5rem;
  margin-left: auto;
}
.beginner-service__image {
  margin-bottom: 3rem;
}
.beginner-service__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*みよし市不用品回収相談窓口が選ばれる理由
-----------------------------*/
.beginner-reason {
  background-size: 56%, 32%;
}
.beginner-reason__item {
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.beginner-reason__item:last-of-type {
  margin-bottom: 0;
}
.beginner-reason__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beginner-reason__image figcaption {
  width: 10rem;
  font-size: var(--font-size-h5);
}
.beginner-reason__inner {
  padding: 3.5rem 2rem 3rem;
}
.beginner-reason__heading > span {
  word-break: keep-all;
}
.beginner-reason__heading > span::before {
  width: calc(100% + 5rem);
  max-width: 88vw;
  height: 2.4rem;
}

/*会社情報
-----------------------------*/
.beginner-company__table:not(:has(tr)) {
  display: none;
}
.beginner-company__map {
  height: 30rem;
  margin-top: 4rem;
}

/*===============================================
  不用品回収・買取
===============================================*/
/*回収・買取品目
-----------------------------*/
.junk-list__card {
  display: grid;
  grid-template-columns: min(18rem, 42%) 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
.junk-list__card:last-of-type {
  margin-bottom: 0;
}
.junk-list__image {
  grid-row: span 2;
}
.junk-list__image img {
  aspect-ratio: 1.25;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.junk-list__heading {
  align-items: flex-start;
  align-self: flex-end;
  margin-bottom: 0;
}
.junk-list__items {
  align-self: flex-start;
  justify-content: flex-start;
}

/*買取実績
-----------------------------*/
.junk-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 4rem 2rem;
}
.junk-works__image {
  margin-bottom: 2rem;
}
.junk-works__image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.junk-works__heading {
  font-size: var(--font-size-h5);
  margin-bottom: 2rem;
}
.junk-works__heading:not(:has(+ .junk-works__price)) {
  margin-bottom: 0;
}
.junk-works__heading > span {
  line-height: var(--line-height-h5);
}

/*===============================================
  遺品整理・生前整理
===============================================*/
/*サービス内容
-----------------------------*/
.estate-service__list {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.estate-service__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.estate-service__image {
  width: 12.5rem;
  flex-shrink: 0;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.review-list {
  background-size: 50%;
}
.review-list__item > *:not(.review-list__heading) {
  margin-inline: 1rem;
}
.review-list__images {
  padding: 2rem;
  border-radius: 1rem;
}
.review-list__images::before {
  width: 3.5556vw;
  left: calc(2rem + 5%);
  bottom: 2rem;
  margin-bottom: 18vw;
}
.review-list__image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-list__image--before {
  width: 64%;
}
.review-list__image--after {
  width: 80%;
  margin-top: 1.5rem;
  margin-left: auto;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 2.5em;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.contact-form .contact-submits-wrap > * {
  width: 20em;
  max-width: 100%;
  height: 7rem;
  font-size: var(--font-size-h6);
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__heading {
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 0.75em;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/