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

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

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

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

/*===============================================
  header
===============================================*/
#header {
  padding-block: 4rem;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 6rem);
  max-width: 182rem;
  height: 10rem;
  padding: 0 4rem;
  border-radius: 1rem;
}
#header .header__logo img {
  height: 3.3rem;
  aspect-ratio: 236/33;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#header .header__btn {
  width: 24rem;
  height: 5.5rem;
  border-radius: 100vh;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#header .header__btn::before {
  width: 2.6rem;
}
#header .header__btn > span {
  font-size: 2.2rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 15.7rem 0 14rem;
}
#footer .footer__inner {
  width: max(960px, 108rem);
}
#footer .footer__logo {
  margin-bottom: 7.5rem;
}
#footer .footer__logo img {
  height: 3.7rem;
  aspect-ratio: 270/37;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 12.5rem;
  letter-spacing: var(--letter-spacing-base);
}
.footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  width: 100%;
  font-size: max(16px, var(--font-size-base));
  line-height: 1.5;
  margin-top: -1.9rem;
}
.footer-nav__item {
  width: 100%;
}
.footer-nav__link {
  border-bottom: solid 1px var(--color-white);
  padding: calc(1.9rem - (0.5lh - 0.5em)) 0;
}
.footer-nav__link:not(p)::after {
  width: 3.6rem;
  height: 1.6rem;
  background-size: 1.5rem;
}
.footer-nav .dropdown-menu__list {
  font-size: max(14px, var(--font-size-sm));
  line-height: calc(1em + 2rem);
  padding-top: 1rem;
  margin-bottom: calc(-0.5lh + 0.5em);
}
.footer-nav .dropdown-menu__link::after {
  width: 3.6rem;
  height: 1em;
  background-size: 1.5rem;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(14px, var(--font-size-sm));
  line-height: var(--line-height-sm);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__sub-item::after {
  content: "|";
  margin-inline: 1.25em;
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}

/*コピーライト
-----------------------------*/
.copy--oth {
  width: max(960px, 108rem);
  margin-inline: auto;
}
.copy--oth p {
  position: absolute;
  left: 0;
  bottom: 0;
}
.copy--ent {
  padding-block: calc(3.5rem - 0.5em);
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 8rem;
  bottom: 2rem;
  right: 0;
  border-radius: 0.8rem 0 0 0.8rem;
}
#pagetop img {
  width: 1.4rem;
}

/*サイドボタン
-----------------------------*/
#side {
  width: 8rem;
  bottom: 12rem;
  right: 0;
  border-radius: 0.8rem 0 0 0.8rem;
}
#side img {
  width: 3.5rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  width: calc(100% - 6rem);
  max-width: 182rem;
  padding-top: 2rem;
  margin-inline: auto;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: calc(clamp(500px, 39.0625vw, 750px) - 2rem);
  padding-bottom: clamp(28px, 2.1875vw, 42px);
}
.visual__catch--main {
  row-gap: clamp(32px, 2.5vw, 48px);
  font-size: calc(clamp(34px, 2.65625vw, 51px) - 1px);
}
.visual__catch--main .main {
  line-height: calc(1em + clamp(22px, 1.71875vw, 33px));
}
.visual__catch--main .sub {
  font-size: 0.52em;
}
.visual__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.visual__image {
  overflow: hidden;
  border-radius: 1.2rem;
}
.visual__image--left {
  width: 15.385%;
  aspect-ratio: 14/13;
  position: absolute;
  left: 32.418%;
  bottom: clamp(28px, 2.1875vw, 42px);
}
.visual__image--right {
  width: 12.638%;
  aspect-ratio: 1;
  position: absolute;
  right: 34.066%;
  top: clamp(120px, 9.375vw, 180px);
}
.visual__image--lt {
  width: 40.1099%;
  height: 75.343%;
  border-radius: 2rem;
}
.visual__image--rt {
  width: 25.8242%;
  height: 46.576%;
  border-radius: 1.5rem;
}
.visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(clamp(434px, 33.90625vw, 651px) - 1px);
  border-radius: 2rem;
}
.visual__catch--sub {
  width: 65rem;
  height: 10rem;
  font-size: var(--font-size-h2);
  border-radius: 0.8rem;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: var(--letter-spacing-base);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.gnav__item {
  position: relative;
}
.gnav__item:has(.dropdown-menu__list) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  box-sizing: content-box;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
  cursor: pointer;
}
.gnav__item:has(.dropdown-menu__list):hover .dropdown-menu__list {
  height: calc(3lh + 3rem);
  padding-block: 1.5rem;
}
.gnav__link {
  display: block;
  transition: all 0.12s ease-out;
}
.gnav__link:not(p):hover, .gnav__link:not(p).current {
  color: var(--color-main);
}
.gnav .dropdown-menu__list {
  height: 0;
  font-size: 1.7rem;
  line-height: calc(1em + 2rem);
  background: var(--color-bg-pink);
  box-shadow: 0 0 0 1px var(--color-border) inset;
  border-radius: 0.7rem;
  white-space: nowrap;
  padding-block: 0;
  padding-inline: 2.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition: all 0.56s ease-out;
  overflow: hidden;
}
.gnav .dropdown-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-right: 0.5rem;
  transition: all 0.12s ease-out;
}
.gnav .dropdown-menu__link::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1em;
  background: url(../img/common/arrow-white.svg) no-repeat center/1.5rem;
  background-color: var(--color-main);
  border-radius: 100vh;
}
.gnav .dropdown-menu__link:hover, .gnav .dropdown-menu__link.current {
  color: var(--color-main);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 5rem;
}
.breadcrumb__list {
  width: max(960px, 108rem);
}
.breadcrumb__item::after {
  margin-inline: 1em;
}
.breadcrumb + .section {
  padding-block: 20rem;
}

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

