@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  scroll-padding-top: 4.5rem;
}
@media screen and (max-width: 374px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4.5rem;
  padding-inline: clamp(16px, 5vw, 24px);
}
#header .header__logo {
  width: 11.25rem;
}
#header.header--ent {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 4rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 2.5rem;
}
#footer .footer__logo img {
  width: 15rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.9375rem;
}
#footer .footer__info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  row-gap: 0.625rem;
}
#footer .footer__info dl dt {
  width: 7em;
}
#footer .footer__info dl .com-replace {
  font-size: var(--font-size-xs);
}
#footer .footer__info dl .oth {
  grid-column: 2;
}
#footer .footer__info dl .line {
  display: block;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
  width: 100%;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 1.25rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-white);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-text);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  display: none;
}
.footer-nav__link {
  font-size: calc(var(--font-size-base) - 1px);
  line-height: 2;
  padding: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: 0.625rem;
  padding-block: calc((3.125rem - 1em) / 2);
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 3.125rem;
  aspect-ratio: 1;
  border-radius: 0.3125rem;
  right: 0.5rem;
  bottom: 0.5rem;
}
#pagetop img {
  width: 1.5rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 33.75rem;
  padding-block: 2.25rem;
}
.visual__box {
  width: calc(100% - clamp(32px, 10vw, 48px));
  row-gap: 1.5rem;
}
.visual__catch {
  width: 88%;
  max-width: 22.5rem;
}
.visual__catch img {
  width: 100%;
  aspect-ratio: 360/76;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: min(22.5rem, 88%);
  gap: 0.5rem;
}
.visual__list li img {
  height: 2.25rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 16rem;
}
.visual__catch--sub {
  width: calc(100% - clamp(32px, 10vw, 48px));
  max-width: 28.125rem;
  height: 4.5rem;
  font-size: min(var(--font-size-h2), 6.6667vw);
  border-radius: 0.3125rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.5625rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
.breadcrumb + .section {
  padding-top: 6.25rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 5rem;
}

.inbox {
  width: calc(100% - clamp(32px, 10vw, 48px));
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.5rem;
}
.com-tel::before {
  font-size: var(--font-size-base);
  margin-bottom: 0.3125rem;
}
.com-tel__num {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 2rem;
}
.com-tel__num::before {
  font-size: calc(1em - 0.5rem);
}
.com-tel__num span {
  margin-block: -0.375rem -0.125rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-xs);
}

/*ボタン
-----------------------------*/
.com-btn {
  border-radius: 0.5rem;
  padding-right: 1.125rem;
}
.com-btn::after {
  width: 2.25rem;
  height: 100%;
  background-size: 40%;
  border-radius: 0 0.625rem 0.625rem 0;
  right: 0;
}

