@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 {
  border-top-width: 0.25rem;
}
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: 4.5rem;
  margin-top: -0.25rem;
}
#header .header__logo {
  width: 11.25rem;
}

/*===============================================
  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.75rem;
  right: 0;
  bottom: 0.625rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
#pagetop img {
  width: 1.5rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 35rem;
  background-position: right 32% center;
  padding: 2.5rem clamp(16px, 5vw, 24px);
}
.visual__catch--main {
  align-items: flex-start;
  row-gap: 0.9375rem;
}
.visual__catch--main .sub {
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.15));
}
.visual__catch--main .sub img {
  width: 18.75rem;
}
.visual__catch--main .main::before {
  width: 105%;
  bottom: -0.9375rem;
}
.visual__catch--main .main img {
  width: 18.75rem;
}
.visual__catch--main .list {
  margin-top: 0.9375rem;
}
.visual__catch--main .list img {
  width: 15rem;
}
.visual__label {
  aspect-ratio: 28/15;
  height: 5.625rem;
  position: absolute;
  right: 1.25rem;
  top: 1.875rem;
}
.visual__label::before {
  width: 107%;
  aspect-ratio: 300/194;
}
.visual__label::after {
  border-radius: 0.25rem;
  outline-offset: -0.5rem;
}
.visual__label span {
  width: 74%;
}
.visual__label span::after {
  width: 32%;
  aspect-ratio: 65/99;
  right: -28%;
  bottom: -75%;
}

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

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.5625rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 5rem;
}
.section--roof {
  padding-block-start: 0.625rem;
}
.section--roof::before {
  width: 48.75rem;
  height: 5rem;
  top: -4rem;
}
.section:has(+ .section--roof) {
  padding-block-end: 7.5rem;
}

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

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.5rem;
}
.com-tel::before {
  font-size: var(--font-size-base);
  background-size: auto calc(1em - 1px);
  padding-inline: 1rem calc(1rem - var(--letter-spacing-base));
  margin-bottom: 0.3125rem;
}
.com-tel__num {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 2rem;
}
.com-tel__num::before {
  width: 2.25rem;
  aspect-ratio: 36/25;
}
.com-tel__num span {
  margin-block: -0.375rem -0.125rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-xs);
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 4.375rem;
}
.com-btn::after {
  height: 50%;
  right: 0.9375rem;
}
.com-btn--mail {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.com-btn--mail::before {
  width: 1.5rem;
}

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

/* 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;
  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 td {
  padding-inline: calc(0.75em - 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-text .mb {
  margin-bottom: 1.5em;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 2.4375rem;
  margin-bottom: 2.4375rem;
}
.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;
}
.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.6875rem;
}
.com-title01::after {
  height: 0.5rem;
  margin-top: 0.625rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5625rem;
}
.com-contact__tel {
  width: 100%;
  height: 6.25rem;
  max-width: 100%;
}
.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 3.75rem;
}
.com-contact__btn::after {
  height: 2.1875rem;
}
.com-contact__btn.com-btn--line {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-contact__btn.com-btn--line::before {
  width: 40px;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このような劣化サイン見逃していませんか？
-----------------------------*/
.top-sign__wrap {
  padding-block: 5rem;
}
.top-sign__title {
  font-size: 1.75rem;
}
.top-sign__title > span {
  line-height: 1.428572 !important;
}
.top-sign__image {
  text-align: center;
}
.top-sign__list {
  counter-reset: num 0;
  padding-top: 2.8125rem;
}
.top-sign__item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1.25rem 1.25rem;
  background: var(--color-bg-white);
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-bottom: 1.5625rem;
}
.top-sign__item:last-of-type {
  margin-bottom: 0;
}
.top-sign__item::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  aspect-ratio: 1;
  font-size: var(--font-size-h5);
  color: var(--color-white);
  line-height: 1;
  background: var(--color-main);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--color-bg-white) inset;
  padding-bottom: 0.1em;
  position: absolute;
  left: -0.3125rem;
  top: -0.625rem;
}
.top-sign__thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sign__thumb {
  grid-row: span 2;
}
.top-sign__thumb img {
  border-radius: 0.3125rem;
  outline: solid 0.1875rem var(--color-main);
  outline-offset: -0.1875rem;
}
.top-sign__heading {
  align-self: flex-end;
}
.top-sign__heading .br {
  display: inline-block;
}
.top-sign__body {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  align-self: flex-start;
}
.top-sign__box {
  padding-block: 3.5rem 7.5rem;
}
.top-sign__box::before {
  height: 4rem;
  top: -3.125rem;
}
.top-sign__caption {
  width: 100%;
  font-size: min(var(--font-size-h4), 5.3334vw);
  margin-bottom: 1.875rem;
}
.top-sign__caption > span:not(.en) {
  line-height: 2;
}
.top-sign__value {
  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-sign__value .ki {
  display: inline-block;
  margin-inline: -0.25em;
}
.top-sign__value::before {
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  background-size: 0.375rem;
}

/*外壁・屋根の塗装工事や
修理なら株式会社ジンワークス
-----------------------------*/
.top-about::after {
  background-size: 48%;
  background-position: left top;
  transform: scale(-1, 1);
}
.top-about__title {
  align-items: flex-start;
  text-align: left;
  font-size: min(1.625rem, 5.7778vw);
}
.top-about__title > span.en {
  align-items: flex-end;
  flex-direction: row;
}
.top-about__title > span.en::before {
  width: 1.25rem;
  aspect-ratio: 1;
}
.top-about__title > span.mid {
  font-size: calc(1em - 0.25rem);
  line-height: 1.36364;
}
.top-about__title > span.mid::before {
  width: 7em;
  aspect-ratio: 24/2;
}
.top-about__images {
  display: grid;
  grid-template-columns: 64% 32%;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

/*サービスから選ぶ
-----------------------------*/
.top-service__item {
  justify-content: center;
  height: 9.375rem;
  padding-inline: 1.5rem;
  margin-bottom: 1.25rem;
}
.top-service__item:last-of-type {
  margin-bottom: 0;
}
.top-service__item::after {
  width: 2.5rem;
  border-radius: 0.3125rem;
  right: 0.75rem;
  bottom: 0.75rem;
}
.top-service__heading {
  row-gap: 0.75rem;
  margin-bottom: 0;
}
.top-service__heading > span:not(.en) {
  line-height: 1.3125;
}
.top-service__heading > span.en {
  font-size: var(--font-size-base);
  align-items: flex-end;
}
.top-service__heading > span.en::before {
  width: 1.25rem;
  aspect-ratio: 1;
}
.top-service__heading .min {
  display: block;
  font-size: var(--font-size-base);
  line-height: 1.625;
}

/*地域の皆さまに
選ばれ続けている6つの理由
-----------------------------*/
.top-reason__list {
  padding-top: 1.25rem;
}
.top-reason__item {
  padding: 2.25rem 1.5rem;
  margin-bottom: 3.125rem;
}
.top-reason__item::before {
  width: 2.8125rem;
  font-size: var(--font-size-h5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.25rem;
}
.top-reason__image {
  margin-bottom: 1.5625rem;
}
.top-reason__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  outline-width: 0.1875rem;
  outline-offset: -0.1875rem;
}
.top-reason__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 1.5625rem;
  word-break: keep-all;
}

/*バナーセクション
-----------------------------*/
.top-bnr__items {
  width: 100%;
  background: var(--color-white);
}
.top-bnr__item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  width: 100%;
  height: 9.375rem;
  padding-inline: clamp(16px, 5vw, 24px);
  margin-bottom: 1px;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__item::after {
  width: 2rem;
  border-radius: 2rem 0 0 2rem;
  -webkit-mask-size: 100% 100%, 32%;
          mask-size: 100% 100%, 32%;
}
.top-bnr__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-bnr__title {
  align-items: flex-start;
  text-align: left;
  row-gap: 0.625rem;
  margin-bottom: 0;
}
.top-bnr__title > span.en {
  align-items: flex-end;
  line-height: 0.75;
}
.top-bnr__title > span.en::before {
  width: 1.25rem;
  aspect-ratio: 1;
}

/*お知らせ
-----------------------------*/
.top-news::before {
  background-size: 56%;
}
.top-news__btn {
  margin-top: 2.5rem;
  margin-left: auto;
}

/*===============================================
  サービス一覧
===============================================*/
/*共通（外壁塗装、屋根塗装、その他）
-----------------------------*/
.service-sec__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-sec__image {
  margin-bottom: 2.25rem;
}
.service-sec__image img {
  border-radius: 0.75rem;
  outline-width: 0.1875rem;
  outline-offset: -0.1875rem;
}
.service-sec__image::before, .service-sec__image::after {
  border-radius: 0.75rem;
}
.service-sec__image::before {
  transform: rotate(-8deg);
}
.service-sec__image::after {
  transform: rotate(-4deg);
}
.service-sec__box {
  margin-top: 4rem;
  border-radius: 0.75rem;
}
.service-sec__heading {
  padding: calc((4.375rem - 1em) / 2) 1em;
  border-radius: 0.625rem 0.625rem 0 0;
}
.service-sec__list {
  padding: 1.875rem 1.5rem;
}
.service-sec__item {
  display: grid;
  grid-template-columns: max(6.25rem, 25%) 1fr;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.service-sec__item:last-of-type {
  margin-bottom: 0;
}
.service-sec__thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-sec__thumb img {
  max-height: 6.25rem;
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
  border-radius: 0.5rem;
}
.service-sec__label {
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  font-size: var(--font-size-lg);
  margin-right: -1em;
}
.service-sec__label > span {
  line-height: 1.5;
}
.service-sec__label .sub {
  display: inline-block;
  font-size: var(--font-size-base);
  margin-inline: -0.25em;
}
.service-sec__label br {
  display: none;
}

/*メンテナンスの必要性
-----------------------------*/
.service-maintenance__text {
  text-align: center;
  word-break: keep-all;
}
.service-maintenance__list {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}
.service-maintenance__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1.5625rem 1.25rem;
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 3.125rem;
}
.service-maintenance__item:last-of-type {
  margin-bottom: 0;
}
.service-maintenance__item::before {
  width: 2.8125rem;
  font-size: var(--font-size-h5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.25rem;
}
.service-maintenance__heading {
  justify-content: center;
}
.service-maintenance__body {
  grid-column: span 2;
}

/*===============================================
  ご依頼の流れ
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.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;
}
.flow-list__body {
  line-height: 2.11112;
}

/*補助金を受け取れるケースがあります
-----------------------------*/
.flow-subsidy__image {
  margin-bottom: 2.5rem;
}
.flow-subsidy__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  outline-width: 0.1875rem;
  outline-offset: -0.1875rem;
}
.flow-subsidy__image::before, .flow-subsidy__image::after {
  border-radius: 0.75rem;
}
.flow-subsidy__image::before {
  transform: rotate(-8deg);
}
.flow-subsidy__image::after {
  transform: rotate(-4deg);
}

/*===============================================
  実績紹介
===============================================*/
/*実績一覧
-----------------------------*/
.works-list__text {
  text-align: center;
  word-break: keep-all;
}
.works-list__tags {
  margin-top: 2rem;
}
.works-list__items {
  margin-top: 2.5rem;
}
.works-list__item {
  padding: 2.5rem 1.5rem 1.5rem;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
}
.works-list__item:last-of-type {
  margin-bottom: 0;
}
.works-list__label {
  font-size: var(--font-size-sm);
  font-weight: 500;
  line-height: 2.42858;
  padding-inline: 1em;
  border-radius: 0.625rem 0;
}
.works-list__images {
  margin-bottom: 1.5625rem;
}
.works-list__image {
  row-gap: 0.75rem;
}
.works-list__image img {
  border-radius: 0.5rem;
}
.works-list__image--before {
  padding-left: 6.25rem;
}
.works-list__image--before::before {
  width: 5rem;
  height: 3rem;
  bottom: 1.25rem;
}
.works-list__image--before figcaption {
  font-size: var(--font-size-lg);
}
.works-list__image--before img {
  aspect-ratio: 3/2;
}
.works-list__image--after figcaption {
  font-size: var(--font-size-h5);
}
.works-list__image--after img {
  aspect-ratio: 4/3;
}
.works-list__heading {
  font-size: var(--font-size-lg);
  margin-bottom: 1.5rem;
}
.works-list__heading > span {
  line-height: var(--line-height-lg);
}
.works-list__btn {
  height: 3.125rem;
  font-size: var(--font-size-base);
}

/*実績詳細
-----------------------------*/
.works-detail__tags {
  margin-bottom: 1.25rem;
}
.works-detail__images {
  -moz-column-gap: 12vw;
       column-gap: 12vw;
  margin-bottom: 2.5rem;
}
.works-detail__images::before {
  height: 8vw;
  aspect-ratio: 65/74;
  top: calc(50% + 1.3125rem);
}
.works-detail__image {
  row-gap: 0.5rem;
  position: relative;
}
.works-detail__image figcaption {
  font-size: var(--font-size-lg);
}
.works-detail__image img {
  aspect-ratio: 1;
  border-radius: 0.5rem;
}
.works-detail__body {
  padding: calc(1.875rem - (0.5lh - 0.5em)) 1.5rem;
  border-radius: 0.5rem;
  margin-top: 1.5625rem;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting::before {
  width: calc(100% + 15rem);
  height: 20rem;
  bottom: 0.5rem;
}
.company-greeting__image {
  margin-bottom: 1.875rem;
}
.company-greeting__image img {
  aspect-ratio: 16/9;
  border-radius: 0.75rem;
  outline-width: 0.1875rem;
  outline-offset: -0.1875rem;
}
.company-greeting__image div {
  margin-bottom: 1.875rem;
}
.company-greeting__image div::before, .company-greeting__image div::after {
  border-radius: 0.75rem;
}
.company-greeting__image div::before {
  transform: rotate(-8deg);
}
.company-greeting__image div::after {
  transform: rotate(-4deg);
}
.company-greeting__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: 2.5rem;
}

/* お知らせ 詳細
-----------------------------*/
.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: 0.625rem;
}
.contact-lead__btn::before {
  width: 40px;
}
.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;
}
.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エラー
===============================================*/