@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.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;
}

/* ===============================================
 全体
=============================================== */
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 8rem;
  padding-inline: 5%;
}
#header .header__logo {
  width: 18rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 4rem;
}
#footer::before {
  height: 16rem;
}
#footer::after {
  width: 96%;
  height: 20rem;
  background-size: auto 100%, auto calc(100% - 1rem);
  top: 2.4rem;
}
#footer .footer__inner {
  width: 100%;
  padding: 4rem 5%;
  background: rgba(255, 255, 255, 0.8);
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 4rem;
}
#footer .footer__logo img {
  width: 18rem;
}
#footer .footer__info {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#footer .footer__info p {
  margin-bottom: 1.5rem;
}
#footer .footer__info p:last-of-type {
  margin-bottom: 0;
}
#footer .footer__links {
  padding-top: 4rem;
}
#footer .footer__link {
  height: 7rem;
}
#footer .footer__sns {
  padding-top: 4rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 4rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3rem;
}
.footer-nav__item {
  text-align: center;
  font-size: var(--font-size-sm);
  border-bottom: solid 1px var(--color-main);
}
.footer-nav__item:has(a[class*="--top"]), .footer-nav__item:has(a[class*="--service"]), .footer-nav__item:has(a[class*="--price"]), .footer-nav__item:has(a[class*="--works"]), .footer-nav__item:has(a[class*="--info"]) {
  text-align: left;
  font-size: var(--font-size-base);
  grid-column: span 2;
}
.footer-nav__item:has(a[class*="--top"]) .footer-nav__link, .footer-nav__item:has(a[class*="--service"]) .footer-nav__link, .footer-nav__item:has(a[class*="--price"]) .footer-nav__link, .footer-nav__item:has(a[class*="--works"]) .footer-nav__link, .footer-nav__item:has(a[class*="--info"]) .footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
}
.footer-nav__item:has(a[class*="--top"]) .footer-nav__link::after, .footer-nav__item:has(a[class*="--service"]) .footer-nav__link::after, .footer-nav__item:has(a[class*="--price"]) .footer-nav__link::after, .footer-nav__item:has(a[class*="--works"]) .footer-nav__link::after, .footer-nav__item:has(a[class*="--info"]) .footer-nav__link::after {
  content: "\f135";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  aspect-ratio: 1;
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  color: var(--color-white);
  letter-spacing: 0;
  line-height: 1;
  background: var(--color-accent);
  border-radius: 50%;
}
.footer-nav__link {
  line-height: 1.5;
  padding: 1.5rem 0;
}

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

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

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 50rem;
}
.visual__main::before {
  background-size: 32rem;
}
.visual__main::after {
  height: 2.4rem;
}
.visual__main-catch {
  max-width: 50rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 21rem;
}
.visual__sub::before {
  background-size: cover, 18rem, 18rem;
}
.visual__sub::after {
  height: 2.4rem;
}
.visual__sub-catch {
  width: 40rem;
  height: 12rem;
  max-width: 90%;
  padding-top: 0.8rem;
  border-radius: 2rem;
}
.visual__sub-catch > span {
  font-size: var(--font-size-h5);
  -webkit-text-stroke: 0.6rem var(--color-white);
  paint-order: stroke;
}
.visual__sub-catch::before {
  width: 120%;
  height: 10rem;
  left: calc(50% + 0.8rem);
  bottom: -1.6rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section::before {
  width: 96%;
  height: 7.2rem;
  top: 2rem;
}

/*===============================================
  main共通
===============================================*/
.section--bg {
  padding-bottom: 10rem;
}
.section--bg::before {
  height: 12rem;
}
.section--bg::after {
  width: 100%;
  height: 6.4rem;
  left: 0;
}
.section--wave::after {
  height: 2.4rem;
}

.inbox {
  width: 90%;
}

/* 電話番号
-----------------------------*/
.com-tel-num {
  font-size: 3.2rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  height: max(50px, 6rem);
  margin-inline: auto;
}
.com-btn--line {
  height: 80px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-btn--line::before {
  width: 40px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 1.5rem;
}
.com-table tr td {
  padding: 1.5rem;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table--noblock tr:first-of-type th {
  border-top-left-radius: 0.8rem;
}
.com-table--noblock tr:first-of-type td {
  border-top-right-radius: 0.8rem;
}
.com-table--noblock tr:last-of-type th {
  border-bottom-left-radius: 0.8rem;
}
.com-table--noblock tr:last-of-type td {
  border-bottom-right-radius: 0.8rem;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  border-radius: 0.8rem 0.8rem 0 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  border-radius: 0 0 0.8rem 0.8rem;
}

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

/*お知らせ
-----------------------------*/
.com-post__item--image .com-post__image {
  width: 10rem;
}
.com-post__link {
  padding-right: 6rem !important;
}
.com-post__link::after {
  font-size: 2rem;
  right: 2rem;
}
.com-post__heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2lh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  min-height: 6.4rem;
  margin-bottom: 3.6rem;
}
.com-title01 > span:has(.first)::before {
  width: 6.4rem;
  top: calc(-1.6rem - (1em - 1lh) / 2);
}
.com-title01 > span .first {
  width: 6.4rem;
  margin-right: 0.2rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 6rem;
}
.com-contact::before {
  width: 98%;
  min-width: 42rem;
  height: 9rem;
  background-size: 15rem, 16rem;
  top: 4rem;
}
.com-contact__box {
  padding: 0 2rem 3rem;
}
.com-contact__box::before {
  height: calc(100% - 4rem);
  border-radius: 2rem;
}
.com-contact__box::after {
  width: calc(100% + 3rem);
  height: 11rem;
  bottom: -6rem;
}
.com-contact__title {
  margin-bottom: 2.4rem;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding-top: 4rem;
}
.com-contact__btn {
  font-size: 1.8rem;
  height: 80px;
}

/*ボタンリンクセクション
-----------------------------*/
.com-links__item {
  font-size: var(--font-size-h6);
  padding: 3rem 2rem;
}
.com-links__item::after {
  font-size: var(--font-size-h5);
}

/*===============================================
  トップページ
===============================================*/
/*こんなお悩みございませんか？
-----------------------------*/
.top-trouble::before {
  height: calc(100% - 26rem);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 50% 100%, 0 calc(100% - 6rem));
}
.top-trouble__title > span:has(.first)::before {
  left: 0.5em;
}
.top-trouble__item {
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: var(--font-weight-bold);
  background: var(--color-white);
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 0 #0a8ca6;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.top-trouble__item:last-of-type {
  margin-bottom: 0;
}
.top-trouble__image {
  text-align: center;
  margin-top: -1.5rem;
}
.top-trouble__image img {
  height: 20rem;
}
.top-trouble__answer {
  padding-block: 4rem;
}
.top-trouble__answer-text {
  height: 18rem;
  font-size: var(--font-size-h5);
  line-height: 1.66667;
  border-radius: 2rem;
}
.top-trouble__answer-text::before {
  width: 8rem;
  top: -2rem;
  left: -2rem;
}
.top-trouble__answer-text::after {
  width: 8rem;
  right: -2rem;
  bottom: -5rem;
}
.top-trouble__answer-text p {
  margin-top: calc((1em - 1lh) / 2);
}
.top-trouble__answer-text .label {
  font-size: var(--font-size-h4);
  line-height: 1.42858;
}

/*小さなトラブルも、
丁寧・迅速に対応します。
-----------------------------*/
.top-about {
  padding-bottom: 0;
}
.top-about::after {
  bottom: 50vw;
}
.top-about__title {
  font-size: 3rem;
  min-height: 6rem;
}
.top-about__title > span:has(.first)::before {
  width: 6rem;
  top: calc(-1.5rem - (1em - 1lh) / 2);
}
.top-about__title > span .first {
  width: 6rem;
}
.top-about__title > span:last-of-type {
  white-space: nowrap;
  margin-right: -0.5em;
}
.top-about__image {
  width: 120vw;
  margin-top: 10rem;
}
.top-about__image img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image::after {
  width: 8rem;
  left: 2rem;
}

/*萬工事本舗豊橋支店の強み
-----------------------------*/
.top-strengths::before {
  width: 98%;
  height: calc(100% - 2rem);
  top: 2rem;
  background-size: 10rem;
}
.top-strengths .inbox {
  width: 100%;
}
.top-strengths__inner {
  padding: 4rem 2.5%;
  background: rgba(255, 255, 255, 0.8);
}
.top-strengths__inner::before {
  width: calc(100% + 4rem);
  height: 6rem;
  top: -2rem;
}
.top-strengths__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 3rem 2rem;
}
.top-strengths__icon {
  margin-bottom: 1.5rem;
}
.top-strengths__icon img {
  width: 12rem;
}
.top-strengths__text {
  font-size: var(--font-size-h6);
  line-height: 1.25;
  white-space: nowrap;
}
.top-strengths__text .min {
  font-size: var(--font-size-base);
}
.top-strengths__btn {
  margin-top: 4rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding: 6rem 0 4rem;
}
.top-bnr::before {
  height: 100%;
  background-size: 100%;
}
.top-bnr__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem 1.5rem;
}
.top-bnr__link {
  aspect-ratio: 36/12;
  height: 12rem;
  background: #0a8ca6;
  border-radius: 0.8rem;
}
.top-bnr__link::before {
  width: auto;
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  clip-path: polygon(0 0, 80% 0, 100% 40%, 80% 40%, 80% 100%, 0 100%);
  aspect-ratio: 6/5;
  top: 0;
  left: 0;
}
.top-bnr__link--service::before {
  background: url(../img/index/bg_bnr-service_sp.jpg) no-repeat center/cover;
}
.top-bnr__link--price::before {
  background: url(../img/index/bg_bnr-price_sp.jpg) no-repeat left 75% center/cover;
}
.top-bnr__inner {
  width: 24rem;
  margin-left: auto;
  margin-right: -1rem;
}
.top-bnr__balloon {
  width: 18rem;
  height: 12rem;
  font-size: var(--font-size-h6);
  padding-bottom: 2.4rem;
  margin-left: auto;
  margin-bottom: -7rem;
}
.top-bnr__image img {
  height: 10rem;
}

