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

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

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  aspect-ratio: 70/60;
  height: 6rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 8rem 0 calc(3rem + 8.5vw);
  margin-bottom: 6rem;
}
#footer::before {
  height: 8.5vw;
}
#footer::after {
  width: 150%;
  max-width: calc(100% + 15rem);
  height: 15rem;
  top: -8rem;
}
#footer .footer__inner {
  width: 90%;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 4rem;
}
#footer .footer__logo img {
  aspect-ratio: 6/5;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__btn {
  width: 30rem;
  height: 6rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#footer .footer__sns {
  font-size: var(--font-size-h6);
  gap: 2rem 3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 5rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-border);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 2rem;
}
.footer-nav__sub-item {
  border-bottom: solid 1px var(--color-border);
}
.footer-nav__sub-link {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 4rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 6rem;
  right: 0;
  bottom: 0;
}
#pagetop img {
  width: 40%;
}

/*サイドボタン
-----------------------------*/
#side {
  width: calc(100% - 6rem);
  height: 6rem;
  background: var(--color-sub);
  left: 0;
  bottom: 0;
  outline: solid 1px var(--color-border);
  outline-offset: -1px;
}
#side > span {
  font-size: var(--font-size-h6);
}
#side:hover {
  background: color-mix(in srgb, var(--color-main) 24%, var(--color-sub));
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual__catch .en {
  font-size: 1em;
}
.visual__catch .ja {
  font-size: 1.5em;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 64rem;
  display: grid;
  grid-template: 1.5fr 1fr/repeat(2, 1fr);
  gap: 2rem;
  padding-inline: 1rem;
}
.visual__item {
  border-radius: 1rem;
}
.visual__item--official {
  grid-column: span 2;
}
.visual__catch--main {
  height: 100%;
  padding: 3rem 0 6rem;
}
.visual__catch--main .en {
  padding-left: 2rem;
  text-shadow: 0px 0px 1.3rem rgba(41, 41, 41, 0.2);
}
.visual__catch--main .ja {
  padding: 1rem 1.5rem;
}
.visual__catch--main::after {
  width: 5rem;
  border-top-left-radius: 1rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
}
.visual__catch--sub {
  row-gap: 1em;
}
.visual__catch--sub .ja {
  line-height: 1.5;
  min-width: 8em;
  -o-border-image: linear-gradient(to top, var(--color-sub) 30%, var(--color-white) 30%) 1;
     border-image: linear-gradient(to top, var(--color-sub) 30%, var(--color-white) 30%) 1;
  padding: 1rem 0.5em;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--bg::before {
  background-size: 2rem;
  border-radius: 2rem 2rem 0 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.com-tel::before {
  font-size: var(--font-size-h4);
}
.com-tel span {
  font-size: var(--font-size-h3);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 6rem;
  padding-inline: 2rem;
}
.com-btn > span {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}
.com-btn::after {
  width: 1.25em;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.875;
}
.com-table tr th {
  padding-block: 1.25em;
}
.com-table tr th::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1;
  background: var(--color-accent);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.8rem;
  transform: translateY(-0.2rem);
}
.com-table tr td {
  padding-block: 1.25em;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*ブログ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__date {
  font-size: var(--font-size-base);
}
.com-post__tags {
  gap: 1rem;
}
.com-post__tag {
  font-size: var(--font-size-sm);
  line-height: 1.57143;
  padding-inline: 1rem;
}
.com-post__heading {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.com-post__body {
  font-size: var(--font-size-sm);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: calc(1em - 1rem);
  margin-bottom: 6rem;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  margin-bottom: 3rem;
}
.com-title02 > span {
  padding-inline: 2rem;
}

/*小タイトル
-----------------------------*/
.com-title03 {
  margin-bottom: 2.4rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact::after {
  height: 12rem;
  background-size: auto 100%;
}
.com-contact--top {
  padding-bottom: 12rem;
}
.com-contact--top::after {
  height: 14rem;
}
.com-contact__title {
  font-size: 3.2rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.com-contact__items > * {
  width: 100%;
  border-top: solid 1px var(--color-border);
}
.com-contact__items > *:first-child {
  border-top: none;
}
.com-contact__tel {
  padding-block: 2.5rem;
}
.com-contact__btn {
  justify-content: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  height: 8rem;
}
.com-contact__btn::after {
  width: 1em;
}

/*募集要項バナー
-----------------------------*/
.com-recruit {
  padding-top: 8rem;
}
.com-recruit__item {
  max-width: 45rem;
  min-height: 16rem;
  row-gap: 2rem;
  padding: 2rem 3rem 2.4rem;
}
.com-recruit__item::after {
  width: 4rem;
  background-size: 1.5rem;
}
.com-recruit__title {
  row-gap: 1.5rem;
}
.com-recruit__title .en {
  font-size: 2rem;
}
.com-recruit__title .ja {
  font-size: 3rem;
}
.com-recruit__memo {
  font-size: var(--font-size-sm);
  line-height: 1.5;
}
.com-recruit + .com-contact {
  padding-top: 8rem;
}
.com-recruit + .com-contact::before {
  height: calc(100% + 2rem);
  border-radius: 2rem 2rem 0 0;
}

/*===============================================
  トップページ
===============================================*/
/*安全も、成長も、あきらめない。
-----------------------------*/
.top-about__image {
  margin-bottom: 4rem;
}
.top-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__movie {
  width: 90%;
  margin-top: 6rem;
}

/*企業理念
-----------------------------*/
.top-philosophy::after {
  height: 6rem;
  background-size: auto 3rem;
  margin-top: 5rem;
}
.top-philosophy__image {
  width: 18rem;
  margin-left: auto;
  position: absolute;
  top: -6rem;
  right: 1rem;
}
.top-philosophy__image img {
  aspect-ratio: 0.875;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-philosophy__image::before {
  transform: rotate(5deg);
}
.top-philosophy__item {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.top-philosophy__heading {
  flex-direction: row;
}
.top-philosophy__heading::before {
  width: 4.5rem;
  font-size: var(--font-size-lg);
  align-self: center;
  flex-shrink: 0;
}

/*事業内容
-----------------------------*/
.top-business {
  padding-top: 6rem;
}
.top-business::before {
  height: calc(100% + 2rem);
  border-radius: 2rem 2rem 0 0;
}
.top-business__item {
  margin-bottom: 2rem;
}
.top-business__item:last-of-type {
  margin-bottom: 0;
}
.top-business__link {
  display: grid;
  grid-template-columns: 10rem 1fr;
  background: var(--color-sub);
  box-shadow: 0 0 0 1px var(--color-border) inset;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
}
.top-business__link::after {
  content: "";
  height: 2rem;
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/arrow.png) no-repeat center/contain;
          mask: url(../img/common/arrow.png) no-repeat center/contain;
  background: var(--color-text);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}
.top-business__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-business__image img {
  border-radius: 0;
}
.top-business__heading {
  row-gap: 1em;
}
.top-business__heading .en {
  font-size: var(--font-size-sm);
}
.top-business__heading .ja {
  font-size: var(--font-size-h4);
}

/*採用メッセージ
-----------------------------*/
.top-recruit__btn {
  margin-top: 4rem;
}
.top-recruit__image {
  margin-bottom: 4rem;
}
.top-recruit__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社概要
-----------------------------*/
.top-company__map {
  height: 32rem;
  margin-top: 5rem;
}

/*新着情報
-----------------------------*/
.top-news {
  padding-top: 6rem;
}
.top-news::before {
  height: calc(100% + 2rem);
  border-radius: 2rem 2rem 0 0;
}
.top-news__item .com-post__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.top-news__item .com-post__heading {
  width: 100%;
}
.top-news__btn {
  margin: 4rem auto 0;
}

/*===============================================
  足場工事 / 鉄骨鳶工事 / 太陽光設備工事
===============================================*/
/*○○とは
-----------------------------*/
.job-about__title {
  align-items: center;
  text-align: center;
}
.job-about__image {
  margin-top: 4rem;
}
.job-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-about__box {
  padding-bottom: 5rem;
  margin-top: 8rem;
}
.job-about__box::before {
  width: 100vw;
  height: calc(100% - 2rem);
}
.job-about__list:has(+ .job-about__body) {
  margin-bottom: 4rem;
}
.job-about__item {
  padding: 1rem 2rem 1rem 4rem;
  margin-bottom: 1.5rem;
}
.job-about__item:last-of-type {
  margin-bottom: 0;
}
.job-about__item::before {
  width: 2.6rem;
  left: 1rem;
  top: 0.6rem;
}

/*私たちの強み
-----------------------------*/
.job-strengths__item {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.job-strengths__item:last-of-type {
  margin-bottom: 0;
}
.job-strengths__item::before {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

/*施工の流れ
-----------------------------*/
.job-flow__item {
  padding-left: 6rem;
  padding-bottom: 6rem;
}
.job-flow__item::before {
  top: 0;
}

/*施工実績
-----------------------------*/
.job-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
.job-works__image img {
  aspect-ratio: 1.25;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-works__heading {
  font-size: var(--font-size-base);
  line-height: 2;
  padding: 0.5rem 1.5rem;
}

/*===============================================
  募集要項
===============================================*/
/*挑戦するあなたへ
-----------------------------*/
.recruit-challenge__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.recruit-challenge__box::before {
  height: calc(60% + 10rem);
  bottom: -10rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background-size: 2rem;
}
.recruit-challenge__heading {
  word-break: keep-all;
  margin-bottom: 3.6rem;
}
.recruit-challenge__image {
  margin-bottom: 3rem;
}
.recruit-challenge__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*企業理念
-----------------------------*/
.recruit-philosophy__item {
  margin-bottom: 6rem;
}
.recruit-philosophy__heading {
  align-items: center;
  text-align: center;
  word-break: keep-all;
}
.recruit-philosophy__heading::before {
  font-size: var(--font-size-lg);
  margin-bottom: 1em;
}
.recruit-philosophy__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 5rem;
}
.recruit-philosophy__image {
  width: 60%;
  position: relative;
  z-index: 1;
}
.recruit-philosophy__image img {
  aspect-ratio: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-philosophy__image--back {
  margin-left: auto;
  margin-top: -36vw;
  z-index: -1;
  transform: rotate(5deg);
}

/*スタッフの声
-----------------------------*/
.recruit-voice__item {
  margin-bottom: 4rem;
}
.recruit-voice__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-voice__image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.recruit-voice__heading {
  text-align: center;
  padding: 1.5rem 2rem;
  margin-bottom: 2.4rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  gap: 1rem;
  padding: 2rem;
  margin-bottom: 4rem;
}
.blog-archive__tag a {
  font-size: var(--font-size-sm);
  padding: 0.5em 1em;
}
.blog-archive__list .com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.blog-archive__list .com-post__image {
  width: 14rem;
}
.blog-archive__list .com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__list .com-post__inner {
  gap: 2rem 1.5rem;
}
.blog-archive__list .com-post__heading {
  font-size: var(--font-size-xl);
}

/* ブログ 詳細
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact-method__items {
  row-gap: 1.5rem;
  padding-top: 5rem;
}
.contact-method__info {
  gap: 2rem;
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__title {
  font-size: min(var(--font-size-h3), 8vw);
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1.5em 1em;
}

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