.inbox {
  width: max(960px, 108rem);
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-tel::before {
  width: calc(1em + 0.5rem);
  aspect-ratio: 55/38;
}
.com-tel span {
  margin-block-start: -1rem;
  margin-block-end: -0.2rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-btn > span {
  font-size: 2.4rem;
}
.com-btn::after {
  width: 9rem;
  aspect-ratio: 9/4;
  background-size: 2.8rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  font-size: var(--font-size-lg);
  line-height: 1.75;
  margin-top: calc(0.5em - 0.5lh);
}
.com-table tr th {
  font-size: 2.4rem;
  line-height: 1.45834;
  padding-block: calc(3.8rem - (0.5lh - 0.5em));
}
.com-table tr td {
  padding-block: calc(3.8rem - (0.5lh - 0.5em));
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}

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

/*ブログ
-----------------------------*/
.com-post__item {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.com-post__item--image .com-post__image {
  width: 36rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__item--image .com-post__image img {
  border-radius: 1.5rem;
}
.com-post__item--image .com-post__inner {
  gap: 2rem;
}
.com-post__item--image .com-post__date {
  font-size: var(--font-size-base);
  line-height: 1.22223;
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-h5);
  margin-bottom: 1.5rem;
}
.com-post__item--image .com-post__body p {
  -webkit-line-clamp: 3;
  max-height: 3lh;
}
.com-post__link {
  gap: 2rem;
}
.com-post__date {
  font-size: var(--font-size-lg);
  line-height: 1.10001;
}
.com-post__tag {
  min-width: 8rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.69231;
  padding-inline: 1em;
  border-radius: 100vh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 5rem;
  margin-bottom: 7rem;
}
.com-title01 .en {
  margin-top: -2.2rem;
  margin-bottom: -0.8rem;
}
.com-title01 > span:not(.en) {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-title01 > span:not(.en)::before, .com-title01 > span:not(.en)::after {
  width: 1.3rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__title {
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(8rem + 2px);
       column-gap: calc(8rem + 2px);
  min-height: 13rem;
  padding: 2.5rem 3rem;
  border-radius: 1rem;
  margin-top: 5rem;
}
.com-contact__tel {
  min-height: 7.5rem;
  position: relative;
}
.com-contact__tel:has(+ .com-contact__btn)::after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: calc(100% + 4rem);
}
.com-contact__btn {
  width: 44rem;
  height: 7rem;
  border-radius: 100vh;
  padding-left: 4.4rem;
}
.com-contact__btn > span {
  font-size: 2.2rem;
}
.com-contact__btn::before {
  width: 3rem;
}
.com-contact__btn::after {
  width: 5.5rem;
  aspect-ratio: 55/22;
  background-size: 1.8rem;
}

/*ページ遷移バナー
-----------------------------*/
.com-bnr {
  padding-block: 15rem;
}
.com-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.com-bnr__item {
  width: 100%;
  height: 32rem;
  border-radius: 1.5rem;
  padding: 8rem 3rem 3rem 5rem;
  row-gap: 4rem;
}
.com-bnr__item .en {
  font-size: 7.2rem;
  margin-block-start: -1.2rem;
  margin-block-end: -0.5rem;
}
.com-bnr__item .ja {
  font-size: 3rem;
}
.com-bnr__item::after {
  width: 3.6rem;
  aspect-ratio: 36/16;
}
.com-bnr__item--individual, .com-bnr__item--corporate {
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}
.com-bnr__item--individual::after, .com-bnr__item--corporate::after {
  width: 8rem;
  border-top-left-radius: 1.5rem;
  background-size: 3.6rem;
}
.com-bnr__title {
  width: 30rem;
  height: 12rem;
  border-radius: 0.8rem;
  row-gap: 1.2rem;
  font-size: 3.5rem;
}
.com-bnr__title .min {
  font-size: 2rem;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(38px, 2.96875vw, 57px);
       column-gap: clamp(38px, 2.96875vw, 57px);
  width: calc(100% - 6rem);
  max-width: 182rem;
  height: clamp(460px, 35.9375vw, 690px);
  min-height: calc(100vh - 25rem);
  margin-inline: auto;
}
.entrance__item {
  width: 100%;
  height: 100%;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  border-radius: 2rem;
}
.entrance__inner {
  width: clamp(300px, 23.4375vw, 450px);
  padding-block: calc(clamp(22px, 1.71875vw, 33px) + 1px);
  border-radius: 1rem;
}
.entrance__title {
  font-size: calc(clamp(36px, 2.8125vw, 54px) + 1px);
  row-gap: calc(clamp(12px, 0.9375vw, 18px) - 1px);
}
.entrance__title .min {
  font-size: clamp(20px, 1.5625vw, 30px);
}

/*===============================================
  トップページ
===============================================*/
/*ご挨拶
-----------------------------*/
.top-about {
  padding-block: 20rem;
}
.top-about__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}
.top-about__title {
  margin-bottom: 0;
}
.top-about__text {
  line-height: 2;
}
.top-about__text .mb {
  margin-bottom: calc(5rem - (1lh - 1em));
}

/*株式会社　八桜の強み
-----------------------------*/
.top-strengths {
  padding-top: calc(clamp(246px, 19.21875vw, 369px) + 1px);
}
.top-strengths::before {
  height: calc(100% - (clamp(114px, 8.90625vw, 171px) - 1px));
}
.top-strengths::after {
  font-size: calc(clamp(202px, 15.78125vw, 303px) + 1px);
  margin-top: calc(clamp(-54px, -2.8125vw, -36px) - 1px);
}
.top-strengths__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: calc(8rem + 2px);
       column-gap: calc(8rem + 2px);
  padding-block: 5.25rem;
}
.top-strengths__list::before {
  width: 128rem;
  border-radius: 1.5rem;
}
.top-strengths__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2.7rem;
  width: 100%;
  position: relative;
}
.top-strengths__item::after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--color-border);
  position: absolute;
  top: 0;
  left: calc(100% + 4rem);
}
.top-strengths__item:last-of-type::after {
  display: none;
}
.top-strengths__icon img {
  width: 14.5rem;
  aspect-ratio: 145/113;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-strengths__heading {
  align-items: center;
  text-align: center;
}

/*サービス
-----------------------------*/
.top-service__title {
  margin-bottom: 8rem;
}
.top-service__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.top-service__item {
  width: 100%;
}
.top-service__image {
  margin-bottom: 5rem;
  border-radius: 1.5rem;
}
.top-service__image img {
  aspect-ratio: 1.275;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image figcaption {
  justify-content: flex-end;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  width: 37rem;
  height: 5rem;
  border-top-left-radius: 1.5rem;
  padding-inline: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-service__image figcaption::after {
  width: 4rem;
  height: 1.7rem;
  background-size: 1.5rem;
}
.top-service__heading {
  margin-bottom: 3rem;
}
.top-service__body {
  line-height: 1.88889;
}

/*対応エリア
-----------------------------*/
.top-area::before {
  width: 116rem;
  height: 53.2rem;
  background-position: left center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-area__inner {
  min-height: 53rem;
  padding-left: 60rem;
}
.top-area__text {
  line-height: 2.11112;
}
.top-area__text .mb {
  margin-bottom: calc(4rem - (1lh - 1em));
}

/*会社情報
-----------------------------*/
.top-company__inner {
  display: grid;
  grid-template-columns: 1fr 50rem;
  grid-auto-flow: column;
  gap: 6rem 10rem;
}
.top-company__table th {
  width: 14.6rem;
}
.top-company__map {
  height: 46.8rem;
  border-radius: 1.5rem;
  grid-row: span 2;
}

/*求人情報はこちら
-----------------------------*/
.top-recruit {
  padding-top: 20rem;
}
.top-recruit::after {
  font-size: calc(clamp(284px, 22.1875vw, 426px) - 1px);
  margin-block: clamp(-27px, -1.40625vw, -18px);
}
.top-recruit__inner {
  padding-left: 54rem;
}
.top-recruit__title {
  margin-bottom: 9.6rem;
}
.top-recruit__title .en {
  white-space: nowrap;
}
.top-recruit__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: calc(50% - 20rem);
  max-width: 62rem;
  height: 100%;
  position: absolute !important;
  top: 0;
  right: calc(50% + 17rem);
  z-index: 2 !important;
}
.top-recruit__image {
  width: calc(50% - 1rem);
  height: calc(50% - 1rem);
}
.top-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit__image--lt img, .top-recruit__image--rt img {
  border-radius: 0 0 1.5rem 1.5rem;
}
.top-recruit__image--lb img, .top-recruit__image--rb img {
  border-radius: 1.5rem 1.5rem 0 0;
}

/*新着情報
-----------------------------*/
.top-news {
  padding-block: 19rem;
}
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 8rem 6rem;
}
.top-news__title {
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
}

/*===============================================
  当社の強み
===============================================*/
/*八桜の強み
-----------------------------*/
.about-strengths__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.18182;
}
.about-strengths__list {
  padding-top: 8rem;
}
.about-strengths__item {
  padding: 6rem 6.5rem 5rem;
  margin-bottom: 7rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  border-radius: 1.5rem;
}
.about-strengths__item::before {
  width: 7.6rem;
  font-size: 2.8rem;
  top: -3.6rem;
  left: -3.7rem;
}
.about-strengths__heading {
  min-height: 8rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1.5rem 2.5rem;
  margin-bottom: 4rem;
  border-radius: 0.8rem;
}
.about-strengths__body p {
  display: inline;
}

/*施工実績
-----------------------------*/
.about-works__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 8rem 6rem;
}
.about-works__title {
  margin-bottom: 0;
}
.about-works__list,
.about-works .com-empty {
  grid-column: span 2;
}
.about-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.about-works__item {
  padding: 5rem;
  border-radius: 1.5rem;
}
.about-works__date {
  min-width: 13rem;
  line-height: 2.22223;
  border-bottom-right-radius: 1.5rem;
  padding-inline: 0.5em;
}
.about-works__image figcaption {
  margin-bottom: 2rem;
}
.about-works__image--before {
  width: 28rem;
}
.about-works__image--before img {
  aspect-ratio: 1.4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-works__image--before figcaption {
  font-size: 2.3rem;
}
.about-works__image--before img {
  border-radius: 1.2rem;
}
.about-works__image--before::after {
  width: 6.5rem;
  bottom: 5rem;
  right: calc(100% + 3.7rem);
}
.about-works__image--after img {
  aspect-ratio: 1.4137931034;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-works__image--after figcaption {
  font-size: 3rem;
}
.about-works__image--after img {
  border-radius: 1.5rem;
}
.about-works .com-empty {
  border-radius: 1.5rem;
}

/*===============================================
  サービス内容
===============================================*/
/*サービスのご紹介
-----------------------------*/
.service-list__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.27273;
}
.service-list__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  padding-block: 8rem;
}
.service-list__tags:has(.service-list__tag:last-of-type:nth-of-type(3n + 1)) {
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
}
.service-list__tags:has(.service-list__tag:last-of-type:nth-of-type(3n + 1)) .service-list__tag {
  width: 25rem;
}
.service-list__tag {
  width: 34rem;
  height: 7rem;
  font-size: var(--font-size-h5);
}
.service-list__item {
  padding: 6rem 6.5rem 6.5rem;
  border-radius: 1.5rem;
  margin-bottom: 8rem;
}
.service-list__item:nth-of-type(2n) .service-list__inner {
  flex-direction: row-reverse;
}
.service-list__item::before {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background-size: 1.5rem;
  top: 2rem;
  left: 2rem;
}
.service-list__heading {
  padding: 2.5rem;
  border-radius: 0.8rem;
  margin-bottom: 5rem;
}
.service-list__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-top: 4.5rem;
}
.service-list__ex {
  width: 100%;
  border-radius: 1.5rem;
  padding: 4.5rem 5rem;
}
.service-list__ex dt {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.service-list__ex dd {
  font-size: var(--font-size-lg);
  line-height: 2.25;
}
.service-list__image {
  width: 45rem;
  flex-shrink: 0;
}
.service-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

/*===============================================
  施工事例
===============================================*/
/*施工事例のご紹介
-----------------------------*/
.case-list__title {
  margin-bottom: 6rem;
}
.case-list__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.27273;
}
.case-list__text strong {
  font-size: calc(1em + 2px);
  line-height: 2.08334;
}
.case-list__text + * {
  margin-top: 7rem;
}
.case-list__box {
  padding: 6rem 6.5rem;
  border-radius: 1.5rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  margin-bottom: 7rem;
}
.case-list__box .case-list__item {
  padding: 5rem;
  border-radius: 1.5rem;
  margin-bottom: 4.5rem;
}
.case-list__box .case-list__item .case-list__heading {
  font-size: 2.6rem;
  padding: 2.2rem;
  margin-bottom: 4rem;
}
.case-list__box .case-list__item .case-list__images {
  margin-bottom: 4rem;
}
.case-list__box .case-list__item .case-list__images::after {
  height: calc(100% - 4.6rem);
}
.case-list__box .case-list__item .case-list__image figcaption {
  font-size: 2.6rem;
}
.case-list__box .case-list__item .case-list__image img {
  aspect-ratio: 38/28;
}
.case-list__box .case-list__item .case-list__body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
.case-list__heading {
  padding: 2.5rem;
  margin-bottom: 5rem;
  border-radius: 0.8rem;
}
.case-list__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 9rem;
       column-gap: 9rem;
  margin-bottom: 5rem;
}
.case-list__images::after {
  width: 6rem;
  height: calc(100% - 5rem);
}
.case-list__image img {
  aspect-ratio: 1.4333333333;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-list__image figcaption {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.case-list__image img {
  border-radius: 1.5rem;
}
.case-list__date, .case-list__area {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.case-list__date:has(+ .case-list__body), .case-list__area:has(+ .case-list__body) {
  margin-bottom: 3rem;
}
.case-list__body {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.case-list__data {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 3rem;
}
.case-list__data dd {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.27273;
  padding: 2.5rem 1rem;
  position: relative;
}
.case-list__data dd.date {
  border-radius: 1.5rem 0 0 1.5rem;
}
.case-list__data dd.txt {
  border-radius: 0 1.5rem 1.5rem 0;
}
.case-list__data dd::after {
  content: "";
  width: 2px;
  height: calc(100% - 5rem);
  background: var(--color-border);
  position: absolute;
  right: -1px;
  top: 2.5rem;
  z-index: 1;
}
.case-list__data dd:nth-of-type(4n):after {
  display: none;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__box {
  min-height: 54rem;
  padding-left: 60rem;
  position: relative;
}
.company-greeting__image {
  width: 51rem;
  height: 54rem;
  position: absolute;
  top: 0;
  left: 0;
}
.company-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.company-greeting__heading {
  font-size: var(--font-size-h3);
  margin-bottom: 5.8rem;
}
.company-greeting__heading > span {
  line-height: var(--line-height-h3);
}

/*会社情報
-----------------------------*/
.company-info__title {
  margin-bottom: 8rem;
}
.company-info__map {
  height: 36rem;
  margin-top: 8rem;
}

/*===============================================
  採用情報
===============================================*/
/*採用メッセージ
-----------------------------*/
.recruit-message {
  padding-bottom: 13rem !important;
}
.recruit-message__box {
  padding-bottom: 6.5rem;
  position: relative;
  z-index: 0;
}
.recruit-message__heading {
  font-size: var(--font-size-h3);
  margin-bottom: 7rem;
}
.recruit-message__body {
  text-align: center;
}
.recruit-message__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 6rem;
  width: 134rem;
  min-width: 1150px;
  height: calc(100% + 20rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -2;
  pointer-events: none;
}
.recruit-message__image--rt, .recruit-message__image--lb {
  flex-basis: calc(100% - 29rem);
}
.recruit-message__image--rt img, .recruit-message__image--lb img {
  width: 16rem;
  border-radius: 0.8rem;
}
.recruit-message__image--lt img, .recruit-message__image--rb img {
  width: 23rem;
  border-radius: 1rem;
}
.recruit-message__image--lb {
  margin-left: 13rem;
}
.recruit-message__image--rt {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 12rem;
}
.recruit-message__image--rb {
  margin-left: auto;
}

/*採用までの流れ
-----------------------------*/
.recruit-flow__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  overflow: hidden;
}
.recruit-flow__item {
  width: calc(33.3333333333% - 3rem);
  padding: 3.5rem;
  border-radius: 1.5rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}
.recruit-flow__item::after {
  content: "";
  width: 1.8rem;
  aspect-ratio: 18/25;
  background: var(--color-sub);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1.35rem);
}
.recruit-flow__item:last-of-type::after {
  display: none;
}
.recruit-flow__icon {
  text-align: center;
  margin-bottom: 3rem;
}
.recruit-flow__icon img {
  width: 16rem;
}
.recruit-flow__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.recruit-flow__body {
  font-size: 1.7rem;
  line-height: 1.94118;
}

/*募集要項
-----------------------------*/
.recruit-info__table th {
  width: 25rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  padding: 3rem;
  border-radius: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 6rem;
}
.blog-archive__tag a {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 0.5rem 1em;
  border-radius: 0.5rem;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__date {
  font-size: var(--font-size-sm);
  line-height: 1.375;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__box {
  padding-top: 12rem;
}
.contact-form__heading {
  margin-bottom: 6rem;
}
.contact-form__text {
  text-align: center;
}
.contact-form__oth {
  row-gap: 2.5rem;
  padding: 4rem;
  margin-top: 4rem;
  border-radius: 1.5rem;
}
.contact-form__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem 1rem;
  line-height: 1.5;
}
.contact-form__info dt {
  padding-inline: 0.5em;
  border-radius: 0.5rem;
}
.contact-form__info dd {
  margin-right: 1rem;
}
.contact-form__info dd:last-of-type {
  margin-right: 0;
}
.contact-form__table tr th {
  width: 38rem;
  text-align: left;
  font-size: var(--font-size-base);
  line-height: 2.11112;
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-xs);
}
.contact-form__table tr td {
  vertical-align: middle;
  font-size: var(--font-size-base);
  line-height: 2.11112;
}
.contact-form .contact-submits-wrap > * {
  width: 36rem;
  height: 7rem;
  font-size: var(--font-size-lg);
  margin: 2rem 1.5rem 0;
}

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

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 5rem 4.5rem;
  border-radius: 1.5rem;
}
.privacy-policy__heading {
  margin-bottom: 4rem;
}
.privacy-policy__body {
  line-height: 2;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 6rem 4.5rem;
}
.sitemap-list__item {
  align-self: flex-start;
}
.sitemap-list__item:has(.nav-link--top), .sitemap-list__item:has(.nav-link--entrance) {
  grid-column: span 2;
}
.sitemap-list__link {
  line-height: calc(1em + 2rem);
  padding-block: 1rem;
}
.sitemap-list__link:not(p)::after {
  width: 3.2rem;
  height: 1.6rem;
  background-size: 1.5rem;
}
.sitemap-list .dropdown-menu__list {
  font-size: var(--font-size-sm);
  line-height: calc(1em + 2rem);
  margin-top: 1rem;
}
.sitemap-list .dropdown-menu__link::after {
  width: 3.2rem;
  height: 1.6rem;
  background-size: 1.5rem;
}

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