/*施工実績
-----------------------------*/
.top-works__btn {
  margin-top: 4rem;
}

/*ボタンリンクセクション
-----------------------------*/
.top-links {
  padding-bottom: 0;
}
.top-links::before {
  height: 12rem;
}
.top-links::after {
  width: 100%;
  height: 6.4rem;
  left: 0;
  bottom: 40vw;
}
.top-links__image {
  margin-top: 10rem;
}
.top-links__image img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-links__image::after {
  width: 15rem;
  right: 0.8rem;
}

/*お知らせ
-----------------------------*/
.top-news::before {
  content: "";
  width: 6rem;
  aspect-ratio: 113/137;
  background: url(../img/common/clip.png) no-repeat left top/contain;
  position: absolute;
  top: 2.4rem;
  left: 2rem;
  z-index: 0;
}
.top-news__btn {
  margin-top: 4rem;
}

/*===============================================
  サービス
===============================================*/
/*対応サービス
-----------------------------*/
.service-list__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  align-items: flex-start;
  gap: 4rem 2rem;
  padding-top: 4rem;
}
.service-list__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  outline-width: 0.3rem;
}
.service-list__image figcaption {
  font-size: var(--font-size-base);
  line-height: 1.25;
  word-break: keep-all;
}
.service-list__message {
  -webkit-text-stroke: 0.4rem var(--color-white);
  paint-order: stroke;
  padding: 3rem 2.4rem;
  margin-top: 5rem;
  border-radius: 2rem;
}
.service-list__message::before {
  width: 8rem;
  top: -2rem;
  left: -2rem;
}
.service-list__message::after {
  width: 8rem;
  right: -2rem;
  bottom: -5rem;
}
.service-list__btn {
  margin-top: 4rem;
}

