@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem clamp(40px, 3.125vw, 60px) 0 clamp(35px, 2.6041666667vw, 50px);
}
#header .header__logo {
  padding-top: 7px;
}
#header .header__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 2rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3.4rem;
       column-gap: 3.4rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6rem 0 7.8rem;
}
#footer .footer__inner {
  display: grid;
  grid-template: auto 1fr/auto auto;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-flow: column;
  gap: 4rem 5rem;
  width: 1080px;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 39rem;
  gap: 2.6rem 3rem;
}
#footer .footer__add {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  letter-spacing: var(--letter-spacing-base);
  gap: 1em;
}
#footer .footer__add dt {
  flex: 0 0 auto;
}
#footer .footer__add dd {
  flex: 1 1 auto;
}
#footer .footer__sns li {
  width: 3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  grid-row: span 2;
  font-weight: 700;
  padding: 4.5rem 0 8rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 3.4rem 5rem;
}
.footer-nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  line-height: calc(1em + 1rem);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::before {
  content: "";
  width: 1.2rem;
  aspect-ratio: 1;
  background: var(--color-orange);
  border-radius: 50%;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 108rem;
  margin-inline: auto;
}
.copy p {
  font-size: var(--font-size-sm);
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  background-size: min(56.2rem, 29.271%), min(52.5rem, 27.34375%);
}
.visual::after {
  height: calc(2rem + 1px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(15.4rem + clamp(504px, 39.375vw, 756px));
  padding-top: 15.4rem;
  padding-bottom: clamp(30px, 2.2916666667vw, 44px);
  background-size: clamp(426px, 33.28125vw, 639px);
}
.visual__main::before {
  width: 100%;
  max-width: 192rem;
  height: clamp(255px, 19.8958333333vw, 382px);
  bottom: clamp(34px, 2.65625vw, 51px);
}
.visual__main::after {
  width: 83.9584%;
  max-width: 1612px;
  height: clamp(276px, 21.5625vw, 414px);
  top: 13.6rem;
}
.visual__catch--main {
  width: clamp(510px, 39.7916666667vw, 764px);
}
.visual__catch--main::before {
  width: 156.021%;
  height: 48.315%;
  top: -4.495%;
}
.visual__catch--main::after {
  width: 216.4922%;
  height: 62.8341%;
  bottom: -6.929%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(15.4rem + clamp(324px, 25.3125vw, 486px));
  padding-top: 15.4rem;
  padding-bottom: clamp(42px, 3.2291666667vw, 62px);
  background-size: min(639px, 33.28125%);
}
.visual__sub::before {
  height: clamp(285px, 23.3854166667vw, 449px);
  aspect-ratio: 721/449;
  top: 141px;
  right: max(50% - 754px, 10.7292%);
}
.visual__sub::after {
  width: 54.6875%;
  max-width: calc(50% + 9rem);
  height: clamp(300px, 23.5416666667vw, 452px);
  top: 136px;
}
.visual__catch--sub {
  width: 31.667%;
  max-width: 608px;
  font-size: clamp(3.5rem, 2.7083333333vw, 5.2rem);
  line-height: 1.53847;
  margin-left: max(50% - 585px, 19.53125%);
  -webkit-text-stroke: clamp(10px, 0.7291666667vw, 14px) #fff;
  paint-order: stroke;
}
.visual__catch--sub::before {
  width: 37.829%;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
  font-weight: 700;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: calc(1em + 1rem);
}
.gnav__item::after {
  content: "";
  width: 2px;
  height: 1lh;
  background: linear-gradient(to bottom, var(--color-border) 6px, transparent 6px, transparent 10px) repeat-y center top/2px 10px;
  margin-inline: 2em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-orange);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 4rem;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}
