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

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

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

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

/*===============================================
  header
===============================================*/
#header {
  padding-top: clamp(20px, 1.5625vw, 30px);
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4em);
  max-width: 115.625rem;
  height: clamp(80px, 6.25vw, 120px);
  padding-inline: 1.875em;
  font-size: clamp(11px, 0.8333333333vw, 16px);
  border-radius: 0.5em;
}
#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(3.75em, 10vw - 4.5rem, 7.5rem);
       column-gap: clamp(3.75em, 10vw - 4.5rem, 7.5rem);
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
#header .header__tel {
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__tel::before {
  font-size: calc(1em - 1px);
}
#header .header__tel .com-tel__num {
  font-size: 1.75em;
}
#header .header__tel .com-replace {
  font-size: 0.75em;
}
#header .header__mail {
  height: 4.0625em;
  aspect-ratio: 34/13;
}
#header .header__mail > span {
  font-size: 1.125em;
}
#header .header__mail::before, #header .header__mail::after {
  display: none;
}
#header .header__sns {
  -moz-column-gap: 1.875em;
       column-gap: 1.875em;
}
#header .header__sns li {
  font-size: 1em;
  height: 3.125em;
}
#header .header__sns li.btn {
  aspect-ratio: 12/5;
}
#header .header__sns li.btn a {
  font-size: 1.125em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 9.375rem 7.5rem;
}
#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: 2.5rem;
}
#footer .footer__logo img {
  width: 18.75rem;
}
#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: 5rem;
}

/*フッターナビ
-----------------------------*/
.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--ent {
  padding-block: 1.875rem;
}
.copy--oth {
  width: 67.5rem;
  margin-inline: auto;
}
.copy--oth p {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 4.6875rem;
  aspect-ratio: 75/100;
  border-radius: 100vw;
  right: 2.1875rem;
  bottom: 6.25rem;
}
#pagetop img {
  width: 1.875rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  margin-top: clamp(-150px, -7.8125vw, -100px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(670px, 52.0833333333vw, 1000px);
  padding-bottom: clamp(100px, 7.8125vw, 150px);
}
.visual__box {
  width: calc(100% - clamp(174px, 13.5416666667vw, 260px));
  row-gap: clamp(35px, 2.6041666667vw, 50px);
}
.visual__catch img {
  width: clamp(492px, 38.3854166667vw, 737px);
}
.visual__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(14px, 1.0416666667vw, 20px);
  max-width: clamp(380px, 29.6875vw, 570px);
}
.visual__list li img {
  height: clamp(47px, 3.6458333333vw, 70px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(520px, 40.625vw, 780px);
  padding-top: clamp(80px, 6.25vw, 120px);
}
.visual__catch--sub {
  min-width: clamp(430px, 33.3333333333vw, 640px);
  font-size: clamp(30px, 2.34375vw, 45px);
  padding-block: calc((clamp(74px, 5.7291666667vw, 110px) - 1em) / 2);
  padding-inline: 0.5em;
  border-radius: 0.3125rem;
}

/*===============================================
  グローバルナビ
===============================================*/
.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__link {
  display: block;
  transition: all 0.12s ease-out;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-main);
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}

.inbox {
  width: 67.5rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.625rem;
}
.com-tel::before {
  font-size: 0.9375rem;
}
.com-tel__num {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 1.75rem;
}
.com-tel__num::before {
  font-size: calc(1em - 0.25rem);
  margin-block: -0.25rem -0.125rem;
}
.com-tel__num span {
  margin-block: -0.3125rem -0.125rem;
}
.com-tel .com-replace {
  font-size: 0.75rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  border-radius: 100vh;
}
.com-btn::after {
  aspect-ratio: 2/1;
  height: 50%;
  right: 1.25rem;
}

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

