@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%;
}
#header .header__logo {
  width: 10rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 4rem 0 3rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 90%;
}
#footer .footer__logo {
  width: 12rem;
}
#footer .footer__logo img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
}
#footer .footer__add {
  justify-content: center;
  text-align: center;
  gap: 1em 0.5em;
  width: 100%;
}
#footer .footer__add dt.sp-none + dd {
  width: 100%;
}
#footer .footer__tel {
  width: 100%;
}
#footer .footer__btn {
  margin-inline: 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 1rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
.footer-nav__item {
  border-bottom: dashed 1px var(--color-border);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-base);
  line-height: 2;
  font-family: var(--font-family-title);
  font-weight: 700;
  padding: 1em 0.5em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
.copy p {
  line-height: 1.5;
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  background-size: 42%, 40%;
}
.visual::after {
  height: calc(1.2rem + 1px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 56rem;
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-size: 48%;
}
.visual__main::before {
  width: 120%;
  max-width: 768px;
  height: 32vw;
  max-height: 205px;
  bottom: 2rem;
}
.visual__main::after {
  width: 110%;
  max-width: 704px;
  height: 35vw;
  max-height: 224px;
  top: 8rem;
}
.visual__catch--main {
  width: 32rem;
}
.visual__catch--main::before {
  width: 110%;
  height: 36%;
  top: -20%;
}
.visual__catch--main::after {
  width: 105vw;
  max-width: 672px;
  height: 60%;
  bottom: -52%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(10rem + 50vw);
  height: 30rem;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-size: 46%;
}
.visual__sub::before {
  width: 120%;
  max-width: 62rem;
  height: 64%;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
.visual__sub::after {
  width: 65%;
  max-width: 42rem;
  height: 80%;
  top: 4rem;
}
.visual__catch--sub {
  font-size: 3rem;
  line-height: 1.2;
  margin-left: 16%;
  -webkit-text-stroke: 0.6rem #fff;
  paint-order: stroke;
  padding-inline: 1rem;
}
.visual__catch--sub::before {
  width: 1.8em;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 3rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 12rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--bg {
  padding-bottom: 12rem;
}
.section--bg::after {
  height: 16rem;
}
.section--wave::after {
  height: calc(1.2rem + 1px);
}
.section--wave + .section {
  padding-top: 10rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  font-size: 3.2rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.com-tel__num::before {
  width: 1em;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 6rem;
  margin-inline: auto;
}
.com-btn > span {
  font-size: var(--font-size-lg);
}
.com-btn::after {
  width: 1em;
  right: 2rem;
}
.com-btn--mail {
  width: 24rem;
  padding-right: 0.5em;
}

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

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

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

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 2rem;
}
.com-post__item:has(.com-post__body) {
  margin-bottom: 3rem;
}
.com-post__item:has(.com-post__body) .com-post__image {
  width: 12rem;
}
.com-post__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__image {
  width: 10rem;
  flex-shrink: 0;
}
.com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__inner {
  align-self: center;
  font-size: var(--font-size-sm);
  line-height: 1.42858;
  gap: 1.5rem 1rem;
}
.com-post__tag {
  padding-inline: 0.5em;
  border-radius: 0.5rem;
}

/* 画像
-----------------------------*/
.com-img {
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
}
.com-img::before {
  border-width: max(1px, 0.2rem);
}

/* リスト
-----------------------------*/
.com-list {
  padding-top: 3.6rem;
}
.com-list__item {
  margin-bottom: 6.6rem;
}
.com-list__item:last-of-type {
  margin-bottom: 0;
}
.com-list__heading {
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 9rem;
  padding-top: 5px;
  padding-inline: 1em;
}
.com-list__heading::before {
  height: 3.6rem;
  top: -3.6rem;
}
.com-list__heading::after {
  font-size: 1.5em;
  top: -2.4rem;
}
.com-list__body {
  min-height: 13rem;
  padding: 2rem 2.4rem 3rem;
}
.com-list__body::after {
  height: 12rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 4rem;
}
.com-title01:has(.balloon) {
  row-gap: 2.4rem;
}
.com-title01 > span:last-of-type {
  margin-bottom: 0;
}
.com-title01 > span:last-of-type::before {
  width: calc(100% + 10rem);
  max-width: 98vw;
  height: 4rem;
}
.com-title01 .balloon {
  font-size: 0.6em;
  padding: 0.5em 1em;
  padding-right: 0.75em;
  border-radius: 0.5rem;
}
.com-title01 .balloon::after {
  width: 2rem;
  aspect-ratio: 20/15;
}

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

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact::before {
  min-width: 1920px;
  background-size: 519px, 562px;
}
.com-contact__text {
  font-size: var(--font-size-sm);
  line-height: 2;
  word-break: keep-all;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
  max-width: 45rem;
  padding: 3rem;
  border-radius: 1rem;
  margin-top: 4rem;
}
.com-contact__items::after {
  width: calc(100% + 6rem);
  max-width: 98vw;
  height: 12rem;
  bottom: -8rem;
}
.com-contact__item:has(.com-tel) {
  width: 100%;
}
.com-contact__line {
  width: max(40px, 4.5rem);
}

/*===============================================
  トップページ
===============================================*/
/*おうちの御用聞き家工房 乙房店について
-----------------------------*/
.top-about::before {
  width: 98%;
  height: 12.5rem;
  bottom: -1rem;
  z-index: 6;
}
.top-about__title {
  font-size: 3.2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 4rem;
}
.top-about__title .min {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.top-about__title .main::before {
  height: 1em;
  top: -0.8em;
  right: -2rem;
}
.top-about__title .sub {
  font-size: 3rem;
}
.top-about__text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-about__image {
  margin-top: 5rem;
}
.top-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*紹介動画はこちら
-----------------------------*/
.top-movie::after {
  height: calc(1.2rem + 1px);
}
.top-movie__title {
  margin-bottom: 4rem;
}
.top-movie__title img {
  height: 6.4rem;
}
.top-movie__box {
  outline-width: 0.4rem;
}

/*サービス内容
-----------------------------*/
.top-service__title .balloon {
  word-break: keep-all;
}
.top-service__box {
  margin-bottom: 8rem;
}
.top-service__image {
  margin-bottom: 2rem;
}
.top-service__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image::after {
  width: calc(100% + 4rem);
  height: 18vw;
  left: 50%;
  transform: translateX(-50%);
}
.top-service__body {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-service__list {
  gap: 1rem;
  padding: 1.5rem;
  margin-top: 2.4rem;
  border-radius: 1rem;
}
.top-service__list::after {
  font-size: var(--font-size-base);
  padding-top: 0.5rem;
}
.top-service__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  width: calc(50% - 1rem);
}
.top-service__icon {
  width: 5.2rem;
}
.top-service__txt {
  text-align: left;
  font-size: var(--font-size-sm);
  line-height: 1.42858;
}
.top-service__txt br {
  display: none;
}
.top-service__btn {
  margin-top: 4rem;
}

/*当社が選ばれる理由
-----------------------------*/
.top-reason {
  padding-top: 10rem;
}
.top-reason::before {
  width: 78rem;
  height: 2rem;
  top: -0.5rem;
}

/*よくある質問
-----------------------------*/
.top-faq__list {
  padding-top: 1rem;
}
.top-faq__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.top-faq__heading {
  margin-bottom: 2.4rem;
}
.top-faq__heading::before {
  width: 3rem;
  font-size: var(--font-size-h4);
  margin: -0.4rem 0 -0.1rem;
}
.top-faq__body {
  padding-left: 3rem;
}
.top-faq__body::before {
  width: 3rem;
  font-size: var(--font-size-h4);
}
.top-faq__btn {
  width: 30rem;
  margin-top: 2rem;
  margin-left: 0;
}
.top-faq__info {
  justify-content: flex-start;
  gap: 2.5rem 3rem;
  padding-top: 3rem;
}

/*求人案内
-----------------------------*/
.top-recruit::before {
  width: calc(100% + 2rem);
  max-width: 62rem;
  height: 8rem;
  top: 4rem;
}
.top-recruit__title {
  margin-bottom: 5rem;
}
.top-recruit__title .balloon {
  word-break: keep-all;
}
.top-recruit__title::after {
  width: 110%;
  max-width: 52rem;
  height: 6.4rem;
  bottom: -5.6rem;
}
.top-recruit__image {
  max-width: 54rem;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 4;
}
.top-recruit__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit__text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  margin-inline: auto;
}
.top-recruit__btn {
  margin-top: 4rem;
}

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

/*===============================================
  日常的な事もお任せ！ / プロにお任せ！
===============================================*/
/*このようなお悩みはありませんか？
-----------------------------*/
.service-worries {
  padding-bottom: 14rem;
}
.service-worries__title .c-blue::before {
  height: 4.2rem;
  bottom: calc(100% + 5px + (1em - 1lh) / 2);
}
.service-worries__list::before {
  width: 92vw;
  height: 13rem;
  background-position: center bottom !important;
  left: -1vw;
  bottom: calc(-14rem - 1px);
}
.service-worries__item {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding: 1em;
  border-radius: 100vh;
  margin-bottom: 1.2rem;
  word-break: keep-all;
}
.service-worries__item:last-of-type {
  margin-bottom: 0;
}

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

/*当社に依頼する安心ポイント
-----------------------------*/
/*施工事例
-----------------------------*/
.service-case__item {
  margin-bottom: 3rem;
}
.service-case__item:last-of-type {
  margin-bottom: 0;
}
.service-case__images {
  margin-bottom: 2rem;
}
.service-case__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-case__image img {
  outline-width: 2px;
  outline-offset: -2px;
}
.service-case__image figcaption {
  height: 2rem;
  padding-inline: 5px;
  margin-top: -3px;
}
.service-case__image--before {
  width: 40%;
}
.service-case__image--after {
  width: 65%;
  margin-top: -20vw;
}
.service-case__inner {
  padding: 2.4rem 2rem;
}
.service-case__heading {
  font-size: var(--font-size-h6);
}
.service-case__heading:has(+ .service-case__body) {
  margin-bottom: 1em;
}

/*===============================================
  求人案内
===============================================*/
/*現在の募集状況について
-----------------------------*/
.recruit-situation__image {
  text-align: center;
  height: 20rem;
  margin: 0 auto 3rem;
}
.recruit-situation__image img {
  height: 100%;
  aspect-ratio: 11/10;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-situation__body {
  padding: 2rem;
}
.recruit-situation__body::before {
  width: 3rem;
  aspect-ratio: 30/21;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

/*代表メッセージ
-----------------------------*/
/*求める人物像
-----------------------------*/
/*募集要項
-----------------------------*/
.recruit-info__table tr th {
  width: 9em;
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__inner {
  padding: 4rem 1rem;
}
.company-greeting__inner::after {
  width: calc(100% + 2rem);
  height: 11rem;
  background-position: left bottom !important;
  bottom: calc(-7rem - 2px);
}
.company-greeting__name {
  justify-content: flex-end;
  font-size: var(--font-size-h5);
  padding-top: 4rem;
}

/*会社情報
-----------------------------*/
.company-info__table tr th {
  width: 7em;
}
.company-info__map {
  height: 32rem;
  margin-top: 3rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title {
  margin-bottom: 6rem;
}
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 1em;
}

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