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

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

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

/*===============================================
  header
===============================================*/
#header {
  background: var(--color-white);
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  height: 8rem;
  padding-inline: 2rem;
}
#header .header__logo img {
  height: 4.5rem;
  aspect-ratio: 330/45;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__btn {
  width: 28vw;
  max-width: 18.8rem;
  height: 5.6rem;
  font-size: min(1.8rem, 3vw);
  -moz-column-gap: calc(1em - 2px);
       column-gap: calc(1em - 2px);
  padding-right: 0;
  margin-right: 5.4rem;
  flex-shrink: 0;
}
#header .header__btn::after {
  display: none;
}
@media screen and (max-width: 500px) {
  #header .header__btn {
    width: 5.6rem;
  }
  #header .header__btn::before {
    width: 2.5rem;
  }
  #header .header__btn > span {
    display: none;
  }
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
  margin-bottom: clamp(95px, 20vw, 150px);
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 5rem;
}
#footer .footer__logo img {
  max-width: 90vw;
  height: 5rem;
  aspect-ratio: 366/50;
  -o-object-fit: contain;
     object-fit: contain;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  margin-top: 5rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  font-size: calc(var(--font-size-base) - 1px);
  background: var(--color-border-box);
  padding-block: 2px;
}
.footer-nav__item {
  background: color-mix(in srgb, #fff 80%, var(--color-bg));
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  display: none;
}

/*ボトムボタン
-----------------------------*/
#bottom {
  height: clamp(95px, 20vw, 150px);
  font-size: clamp(10px, 2.1333333333vw, 16px);
  gap: 0.625em 1.875em;
  padding-inline: max(50% - 33rem, 0.75em);
}
#bottom .fix__ttl {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  padding-block: 0.6rem;
  margin-bottom: 0.4rem;
  align-self: flex-end;
}
#bottom .fix__tel {
  font-size: 2.25em;
  align-self: flex-start;
}
#bottom .fix__tel .com-replace {
  font-size: clamp(9px, 1.8666666667vw, 14px);
}
#bottom .fix__time {
  font-size: 1.125em;
}
@media screen and (max-width: 400px) {
  #bottom .fix__time {
    display: none;
  }
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(100svh - 8rem - clamp(95px, 20vw, 150px));
  min-height: 54rem;
  max-height: 80rem;
  padding: 4rem 1vw;
}
.visual__catch--main {
  padding: 6rem 0 2rem;
}
.visual__catch--main img {
  height: min(18rem, 40vw);
  aspect-ratio: 28/18;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 1rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 3rem #fff) drop-shadow(0 0 7rem #fff);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
}
.visual__catch--sub {
  font-size: var(--font-size-h2);
  filter: drop-shadow(0 0 1rem #fff) drop-shadow(0 0 1rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 3rem #fff) drop-shadow(0 0 7rem #fff);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

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

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  font-size: 3.6rem;
  padding-left: calc(1em - 2px + 1.2rem);
  row-gap: 0.27778em;
}
.com-tel__num {
  font-size: 1em;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-left: calc(-1em + 2px - 1.2rem);
}
.com-tel__num::before {
  width: calc(1em - 2px);
}
.com-tel__num span {
  margin-block-start: -0.2rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/* 営業時間
-----------------------------*/
.com-info {
  font-size: var(--font-size-base);
  line-height: calc(1em + 0.8rem);
  letter-spacing: 0.08em;
  margin-inline-end: -0.08em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
  font-size: var(--font-size-h6);
}
.com-btn > span {
  line-height: calc(1em + 0.8rem);
}
.com-btn > span .min {
  font-size: calc(1em - 0.4rem);
  margin-bottom: -0.2rem;
}
.com-btn::after {
  width: 1.2rem;
  right: 2rem;
}
.com-btn--mail {
  width: 40rem;
  height: 8rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  padding-right: 3rem;
}
.com-btn--mail::before {
  width: 2rem;
}
.com-btn--mail .min {
  display: block;
}

.com-link {
  font-size: var(--font-size-h6);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-link::after {
  width: 1.2rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: max(20px, 3rem);
}
.com-sns li {
  width: max(40px, 5rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 0.5em 1em;
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 0 0.6rem;
  margin-block: -0.6rem;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table--noblock tr td {
  vertical-align: middle;
}
.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-block: 0.75em;
}

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

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 2rem;
}
.com-post__link {
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__image {
  width: 12rem;
}
.com-post__inner {
  gap: 1.2rem;
  align-self: center;
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 5rem;
}
.com-title01::after {
  width: 5rem;
  margin-top: 1rem;
}
.com-title01--waa::before {
  width: calc(100% + 10rem);
  height: 3rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__btn.com-btn--mail {
  width: 32rem;
  height: 7rem;
  padding-right: 2rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3.2rem 2.4rem;
  margin-top: 4rem;
}
.com-contact__tel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  width: 100%;
}

/*よくあるご質問
-----------------------------*/
.com-faq__item {
  margin-bottom: 6rem;
}
.com-faq__heading {
  padding: 1.5rem;
  margin-bottom: 2.4rem;
}
.com-faq__body {
  padding-inline: 1rem;
}

/* ビフォーアフター
-----------------------------*/
.com-works__item:not(:has(.com-works__link)) {
  padding: 2rem 2rem 2.4rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.com-works__link {
  padding: 2rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.com-works__link:has(.com-works__btn) {
  padding-bottom: 6rem;
}
.com-works__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.com-works__images:has(+ .com-works__body) {
  margin-bottom: 3rem;
}
.com-works__image figcaption {
  font-size: var(--font-size-base);
  padding-top: 1.5rem;
}
.com-works__image img {
  aspect-ratio: 4/3;
}
.com-works__image--before {
  width: 40%;
}
.com-works__image--before::after {
  height: 3rem;
  aspect-ratio: 109/68;
  bottom: calc(var(--font-size-base) + 1.5rem);
}
.com-works__image--after {
  width: 56%;
}
.com-works__btn {
  width: 16rem;
  height: 4.2rem;
  padding-right: 2rem;
  border-top-left-radius: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.com-works__btn::after {
  right: 1.5rem;
}

/* サービス・料金
-----------------------------*/
.com-service__box {
  padding-top: 8rem;
}
.com-service__heading {
  padding: 1.5rem 2rem;
  margin-bottom: 2.4rem;
}
.com-service__thumb:has(+ *) {
  margin-bottom: 2.4rem;
}
.com-service__items {
  margin-top: 4rem;
}
.com-service__item {
  gap: 1.5rem 1.5rem;
  padding: 3rem 2rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-bottom: 2rem;
}
.com-service__value {
  padding-top: calc(2.4rem + (1em - 1lh) / 2);
}

/*===============================================
  トップページ
===============================================*/
/*感謝の気持ちを込めて
お得なキャンペーン開催中！
-----------------------------*/
.top-bnr {
  padding-bottom: 1rem;
}
.top-bnr__item {
  padding: 4rem 1rem 3rem;
  outline-offset: calc(-0.6rem - 1px);
}
.top-bnr__title {
  font-size: min(3rem, 6vw);
  margin-bottom: 3rem;
}
.top-bnr__text {
  padding-inline: 1.4rem;
}
.top-bnr__link {
  margin-top: 3rem;
  padding-inline: 1rem;
}

/*このようなお悩みありませんか？
-----------------------------*/
.top-worries {
  background-size: 78rem;
  padding-top: 28.5rem;
}
.top-worries__title .b {
  font-size: calc(1em + 4px);
  line-height: 1;
}
.top-worries__list {
  margin-bottom: 5rem;
}
.top-worries__item {
  font-size: var(--font-size-h6);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding: 0 1.5rem 2.5rem;
  margin-bottom: 2.5rem;
}
.top-worries__item::before {
  width: 2rem;
}
.top-worries__item p {
  line-height: var(--line-height-h6);
}
.top-worries__text {
  text-align: center;
  word-break: keep-all;
}
.top-worries__text strong {
  font-size: var(--font-size-h5);
  line-height: 1;
}
.top-worries__btn {
  margin-top: 4rem;
}

/*確かな技術で、洗練された生活へ。
-----------------------------*/
.top-about {
  padding-block: 0;
}
.top-about__title .min {
  font-size: var(--font-size-h5);
}
.top-about__images--top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  margin-bottom: 6rem;
}
.top-about__images--top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__images--bottom {
  padding-top: 6rem;
}
.top-about__images--bottom .top-about__image img {
  width: 100%;
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__images--bottom .top-about__image img {
  -o-object-position: center 32%;
     object-position: center 32%;
}
/*ハウスクリーニングを頼むと、
どんな変化があるの？
-----------------------------*/
.top-change__title {
  font-size: min(3rem, 6vw);
}
.top-change__item {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 2.4rem 1.6rem;
  margin-bottom: 4rem;
}
.top-change__item:last-of-type {
  margin-bottom: 0;
}
.top-change__heading {
  align-self: center;
  word-break: keep-all;
}
.top-change__body {
  grid-column: span 2;
}

/*動画で紹介
-----------------------------*/
.top-movie__title {
  margin-bottom: 4rem;
}
.top-movie__title .mark {
  padding-inline: 1rem;
  background: linear-gradient(to top, var(--color-sky) 2.4rem, transparent 2.4rem);
}
.top-movie__box:has(+ .top-movie__text) {
  margin-bottom: 4rem;
}
.top-movie__text {
  word-break: keep-all;
}

/*私たちにできること
-----------------------------*/
.top-service__item {
  margin-bottom: 2rem;
}
.top-service__item:last-of-type {
  margin-bottom: 0;
}
.top-service__link {
  display: grid;
  grid-template-columns: 7rem 1fr 1.2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  background-color: var(--color-blue);
  padding: 2rem;
  border-radius: 1rem;
}
.top-service__link::after {
  content: "";
  aspect-ratio: 7/8;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
}
.top-service__link:hover {
  color: var(--color-sky);
}
.top-service__link:hover .top-service__icon {
  transform: translateY(-0.5rem);
}
.top-service__icon {
  margin-right: 0.5rem;
}
.top-service__heading {
  font-size: var(--font-size-h6);
  align-items: flex-start;
  text-align: left;
}
.top-service__heading > span {
  line-height: calc(1em + 1rem);
}
.top-service__heading .min {
  display: inline-block;
  font-size: var(--font-size-sm);
  line-height: calc(1em + 0.8rem);
}
.top-service__btn {
  width: 35rem;
  margin: 4rem auto 0;
}

/*ビフォーアフター
-----------------------------*/
.top-works {
  padding-bottom: 0;
}
.top-works::after {
  display: block;
  width: 100%;
  aspect-ratio: 5/2;
  background-position: center 32%;
  margin-top: 6rem;
}
.top-works__text {
  text-align: center;
}
.top-works__list {
  padding-top: 5rem;
}
.top-works__item {
  margin-bottom: 2rem;
}
.top-works__btn {
  margin: 4rem auto 0;
}

/*ご利用の流れ
-----------------------------*/
.top-flow__title .mark {
  padding-inline: 1rem;
  background: linear-gradient(to top, var(--color-sky) 2.4rem, transparent 2.4rem);
}
.top-flow__item {
  padding: 2.4rem 3rem;
  margin-bottom: 5rem;
}
.top-flow__item:last-of-type {
  margin-bottom: 0;
}
.top-flow__item::after {
  height: 2rem;
  aspect-ratio: 5/2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1.5rem);
}
.top-flow__icon {
  width: 4.2rem;
  margin-bottom: -4.2rem;
}
.top-flow__heading {
  row-gap: calc(4.2rem - (1em + var(--font-size-sm)));
  padding-left: 6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*よくあるご質問
-----------------------------*/
.top-faq__list,
.top-faq .com-empty {
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-top: 4rem;
}
.top-faq__list {
  padding: 2rem 2rem 3rem;
}
.top-faq__item {
  margin-bottom: 4rem;
}
.top-faq__item .com-faq__heading {
  margin-bottom: 2rem;
}
.top-faq__btn {
  margin: 4rem auto 0;
}

/*お知らせ・キャンペーン
-----------------------------*/
.top-news .com-btn {
  margin: 4rem auto 0;
}

/*店舗概要
-----------------------------*/
.top-info__table {
  line-height: 1.5;
}
.top-info__table dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.top-info__table dl:last-of-type {
  margin-bottom: 0;
}
.top-info__table dt {
  align-self: center;
  padding-left: 0.25em;
}
.top-info__table dd {
  word-break: keep-all;
}
.top-info__table dd .com-replace {
  font-size: calc(var(--font-size-sm) - 1px);
}
.top-info__map {
  height: 32rem;
  margin-top: 5rem;
}

/*===============================================
  サービス・料金
===============================================*/
/*サービス・料金一覧
-----------------------------*/
.service-list__tags {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.service-list__tag {
  margin-bottom: 1rem;
}
.service-list__tag:last-of-type {
  margin-bottom: 0;
}
.service-list__tag .com-btn {
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding: 1rem 3rem 1rem 2rem;
}
.service-list__contact {
  padding-top: 3rem;
}
.service-list__contact > * {
  margin-bottom: 2rem;
}
.service-list__contact > *:last-child {
  margin-bottom: 0;
}
.service-list__tel {
  padding: 3rem 2.4rem;
  outline-offset: calc(-0.6rem - 1px);
}
.service-list__tel dt {
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.service-list__time {
  margin-top: calc(1.5rem + (1em - 1lh) / 2);
}
.service-list__time .br {
  display: inline-block;
}
.service-list__btn {
  width: 100%;
  height: 10rem;
}
.service-list__btn::before {
  width: 3rem;
}

/*===============================================
  コーティング
===============================================*/
/*コーティングで、
新品のような美しさを長期間キープ！
-----------------------------*/
.coating-about {
  padding-bottom: 0;
}
.coating-about__title {
  font-size: min(3rem, 6.667vw);
}
.coating-about__title > span {
  line-height: 1.5;
}
.coating-about__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.coating-about__image {
  margin-top: 5rem;
}
.coating-about__image img {
  -o-object-position: center top;
     object-position: center top;
}

/*キレイが続き、掃除がラクになる
5つの理由
-----------------------------*/
.coating-reason__item {
  margin-bottom: 4rem;
}
.coating-reason__item:last-of-type {
  margin-bottom: 0;
}
.coating-reason__inner {
  display: grid;
  grid-template-columns: 1fr 8rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 2rem;
}
.coating-reason__heading {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  color: var(--color-blue);
  margin-bottom: 0;
}
.coating-reason__heading > span {
  line-height: 1.33334;
}
.coating-reason__heading::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  aspect-ratio: 1;
  font-size: 2.4rem;
  color: var(--color-white);
  background: var(--color-blue);
  border-radius: 50%;
  padding-bottom: 0.05em;
}
.coating-reason__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background: var(--gradation-sky);
  border-radius: 50%;
}
.coating-reason__icon img {
  width: 5rem;
}

/*お客様の声
-----------------------------*/
.coating-voice__list {
  padding-top: 4rem;
}
.coating-voice__item {
  padding: 3.2rem 2.4rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-bottom: 3rem;
}
.coating-voice__item:last-of-type {
  margin-bottom: 0;
}
.coating-voice__status {
  padding-top: 1em;
}
.coating-voice__body {
  margin-top: 2rem;
  padding-top: calc(2.5rem + (1em - 1lh) / 2);
}
.coating-voice__body p {
  margin-inline: -0.4rem;
}

/*サービス・料金
-----------------------------*/
.coating-service__list {
  padding-top: 4rem;
}

/*よくあるご質問
-----------------------------*/
.coating-faq__list,
.coating-faq .com-empty {
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-top: 4rem;
}
.coating-faq__list {
  padding: 2rem 2rem 3rem;
}
.coating-faq__item {
  margin-bottom: 4rem;
}
.coating-faq__item .com-faq__heading {
  margin-bottom: 2rem;
}

/*施工例
-----------------------------*/
.coating-case__list {
  padding-top: 4rem;
}
.coating-case__item {
  margin-bottom: 3rem;
}
.coating-case__item:last-of-type {
  margin-bottom: 0;
}

/*===============================================
  ビフォーアフター
===============================================*/
/*ビフォーアフター 一覧
-----------------------------*/
.works-list__items {
  margin-top: 5rem;
}
.works-list__item {
  margin-bottom: 3rem;
}
.works-list__item:last-of-type {
  margin-bottom: 0;
}

/*ビフォーアフター 詳細
-----------------------------*/
.works-detail__box {
  padding: 3.2rem 2.4rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.works-detail__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.works-detail__table {
  margin-top: 3rem;
}
.works-detail__table:has(+ *) {
  margin-bottom: 3rem;
}
.works-detail__table tr th {
  width: 9em;
}

/*===============================================
  よくあるご質問
===============================================*/
/*よくあるご質問 一覧
-----------------------------*/
.faq-list__items {
  margin-top: 5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__title {
  margin-bottom: 3rem;
}
.news-archive .com-empty {
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3.2rem 2.4rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.news-detail__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 5rem;
}
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__text + .contact-form__box {
  margin-top: 5rem;
}
.contact-form__box {
  padding: 3.6rem 2.4rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-top: 4rem;
}
.contact-form__box--mail {
  padding: 0;
  outline: none;
  margin-top: 6rem;
}
.contact-form__heading {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.contact-form__body + * {
  margin-top: 3.5rem;
}
.contact-form__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3.6rem;
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.6rem 2.4rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-bottom: 4rem;
}
.privacy-policy__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

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

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