/* 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;
}
.com-sns li.btn.c-white a {
  outline-width: 2px;
  outline-offset: -2px;
}

/*テーブル
-----------------------------*/
.com-table tr th,
.com-table tr td {
  vertical-align: middle;
  font-size: var(--font-size-base);
  line-height: 1.77778;
  padding-block: calc((4.875rem - 1lh) / 2);
  padding-inline: 3.125rem;
}
.com-table tr th {
  width: 21.875rem;
  border-bottom: solid 2px var(--color-white);
}
.com-table tr td {
  border-bottom: solid 2px var(--color-main);
  border-right: 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.5rem;
  margin-bottom: 2.5rem;
}
.com-post__link {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.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 {
  line-height: 1.78572;
  padding-inline: 0.625rem;
  border-radius: 100vh;
}

/*タグリスト
-----------------------------*/
.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;
  border-radius: 100vh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
.com-title01 .en {
  font-size: 1.4375rem;
  gap: 1.125rem 0.625rem;
  margin-block-end: -0.1875rem;
}
.com-title01 .en::before {
  width: 1.5625rem;
  aspect-ratio: 25/27;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  総合トップ
===============================================*/
.entrance {
  display: grid;
  grid-template-rows: 46.875em 1fr;
  grid-auto-flow: column;
  row-gap: 3.125em;
  width: calc(100% - 4em);
  max-width: 115.625rem;
  height: 77.8125em;
  min-height: calc(100svh - (3.75rem + var(--font-size-xs) + clamp(100px, 7.8125vw, 150px)));
  padding-block: 3.125em calc(1em - 1px);
  margin-inline: auto;
  font-size: clamp(11px, 0.8333333333vw, 16px);
}
.entrance__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 3.125em;
       column-gap: 3.125em;
}
.entrance__items--main .entrance__item {
  padding-bottom: 1.25em;
}
.entrance__items--main .entrance__item::after {
  aspect-ratio: 7/4;
  height: 5em;
  right: 3.125em;
  bottom: 3.125em;
}
.entrance__items--main .entrance__title {
  row-gap: 0.5em;
  font-size: 5em;
  margin-bottom: 0.9em;
}
.entrance__items--main .entrance__title > span.en {
  font-size: 0.375em;
  margin-block-end: -0.1em;
}
.entrance__items--main .entrance__title > span.en::before {
  width: 1.2em;
  aspect-ratio: 9/10;
}
.entrance__items--sub {
  grid-template-columns: repeat(3, 1fr);
}
.entrance__items--sub .entrance__item {
  justify-content: space-between;
  padding-inline: 3.5em;
  padding-block: 4.5em 3.75em;
}
.entrance__items--sub .entrance__item::after {
  aspect-ratio: 100/65;
  width: 6.25em;
  right: 2.5em;
  bottom: 2.5em;
}
.entrance__items--sub .entrance__title {
  font-size: 2.75em;
  margin-bottom: 0;
}
.entrance__items--sub .entrance__title > span {
  line-height: 1.22728;
}
.entrance__items--sub .entrance__title > span.en {
  font-size: calc(0.5em + 1px);
  line-height: 1;
  margin-block-end: 0;
}
.entrance__items--sub .entrance__title > span.en::before {
  width: calc(1em + 2px);
}
.entrance__item {
  border-radius: calc(1em - 1px);
}
.entrance__item--demolition .entrance__list {
  max-width: 31.25em;
}
.entrance__title {
  row-gap: clamp(27px, 2.0833333333vw, 40px);
  word-break: keep-all;
}
.entrance__list {
  gap: 1.25em;
}
.entrance__list li {
  font-size: 2.5em;
  line-height: 1.75;
  padding-inline: 0.4em;
  border-radius: 0.125em;
}
.entrance__text {
  font-size: 1.25em;
  line-height: 1.5;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__title {
  margin-bottom: 3.75rem;
}
.com-contact__items {
  row-gap: 3.125rem;
}
.com-contact__tel {
  row-gap: 0.9375rem;
  width: 26.25rem;
  height: 7.5rem;
  border-radius: 0.4375rem;
}
.com-contact__tel .com-tel__num {
  font-size: 2.8125rem;
}
.com-contact__tel .com-tel__num::before {
  font-size: 2.25rem;
}
.com-contact__tel .com-tel__num > span {
  margin-block: -0.5625rem -0.1875rem;
}
.com-contact__tel .com-replace {
  font-size: 0.9375rem;
}
.com-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.com-contact__btn {
  width: 28.75rem;
  height: 5.625rem;
  font-size: 1.5rem;
  padding-right: 3.4375rem;
}
.com-contact__btn::after {
  aspect-ratio: 14/9;
}
.com-contact__btn.com-btn--line {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.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;
}
.com-contact__btn.com-btn--mail::before {
  width: 2.1875rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*このような方のお力になれます
-----------------------------*/
.top-help__inner {
  padding-block-end: 11.5625rem;
}
.top-help__inner::after {
  width: 80rem;
  height: 16.875rem;
}
.top-help__title {
  margin-bottom: 3.75rem;
}
.top-help__text {
  text-align: center;
}
.top-help__text strong {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.83334;
  box-shadow: 0 0.125rem var(--color-main);
}
.top-help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-top: 3.75rem;
}
.top-help__item {
  width: calc(50% - 0.9375rem);
  font-size: 1.5rem;
  line-height: 1.25;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 1.25rem;
  border-radius: 0.3125rem;
}
.top-help__item::before {
  width: 1.8125rem;
}
.top-help__box {
  padding-block: 6.25rem;
}
.top-help__box::before {
  height: 8.9375rem;
  top: -7.1875rem;
}
.top-help__heading {
  width: 100%;
  font-size: 2.8125rem;
  margin-bottom: 2.5rem;
}
.top-help__heading > span {
  line-height: 1.66667;
}
.top-help__body {
  width: 70.3125rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.36364;
  padding: 1.875rem 0.5em;
  border-radius: 0.375rem;
  margin-inline: auto;
}
.top-help__body .ki {
  display: inline-block;
  margin-inline: -0.25em;
}

/*空き家・住宅の解体工事なら
株式会社ジンワークス
-----------------------------*/
.top-about::after {
  width: calc(100% - 5rem);
  max-width: 92.5rem;
  height: clamp(150px, 11.717791411vw, 191px);
}
.top-about__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 44.625rem;
  padding-left: 33.75rem;
}
.top-about__title {
  row-gap: 3.1875rem;
  margin-bottom: 5rem;
}
.top-about__title > span:not(.en) {
  line-height: 1.6;
}
.top-about__text {
  line-height: 2.22223;
}
.top-about__text .mb {
  margin-bottom: calc(3.125rem - (1lh - 1em));
}
.top-about__images {
  width: calc(50vw - 7.5rem);
  min-width: calc(600px - 7.5rem);
  max-width: 39.375rem;
  position: absolute;
  top: 0;
  right: calc(50% + 5.625rem);
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image--main {
  width: calc(100% - 5rem);
  height: 37.5rem;
}
.top-about__image--main img {
  border-radius: 0.625rem;
}
.top-about__image--sub {
  width: 15.625rem;
  height: 18.125rem;
  margin: -11rem 0 0 auto;
}
.top-about__image--sub img {
  border-radius: 0.5rem;
}

/*安心してお任せいただくために
お客さまとの5つのお約束
-----------------------------*/
.top-promise__title {
  margin-bottom: 4.375rem;
}
.top-promise__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.125rem 2.8125rem;
}
.top-promise__list:has(:last-of-type:nth-of-type(5)) .top-promise__item:nth-of-type(1) {
  margin-left: 11.25rem;
}
.top-promise__list:has(:last-of-type:nth-of-type(5)) .top-promise__item:nth-of-type(2) {
  margin-right: 11.25rem;
}
.top-promise__item {
  width: 20.625rem;
  padding: 2.0625rem 2.1875rem 1.875rem;
  border-radius: 0.625rem;
}
.top-promise__item::before {
  width: 4.375rem;
  font-size: var(--font-size-h4);
  border-radius: 0.625rem 0;
}
.top-promise__image {
  aspect-ratio: 26/22;
  margin-bottom: 2.5rem;
}
.top-promise__image img {
  border-radius: 0.4375rem;
}
.top-promise__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 1.875rem;
  word-break: keep-all;
}
.top-promise__body {
  font-size: var(--font-size-sm);
  line-height: 1.875;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1px;
       column-gap: 1px;
  width: 100%;
}
.top-bnr__item {
  justify-content: space-between;
  width: 100%;
  height: clamp(300px, 23.4042553191vw, 440px);
  padding-inline: clamp(46px, 3.59375vw, 69px) clamp(35px, 2.6041666667vw, 50px);
  padding-block: clamp(67px, 5.2083333333vw, 100px) clamp(35px, 2.6041666667vw, 50px);
}
.top-bnr__title {
  font-size: clamp(30px, 2.34375vw, 45px);
  margin-bottom: 0;
}
.top-bnr__title .en {
  font-size: calc(0.4em + 0.3125rem);
}
.top-bnr__title .en::before {
  width: calc(1em + 0.125rem);
}
.top-bnr__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
  width: 100%;
  font-size: clamp(15px, 1.1458333333vw, 22px);
  line-height: 1.36364;
  word-break: keep-all;
}
.top-bnr__text::after {
  content: "";
  display: block;
  width: 5em;
  aspect-ratio: 110/75;
  background: url(../img/common/arrow.svg) no-repeat center/auto 40%;
  box-shadow: 0 0 0 2px var(--color-white) inset;
  border-radius: 100vh;
  flex-shrink: 0;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template: auto 1fr/1fr 43.75rem;
  align-items: flex-start;
  gap: 6.25rem;
  min-height: 26.25rem;
}
.top-news__box::after {
  content: "";
  width: 10rem;
  aspect-ratio: 160/237;
  background: url(../img/common/deco_greeting.png) no-repeat left bottom/contain;
  position: absolute;
  left: 0;
  top: 22.1875rem;
  pointer-events: none;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}