.breadcrumb + .section {
  padding-top: 14rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--bg::after {
  height: clamp(330px, 25.78125vw, 495px);
}
.section--wave::after {
  height: calc(2rem + 1px);
}
.section--wave + .section {
  padding-top: 12rem;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  row-gap: 0.7rem;
}
.com-tel__num {
  font-size: 2.4rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.com-tel__num span {
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.com-tel .com-replace {
  font-size: 1.1rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 34rem;
  height: 6.4rem;
}
.com-btn > span {
  font-size: 1.8rem;
}
.com-btn::after {
  width: 1em;
  right: 2rem;
}
.com-btn--mail {
  width: 28rem;
}

/* SNSリスト
-----------------------------*/
.com-sns {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-sns li {
  width: 4rem;
}
.com-sns li.mail {
  width: 5rem;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  border-bottom: dashed 1px var(--color-white);
  padding: 1.5rem 2rem;
}
.com-table tr td {
  border-bottom: dashed 1px var(--color-border);
  padding: 1.5rem 4rem;
}
.com-table tr:first-of-type th {
  border-top-left-radius: 1rem;
}
.com-table tr:first-of-type td {
  border-top-right-radius: 1rem;
}
.com-table tr:last-of-type th {
  border-bottom-left-radius: 1rem;
  border-bottom: none;
}
.com-table tr:last-of-type td {
  border-bottom-right-radius: 1rem;
  border-bottom: none;
}

/*テキストボックス
-----------------------------*/
.com-text .mb {
  margin-bottom: 1.25em;
}

/*お知らせ
-----------------------------*/
.com-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
.com-post__image {
  margin-bottom: 2rem;
}
.com-post__image img {
  aspect-ratio: 1.4166666667;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__inner {
  font-size: var(--font-size-base);
  gap: 1.3rem 1.7rem;
}
.com-post__tag {
  padding-inline: 1em;
  border-radius: 100vh;
}

/* 画像
-----------------------------*/
.com-img {
  outline-width: 6px;
  outline-offset: -6px;
}
.com-img::before {
  border-width: 2px;
}

/* リスト
-----------------------------*/
.com-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 7rem 3rem;
  padding-top: 4rem;
}
.com-list:has(.com-list__item:last-of-type:nth-of-type(3n + 1)) {
  gap: 8rem 4rem;
}
.com-list:has(.com-list__item:last-of-type:nth-of-type(3n + 1)) .com-list__item {
  width: calc(50% - 2rem);
}
.com-list:has(.com-list__item:last-of-type:nth-of-type(3n + 1)) .com-list__body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: 0;
}
.com-list__item {
  width: 34rem;
}
.com-list__heading {
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 11rem;
  padding-top: 5px;
  padding-inline: 1em;
}
.com-list__heading::before {
  height: 4rem;
  top: -4rem;
}
.com-list__heading::after {
  font-size: 4.2rem;
  top: -3rem;
}
.com-list__body {
  height: calc(100% - 11rem);
  min-height: 17rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  letter-spacing: -0.04em;
  padding-block-start: calc(2rem + (1em - 1lh) / 2);
  padding-block-end: calc(3.6rem + (1em - 1lh) / 2);
  padding-inline: 2rem;
  word-break: break-all;
  line-break: anywhere;
  text-align: justify;
}
.com-list__body::after {
  height: 131px;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  justify-content: flex-end;
  min-height: 6.6rem;
  margin-bottom: 5rem;
}
.com-title01:has(.balloon) {
  row-gap: 5.3rem;
}
.com-title01 > span:last-of-type {
  margin-bottom: 0;
}
.com-title01 > span:last-of-type::before {
  width: calc(100% + 17.2rem);
  height: 6.6rem;
}
.com-title01 .balloon {
  padding: 0.55rem 3.5rem;
  padding-right: calc(3.5rem - 0.5em);
  border-radius: 100vh;
}
.com-title01 .balloon::after {
  width: 2.2rem;
  aspect-ratio: 22/19;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  padding: 1.7rem 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact::before {
  min-width: 1920px;
  background-size: 519px, 562px;
}
.com-contact__title {
  row-gap: 3.4rem !important;
  margin-bottom: 4.2rem;
}
.com-contact__title::before {
  content: "";
  width: 71.4rem;
  height: 13.8rem;
  background: url(../img/index/deco_contact.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.7rem;
  z-index: -2;
}
.com-contact__title > span {
  line-height: 1.25;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  padding: 4.2rem 9.6rem;
  border-radius: 1rem;
  margin-top: 4.2rem;
}
.com-contact__items::after {
  width: calc(100% + 11rem);
  height: 219px;
  bottom: -13px;
}
.com-contact__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7.6rem;
}
.com-contact__item::after {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-border) 6px, transparent 6px, transparent 10px) repeat-y center top/2px 10px;
  margin-inline: 3rem;
}
.com-contact__item:last-of-type::after {
  display: none;
}
.com-contact__tel {
  row-gap: 1rem;
}
.com-contact__tel .com-tel__num {
  font-size: 3rem;
}
.com-contact__tel .com-tel__num::before {
  width: 1em;
}
.com-contact__tel .com-replace {
  font-size: 1.4rem;
}
.com-contact__line {
  width: 5rem;
}

/*===============================================
  トップページ
===============================================*/
/*おうちの御用聞き家工房 乙房店について
-----------------------------*/
.top-about::before {
  width: 100%;
  max-width: 1228px;
  height: 17.7rem;
  top: 4rem;
}
.top-about__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 40rem;
  padding-top: 2.2rem;
  padding-left: 48rem;
}
.top-about__title {
  font-size: 4.6rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 4rem;
}
.top-about__title .min {
  font-size: 3.4rem;
  margin-bottom: 1rem;
}
.top-about__title .main::before {
  height: calc(1em + 2px);
  top: -3.4rem;
  right: -2rem;
}
.top-about__title .sub {
  font-size: 3.6rem;
}
.top-about__text {
  font-size: var(--font-size-lg);
  line-height: 2.2353;
  letter-spacing: var(--letter-spacing-lg);
}
.top-about__image {
  width: calc(50vw - 13.5rem);
  max-width: 525px;
  min-width: 465px;
  height: 40rem;
  position: absolute;
  top: 0;
  right: calc(50% + 11.5rem);
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*紹介動画はこちら
-----------------------------*/
.top-movie {
  padding-bottom: 13.5rem;
}
.top-movie::after {
  height: calc(2rem + 1px);
}
.top-movie__title {
  margin-bottom: 4rem;
}
.top-movie__box {
  height: 48rem;
  outline-width: 6px;
}

/*サービス内容
-----------------------------*/
.top-service__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
  margin-bottom: 8rem;
}
.top-service__box:nth-of-type(2n + 1) .top-service__image::after {
  left: clamp(-10rem, 54rem - 50vw, -6rem);
}
.top-service__box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top-service__box:nth-of-type(2n) .top-service__image::after {
  right: clamp(-10rem, 54rem - 50vw, -6rem);
}
.top-service__image {
  width: 49rem;
}
.top-service__image img {
  aspect-ratio: 1.1951219512;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image::after {
  width: 29.3rem;
  aspect-ratio: 293/146;
  background-position: center bottom !important;
}
.top-service__inner {
  width: calc(100% - 54rem);
}
.top-service__body {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-service__list {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 2rem;
  margin-top: 3rem;
  border-radius: 1rem;
}
.top-service__list::after {
  font-size: var(--font-size-lg);
  padding-top: 1rem;
}
.top-service__icon {
  margin-bottom: 1.2rem;
}
.top-service__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  line-height: 1.125;
  white-space: nowrap;
}

/*当社が選ばれる理由
-----------------------------*/
.top-reason {
  padding-top: 15.5rem;
}
.top-reason::before {
  min-width: 1920px;
  height: 5rem;
  top: -1.5rem;
}
.top-reason__list {
  padding-top: 6rem;
}
.top-reason__list .com-list__body::after {
  height: 154px;
}

/*よくある質問
-----------------------------*/
.top-faq__list {
  padding-top: 3rem;
}
.top-faq__item {
  padding-inline: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.top-faq__heading {
  margin-bottom: 3rem;
}
.top-faq__heading::before {
  width: 4rem;
  font-size: 3.4rem;
  margin: -6px 0 -2px;
}
.top-faq__body {
  padding-top: 6px;
  padding-left: 4rem;
}
.top-faq__body::before {
  width: 4rem;
  font-size: 3.4rem;
  margin: -6px 0 -2px;
}
.top-faq__text {
  font-weight: 700;
  font-size: var(--font-size-lg);
  line-height: 1.88236;
}
.top-faq__btn {
  margin-top: 2rem;
}
.top-faq__info {
  justify-content: flex-start;
  gap: 2rem 4rem;
  padding-top: 3rem;
}

/*求人案内
-----------------------------*/
.top-recruit::before {
  width: calc(100% - 4rem);
  max-width: 1323px;
  height: clamp(110px, 8.5vw, 136px);
  left: calc(50% + 0.6rem);
  top: 14.6rem;
}
.top-recruit__title::after {
  width: 1046px;
  height: 13.6rem;
  bottom: -2.1rem;
}
.top-recruit__inner {
  min-height: 34rem;
  padding-left: 565px;
  position: relative;
}
.top-recruit__image {
  width: 51.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.top-recruit__image img {
  aspect-ratio: 1.5147058824;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit__text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-recruit__btn {
  margin-top: 5rem;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 11rem 0 9rem;
}
.top-news__btn {
  margin: 4.6rem auto 0;
}

/*===============================================
  日常的な事もお任せ！ / プロにお任せ！
===============================================*/
/*このようなお悩みはありませんか？
-----------------------------*/
.service-worries__title {
  padding-top: 15px;
}
.service-worries__title .c-blue::before {
  height: 6rem;
  bottom: calc(100% + 13px + (1em - 1lh) / 2);
}
.service-worries__list {
  padding-top: 13px;
}
.service-worries__item {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 12px 1em;
  border-radius: 100vh;
}
.service-worries--routine .service-worries__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 14px;
  min-height: 275px;
  padding-left: 49rem;
}
.service-worries--routine .service-worries__list::before {
  width: 412px;
  height: 100%;
  max-height: 300px;
  left: 37px;
  top: 50%;
  transform: translateY(-50%);
}
.service-worries--routine .service-worries__item {
  width: 100%;
}
.service-worries--pro .service-worries__list {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 14px 4rem;
}
.service-worries--pro .service-worries__list::before {
  width: 1066px;
  height: 152px;
  bottom: calc(100% + 35px);
}

/*対応サービスと料金
-----------------------------*/
.service-fee__text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.service-fee__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  padding-top: 6rem;
}
.service-fee__item {
  padding-bottom: 1.3rem;
}
.service-fee__image {
  margin-bottom: 2rem;
}
.service-fee__image img {
  aspect-ratio: 1.3076923077;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-fee__heading {
  padding-inline: 1rem;
}
.service-fee__price {
  padding-top: 1.3rem;
  padding-inline: 1rem;
}
.service-fee .com-empty {
  margin-top: 6rem;
}

/*当社に依頼する安心ポイント
-----------------------------*/
/*施工事例
-----------------------------*/
.service-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4rem;
}
.service-case__images {
  margin-bottom: 2rem;
}
.service-case__image img {
  outline-width: 3px;
  outline-offset: -3px;
}
.service-case__image figcaption {
  height: 2rem;
  padding-inline: 5px;
  margin-top: -3px;
}
.service-case__image--before {
  width: 22rem;
}
.service-case__image--before img {
  aspect-ratio: 1.2222222222;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-case__image--after {
  width: 33rem;
  margin-top: -117px;
}
.service-case__image--after img {
  aspect-ratio: 1.2692307692;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-case__inner {
  padding: 3rem 2rem;
}
.service-case__heading:has(+ .service-case__body) {
  margin-bottom: 18px;
}

/*===============================================
  求人案内
===============================================*/
/*現在の募集状況について
-----------------------------*/
.recruit-situation__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.recruit-situation__image {
  flex-shrink: 0;
}
.recruit-situation__body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40rem;
  min-height: 15rem;
  align-self: center;
  padding: 2rem;
}
.recruit-situation__body::before {
  width: 2.7rem;
  aspect-ratio: 27/32;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  top: min(115px, 50%);
  left: -2.6rem;
  transform: translateY(-50%);
}

/*代表メッセージ
-----------------------------*/
.recruit-message {
  padding-bottom: 10.5rem;
}
.recruit-message__title {
  margin-bottom: 6rem;
}
.recruit-message__text {
  text-align: center;
  line-height: 2;
}

/*求める人物像
-----------------------------*/
.recruit-character__title {
  margin-bottom: 6rem;
}

/*募集要項
-----------------------------*/
.recruit-info__title {
  margin-bottom: 6rem;
}
.recruit-info__table th {
  width: 36rem;
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6rem 6rem 4rem;
  margin-inline: auto;
}
.company-greeting__inner::after {
  width: calc(100% + 216px);
  max-width: 1200px;
  height: 146px;
  bottom: -1.4rem;
}
.company-greeting__text {
  text-align: center;
}
.company-greeting__name {
  font-size: 2.2rem;
  padding-top: 4rem;
}

/*会社情報
-----------------------------*/
.company-info__table tr th {
  width: 36rem;
}
.company-info__map {
  height: 36rem;
  margin-top: 5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__title {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.375;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title {
  margin-bottom: 6rem;
}
.privacy-policy__box {
  margin-bottom: 8rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 1.5rem 2rem;
}

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