.com-link {
  font-size: var(--font-size-lg);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.com-link::after {
  width: 2.625rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 1.5625rem;
}
.com-sns li {
  height: 2.8125rem;
  min-height: 40px;
}
.com-sns li.btn {
  aspect-ratio: 9/5;
}
.com-sns li.btn a {
  font-size: var(--font-size-sm);
  padding-bottom: 0.12em;
  border-radius: 0.5rem;
}
.com-sns li.btn.c-white a {
  outline-width: 2px;
  outline-offset: -2px;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.75em;
}
.com-table--noblock tr th {
  vertical-align: middle;
  width: 7em;
  border-bottom: solid 2px var(--color-white);
}
.com-table--noblock tr td {
  border-right: solid 2px var(--color-main);
  border-bottom: solid 2px var(--color-main);
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  border-top: solid 2px var(--color-main);
}
.com-table--noblock tr:first-of-type th {
  border-top-left-radius: 0.5rem;
}
.com-table--noblock tr:first-of-type td {
  border-top-right-radius: 0.5rem;
}
.com-table--noblock tr:last-of-type th {
  border-bottom-color: var(--color-main);
  border-bottom-left-radius: 0.5rem;
}
.com-table--noblock tr:last-of-type td {
  border-bottom-right-radius: 0.5rem;
}
.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;
}
.com-table:not(.com-table--noblock) tr th,
.com-table:not(.com-table--noblock) tr td {
  padding-inline: 1em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-inline: calc(1em - 2px);
  border-inline: solid 2px var(--color-main);
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  border-radius: 0.5rem 0.5rem 0 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  border-bottom: solid 2px var(--color-main);
  border-radius: 0 0 0.5rem 0.5rem;
}

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

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.com-post__link {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.com-post__image {
  width: 6.25rem;
}
.com-post__image img {
  border-radius: 0.3125rem;
}
.com-post__inner {
  gap: 0.9375rem 0.75rem;
}
.com-post__date {
  align-self: center;
}
.com-post__tag {
  padding-inline: 0.5em;
  line-height: 2;
  border-radius: 0.125rem;
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
}

/*タグリスト
-----------------------------*/
.com-tags__list {
  gap: 0.625rem;
}
.com-tags__item a,
.com-tags__item > span {
  font-size: var(--font-size-sm);
  font-weight: 500;
  line-height: 2.42858;
  padding-inline: 1em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 0.9375rem;
  margin-bottom: 2.5rem;
}
.com-title01 .en {
  font-size: 1.125rem;
  gap: 0.75rem;
}
.com-title01 .en::before {
  width: 1.5rem;
  aspect-ratio: 12/13;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  総合トップ
===============================================*/
.entrance {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-auto-flow: column;
  min-height: calc(100svh - 7.625rem);
}
.entrance__items--main .entrance__item {
  height: 22.5rem;
  row-gap: 3.125rem;
  padding-bottom: 1.25rem;
}
.entrance__items--main .entrance__item::after {
  aspect-ratio: 7/4;
  height: 2.5em;
  right: 1.25rem;
  bottom: 1.25rem;
}
.entrance__items--sub {
  padding: clamp(16px, 5vw, 24px) clamp(16px, 5vw, 24px) 0;
}
.entrance__items--sub .entrance__item {
  justify-content: space-between;
  height: 11.25rem;
  padding-inline: clamp(16px, 5vw, 24px);
  padding-block: 1.875rem;
  margin-bottom: clamp(16px, 5vw, 24px);
  border-radius: 0.75rem;
}
.entrance__items--sub .entrance__item:last-of-type {
  margin-bottom: 0;
}
.entrance__items--sub .entrance__item::after {
  aspect-ratio: 48/30;
  width: 3em;
  right: 0.9375rem;
  bottom: 0.9375rem;
}
.entrance__items--sub .entrance__title {
  font-size: 1.625rem;
}
.entrance__title {
  margin-bottom: 0;
}
.entrance__list {
  gap: 0.375rem;
}
.entrance__list li {
  font-size: var(--font-size-lg);
  line-height: 2.22223;
  padding-inline: 0.5em;
  border-radius: 0.3125rem;
}
.entrance__text {
  max-width: calc(100% - 4.5rem);
  font-size: var(--font-size-sm);
  line-height: 1.42858;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__items {
  row-gap: 1.5625rem;
}
.com-contact__tel {
  width: 100%;
  height: 6.25rem;
  max-width: 100%;
  border-radius: 0.5rem;
}
.com-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 1.25rem 0.625rem;
}
.com-contact__btn {
  width: 100%;
  height: 80px;
  font-size: var(--font-size-lg);
  padding-inline: 20px 2.5rem;
}
.com-contact__btn.com-btn--line {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-contact__btn.com-btn--line::before {
  width: 40px;
}
.com-contact__btn.com-btn--mail {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.com-contact__btn.com-btn--mail::before {
  width: 1.875rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このような方のお力になれます
-----------------------------*/
.top-help__inner {
  padding-block-end: 5rem;
}
.top-help__inner::after {
  width: 80rem;
  height: 16.875rem;
}
.top-help__text {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  text-align: center;
  word-break: keep-all;
}
.top-help__text strong {
  font-size: var(--font-size-lg);
  line-height: 1.66667;
  box-shadow: 0 0.125rem var(--color-main);
}
.top-help__list {
  margin-top: 2.5rem;
}
.top-help__item {
  font-size: var(--font-size-lg);
  line-height: 1.33334;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 1.125rem 1.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
}
.top-help__item:last-of-type {
  margin-bottom: 0;
}
.top-help__item::before {
  width: 1.25rem;
}
.top-help__box {
  padding-block: 4rem;
}
.top-help__box::before {
  height: 4rem;
  top: -3rem;
}
.top-help__heading {
  width: 100%;
  font-size: min(var(--font-size-h4), 5.3334vw);
  margin-bottom: 1.875rem;
}
.top-help__heading > span:not(.en) {
  line-height: 1.5;
}
.top-help__body {
  text-align: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  padding: 1.5rem 1em;
  border-radius: 0.375rem;
  margin-inline: auto;
  word-break: keep-all;
}
.top-help__body .ki {
  display: inline-block;
  margin-inline: -0.25em;
}

/*空き家・住宅の解体工事なら
株式会社ジンワークス
-----------------------------*/
.top-about::after {
  width: 96%;
  height: 6rem;
  z-index: 6;
}
.top-about__title {
  font-size: 1.875rem;
}
.top-about__title > span:not(.en) {
  line-height: 1.4;
}
.top-about__images {
  display: grid;
  grid-template-columns: 64% 32%;
  justify-content: space-between;
  margin-top: 3rem;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

/*安心してお任せいただくために
お客さまとの5つのお約束
-----------------------------*/
.top-promise__title {
  font-size: 1.625rem;
}
.top-promise__title > span:not(.en) {
  line-height: 1.38462;
}
.top-promise__item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  align-items: center;
  gap: 1.5625rem 1.25rem;
  padding: 1.25rem 1.25rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
}
.top-promise__item:last-of-type {
  margin-bottom: 0;
}
.top-promise__item::before {
  width: 2.5rem;
  font-size: var(--font-size-h5);
  border-radius: 0.5rem 0;
}
.top-promise__image {
  aspect-ratio: 1;
}
.top-promise__image img {
  border-radius: 0.5rem;
}
.top-promise__heading {
  word-break: keep-all;
}
.top-promise__body {
  grid-column: span 2;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__items {
  width: 100%;
}
.top-bnr__item {
  row-gap: 1.875rem;
  padding: 2.5rem clamp(16px, 5vw, 24px);
  margin-bottom: 1px;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__title {
  font-size: 1.625rem;
  margin-bottom: 0;
}
.top-bnr__title > span:not(.en) {
  line-height: 1.38462;
}
.top-bnr__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
  width: 100%;
  line-height: 1.5;
  word-break: keep-all;
}
.top-bnr__text::after {
  content: "";
  display: block;
  width: 3.5em;
  aspect-ratio: 56/30;
  background: url(../img/common/arrow.svg) no-repeat center/auto 40%;
  box-shadow: 0 0 0 2px var(--color-white) inset;
  border-radius: 100vh;
  flex-shrink: 0;
}

/*お知らせ
-----------------------------*/
.top-news::after {
  content: "";
  width: 88%;
  height: 6rem;
  background: url(../img/common/deco_greeting.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.75rem;
  pointer-events: none;
}
.top-news__btn {
  margin: 1.875rem 0 0 auto;
}

/*===============================================
  空き家をお持ちの方へ
===============================================*/
/*空き家を解体するメリット
-----------------------------*/
.guide-merit__list {
  margin-top: 3.5rem;
}
.guide-merit__item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  align-items: center;
  gap: 1.5625rem 1.25rem;
  padding: 1.25rem 1.25rem 2.25rem;
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
}
.guide-merit__item:last-of-type {
  margin-bottom: 0;
}
.guide-merit__item::before {
  width: 2.5rem;
  font-size: var(--font-size-h5);
  border-radius: 0.5rem 0;
}
.guide-merit__image {
  aspect-ratio: 1;
}
.guide-merit__image img {
  border-radius: 0.5rem;
}
.guide-merit__heading {
  word-break: keep-all;
}
.guide-merit__body {
  grid-column: span 2;
}

/*安心保証について
-----------------------------*/
.guide-guarantee::after {
  width: 95%;
  height: 4.5rem;
}
.guide-guarantee__image {
  aspect-ratio: 16/9;
  margin-bottom: 1.875rem;
}
.guide-guarantee__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

/*===============================================
  ご依頼の流れ
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.flow-list__text {
  text-align: center;
  word-break: keep-all;
}
.flow-list__items {
  padding-top: 2.5rem;
}
.flow-list__item {
  padding: 1.25rem 1.25rem 2.25rem;
  border-radius: 0.5rem;
  margin-bottom: 3.125rem;
}
.flow-list__item::before {
  width: 6.875rem;
  font-size: var(--font-size-h5);
  line-height: 1.5;
  border-radius: 0.5rem 0;
  padding-block: 0.3125rem;
}
.flow-list__item::after {
  height: 1.25rem;
  top: calc(100% + 0.9375rem);
}
.flow-list__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-list__image {
  margin-bottom: 1.5625rem;
}
.flow-list__image img {
  border-radius: 0.5rem;
}
.flow-list__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 1.5625rem;
}

/*===============================================
  実績紹介
===============================================*/
/*実績一覧
-----------------------------*/
.works-list__tags, .works-list__items {
  margin-top: 3.125rem;
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
}
.works-list__label {
  line-height: 1.66667;
  padding: 0.3125rem 1em;
  border-radius: 0.625rem 0;
}
.works-list__image {
  aspect-ratio: 1;
  margin-bottom: 1.25rem;
}
.works-list__image img {
  border-radius: 0.5rem;
}
.works-list__heading {
  margin-bottom: 1.25rem;
}
.works-list__btn {
  height: 3.125rem;
}
.works-list__btn::after {
  width: 18%;
}

/*実績詳細
-----------------------------*/
.works-detail__tags {
  margin-bottom: 1.5625rem;
}
.works-detail__tag span {
  font-size: var(--font-size-lg);
  line-height: 2.22223;
}
.works-detail__table {
  margin-top: 2.5rem;
}
.works-detail__table tr th,
.works-detail__table tr td {
  width: 50%;
  text-align: center;
}
.works-detail__table > .works-detail__item {
  margin-top: 4rem;
}
.works-detail__item {
  margin-top: 2.5rem;
}
.works-detail__heading {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-bottom: 1.5625rem;
}
.works-detail__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.works-detail__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__image img {
  border-radius: 0.5rem;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-message__inner::after {
  width: 92vw;
  height: 6rem;
  bottom: -6.875rem;
}
.company-message__image {
  align-items: center;
  row-gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.company-message__image img {
  aspect-ratio: 16/9;
  border-radius: 0.75rem;
}
.company-message__image figcaption {
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: 1.5;
}

/*会社概要
-----------------------------*/
.company-info__table + .company-info__box {
  margin-top: 3.5rem;
}
.company-info__table tr td dl {
  margin-bottom: 1em;
}
.company-info__table tr td dl:last-of-type {
  margin-bottom: 0;
}
.company-info__box {
  margin-top: 2.5rem;
  border-radius: 0.5rem;
}
.company-info__heading {
  padding-block: calc((3.75rem - 1em) / 2);
}
.company-info__map {
  height: 20rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__tags {
  margin-bottom: 3.125rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ
-----------------------------*/
.contact-lead__boxes {
  margin-top: 2.5rem;
}
.contact-lead__box {
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
}
.contact-lead__box:last-of-type {
  margin-bottom: 0;
}
.contact-lead__heading {
  padding-block: calc((4rem - 1em) / 2);
}
.contact-lead__inner {
  line-height: 1.5;
  row-gap: 1.25rem;
  padding: 2rem 1.25rem;
}
.contact-lead__tel {
  width: 100%;
  height: 6.25rem;
  max-width: 100%;
}
.contact-lead__info {
  font-size: var(--font-size-sm);
}
.contact-lead__info dd::after {
  content: "／";
  margin-inline: 0.25em;
}
.contact-lead__info dd:last-of-type::after {
  display: none;
}
.contact-lead__btn {
  width: 100%;
  max-width: 100%;
  height: 80px;
  font-size: var(--font-size-lg);
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-right: 1.875rem;
}
.contact-lead__btn::before {
  width: 40px;
}
.contact-lead__btn::after {
  width: 2rem;
}
@media screen and (max-width: 375px) {
  .contact-lead__btn {
    padding-right: 0;
  }
  .contact-lead__btn::after {
    display: none;
  }
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__title {
  font-size: 1.875rem;
}
.contact-form__inner {
  margin-top: 2.5rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 1.25rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title {
  font-size: 1.875rem;
}
.privacy-policy__box {
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
}
.privacy-policy__heading {
  margin-bottom: 1.5625rem;
}

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

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