/*===============================================
  空き家をお持ちの方へ
===============================================*/
/*空き家を解体するメリット
-----------------------------*/
.guide-merit__text {
  text-align: center;
}
.guide-merit__text strong {
  line-height: 1.9;
}
.guide-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 4.375rem;
  margin-top: 3.75rem;
}
.guide-merit__item {
  padding: 2.75rem 3.25rem;
  border-radius: 0.625rem;
}
.guide-merit__item::before {
  width: 5rem;
  font-size: var(--font-size-h4);
  border-radius: 0.625rem 0;
}
.guide-merit__image {
  aspect-ratio: 4/3;
  margin-bottom: 2.5rem;
}
.guide-merit__image img {
  border-radius: 0.625rem;
}
.guide-merit__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
  word-break: keep-all;
}
.guide-merit__body {
  font-size: var(--font-size-sm);
  line-height: 1.875;
}

/*安心保証について
-----------------------------*/
.guide-guarantee::after {
  width: calc(100% - 5rem);
  max-width: 92.5rem;
  height: clamp(150px, 11.717791411vw, 191px);
}
.guide-guarantee__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 31.25rem;
  padding-left: 35.625rem;
}
.guide-guarantee__title {
  margin-bottom: 4.375rem;
}
.guide-guarantee__image {
  width: calc(50vw - 7.5rem);
  min-width: calc(600px - 7.5rem);
  max-width: 37.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% + 5.625rem);
}
.guide-guarantee__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.guide-guarantee__text {
  line-height: 2.33334;
}

