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

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

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: 2rem;
  padding-top: 6rem;
}
.pagenation li {
  width: 5rem;
  line-height: 5rem;
}
.pagenation li.prev a:before, .pagenation li.next a:before {
  width: 1rem;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated__list {
  padding-top: 8rem;
}
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}
#wrapper::before {
  min-width: 128rem;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.125em;
  font-size: clamp(13px, 1.0126582278vw, 16px);
}
#header .header__logo {
  width: 9.75em;
  font-size: 1em;
  flex-shrink: 0;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 156/65;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(27px, 2.0833333333vw, 40px);
       column-gap: clamp(27px, 2.0833333333vw, 40px);
}
#header .header__other {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.6rem;
}
#header .header__mail {
  width: 25.625em;
  aspect-ratio: 41/6;
  font-size: 1em;
}
#header .header__tel {
  font-size: 1em;
  gap: 0.875em 0.625em;
  padding-block: 0.625em;
}
#header .header__tel .com-tel__num {
  font-size: 1em;
}
#header .header__tel .com-tel__num .txt {
  font-size: 0.75em;
}
#header .header__tel .com-tel__num .num {
  font-size: 1.375em;
  margin-block-start: -0.2rem;
  margin-block-end: -0.1rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 14rem;
}
#footer .footer__inner {
  display: grid;
  grid-template: auto 1fr/1fr 58rem;
  grid-auto-flow: column;
  gap: 5.8rem 8rem;
  width: 108rem;
}
#footer .footer__logo {
  width: 31.6rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: var(--line-height-sm);
  margin-top: auto;
}
#footer .footer__info > * {
  margin-block: calc((1em - 1lh) / 2);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: column;
  row-gap: 6rem;
  grid-row: span 2;
  padding-top: 3.6rem;
  padding-bottom: 3rem;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 1.75em;
  font-size: var(--font-size-base);
  line-height: calc(1em + 2rem);
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/2;
  background: var(--color-green);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: var(--letter-spacing-base);
}
.footer-nav__sub-item::after {
  content: "｜";
  margin-inline: 0.5em;
}
.footer-nav__sub-item:last-of-type {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}

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

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(800px, 62.5vw, 1200px);
  padding-top: clamp(6px, 0.46875vw, 9px);
}
.visual__main::before {
  width: 90.625%;
  min-width: calc(100% - 18rem);
  height: calc(100% - clamp(240px, 18.75vw, 360px));
  top: clamp(40px, 3.125vw, 60px);
}
.visual__catch--main {
  row-gap: clamp(92px, 5.625vw, 108px);
  width: 92.8125%;
  min-width: calc(100% - 13.8rem);
  height: calc(100% - clamp(126px, 9.84375vw, 189px));
  padding-left: 4px;
}
.visual__catch--main .en {
  margin-left: clamp(37px, 2.8645833333vw, 55px);
}
.visual__catch--main .en img {
  height: clamp(117px, 9.1145833333vw, 175px);
}
.visual__catch--main .main img {
  height: clamp(268px, 20.9375vw, 402px);
}
.visual__catch--main .ja img {
  height: clamp(94px, 7.34375vw, 141px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  width: 90.625%;
  min-width: calc(100% - 18rem);
  height: clamp(470px, 36.4583333333vw, 700px);
  padding-bottom: clamp(54px, 4.1666666667vw, 80px);
  margin-inline: auto;
}
.visual__catch--sub {
  grid-template-columns: calc(50% + clamp(360px, 28.125vw, 540px)) 1fr;
  -moz-column-gap: clamp(35px, 2.6041666667vw, 50px);
       column-gap: clamp(35px, 2.6041666667vw, 50px);
}
.visual__catch--sub img {
  height: clamp(66px, 5.15625vw, 99px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: clamp(14px, 1.1333333333vw, 17px);
  font-weight: 700;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav__link::before {
  content: "";
  display: block;
  height: 2px;
  aspect-ratio: 3/1;
  background: var(--color-gray);
  flex-shrink: 0;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-green);
}
.gnav__link:hover::before, .gnav__link.current::before {
  background: var(--color-lime);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 16rem;
}
.section--bg::before {
  width: 168rem;
  max-width: calc(100% - 10rem);
}
.section--bg-right::before {
  width: calc(100% - 5rem);
  max-width: calc(50% + 72rem);
}
.section--bg, .section--bg-right {
  padding-block: 14rem;
}
.section--bg:has(+ .section--bg), .section--bg:has(+ .section--bg-right), .section--bg:has(+ .com-contact), .section--bg-right:has(+ .section--bg), .section--bg-right:has(+ .section--bg-right), .section--bg-right:has(+ .com-contact) {
  padding-bottom: 30rem;
}
.section--bg:has(+ .section--bg)::before, .section--bg:has(+ .section--bg-right)::before, .section--bg:has(+ .com-contact)::before, .section--bg-right:has(+ .section--bg)::before, .section--bg-right:has(+ .section--bg-right)::before, .section--bg-right:has(+ .com-contact)::before {
  height: calc(100% - 16rem);
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  gap: 1.8rem 2.2rem;
}
.com-tel:has(.com-tel__num:nth-of-type(2)) {
  grid-template-columns: repeat(2, auto);
}
.com-tel:has(.com-tel__num:nth-of-type(2)) p:has(.com-replace) {
  grid-column: span 2;
}
.com-tel__num .txt {
  font-size: 1.4rem;
}
.com-tel__num .num {
  font-size: 4rem;
  margin-block-start: calc(-0.075em - 1px);
  margin-block-end: calc(-0.075em + 1px);
}
.com-tel p:has(.com-replace) {
  font-size: calc(var(--font-size-xs) - 1px);
  -moz-column-gap: 1em;
       column-gap: 1em;
}
/*ボタン
-----------------------------*/
.com-btn {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 34rem;
  min-height: 7rem;
  font-size: var(--font-size-h4);
  padding: 1rem 2rem 1rem 3rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.com-btn--mail {
  font-size: calc(var(--font-size-base) - 1px);
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  font-size: 1.6rem;
  line-height: 1.75;
}
.com-table tr th,
.com-table tr td {
  padding: calc((5.4rem - 1lh) / 2) 2rem;
}
.com-table tr th {
  width: 18rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.com-table tr td {
  border-bottom: solid 1px rgba(29, 41, 3, 0.2);
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  border-bottom: none;
}

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

/*お知らせ
-----------------------------*/
.com-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
.com-post__inner {
  row-gap: 1.4rem;
  padding-top: 1.4rem;
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 8rem;
}
.com-title01 .en:not(:has(img)) {
  margin-block-start: -2rem;
  margin-block-end: -0.5rem;
}
.com-title01 .en img {
  height: 12.5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 14rem;
}
.com-contact::before {
  width: calc(50% + 82rem);
  max-width: calc(100% - 4rem);
  min-width: calc(100% - 14rem);
}
.com-contact::after {
  width: calc(50% - 82rem);
  max-width: 14rem;
  min-width: 4rem;
}
.com-contact__title {
  gap: 8rem 2rem;
}
.com-contact__title::before {
  content: "";
  width: 14rem;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  top: calc(var(--font-size-h3) / 2);
  left: -16rem;
  z-index: -1;
  opacity: 0.3;
}
.com-contact__title .en img {
  height: 1.7rem;
  opacity: 0.3;
}
.com-contact__title .main {
  width: 100%;
  font-size: 4.8rem;
  line-height: 1.375;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  padding: 6rem 3rem;
}
.com-contact__items::after {
  width: calc(100vw - 8rem);
  min-width: calc(1200px - 8rem);
  max-width: calc(100% + 9.6rem);
  height: 16.7rem;
  bottom: -9.5rem;
}
.com-contact__btn {
  width: 100%;
  max-width: 40rem;
}
.com-contact__tel {
  flex-shrink: 0;
}
.com-contact__tel p:has(.com-replace) {
  grid-template-columns: 1fr auto;
}
.com-contact__tel p:has(.com-replace)::after {
  display: none;
}
.com-contact:not(.com-contact--top) .inbox {
  width: min(126rem, 65.625vw);
  min-width: 120rem;
}
.com-contact:not(.com-contact--top) .com-contact__title {
  width: 108rem;
  margin-inline: auto;
}

/*こんな方におすすめ
-----------------------------*/
.com-recommend {
  padding-bottom: 0;
}
.com-recommend::after {
  width: calc(50% + 72rem);
  max-width: calc(100% - 5rem);
  height: calc(100% - 41.1rem);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.com-recommend__inner {
  color: var(--color-white);
  row-gap: 3rem;
  padding-block: 14rem;
  padding-left: 4rem;
  transform: translateX(7rem);
}
.com-recommend__inner:has(.com-recommend__wrap) {
  width: calc(100% + 7rem);
  padding-left: 0;
  transform: none;
  margin-right: -7rem;
}
.com-recommend__inner::after {
  height: 4rem;
}
.com-recommend__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-recommend__box {
  width: 100%;
  padding: 7rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  position: relative;
}
.com-recommend__box::before {
  content: "";
  width: 1px;
  height: 6rem;
  background: var(--color-white);
  position: absolute;
  left: 50%;
  top: -3rem;
  pointer-events: none;
}
.com-recommend__box .com-recommend__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.com-recommend__heading {
  margin-bottom: 5rem;
}
.com-recommend__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 2rem;
}
.com-recommend__list::before {
  display: none;
}
.com-recommend__item {
  font-size: calc(1em + 1px);
  line-height: calc(1em + 2rem);
  margin-block: calc((1em - 1lh) / 2);
}
.com-recommend__text {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  letter-spacing: var(--letter-spacing-xl);
}
.com-recommend__text p {
  margin-inline-end: calc(var(--letter-spacing-xl) * -1);
}

/*未経験者 / 経験者の方が働く魅力
-----------------------------*/
.com-charm__title {
  margin-bottom: 0;
}
.com-charm__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding-left: 9rem;
  margin-top: -17.1rem;
}
.com-charm__list:has(.com-charm__item:last-of-type:nth-of-type(2n)) {
  margin-bottom: -14rem;
}
.com-charm__item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4rem;
  min-height: 40rem;
  padding: 7rem;
  box-shadow: 0.6rem 0 0 var(--color-lime) inset;
}
.com-charm__item:first-of-type {
  grid-column: 2;
}
.com-charm__item:nth-of-type(2n) {
  transform: translateY(-14rem);
}
.com-charm__item::before {
  background-size: auto 40rem !important;
}
.com-charm__heading {
  row-gap: 2.4rem;
}
.com-charm__heading::before {
  font-size: 2rem;
  padding-left: 7rem;
  margin-left: -7rem;
  background: linear-gradient(to right, var(--color-lime), var(--color-lime)) no-repeat left center/5rem 1px;
}

/*先輩社員の声
-----------------------------*/
.com-voice__item {
  display: grid;
  grid-template-columns: 17rem 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: flex-start;
  padding: 5rem;
  margin-bottom: 5rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.com-voice__item::before {
  width: calc(100% - 8rem);
  height: calc(100% + 3.6rem);
  background-size: 7rem 3.4rem;
}
.com-voice__item::after {
  width: calc(100% - 11rem);
  height: calc(100% + 3.6rem);
  -webkit-mask-size: auto 3.4rem;
          mask-size: auto 3.4rem;
}
.com-voice__status {
  margin-bottom: 1.5rem;
}
.com-voice__heading {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

/*===============================================
  トップページ
===============================================*/
/* トップ専用
-----------------------------*/
.top .inbox {
  width: 65.625%;
  min-width: max(120rem, 100% - 66rem);
}

/*大型建築を支える、建築のプロ集団
-----------------------------*/
.top-about {
  padding: 11rem 0 26rem;
}
.top-about::after {
  width: 65%;
  min-width: max(124.8rem, 100% - 67.2rem);
  height: clamp(94px, 7.2916666667vw, 140px);
  background: linear-gradient(to bottom, var(--color-text) clamp(40px, 3.125vw, 60px), var(--color-white) clamp(40px, 3.125vw, 60px)) no-repeat left top/1px 100%;
  top: clamp(-60px, -3.125vw, -40px);
}
.top-about__title {
  row-gap: 6rem;
  margin-bottom: 16rem;
}
.top-about__title .en {
  margin-bottom: 1rem;
}
.top-about__title .en img {
  height: 8rem;
}
.top-about__title .main img {
  height: 14.2rem;
}
.top-about__title .sub img {
  height: 2.6rem;
}
.top-about__inner {
  padding-left: 46rem;
}
.top-about__text {
  word-break: keep-all;
}
.top-about__btn {
  margin-top: 6rem;
}

/*あなたはどっち？
-----------------------------*/
.top-type {
  padding: 18rem 0 0;
}
.top-type__title .en {
  margin-bottom: -1px;
}
.top-type__title .en img {
  height: 13rem;
}
.top-type__title::after {
  width: 115.2rem;
  height: 16.7rem;
  bottom: -8.3rem;
}
.top-type .inbox {
  width: 90.625%;
  min-width: max(1150px, 100% - 18rem);
}
.top-type__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 5rem;
}
.top-type__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
  width: calc(50% - 2rem);
}
.top-type__image {
  width: 100%;
}
.top-type__image img {
  width: 100%;
  max-height: 60rem;
  aspect-ratio: 85/60;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-type__heading img {
  height: 9rem;
}
.top-type__body {
  margin-bottom: calc(1.4rem + (1em - 1lh) / 2);
}
.top-type__btn {
  margin-top: auto;
}

/*施工実績
-----------------------------*/
.top-case {
  padding-block: 14rem;
}
.top-case__title {
  padding-inline: 12rem;
}
.top-case__title::before, .top-case__title::after {
  width: calc(37.5vw - 50%);
  min-width: calc(72rem - 50%);
}
.top-case__text + * {
  margin-top: 5rem;
}
.top-case__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.top-case__item {
  width: 34rem;
}
.top-case__btn {
  margin: 5rem auto 0;
}

/*採用情報
-----------------------------*/
.top-recruit {
  padding-block: 14rem;
}
.top-recruit__title {
  margin-bottom: 6rem;
}
.top-recruit__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-block: 14rem;
}
.top-news::before {
  width: 80.625%;
  min-width: 1200px;
  height: clamp(150px, 11.6216216216vw, 172px);
  top: -3rem;
}
.top-news__box {
  display: grid;
  grid-template: 1fr auto/26.985% 1fr;
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}
.top-news__title {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news__list {
  gap: 4rem;
}

/*===============================================
  アークスについて
===============================================*/
/*コンセプト
-----------------------------*/
.about-concept {
  padding-bottom: 0;
}
.about-concept::before {
  width: calc(50% + 72rem);
  max-width: calc(100% - 5rem);
  height: calc(100% - 41.1rem);
}
.about-concept__text {
  padding-block: calc(14rem + (1em - 1lh) / 2);
}

/*仕事内容
-----------------------------*/
.about-works__title {
  margin-bottom: 0;
}
.about-works__image {
  width: 54rem;
  margin-top: -17.1rem;
  margin-bottom: 8rem;
  margin-left: auto;
}
.about-works__image img {
  width: 100%;
  aspect-ratio: 54/38;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-works__image::before {
  width: 29rem;
  aspect-ratio: 1;
  right: -10rem;
  bottom: -10rem;
}
.about-works__image::after {
  width: calc(100% + 38.6rem);
  height: 16.7rem;
  bottom: 0;
}

/*アークスの強み
-----------------------------*/
.about-strengths__list {
  padding-left: 4rem;
  transform: translateX(7rem);
}
.about-strengths__item {
  display: grid;
  grid-template: auto 1fr/25rem 1fr;
  gap: 4rem 6rem;
  padding: 7rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  margin-bottom: 5rem;
}
.about-strengths__item::after {
  font-size: 14rem;
  margin: -0.05em;
  bottom: 2px;
}
.about-strengths__heading {
  order: 1;
  padding-bottom: 2.3rem;
}
.about-strengths__body {
  order: 2;
}
.about-strengths__thumb {
  order: 0;
  grid-row: span 2;
}
.about-strengths__thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社概要
-----------------------------*/
.about-company__box {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.about-company__heading {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.about-company__table tr td .com-replace {
  font-size: calc(1em - 1px);
}
.about-company__map {
  height: 36rem;
}
.about-company__map::before {
  width: 122rem;
  height: 33rem;
  bottom: -7rem;
}

/*===============================================
  未経験者の方へ
===============================================*/
/*キャリアステップ・成長イメージ
-----------------------------*/
.beginner-career::after {
  min-width: 192rem;
  height: calc(100% - 1rem);
  max-height: 94.9rem;
}
.beginner-career__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}
.beginner-career__list::after {
  content: "";
  width: 62rem;
  height: 23.5rem;
  background: url(../img/beginner/arrow-career.svg) no-repeat left bottom, url(../img/beginner/arrow-career.svg) no-repeat right top;
  background-size: auto 9.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9.5rem;
  z-index: -2;
  pointer-events: none;
  opacity: 0.2;
}
.beginner-career__item {
  width: 100%;
  padding: 4rem 4.5rem 0 4rem;
  box-shadow: 0 0.4rem 0 var(--color-white) inset, 0.4rem 0 0 var(--color-white) inset;
}
.beginner-career__item:nth-of-type(1) {
  height: 20rem;
}
.beginner-career__item:nth-of-type(2) {
  height: 30rem;
}
.beginner-career__item:nth-of-type(3) {
  height: 45rem;
}
.beginner-career__heading {
  margin-bottom: 3rem;
}

/*===============================================
  経験者の方へ
===============================================*/
/*どっちにする？
-----------------------------*/
.experienced-site::after {
  width: 112rem;
  height: 17.2rem;
  top: -2.2rem;
}
.experienced-site__title {
  margin-bottom: 5rem;
}
.experienced-site__which {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
  margin-bottom: 8rem;
}
.experienced-site__which::before {
  font-size: 4rem;
}
.experienced-site__which li {
  padding-block: 3rem;
  line-height: 1;
  font-size: 9rem;
}
.experienced-site__which li .min {
  display: block;
  font-size: 3rem;
  margin-top: 1rem;
}
.experienced-site__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 9rem;
}
.experienced-site__item::before {
  width: 21rem;
  top: -5rem;
}
.experienced-site__item:nth-of-type(2n + 1)::before {
  left: -5rem;
}
.experienced-site__item:nth-of-type(2n)::before {
  right: -5rem;
}
.experienced-site__heading {
  justify-content: flex-end;
  height: 36rem;
  padding: 4rem;
}
.experienced-site__detail {
  padding-top: 2rem;
}
.experienced-site__detail::before {
  height: 2.9rem;
  margin-bottom: 2rem;
}
.experienced-site__detail dt {
  padding-block: 2rem;
  margin-bottom: 3rem;
}
.experienced-site__value {
  row-gap: 4rem;
  padding-top: 5rem;
}
.experienced-site__value::before {
  height: 6rem;
}

/*===============================================
  施工実績
===============================================*/
/*施工実績 一覧
-----------------------------*/
.case-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
.case-list__tag {
  line-height: 2.14286;
  padding-inline: 1rem;
}
.case-list__heading {
  margin-top: 1.5rem;
}

/*施工実績 詳細
-----------------------------*/
.case-detail__tags {
  margin-bottom: 2rem;
}
.case-detail__tag {
  line-height: 2.14286;
  padding-inline: 1rem;
}
.case-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
.case-detail__images {
  gap: 3rem;
  padding: 7rem 8rem;
}
.case-detail__images:has(+ *) {
  margin-bottom: 5rem;
}
.case-detail__image {
  flex: 0 0 53rem;
}

/*===============================================
  採用情報
===============================================*/
/*採用メッセージ
-----------------------------*/
.recruit-message {
  padding-bottom: 0;
}
.recruit-message::before {
  width: calc(50% + 72rem);
  max-width: calc(100% - 5rem);
  height: calc(100% - 41.1rem);
}
.recruit-message__text {
  padding-block: calc(14rem + (1em - 1lh) / 2);
}

/*選考フロー
-----------------------------*/
.recruit-flow__inner {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: flex-start;
}
.recruit-flow__title {
  margin-bottom: 0;
}
.recruit-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.recruit-flow__list::after {
  aspect-ratio: 133/167;
  height: 16.7rem;
  left: -18.3rem;
  bottom: 0;
  transform: scale(-1, 1);
}
.recruit-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding: 3rem 1rem 4rem;
}
.recruit-flow__item::before {
  font-size: 2rem;
  margin-block: -1px;
}
.recruit-flow__item p {
  font-size: var(--font-size-h4);
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.recruit-flow__item p::after {
  width: 1rem;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: calc(100% + 1.1rem);
  transform: translateY(-50%);
}

/*募集要項
-----------------------------*/
/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

/*タグリスト
-----------------------------*/
.com-tag__list + * {
  margin-top: 6rem;
}
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: calc(4rem / var(--font-size-base));
  padding-block: 2rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(2rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: calc(4rem / var(--font-size-base));
  padding-block: 2rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 7rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

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

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