@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(14px, 1.1034482759vw, 16px);
  scroll-padding-top: calc(clamp(90px, 7.027027027vw, 130px) + 0.625rem);
}

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

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

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

/*===============================================
  header
===============================================*/
#header {
  border-top-width: 0.3125rem;
  padding-top: 0.3125rem;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(90px, 7.027027027vw, 130px);
  padding-inline: 2.5em;
  font-size: clamp(11px, 0.8333333333vw, 16px);
}
#header .header__logo {
  width: 15em;
  font-size: 1em;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 4/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(2.5em, 10vw - 6.375rem, 5.625rem);
       column-gap: clamp(2.5em, 10vw - 6.375rem, 5.625rem);
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
#header .header__tel::before {
  font-size: 0.875em;
}
#header .header__tel .com-tel__num {
  font-size: 2em;
}
#header .header__tel .com-tel__num::before {
  width: 1.25em;
}
#header .header__tel .com-replace {
  font-size: calc(0.875em - 1px);
}
#header .header__mail {
  height: 4.375em;
  aspect-ratio: 220/70;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#header .header__mail > span {
  font-size: 1.25em;
}
#header .header__mail::before {
  width: 1.5625em;
}
#header .header__mail::after {
  display: none;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 8.125rem 7.1875rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 67.5rem;
}
#footer .footer__logo {
  width: 67.5rem;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-block: 0.625rem calc(5rem + var(--font-size-xs));
}
#footer .footer__info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 1.25rem;
}
#footer .footer__info dl .com-replace {
  font-size: 0.75rem;
}
#footer .footer__info dl .oth {
  grid-column: span 2;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column-reverse;
  row-gap: 5.4375rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 2rem 7.8125rem;
}
.footer-nav__item {
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  width: 67.5rem;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5rem;
  bottom: 6.25rem;
  right: 0;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
#pagetop img {
  width: 1.875rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-inline: clamp(27px, 2.0833333333vw, 40px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: clamp(580px, 45.3125vw, 870px);
  border-radius: clamp(10px, 0.78125vw, 15px);
  padding: clamp(104px, 8.125vw, 156px) clamp(64px, 5vw, 96px);
}
.visual__catch--main {
  row-gap: clamp(18px, 1.40625vw, 27px);
}
.visual__catch--main .sub {
  filter: drop-shadow(0 0 0.9375rem rgba(255, 255, 255, 0.15));
}
.visual__catch--main .sub img {
  width: clamp(360px, 28.125vw, 540px);
}
.visual__catch--main .main::before {
  width: 105.142%;
  bottom: clamp(-24px, -1.25vw, -16px);
}
.visual__catch--main .main img {
  width: clamp(376px, 29.375vw, 564px);
}
.visual__catch--main .list {
  margin-top: clamp(24px, 1.8229166667vw, 35px);
}
.visual__catch--main .list img {
  width: clamp(374px, 29.1666666667vw, 560px);
}
.visual__label {
  aspect-ratio: 28/15;
  height: clamp(100px, 7.8125vw, 150px);
  position: absolute;
  top: clamp(52px, 4.0625vw, 78px);
  right: clamp(47px, 3.6458333333vw, 70px);
}
.visual__label::before {
  width: 107.143%;
  aspect-ratio: 300/194;
}
.visual__label::after {
  border-radius: clamp(4px, 0.3125vw, 6px);
  outline-offset: clamp(-11px, -0.5729166667vw, -8px);
}
.visual__label span {
  width: 73.572%;
}
.visual__label span::after {
  width: 31.554%;
  aspect-ratio: 65/99;
  right: -28.641%;
  bottom: -75%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(435px, 33.8541666667vw, 650px);
  border-radius: 0.9375rem;
}
.visual__catch--sub {
  width: clamp(470px, 36.4583333333vw, 700px);
  aspect-ratio: 70/11;
  font-size: clamp(35px, 2.6041666667vw, 50px);
  border-radius: 0.3125rem;
}
.visual__catch--sub::before {
  width: calc(100% - clamp(14px, 1.0416666667vw, 20px));
  height: calc(100% - clamp(14px, 1.0416666667vw, 20px));
  -webkit-mask-size: clamp(7px, 0.5208333333vw, 10px);
          mask-size: clamp(7px, 0.5208333333vw, 10px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 1.25em;
  line-height: 1;
  line-height: 2.5;
  position: relative;
  z-index: 5;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.75em;
       column-gap: 1.75em;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  position: relative;
}
.gnav__item:has(.dropdown-menu):hover .dropdown-menu__list {
  height: calc(1.5625em + 3lh);
  padding-block: 0.78125em;
}
.gnav__link {
  display: block;
  transition: all 0.12s ease-out;
}
.gnav__link.dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
}
.gnav__link.dropdown-menu::after {
  content: "";
  width: 0.9em;
  aspect-ratio: 3/2;
  -webkit-mask: url(../img/common/arrow-b.svg) no-repeat center/contain;
          mask: url(../img/common/arrow-b.svg) no-repeat center/contain;
  background-color: var(--color-main);
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-main);
}
.gnav .dropdown-menu__list {
  min-width: 100%;
  height: 0;
  font-size: 0.8em;
  background: var(--color-white);
  border-radius: 0.3125rem;
  padding-inline: 1.25em;
  overflow: hidden;
  transition: all 0.56s ease-out;
  position: absolute;
  top: 100%;
  left: 0;
}
.gnav .dropdown-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.12s ease-out;
}
.gnav .dropdown-menu__link::after {
  content: "";
  display: block;
  height: calc(1em - 0.125rem);
  aspect-ratio: 9/14;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-main);
}
.gnav .dropdown-menu__link:hover {
  color: var(--color-main);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 2.5rem;
}
.breadcrumb__list {
  width: 67.5rem;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--roof {
  padding-block-start: 0;
}
.section--roof::before {
  min-width: 120rem;
  height: 11.3125rem;
  top: -9.375rem;
}
.section:has(+ .section--roof) {
  padding-block-end: 15.625rem;
}

.inbox {
  width: 67.5rem;
}

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

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

.com-link {
  font-size: 1.5rem;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.com-link::after {
  width: 1.875rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 1.875rem;
}
.com-sns li {
  height: 2.5rem;
}
.com-sns li.btn {
  aspect-ratio: 10/4;
}
.com-sns li.btn a {
  font-size: var(--font-size-sm);
  padding-bottom: 0.12em;
  border-radius: 100vh;
  outline-width: 2px;
  outline-offset: -2px;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.77778;
}
.com-table tr th,
.com-table tr td {
  padding: calc((4.875rem - 1lh) / 2) 3.125rem;
}
.com-table tr th {
  width: 21.875rem;
  vertical-align: middle;
  border-bottom: solid 2px var(--color-white);
}
.com-table tr td {
  border-right: solid 2px var(--color-main);
  border-bottom: solid 2px var(--color-main);
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  border-top: solid 2px var(--color-main);
}
.com-table tr:first-of-type th {
  border-top-left-radius: 0.625rem;
}
.com-table tr:first-of-type td {
  border-top-right-radius: 0.625rem;
}
.com-table tr:last-of-type th {
  border-bottom-color: var(--color-main);
  border-bottom-left-radius: 0.625rem;
}
.com-table tr:last-of-type td {
  border-bottom-right-radius: 0.625rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 2.4375rem;
  margin-bottom: 2.4375rem;
}
.com-post__link {
  -moz-column-gap: 3.4375rem;
       column-gap: 3.4375rem;
}
.com-post__image {
  width: 12.5rem;
}
.com-post__image img {
  aspect-ratio: 20/13;
  border-radius: 0.3125rem;
}
.com-post__inner {
  flex-direction: column;
  row-gap: 1.25rem;
}
.com-post__tag {
  padding-inline: 0.75rem;
  line-height: 1.78572;
}

/*タグリスト
-----------------------------*/
.com-tags__list {
  gap: 1.25rem;
}
.com-tags__item a,
.com-tags__item > span {
  min-width: 7.5em;
  font-size: 1.5rem;
  line-height: 2.29167;
  padding-inline: 0.75em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.1875rem;
  margin-bottom: 3.4375rem;
}
.com-title01 .en {
  font-size: 1.375rem;
  gap: 1.0625rem;
  margin-bottom: 0.5rem;
}
.com-title01 .en::before {
  width: 2.25rem;
}
.com-title01::after {
  height: 0.8125rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__title {
  margin-bottom: 3.125rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3.125rem;
}
.com-contact__tel {
  width: 26.25rem;
  aspect-ratio: 42/12;
  border-radius: 0.4375rem;
}
.com-contact__tel .com-tel__num {
  font-size: 2.8125rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.com-contact__tel .com-tel__num::before {
  width: 3rem;
  aspect-ratio: 48/34;
}
.com-contact__tel .com-tel__num span {
  margin-block: -0.625rem -0.25rem;
}
.com-contact__tel .com-replace {
  font-size: calc(var(--font-size-sm) - 1px);
}
.com-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.com-contact__btn {
  width: 27.5rem;
  height: 5.625rem;
  font-size: 1.5rem;
}
.com-contact__btn.com-btn--line {
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
  padding-right: 2.25rem;
}
.com-contact__btn.com-btn--line::before {
  width: 2.5rem;
}
.com-contact__btn.com-btn--mail {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding-right: 3.5rem;
}
.com-contact__btn.com-btn--mail::before {
  width: 2.1875rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このような劣化サイン見逃していませんか？
-----------------------------*/
.top-sign__wrap {
  padding-block: 10rem;
}
.top-sign__inner {
  position: relative;
}
.top-sign__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.125rem;
}
.top-sign__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 11.25rem;
  padding-block: 10rem;
}
.top-sign__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.875rem;
  min-height: 22.5rem;
  padding: 1.25rem;
}
.top-sign__item > * {
  width: 100%;
}
.top-sign__item::before {
  content: "";
  background: var(--color-bg-white);
  border-radius: 0.375rem;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.top-sign__item::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}
.top-sign__item:nth-of-type(1)::after {
  width: 13.875rem;
  aspect-ratio: 222/119;
  background: url(../img/index/line_sign01.png) no-repeat right bottom/contain;
  right: -11.8125rem;
  bottom: 0;
}
.top-sign__item:nth-of-type(2) {
  transform: translateY(-10rem);
}
.top-sign__item:nth-of-type(2)::after {
  width: 1.75rem;
  aspect-ratio: 28/216;
  background: url(../img/index/line_sign02.png) no-repeat right bottom/contain;
  left: 50%;
  bottom: -3.75rem;
  transform: translateX(-50%);
}
.top-sign__item:nth-of-type(3)::after {
  width: 13.875rem;
  aspect-ratio: 222/119;
  background: url(../img/index/line_sign03.png) no-repeat right bottom/contain;
  left: -11.0625rem;
  bottom: 0.625rem;
}
.top-sign__item:nth-of-type(4)::after {
  width: 13.875rem;
  aspect-ratio: 222/119;
  background: url(../img/index/line_sign04.png) no-repeat right bottom/contain;
  right: -11.1875rem;
  top: -0.9375rem;
}
.top-sign__item:nth-of-type(5) {
  transform: translateY(10rem);
}
.top-sign__item:nth-of-type(5)::after {
  width: 4.5rem;
  aspect-ratio: 72/216;
  background: url(../img/index/line_sign05.png) no-repeat right bottom/contain;
  right: 4.5625rem;
  top: -10.8125rem;
}
.top-sign__item:nth-of-type(6)::after {
  width: 13.875rem;
  aspect-ratio: 222/119;
  background: url(../img/index/line_sign06.png) no-repeat right bottom/contain;
  left: -11.5625rem;
  top: 2.25rem;
}
.top-sign__thumb img {
  width: 100%;
  aspect-ratio: 1.4285714286;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sign__thumb img {
  border-radius: 0.3125rem;
  outline: solid 0.1875rem var(--color-main);
  outline-offset: -0.1875rem;
}
.top-sign__heading {
  align-items: center;
  text-align: center;
  width: calc(100% + 1em);
  font-size: 1.5rem;
  margin-inline: -0.5em;
  word-break: keep-all;
}
.top-sign__heading > span {
  line-height: 1.25;
}
.top-sign__heading .br {
  display: block;
}
.top-sign__body {
  font-size: var(--font-size-sm);
  line-height: 1.5625;
}
.top-sign__box {
  padding-block: 7.1875rem 14.0625rem;
}
.top-sign__box::before {
  height: 8.0625rem;
  top: -6.25rem;
}
.top-sign__caption {
  width: 100%;
  margin-bottom: 3.125rem;
}
.top-sign__caption > span:not(.en) {
  line-height: 1.63637;
}
.top-sign__value {
  width: 71.25rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.36364;
  padding: 1.875rem 1em;
  border-radius: 0.375rem;
  margin-inline: auto;
}
.top-sign__value .ki {
  display: inline-block;
  margin-inline: -0.25em;
}
.top-sign__value::before {
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  background-size: 0.5rem;
}

/*外壁・屋根の塗装工事や
修理なら株式会社ジンワークス
-----------------------------*/
.top-about::after {
  background-size: min(42.1875rem, 35.15625%);
  background-position: left bottom 4.375rem;
}
.top-about__title {
  font-size: 2.8125rem;
  row-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
.top-about__title > span:not(.en):not(.mid) {
  line-height: 1.55556;
}
.top-about__title > span.mid {
  font-size: calc(1em - 0.625rem);
  line-height: 1.57143;
}
.top-about__title > span.mid::before {
  width: 15rem;
  aspect-ratio: 24/2;
}
.top-about__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 34.375rem;
  padding-right: 37.5rem;
  position: relative;
}
.top-about__text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.top-about__text p:not(:last-of-type):not(.mb) {
  margin-bottom: calc(1.875rem - (1lh - 1em));
}
.top-about__text p.mb {
  margin-bottom: calc(3.125rem - (1lh - 1em));
}
.top-about__image {
  position: absolute;
  z-index: 0;
}
.top-about__image::before, .top-about__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.top-about__image::before {
  background: var(--color-bg-beige);
}
.top-about__image::after {
  background: #f4d0b3;
}
.top-about__image--main {
  width: calc(50vw - 7.5rem);
  min-width: calc(600px - 7.5rem);
  height: 100%;
  top: 0;
  left: calc(50% + 7.75rem);
}
.top-about__image--main img {
  border-radius: 0.9375rem 0 0 0.9375rem;
}
.top-about__image--main::before, .top-about__image--main::after {
  border-radius: 0.9375rem;
}
.top-about__image--main::before {
  transform: rotate(-8deg);
}
.top-about__image--main::after {
  transform: rotate(-4deg);
}
.top-about__image--sub {
  width: calc(50vw - 30rem);
  min-width: calc(600px - 30rem);
  max-width: 14.375rem;
  height: 15.625rem;
  top: -14.1875rem;
  right: calc(50% + 28.75rem);
}
.top-about__image--sub img {
  border-radius: 0.4375rem;
}
.top-about__image--sub::before, .top-about__image--sub::after {
  border-radius: 0.4375rem;
}
.top-about__image--sub::before {
  transform: rotate(14deg);
}
.top-about__image--sub::after {
  transform: rotate(7deg);
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: solid 0.25rem var(--color-main);
  outline-offset: -0.25rem;
}

/*サービスから選ぶ
-----------------------------*/
.top-service {
  padding-block: 9.375rem 9.6875rem;
}
.top-service .inbox {
  width: calc(100% - 6.25rem);
  max-width: 100rem;
}
.top-service__title {
  margin-bottom: 3.75rem;
}
.top-service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
.top-service__item {
  aspect-ratio: 50/32;
  padding: clamp(48px, 3.6458333333vw, 70px) clamp(40px, 3.125vw, 60px);
}
.top-service__item::after {
  width: clamp(50px, 3.90625vw, 75px);
  border-radius: 0.3125rem;
  right: clamp(24px, 1.8229166667vw, 35px);
  bottom: clamp(24px, 1.8229166667vw, 35px);
}
.top-service__heading {
  font-size: clamp(40px, 3.125vw, 55px);
  row-gap: 0.67273em;
  margin-bottom: 0;
}
.top-service__heading > span {
  line-height: 1.1818182 !important;
}
.top-service__heading > span.en {
  font-size: 0.4em;
  line-height: 0.75 !important;
  margin-bottom: 0;
}
.top-service__heading > span.en::before {
  width: auto;
  height: 1em;
  aspect-ratio: 10/11;
}
.top-service__heading .min {
  display: block;
  font-size: 0.454546em;
  line-height: 1.4;
}

/*地域の皆さまに
選ばれ続けている6つの理由
-----------------------------*/
.top-reason__title {
  margin-bottom: 3.25rem;
}
.top-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.875rem 2.8125rem;
  padding-top: 1.75rem;
}
.top-reason__item {
  padding: 2.3125rem 2.1875rem 2.1875rem;
}
.top-reason__item::before {
  width: 3.4375rem;
  font-size: var(--font-size-h5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.75rem;
}
.top-reason__image {
  aspect-ratio: 26/20;
  margin-bottom: 1.875rem;
}
.top-reason__image img {
  border-radius: 0.625rem;
  outline-width: 0.1875rem;
  outline-offset: -0.1875rem;
}
.top-reason__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 1.875rem;
  word-break: keep-all;
}
.top-reason__body {
  font-size: var(--font-size-sm);
  line-height: 1.75;
}

/*バナーセクション
-----------------------------*/
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1px;
       column-gap: 1px;
  width: 100%;
  background: var(--color-white);
}
.top-bnr__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  row-gap: clamp(22px, 1.71875vw, 33px);
  width: 100%;
  height: clamp(280px, 21.875vw, 420px);
}
.top-bnr__item::after {
  width: clamp(47px, 3.6458333333vw, 70px);
  border-radius: clamp(47px, 3.6458333333vw, 70px) 0 0 clamp(47px, 3.6458333333vw, 70px);
  -webkit-mask-size: 100% 100%, 32.8572%;
          mask-size: 100% 100%, 32.8572%;
}
.top-bnr__icon {
  width: clamp(100px, 7.8125vw, 150px);
}
.top-bnr__icon img {
  width: 100%;
  aspect-ratio: 15/14;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-bnr__title {
  font-size: clamp(40px, 3.125vw, 55px);
  row-gap: 0.67273em;
  margin-bottom: 0;
}
.top-bnr__title > span.en {
  font-size: 0.4em;
  line-height: 0.75;
  margin-bottom: 0;
}
.top-bnr__title > span.en::before {
  width: auto;
  height: 1em;
  aspect-ratio: 10/11;
}

/*お知らせ
-----------------------------*/
.top-news::before {
  background-size: clamp(442px, 34.53125vw, 663px);
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/1fr 43.125rem;
  gap: 6.25rem 3.75rem;
}
.top-news__title {
  align-items: flex-start;
  row-gap: 2.5rem;
  text-align: left;
  margin-bottom: 0;
}
.top-news__title > span.en {
  align-items: flex-end;
  flex-direction: row;
  line-height: 0.7;
  margin-bottom: 0.25rem;
}
.top-news__title > span.en::before {
  width: 1.25rem;
  aspect-ratio: 10/11;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}

/*===============================================
  サービス一覧
===============================================*/
/*共通（外壁塗装、屋根塗装、その他）
-----------------------------*/
.service-sec__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.service-sec__image {
  width: 31.25rem;
  flex-shrink: 0;
}
.service-sec__image img {
  width: 100%;
  aspect-ratio: 1.1111111111;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-sec__image img {
  border-radius: 0.9375rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.service-sec__image::before, .service-sec__image::after {
  border-radius: 0.9375rem;
}
.service-sec__image::before {
  transform: rotate(-8deg);
}
.service-sec__image::after {
  transform: rotate(-4deg);
}
.service-sec__text {
  width: 100%;
  align-self: center;
}
.service-sec__box {
  margin-top: 6.25rem;
  border-radius: 0.75rem;
}
.service-sec__heading {
  padding: calc((5.9375rem - 1em) / 2) 1em;
  border-radius: 0.75rem 0.75rem 0 0;
}
.service-sec__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3.125rem;
  padding: 3.5rem 4.375rem 3.75rem;
}
.service-sec__thumb img {
  width: 100%;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-sec__thumb img {
  outline-width: 0.1875rem;
  outline-offset: -0.1875rem;
  border-radius: 0.625rem;
}
.service-sec__label {
  font-size: 1.75rem;
  word-break: keep-all;
  margin-inline: -0.5em;
  margin-top: 1.875rem;
}
.service-sec__label > span {
  line-height: 1.28572;
}
.service-sec:nth-of-type(2n) .service-sec__inner {
  flex-direction: row-reverse;
}

/*メンテナンスの必要性
-----------------------------*/
.service-maintenance__title {
  margin-bottom: 3.125rem;
}
.service-maintenance__text {
  text-align: center;
}
.service-maintenance__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.875rem 2.8125rem;
  padding-top: 1.75rem;
  margin-top: 3.75rem;
}
.service-maintenance__item {
  padding: 3.625rem 2.1875rem 2.1875rem;
  border-radius: 0.625rem;
}
.service-maintenance__item::before {
  width: 3.4375rem;
  font-size: var(--font-size-h5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.75rem;
}
.service-maintenance__icon {
  width: 11.25rem;
  margin: 0 auto 1.875rem;
}
.service-maintenance__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 1.875rem;
  word-break: keep-all;
}
.service-maintenance__body {
  font-size: var(--font-size-sm);
  line-height: 1.75;
}

/*===============================================
  ご依頼の流れ
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.flow-list__text {
  text-align: center;
}
.flow-list__items {
  padding-top: 3.75rem;
}
.flow-list__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 25.625rem;
  padding: 4.0625rem 5rem;
  padding-left: 36.875rem;
  border-radius: 0.625rem;
  margin-bottom: 3.75rem;
}
.flow-list__item::before {
  width: 10.625rem;
  font-size: var(--font-size-h4);
  line-height: 1.14286;
  border-radius: 0.625rem 0;
  padding-block: 1.25rem;
}
.flow-list__item::after {
  height: 1.5625rem;
  top: calc(100% + 1.09375rem);
}
.flow-list__image {
  width: 27.5rem;
  position: absolute;
  top: 4.0625rem;
  left: 5rem;
}
.flow-list__image img {
  width: 100%;
  height: 17.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.flow-list__heading {
  margin-bottom: 3.125rem;
}
.flow-list__body {
  line-height: 2.11112;
}

/*補助金を受け取れるケースがあります
-----------------------------*/
.flow-subsidy__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 35.625rem;
}
.flow-subsidy__title {
  align-items: flex-start;
  row-gap: 2.5rem;
  text-align: left;
  margin-right: -1em;
  margin-bottom: 3.75rem;
}
.flow-subsidy__title > span.en {
  align-items: flex-end;
  flex-direction: row;
  line-height: 0.7;
  margin-bottom: 0.25rem;
}
.flow-subsidy__title > span.en::before {
  width: 1.25rem;
  aspect-ratio: 10/11;
}
.flow-subsidy__image {
  width: 31.25rem;
  position: absolute;
  top: 0;
  right: -4rem;
}
.flow-subsidy__image img {
  height: 35.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 0.9375rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.flow-subsidy__image::before, .flow-subsidy__image::after {
  border-radius: 0.9375rem;
}
.flow-subsidy__image::before {
  transform: rotate(-8deg);
}
.flow-subsidy__image::after {
  transform: rotate(-4deg);
}
.flow-subsidy__text {
  line-height: 2;
}
.flow-subsidy__text .mb {
  margin-bottom: calc(2.625rem - (1lh - 1em));
}

/*===============================================
  実績紹介
===============================================*/
/*実績一覧
-----------------------------*/
.works-list__text {
  text-align: center;
}
.works-list__tags {
  margin-top: 3.125rem;
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 3.125rem;
  margin-top: 3.75rem;
}
.works-list__item {
  padding: 3.125rem;
  border-radius: 0.75rem;
}
.works-list__label {
  padding-inline: 1em;
  border-radius: 0.75rem 0;
}
.works-list__images {
  margin-bottom: 2.1875rem;
}
.works-list__image {
  row-gap: 1.25rem;
}
.works-list__image img {
  border-radius: 0.625rem;
}
.works-list__image--before {
  padding-left: 8.4375rem;
}
.works-list__image--before::before {
  width: 7.5rem;
  height: 4.625rem;
  bottom: 3.125rem;
}
.works-list__image--before figcaption {
  font-size: 1.4375rem;
  margin-block: -0.1875rem;
}
.works-list__image--before img {
  aspect-ratio: 28/20;
}
.works-list__image--after figcaption {
  font-size: 1.875rem;
  margin-block: -0.25rem;
}
.works-list__image--after img {
  aspect-ratio: 415/300;
}
.works-list__heading {
  font-size: 1.5625rem;
  margin-bottom: 3.125rem;
}
.works-list__heading > span {
  line-height: 1.6;
}
.works-list__btn {
  height: 3.75rem;
  font-size: var(--font-size-lg);
}
.works-list__btn::after {
  height: 2.1875rem;
}

/*実績詳細
-----------------------------*/
.works-detail__tags {
  margin-bottom: 3.75rem;
}
.works-detail__images {
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
  margin-bottom: 3.75rem;
}
.works-detail__images::before {
  height: 4.625rem;
  aspect-ratio: 65/74;
  top: calc(50% + 1.3125rem);
}
.works-detail__image {
  row-gap: 1.25rem;
}
.works-detail__image figcaption {
  font-size: 1.875rem;
  margin-block: -0.25rem;
}
.works-detail__image img {
  aspect-ratio: 48/35;
  border-radius: 0.625rem;
}
.works-detail__body {
  line-height: 2.11112;
  padding: calc(3.125rem - (0.5lh - 0.5em)) 3.125rem;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting::before {
  width: 91.667%;
  max-width: 110rem;
  height: clamp(406px, 31.71875vw, 609px);
  bottom: clamp(64px, 4.9479166667vw, 95px);
}
.company-greeting__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.company-greeting__image {
  width: 31.25rem;
  margin-right: -1.875rem;
  flex-shrink: 0;
}
.company-greeting__image img {
  aspect-ratio: 1;
  border-radius: 0.9375rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.company-greeting__image div {
  margin-bottom: 3.75rem;
}
.company-greeting__image div::before, .company-greeting__image div::after {
  border-radius: 0.9375rem;
}
.company-greeting__image div::before {
  transform: rotate(-8deg);
}
.company-greeting__image div::after {
  transform: rotate(-4deg);
}
.company-greeting__image figcaption {
  font-size: 1.5625rem;
  line-height: 1.6;
}
.company-greeting__text {
  width: 100%;
}
.company-greeting__text .mb {
  margin-bottom: calc(2.5rem - (1lh - 1em));
}

/*会社概要
-----------------------------*/
.company-info__table + .company-info__box {
  margin-top: 5rem;
}
.company-info__table tr td dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.company-info__table tr td dl dt {
  flex-shrink: 0;
}
.company-info__box {
  margin-top: 3.75rem;
  border-radius: 0.625rem;
}
.company-info__heading {
  padding-block: calc((5.625rem - 1em) / 2);
}
.company-info__map {
  height: 22.5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__tags {
  margin-bottom: 3.75rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ
-----------------------------*/
.contact-lead__boxes {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  margin-top: 3.4375rem;
}
.contact-lead__box {
  width: 100%;
  border-radius: 0.5rem;
}
.contact-lead__heading {
  padding-block: calc((5rem - 1em) / 2);
}
.contact-lead__inner {
  line-height: 1.66667;
  row-gap: 1.25rem;
  padding: 2.5rem 2.8125rem;
}
.contact-lead__tel {
  width: 100%;
  max-width: 26.25rem;
  height: 7.5rem;
}
.contact-lead__tel .com-tel__num {
  font-size: 2.8125rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.contact-lead__tel .com-tel__num::before {
  width: 3rem;
  aspect-ratio: 48/34;
}
.contact-lead__tel .com-tel__num span {
  margin-block: -0.625rem -0.25rem;
}
.contact-lead__tel .com-replace {
  font-size: calc(var(--font-size-sm) - 1px);
}
.contact-lead__info dd::after {
  content: "／";
  margin-inline: 1em;
}
.contact-lead__info dd:last-of-type::after {
  display: none;
}
.contact-lead__btn {
  width: 100%;
  max-width: 26.25rem;
  height: 5.625rem;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  font-size: 1.5rem;
  padding-right: 3.125rem;
}
.contact-lead__btn::before {
  width: 2.5rem;
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__inner {
  margin-top: 3.4375rem;
}
.contact-form__table tr th,
.contact-form__table tr td {
  line-height: calc(2.5rem / var(--font-size-base));
  padding-inline: 1.875rem;
}
.contact-form__table tr th {
  width: 23.75rem;
  text-align: left;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(1.25rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
}
.contact-form .contact-submits-wrap > * {
  margin: 1.25rem 0.9375rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.125rem;
}
.privacy-policy__heading {
  margin-bottom: 1.875rem;
}

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

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