/*===============================================
  ご依頼の流れ
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.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;
}

/*===============================================
  実績紹介
===============================================*/
/*実績一覧
-----------------------------*/
.works-list__text {
  text-align: center;
}
.works-list__text + * {
  margin-top: 3.75rem;
}
.works-list__tags, .works-list__items {
  margin-top: 4rem;
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3.75rem;
}
.works-list__label {
  line-height: 1.66667;
  padding: 0.3125rem 1em;
  border-radius: 0.625rem 0;
}
.works-list__image {
  aspect-ratio: 16/15;
  margin-bottom: 1.875rem;
}
.works-list__image img {
  border-radius: 0.625rem;
}
.works-list__heading {
  margin-bottom: 1.875rem;
}
.works-list__btn {
  height: 3.4375rem;
}
.works-list__btn::after {
  height: 1.875rem;
  background-size: auto 1rem;
}

/*実績詳細
-----------------------------*/
.works-detail__tags {
  margin-bottom: 3.125rem;
}
.works-detail__table {
  margin-top: 3.75rem;
}
.works-detail__table tr th,
.works-detail__table tr td {
  width: 50%;
  text-align: center;
}
.works-detail__table > .works-detail__item {
  margin-top: 5rem;
}
.works-detail__item {
  margin-top: 4.6875rem;
}
.works-detail__heading {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-bottom: 2.25rem;
}
.works-detail__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
.works-detail__image img {
  width: 100%;
  aspect-ratio: 1.1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__image img {
  border-radius: 0.625rem;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-message__title {
  margin-bottom: 3.75rem;
}
.company-message__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  min-height: 43.125rem;
}
.company-message__inner::after {
  width: 83.75rem;
  height: 12.5rem;
  top: 38.125rem;
}
.company-message__image {
  width: 31.25rem;
  margin-right: -3.125rem;
  flex-shrink: 0;
  row-gap: 2.5rem;
}
.company-message__image img {
  aspect-ratio: 50/53;
  border-radius: 0.9375rem;
}
.company-message__image figcaption {
  font-size: var(--font-size-h5);
  line-height: 1.66667;
}
.company-message__text {
  width: 100%;
  font-size: var(--font-size-sm);
  line-height: 2.375;
}

/*会社概要
-----------------------------*/
.company-info__table + .company-info__box {
  margin-top: 6.25rem;
}
.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__title {
  margin-bottom: 3.75rem;
}
.news-archive__tags {
  margin-bottom: 3.125rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.25rem;
  margin-bottom: 1.5625rem;
}
.news-detail__inner {
  row-gap: 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: 25.625rem;
  height: 7.5rem;
  row-gap: 0.9375rem;
  border-radius: 0.4375rem;
}
.contact-lead__tel .com-tel__num {
  font-size: 2.8125rem;
}
.contact-lead__tel .com-tel__num::before {
  font-size: 2.25rem;
}
.contact-lead__tel .com-tel__num > span {
  margin-block: -0.5625rem -0.1875rem;
}
.contact-lead__tel .com-replace {
  font-size: 0.9375rem;
}
.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: 25.625rem;
  height: 5.625rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-size: 1.375rem;
  padding-right: 4.375rem;
}
.contact-lead__btn::before {
  width: 2.1875rem;
}
.contact-lead__btn::after {
  aspect-ratio: 70/45;
  background-size: auto 1.3125rem;
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__title {
  margin-bottom: 3.75rem;
}
.contact-form__inner {
  margin-top: 3.125rem;
}
.contact-form__table tr th,
.contact-form__table tr td {
  line-height: calc(2.5rem / var(--font-size-base));
  padding-inline: 1.5625rem;
}
.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 {
  font-size: 0.8125rem;
  margin-top: calc(1.25rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
}
.contact-form .contact-submits-wrap > * {
  height: 4.375rem;
  margin: 1.25rem 0.9375rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.125rem;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
}
.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エラー
===============================================*/