/*萬工事本舗豊橋支店の強み
-----------------------------*/
.service-strengths__item {
  margin-bottom: 4rem;
}
.service-strengths__item:last-of-type {
  margin-bottom: 0;
}
.service-strengths__icon {
  margin-bottom: 1.5rem;
}
.service-strengths__icon img {
  width: 12rem;
}
.service-strengths__heading {
  font-size: var(--font-size-h5);
  line-height: 1.25;
}
.service-strengths__heading .min {
  font-size: var(--font-size-h6);
}
.service-strengths__btn {
  margin-top: 4rem;
}

/*よくある質問
-----------------------------*/
.service-faq::before {
  content: "";
  width: 6rem;
  aspect-ratio: 113/137;
  background: url(../img/common/clip.png) no-repeat left top/contain;
  position: absolute;
  top: 2.4rem;
  left: 2rem;
  z-index: 0;
}
.service-faq::after {
  content: "";
  width: 12rem;
  aspect-ratio: 207/95;
  background: url(../img/common/pencil.png) no-repeat right top/contain;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 0;
}
.service-faq__item {
  padding: 2.4rem 2rem;
}

/*===============================================
  料金表
===============================================*/
/*料金表　一覧
-----------------------------*/
.price-list__item {
  padding: 3rem 2.4rem;
}
.price-list__image {
  margin-bottom: 3rem;
}
.price-list__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-list__image img {
  outline-width: 0.3rem;
}
.price-list__fee {
  margin-bottom: 3rem;
}

