@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(9px, 0.6896551724vw, 10px);
  scroll-padding-top: 9.6rem;
}

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

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 3rem 1.3rem 2rem;
}
#header .header__logo {
  height: 5.8rem;
}
#header .header__logo img {
  height: 100%;
  aspect-ratio: 312/58;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1.8rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 1rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 7.5rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2.5rem 6rem;
  width: 108rem;
}
#footer .footer__logo {
  width: 100%;
}
#footer .footer__logo img {
  height: 6.5rem;
  aspect-ratio: 352/65;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__sns {
  margin-left: auto;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 5rem;
  width: 100%;
  padding-top: 4.8rem;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__item::after {
  content: "|";
  margin-inline: 1.5em;
}
.footer-nav__item:last-of-type::after {
  display: none;
}
.footer-nav__link {
  letter-spacing: 0.08em;
  margin-inline-end: -0.08em;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  font-size: var(--font-size-xs);
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footer-nav__sub-item::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/2;
  background: url(../img/common/arrow_nav.svg) no-repeat center/contain;
}
.footer-nav__sub-link {
  letter-spacing: 0.12em;
  margin-inline-end: -0.12em;
}

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

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

/*サイドボタン
-----------------------------*/
#side {
  flex-direction: column;
  row-gap: 1.4rem;
  width: 7.4rem;
  height: 22rem;
  bottom: 9.2rem;
  right: 0;
}
#side::before {
  aspect-ratio: 7/5;
  height: 1.5rem;
}
#side > span {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-inline-end: -0.15em;
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  #side > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::before {
  min-width: 192rem;
  height: calc(100% - clamp(96px, 7.5vw, 144px) - 1px);
  min-height: calc(clamp(224px, 17.5vw, 336px) + 1px);
  max-height: calc(clamp(316px, 24.6875vw, 474px) - 1px);
  clip-path: polygon(0 clamp(224px, 17.5vw, 336px), 100% 0, 100% 100%, 0 100%);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: clamp(20px, 1.5625vw, 30px);
       column-gap: clamp(20px, 1.5625vw, 30px);
  height: clamp(580px, 45.1041666667vw, 866px);
}
.visual__item {
  width: clamp(598px, 46.6666666667vw, 896px);
  height: calc(100% - clamp(24px, 1.875vw, 36px));
  row-gap: calc(clamp(22px, 1.71875vw, 33px) - 1px);
  padding: calc(clamp(60px, 4.6875vw, 90px) - 1px) clamp(30px, 2.34375vw, 45px) clamp(34px, 2.65625vw, 51px) calc(clamp(26px, 2.03125vw, 39px) + 1px);
}
.visual__item:nth-of-type(2) {
  align-self: flex-end;
}
.visual__item::before, .visual__item::after {
  width: calc(100% - clamp(18px, 1.40625vw, 27px) - 1px);
  height: calc(100% - clamp(40px, 3.125vw, 60px));
  top: clamp(20px, 1.5625vw, 30px);
  left: 1px;
}
.visual__item::after {
  clip-path: polygon(clamp(336px, 26.25vw, 504px) 0, 100% 0, 100% 100%, clamp(48px, 3.75vw, 72px) 100%);
}
.visual__catch--main {
  height: 100%;
}
.visual__catch--main .txt img {
  height: clamp(213px, 16.6145833333vw, 319px);
  aspect-ratio: 801/319;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.visual__catch--main .en {
  margin-top: clamp(14px, 1.09375vw, 21px);
  margin-right: calc(clamp(10px, 0.78125vw, 15px) - 1px);
}
.visual__catch--main .en img {
  height: clamp(73px, 5.6770833333vw, 109px);
  aspect-ratio: 640/109;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.visual__catch--service .en {
  margin-left: auto;
}
.visual__link {
  flex-shrink: 0;
}
.visual__image--main {
  filter: drop-shadow(calc(clamp(6px, 0.46875vw, 9px) + 1px) calc(clamp(6px, 0.46875vw, 9px) + 1px) #c6c6c6);
}
.visual__image--main div {
  clip-path: polygon(clamp(280px, 21.875vw, 420px) 0, 100% 0, calc(100% - clamp(280px, 21.875vw, 420px)) 100%, 0 100%);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  width: 93.75%;
  min-width: calc(100% - 12rem);
  height: calc(clamp(300px, 23.4375vw, 450px) + 1px);
  padding-left: calc(clamp(104px, 8.125vw, 156px) - 1px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  margin-inline: auto;
}
.visual__sub::before {
  width: 77.334%;
  clip-path: polygon(54.167% 0, 100% 0, 100% 100%, 0 100%);
}
.visual__sub--e404 .visual__catch--sub span {
  max-width: 6em;
}
.visual__catch--sub {
  font-size: clamp(40px, 3.125vw, 60px);
  -webkit-text-stroke: 2px var(--color-white);
  paint-order: stroke;
  text-shadow: 0 0 calc(clamp(10px, 0.78125vw, 15px) - 1px) #fff;
}
.visual__catch--sub > span {
  line-height: 1.25;
}
.visual__image--sub {
  width: 55.889%;
  min-width: calc(100% - 79.4rem);
  height: calc(100% + 3rem);
  right: min(12.8rem, 7.112%);
  filter: drop-shadow(calc(clamp(6px, 0.46875vw, 9px) - 1px) calc(clamp(6px, 0.46875vw, 9px) - 1px) #c6c6c6);
}
.visual__image--sub img {
  clip-path: polygon(clamp(164px, 12.8125vw, 246px) 0, 100% 0, calc(100% - clamp(164px, 12.8125vw, 246px)) 100%, 0 100%);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-weight: 700;
  line-height: 2;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link {
  display: block;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-main);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-block: calc(2.25rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}
.breadcrumb + .section {
  padding-block-start: 7.5rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 12rem;
}
.section--bg {
  min-height: 54rem;
}
.section--bg::before {
  min-width: 192rem;
  height: 49.1rem;
  clip-path: polygon(0 0, 100% 33.7rem, 100% 100%, 0 100%);
}
.section--deco::after {
  width: 152.6rem;
  height: 39.7rem;
  top: 10.6rem;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 3.4rem;
}
.com-tel::before {
  font-size: 2.6rem;
  margin-block: -0.3rem;
}
.com-tel span {
  margin-block: -0.4rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 36rem;
  height: 7.2rem;
}
.com-btn > span {
  font-size: 2rem;
}
.com-btn::after {
  aspect-ratio: 30/8;
  height: 0.8rem;
  right: 2rem;
}

.com-link {
  min-height: 3.4rem;
}
.com-link > span {
  letter-spacing: 0.15em;
  margin-inline-end: -0.15em;
}
.com-link::before {
  width: 3.4rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3.2rem;
}
.com-sns li {
  width: 5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5625;
  padding: calc(5rem - (0.5lh - 0.5em)) 5rem;
}
.com-table tr th,
.com-table tr td {
  padding: calc(2rem - (0.5lh - 0.5em)) 3rem;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  padding-bottom: 0;
}

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

/*ブログ
-----------------------------*/
.com-post__item--image {
  margin-bottom: 5rem;
}
.com-post__item--image .com-post__link {
  padding: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-post__item--image .com-post__inner {
  row-gap: 2.2rem;
}
.com-post__item--image .com-post__date {
  font-size: var(--font-size-base);
}
.com-post__item--image .com-post__heading {
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
}
.com-post__item--image .com-post__tags {
  gap: 1rem 2rem;
}
.com-post__item--image .com-post__body {
  font-size: var(--font-size-base);
  line-height: 1.75;
}
.com-post__item--image .com-post__image {
  width: 34rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 1.6037735849;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__link {
  padding: 2.85rem 3.2rem;
}

/*施工実績
-----------------------------*/
.com-works__list {
  display: grid;
}
.com-works__image {
  margin-bottom: 2.3rem;
}
.com-works__image img {
  aspect-ratio: 1.306122449;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-works__label {
  border-left-width: 0.5rem;
  padding-left: 1.5rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  padding-top: 6rem;
  margin-bottom: 5.5rem;
}
.com-title01::before {
  margin-block: -0.15em;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 0 0 6.3rem;
}
.com-contact::after {
  width: calc(50% + 54rem);
  height: calc(100% - 12.6rem);
  top: 6.3rem;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}
.com-contact__title {
  min-width: 19.2rem;
  font-size: 5.2rem;
}
.com-contact__title > span {
  padding: 2.5rem 2.2rem calc(2rem - 0.1em);
  letter-spacing: 0.1em;
}
.com-contact__title > span:nth-of-type(2) {
  margin-top: 2.6rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem 6rem;
  width: 74rem;
  min-height: 57rem;
  margin-top: 6.3rem;
}
.com-contact__tel {
  width: 100%;
  font-size: 4.6rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-self: flex-end;
}
.com-contact__tel::before {
  font-size: 3.5rem;
}
.com-contact__btn {
  flex-direction: column;
  row-gap: 1.6rem;
  width: calc(50% - 3rem);
  height: 12rem;
  align-self: flex-start;
}
.com-contact__btn > span {
  font-size: 1.25em;
}
.com-contact__btn--mail::before, .com-contact__btn--line::before {
  width: 3.2rem;
}
.com-contact:not(.com-contact--top)::before {
  height: calc(100% - 16.6rem);
}
.com-contact--top::before {
  background: linear-gradient(to bottom, var(--color-white) calc(100% - 53.2rem), transparent calc(100% - 53.2rem)), var(--grad-black);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 6.3rem), calc(50% + 54rem) calc(100% - 6.3rem), calc(50% + 54rem) 6.3rem, 0 6.3rem);
}

/*バナーセクション
-----------------------------*/
.com-bnr {
  padding-block: 15rem;
}
.com-bnr::after {
  width: 170rem;
  height: 52.1rem;
  bottom: calc(50% - 26rem);
}
.com-bnr__item {
  height: 36rem;
  padding: 5rem 3rem 3rem 5rem;
}
.com-bnr__title {
  font-size: 6rem;
  padding-top: 9rem;
  margin-bottom: 0;
}
.com-bnr__title::before {
  font-size: 16rem;
}

/*===============================================
  トップページ
===============================================*/
/*新着情報
-----------------------------*/
.top-news {
  padding: 14rem 0 16rem;
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/auto 81rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.5rem 6rem;
}
.top-news__title {
  font-size: 4.4rem;
  padding-top: 9rem;
  margin-bottom: 0;
  align-self: flex-start;
}
.top-news__title::before {
  font-size: 14rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
  margin-top: 5.4rem;
  position: relative;
  z-index: 3;
}
.top-news .com-empty {
  min-height: 24rem;
}
.top-news__btn {
  align-self: flex-start;
}

/*熊本から、未来の“快適”を創造する。
-----------------------------*/
.top-about {
  padding-top: 10rem;
}
.top-about::before {
  min-width: 192rem;
  height: calc(100% + 33.6rem);
  clip-path: polygon(0 33.6rem, 100% 0, 100% 100%, 0 100%);
}
.top-about::after {
  width: calc(50% + clamp(36px, 2.8125vw, 54px));
  height: calc(100% - clamp(32px, 2.5vw, 48px) - 1px);
  clip-path: polygon(clamp(328px, 25.625vw, 492px) 0, 100% 0, 100% 100%, 0 100%);
}
.top-about__inner {
  font-size: clamp(13px, 1.0126582278vw, 16px);
  min-height: 76.4rem;
}
.top-about__title {
  row-gap: 3rem;
  font-size: 3.125em;
  padding-top: 9rem;
  margin-bottom: 7rem;
}
.top-about__title > span:nth-of-type(2) {
  margin-left: 2.6em;
}
.top-about__title .mid {
  font-size: 1.4em;
  line-height: 1;
}
.top-about__title .b {
  font-size: 1.52em;
  line-height: 1;
}
.top-about__title::before {
  font-size: 3.2em;
  left: -10rem;
}
.top-about__text {
  max-width: calc(33em - 2px);
  font-size: max(16px, 1.25em - 1px);
  line-height: 1.89474;
}
.top-about__image {
  width: calc(50vw + 4.8rem);
  min-width: calc(600px + 4.8rem);
  height: 76.4rem;
  position: absolute !important;
  left: calc(50% - 7rem);
  bottom: 12rem;
  z-index: 4 !important;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(min(38rem, 37.699%) 0, 100% 0, calc(100% - min(38rem, 37.699%)) 100%, 0 100%);
}

/*動画
-----------------------------*/
.top-movie {
  padding: calc(clamp(188px, 14.6875vw, 282px) - 1px) 0 0;
}
.top-movie::before {
  height: 28.9rem;
}
.top-movie::after {
  width: 166.6rem;
  height: 39.7rem;
  bottom: -21rem;
}
.top-movie__box {
  width: auto;
  height: 60.8rem;
  min-height: 549px;
}

.top-recmovie {
  padding-bottom: 0;
}
.top-recmovie__box {
  width: auto;
  height: 60.8rem;
  min-height: 549px;
}

/*事業内容
-----------------------------*/
.top-service {
  padding: 17rem 0 3rem;
}
.top-service::before {
  width: calc(50% + clamp(4px, 0.3125vw, 6px));
  height: calc(100% - clamp(140px, 10.9375vw, 210px) - 1px);
  clip-path: polygon(0 0, calc(100% - clamp(324px, 25.3125vw, 486px) + 1px) 0, 100% 100%, 0 100%);
}
.top-service::after {
  min-width: 192rem;
  height: 33.8rem;
}
.top-service__inner {
  font-size: clamp(13px, 1.0126582278vw, 16px);
  min-height: 73.4rem;
}
.top-service__title {
  font-size: 3.125em;
  padding-top: 2em;
  margin-bottom: 4rem;
}
.top-service__title > span {
  font-size: 1.2em;
}
.top-service__title::before {
  font-size: 3.2em;
}
.top-service__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(38em + 2px);
  margin-left: auto;
}
.top-service__heading {
  row-gap: 1rem;
  font-size: 2.5em;
  margin-bottom: 5.5rem;
}
.top-service__heading > span:nth-of-type(2) {
  margin-left: 3.5em;
}
.top-service__body {
  font-size: max(16px, 1.25em - 1px);
  line-height: 2.05264;
  padding-left: 8rem;
}
.top-service__btn {
  margin-left: auto;
  margin-top: 6rem;
}
.top-service__btn > span {
  font-size: 1.25em;
}
.top-service__image {
  width: calc(50vw + 4.8rem);
  min-width: calc(600px + 4.8rem);
  height: 76.4rem;
  position: absolute !important;
  right: calc(50% - 7rem);
  bottom: 0;
  z-index: 4 !important;
}
.top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 0, calc(100% - min(38rem, 37.699%)) 0, 100% 100%, min(38rem, 37.699%) 100%);
}

/*施工実績
-----------------------------*/
.top-works::before {
  width: calc(100% + 30.6rem);
  height: 57.4rem;
  bottom: -3rem;
}
.top-works__inner {
  padding-bottom: 10rem;
}
.top-works__inner::before {
  width: calc(100vw - 12rem);
  min-width: calc(1200px - 12rem);
  height: calc(100% - 32.1rem);
}
.top-works__title {
  font-size: 6rem;
  padding-top: 9.8rem;
  margin-bottom: 8rem;
}
.top-works__title::before {
  font-size: 16rem;
}
.top-works__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 6rem;
}
.top-works__list .com-works__image img {
  aspect-ratio: 1.3076923077;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__list .com-works__label {
  font-size: 2.4rem;
}
.top-works__list .com-works__label > span {
  line-height: 1.33334;
}
.top-works__btn {
  margin: 8rem auto 0;
}
.top-works .com-empty {
  padding-block: 12rem;
}

/*採用情報
-----------------------------*/
.top-recruit {
  padding: 7.8rem 0 16.6rem;
}
.top-recruit::before {
  width: calc(50% + clamp(22px, 1.71875vw, 33px) + 1px);
  height: 100%;
  clip-path: polygon(calc(clamp(324px, 25.3125vw, 486px) - 1px) 0, 100% 0, 100% 100%, 0 100%);
}
.top-recruit__inner {
  min-height: 74.2rem;
  font-size: clamp(13px, 1.0126582278vw, 16px);
}
.top-recruit__title {
  font-size: 6rem;
  padding-top: 9.8rem;
  margin-bottom: 5rem;
}
.top-recruit__title::before {
  font-size: 16rem;
  left: -10rem;
}
.top-recruit__box {
  width: 38em;
  max-width: 59rem;
}
.top-recruit__heading {
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  row-gap: 0.7rem;
  font-size: 2.5em;
  margin-bottom: 6.7rem;
}
.top-recruit__heading > span:nth-of-type(1) {
  margin-right: 1.5em;
}
.top-recruit__body {
  min-height: calc(14em + 5px);
  font-size: max(16px, 1.25em - 1px);
  line-height: 2.05264;
}
.top-recruit__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25em;
  padding-top: 5rem;
}
.top-recruit__btn {
  width: 17.5em;
}
.top-recruit__btn > span {
  font-size: 1.25em;
}
.top-recruit__images {
  width: 57.5rem;
  position: absolute;
  top: 0;
  right: -10rem;
  z-index: -2;
}
.top-recruit__image {
  position: relative;
  z-index: 0;
}
.top-recruit__image--top {
  width: 100%;
  height: 44.4rem;
  margin-bottom: -9.6rem;
  z-index: 1;
}
.top-recruit__image--top img {
  clip-path: polygon(21.9rem 0, 100% 0, calc(100% - 21.9rem) 100%, 0 100%);
}
.top-recruit__image--bottom {
  width: calc(100% - 2.2rem);
  height: 39.4rem;
  margin-left: auto;
}
.top-recruit__image--bottom img {
  clip-path: polygon(19.5rem 0, 100% 0, calc(100% - 19.5rem) 100%, 0 100%);
}
.top-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*よくあるご質問バナー
-----------------------------*/
/*アクセスマップ
-----------------------------*/
.top-access {
  padding: 10.8rem 0 16.8rem;
}
.top-access::after {
  max-width: 192rem;
  font-size: 16rem;
  margin-block: -0.15em;
  bottom: 15rem;
}
.top-access__map {
  height: 50rem;
}
.top-access__wrap:has(+ .top-access__text) {
  margin-bottom: 6rem;
}
.top-access__text {
  font-size: var(--font-size-h6);
}

/*===============================================
  事業内容
===============================================*/
/*福嶋電設の事業 
-----------------------------*/
.service-list__items {
  padding-top: 2rem;
}
.service-list__item {
  min-height: 31rem;
  padding: 3.8rem 52.8rem 3.8rem 4rem;
  margin-bottom: 9.5rem;
}
.service-list__item::before {
  width: 32rem;
  height: 100%;
  clip-path: polygon(17.2rem 0, 100% 0, 100% 100%, 0 100%);
}
.service-list__heading {
  margin-bottom: 3rem;
}
.service-list__image {
  width: 51.8rem;
  height: 32.5rem;
  position: absolute;
  right: 0;
  bottom: 2.3rem;
}
.service-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(16.2rem 0, 100% 0, calc(100% - 16.2rem) 100%, 0 100%);
}

/*===============================================
  施工実績
===============================================*/
/*施工実績一覧
-----------------------------*/
.works-list__inner {
  padding-bottom: 10rem;
}
.works-list__inner::before {
  width: calc(100vw - 12rem);
  min-width: calc(1200px - 12rem);
  height: calc(100% - 29rem);
}
.works-list__items {
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem 6rem;
}

/*施工実績詳細
-----------------------------*/
.works-detail__inner {
  color: var(--color-white);
  padding-bottom: 10rem;
}
.works-detail__inner::before {
  width: calc(100vw - 12rem);
  min-width: calc(1200px - 12rem);
  height: calc(100% - 12.6rem);
}
.works-detail__image {
  width: 65.2rem;
  margin: 0 auto 5rem;
}
.works-detail__image img {
  aspect-ratio: 1.304;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__title {
  font-size: 2.6rem;
  margin-bottom: 4.5rem;
}
.works-detail__title > span {
  line-height: 1.46154;
}
.works-detail .paginated__list {
  padding-top: 0;
  margin-top: 4.5rem;
}

/*===============================================
  採用情報
===============================================*/
/*動画
-----------------------------*/
.recruit-movie {
  padding-bottom: 0;
}
.recruit-movie__box {
  width: auto;
  height: 60.8rem;
  min-height: 549px;
}

/*仕事内容
-----------------------------*/
.recruit-list__title {
  margin-bottom: 7.5rem;
}
.recruit-list__item {
  padding: 3.3rem 3.4rem;
  margin-bottom: 4.2rem;
}
.recruit-list__heading {
  margin-bottom: 3.5rem;
}

/*具体的な仕事内容
-----------------------------*/
.recruit-flow::before {
  height: calc(clamp(224px, 17.5vw, 336px) + 1px);
}
.recruit-flow__list {
  padding-top: 1.7rem;
}
.recruit-flow__item {
  min-height: 22rem;
  padding: 5rem 3.4rem 3.5rem;
  margin-bottom: 8.3rem;
}
.recruit-flow__item::before {
  font-size: 5rem;
  position: absolute;
  top: -2rem;
  left: 1.2rem;
}
.recruit-flow__item::after {
  height: 2.9rem;
  top: calc(100% + 2.7rem);
}
.recruit-flow__heading {
  margin-bottom: 3.5rem;
}

/*キャリアステップ・給与事例
-----------------------------*/
.recruit-career::before {
  width: calc(100% + 32.6rem);
  height: 57.4rem;
}
.recruit-career__title {
  margin-bottom: 6.3rem;
}
.recruit-career__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  padding-top: 21.5rem;
  position: relative;
}
.recruit-career__list::before {
  content: "";
  width: 100%;
  height: 22.9rem;
  background: url(../img/recruit/arrow_career.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit-career__item:nth-of-type(1) .recruit-career__inner {
  min-height: 29.2rem;
}
.recruit-career__item:nth-of-type(2) .recruit-career__inner {
  min-height: 34.2rem;
}
.recruit-career__item:nth-of-type(3) .recruit-career__inner {
  min-height: 39.2rem;
}
.recruit-career__heading {
  row-gap: 1.6rem;
  margin-bottom: 2.5rem;
}
.recruit-career__heading .year {
  font-size: 4.2rem;
}
.recruit-career__heading .year::after {
  content: "";
  display: block;
  width: 25.5rem;
  height: 1.8rem;
  background: linear-gradient(to top, transparent calc(50% - 1px), var(--color-main) calc(50% - 1px), var(--color-main) calc(50% + 1px), transparent calc(50% + 1px));
  border-inline: solid 1px var(--color-main);
  margin-top: 2.3rem;
}
.recruit-career__heading .year span {
  font-size: 6.6rem;
}
.recruit-career__inner {
  padding: 3rem 2.8rem;
}
.recruit-career__caption {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.recruit-career__caption > span {
  line-height: 1.29167;
}
.recruit-career__body {
  line-height: 1.5;
}
.recruit-career__salary {
  font-size: 2rem;
  line-height: 1.4;
  padding: 2rem 3.6rem;
  gap: 0.5rem 1.4rem;
}
.recruit-career__text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1.41667;
  letter-spacing: 0.15em;
  padding: 1.1rem 6rem;
  margin: 6.7rem auto 0;
}
.recruit-career__text p {
  margin-inline-end: -0.65em;
}

/*募集要項バナー
-----------------------------*/
.recruit-jobs .com-bnr__title {
  padding-top: 7.5rem;
}
.recruit-jobs .com-bnr__title::before {
  font-size: 12rem;
}

/*===============================================
  募集要項
===============================================*/
/*働く魅力
-----------------------------*/
.jobs-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 4rem;
  padding-top: 2rem;
}
.jobs-feature__item {
  padding: 3rem 3.4rem 3.4rem;
}
.jobs-feature__item::before {
  font-size: 5rem;
  position: absolute;
  top: -2rem;
  left: 1.2rem;
}
.jobs-feature__heading {
  justify-content: center;
  min-height: calc(2em + 0.8rem);
  row-gap: 0.8rem;
  font-size: 2.6rem;
  margin-bottom: 1em;
}

/*募集要項
-----------------------------*/
.jobs-info__table tr th {
  width: 23rem;
  padding-right: 0;
}

/*===============================================
  よくあるご質問
===============================================*/
/*よくあるご質問一覧
-----------------------------*/
.faq-list__box {
  margin-bottom: 9rem;
}
.faq-list__box:last-of-type {
  min-height: 40rem;
}
.faq-list__heading {
  padding: calc(3.25rem - 0.5em) 3rem;
  margin-bottom: 1.3rem;
}
.faq-list__items {
  padding: 4rem;
}
.faq-list__item {
  padding-bottom: 3rem;
  margin-bottom: 4.5rem;
}
.faq-list__label {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}
.faq-list__label::before {
  width: 5rem;
  font-size: 3.5rem;
}
.faq-list__body::before {
  width: 5rem;
  font-size: 3.5rem;
}

/*===============================================
  会社案内
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting::before {
  width: calc(50% + 4rem);
  height: 100%;
  clip-path: polygon(46.6rem 0, 100% 0, 100% 100%, 0 100%);
}
.company-greeting__box {
  min-height: 58rem;
  padding-right: 56rem;
  position: relative;
}
.company-greeting__heading {
  padding: calc(3.25rem - 0.5em) 3rem;
}
.company-greeting__image {
  width: 48.8rem;
  height: 58rem;
  position: absolute;
  top: 0;
  right: 0;
}
.company-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3.2rem;
  padding-top: 2.3rem;
}
.company-greeting__item > * {
  width: 100%;
}
.company-greeting__caption {
  row-gap: 2rem;
  font-size: 2.8rem;
}
.company-greeting__caption > span {
  line-height: 1.5;
}
.company-greeting__caption > span.line {
  padding-bottom: calc(1.5rem - (0.5lh - 0.5em));
}
.company-greeting__body {
  line-height: 2.4375;
}
.company-greeting__body p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1 - 0.5em);
}

/*基本情報
-----------------------------*/
.company-info__table tr th {
  width: 20rem;
}
.company-info__map {
  height: 50rem;
  margin-top: 8rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__title:has(+ .blog-archive__tags) {
  margin-bottom: 4.2rem;
}
.blog-archive__tags {
  margin-bottom: 6rem;
}
.blog-archive__tags dt {
  margin-bottom: 2.4rem;
}
.blog-archive__tags dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
.blog-archive__tag {
  width: 32rem;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail::before {
  height: calc(100% - 20rem);
}
.blog-detail__title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.blog-detail__box {
  padding: 6rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method__inner {
  row-gap: 3.5rem;
  padding: 6rem;
}
.contact-method__text {
  text-align: center;
  line-height: 1.875;
}
.contact-method__tel {
  font-size: 4.6rem;
}
.contact-method__tel::before {
  font-size: 3.5rem;
  margin-block: -0.5rem;
}
.contact-method__tel span {
  margin-block: -0.6rem;
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__table {
  padding: 4rem;
}
.contact-form__table tr th {
  width: 32rem;
  text-align: left;
  line-height: 2.375;
  padding: 1.7rem 0;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding: 1.7rem 0;
}
.contact-form .contact-submits-wrap {
  padding-top: 2rem;
}
.contact-form .contact-submits-wrap > * {
  width: 36rem;
  height: 7.2rem;
  font-size: 2rem;
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
  padding: 6rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
}
.privacy-policy__heading {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(6, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.5rem 8rem;
  padding: 4rem;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-title);
  padding: 1.5rem 2rem;
}

/*===============================================
  404エラー
===============================================*/
.error-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-message__text {
  padding: 6rem;
}