/*ご依頼の流れ
-----------------------------*/
.price-flow__item {
  padding-left: 3rem;
  padding-bottom: 4rem;
}
.price-flow__item:last-of-type {
  padding-bottom: 0;
}
.price-flow__item::before {
  width: 0.3rem;
  height: calc(100% + 1rem);
  top: 1.8rem;
  left: 1rem;
  transform: translateX(-50%);
}
.price-flow__item::after {
  width: 2rem;
  top: 0.8rem;
  left: 0;
}
.price-flow__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  margin-bottom: 2rem;
}
.price-flow__icon::before {
  font-size: 2.4rem;
}
.price-flow__icon::after {
  text-align: left;
  font-size: 4rem;
  margin: -0.4rem 0 -0.1rem;
}
.price-flow__icon img {
  width: 100%;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  grid-column: span 2;
  margin-inline: auto;
}
.price-flow__heading {
  margin-bottom: 2rem;
}
.price-flow__body {
  padding-inline: 1rem;
}

/*===============================================
  施工実績
===============================================*/
/*施工実績 一覧
-----------------------------*/
/*===============================================
  店舗案内
===============================================*/
/*代表挨拶
-----------------------------*/
.info-greeting__image {
  width: 30rem;
  margin: 0 auto 4rem;
}
.info-greeting__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-greeting__image::after {
  width: 8rem;
  left: -2rem;
}

/*店舗情報
-----------------------------*/
.info-shop__table tr th,
.info-shop__table tr td {
  border-bottom: solid 0.5rem var(--color-white);
}
.info-shop__table tr:last-of-type th,
.info-shop__table tr:last-of-type td {
  border-bottom: none;
}
.info-shop__map {
  height: 32rem;
  margin-top: 4rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3rem 2.4rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.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: 30rem;
  max-width: 100%;
  height: 7rem;
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title {
  font-size: 3rem;
  min-height: 6rem;
}
.privacy-policy__title > span:has(.first)::before {
  width: 6rem;
  top: calc(-1.5rem - (1em - 1lh) / 2);
}
.privacy-policy__title > span .first {
  width: 6rem;
}
.privacy-policy__box {
  padding: 3rem 2.4rem;
}

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

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