@charset "utf-8";

/*------- 
サブページ共通
------------------------------------------------------------*/

body {
  overflow-x: hidden;
}

.br-mid {
  display: none;
}

.br-sp {
  display: none;
}
.sb-body {
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  padding: 10px;
  text-align: justify;
}

/* ブルーベタ：見出しボックス（内側10pxの白枠） */
.sb-blue-box-title {
  margin: 60px auto 30px;
  width: 600px;
  background: #004ea2;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  padding: 30px;
  text-align: center;
  position: relative;
}
.sb-blue-box-title::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #fff;
  pointer-events: none;
}
.sb-blue-box-title h2 {
  margin: 0;
}

/* 白ベタ：見出しボックス（内側10pxの白枠） */
.sb-white-box-title {
  margin: 60px auto 30px;
  width: 500px;
  background: #fff;
  color: #004ea2;
  font-weight: 700;
  font-size: 32px;
  padding: 30px;
  text-align: center;
  position: relative;
}
.sb-white-box-title::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #004ea2;
  pointer-events: none;
}
.sb-blue-box-title h2 {
  margin: 0;
}
/* ブルーベタ：見出しボックス（内側10pxの白枠）3列 */
.sb-blue-box-3col {
  width: 86%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 40px;
}
.sb-blue-box-3col-category {
  margin: 60px auto 30px;
  width: 30%;
  border: 5px solid #ddd;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  padding: 16px;
  text-align: center;
  position: relative;
  transition: border 1s ease;
  color: #004ea2;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sb-blue-box-3col-category h2 {
  margin: 0;
}

.sb-blue-box-3col-category.active,
.sb-blue-box-3col-category:hover {
  border: 5px solid #004ea2;
}

#sb-company .sb-blue-box-3col-category {
    width: 23%;
}

/* 共通 表組 */
.sb-flex-table {
  width: 80%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
}
.sb-flex-table:first-child .sb-flex-item,
.sb-flex-table:first-child .sb-flex-detail {
  border-top: solid 1px #999;
}
.sb-flex-item {
  width: 30%;
  background-color: #e6e6e6;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  border-bottom: solid 1px #999;
}
.sb-flex-detail {
  width: 70%;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  border-bottom: solid 1px #999;
  background-color: #fff;
}

/*-------
タイトル
------------------------------------------------------------*/
.top-sb {
  width: 100%;
  height: 250px;
  position: relative;
  margin-top: 150px;
}
.top-sb img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  display: block;
}
.sb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sb-title-eg {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #cccccc;
  white-space: nowrap;
}
.sb-title-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  margin-top: -40px;
  text-align: center;
  color: #004ea2;
  letter-spacing: 0.15em;
}
/*-------
タイトル 2段組
------------------------------------------------------------*/
.sb-title-eg-2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #cccccc;
  white-space: nowrap;
  line-height: 1em;
}
/*-------
パンくずリスト
------------------------------------------------------------*/
.breadcrumb-list {
  transition: color 1s ease;
}
.breadcrumb-list:hover {
  color: #64b5f6;
}

/*-------
リンク用ボタン（背景白+矢印青）
------------------------------------------------------------*/
.btn-icon-wh {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 1s ease;
}
.btn-icon-wh::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #004ea2;
}
/*-------
パンくずリスト
------------------------------------------------------------*/
.breadcrumb {
  width: 80%;
  margin: 40px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

/*-------
工事実績ブロック （共通：事業紹介詳細ページ+工事詳細ページ）
------------------------------------------------------------*/

.dt-business-content3-inner {
  margin: 60px auto 60px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dt-business-content3-item {
  width: 22%;
}
.dt-business-content3-item img {
  transition: 1s ease;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.dt-business-content3-item:hover img {
  filter: brightness(70%);
}
.case-history-container1-pic img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.dt-business-content3-name {
  background-color: #e6e6e6;
  padding: 6px 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  word-wrap: break-word; /* 長い単語でも折り返す */
  overflow-wrap: break-word;
  white-space: normal; /* テキストを折り返す */
  letter-spacing: -0.06em;
}
.dt-business-content3-area {
  background-color: #333;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-top: 0px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}
.dt-business-content3-date {
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
/*-------
その他の事業内容ブロック （共通：事業紹介詳細ページ+工事詳細ページ）
------------------------------------------------------------*/

.dt-business-content4 {
  width: 100%;
  margin: 0 auto 140px;
  background-color: #e6e6e6;
  padding-top: 80px;
  padding-bottom: 20px;
}
.dt-business-content4-inner {
  margin: 60px auto 80px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dt-business-content4-item {
  width: 22%;
  position: relative;
  display: block;
  overflow: hidden;
}
.dt-business-content4-item::before {
  content: "";
  padding-top: 65.5%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
  transition: background 0.5s ease;
}
.dt-business-content4-item:hover::before {
  background: rgba(0, 0, 0, 0.8);
}
.dt-business-content4-item img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.dt-business-content4-item img {
  transition: opacity 1s ease;
}
.dt-business-content4-item:hover img {
  opacity: 0.7; /* 70%表示に */
}
.dt-business-content4-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* 見やすいように白文字に */
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
/*-- 共通ボタン：事業紹介詳細ページ+工事詳細ページ --*/
.dt-business-btn-text {
  width: 800px;
  margin: 0 auto 100px;
  text-align: center;
  background-color: #004ea2;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 16px;
  transition: background-color 1s ease;
}
.dt-business-btn-text:hover {
  background-color: #42a5f5;
}
/*-- 共通タイトル：事業紹介詳細ページ+工事詳細ページ --*/
.sb-block-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
  color: #004ea2;
}

/*------- サブページ 事業紹介
------------------------------------------------------------*/
#sb-business-sec1 {
  width: 100%;
}
.sb-business-catg {
  margin-top: 100px;
  margin-bottom: 60px;
}
.sb-business-catg-title {
  margin: 0 auto;
  width: 500px;
  border-top: solid 1px #004ea2;
  border-bottom: solid 1px #004ea2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color: #004ea2;
}
.sb-business-content {
  width: 100%;
}
.sb-business-content-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.sb-business-content-pic {
  width: 45%;
  background-color: #004ea2;
}
.sb-business-content-pic img {
  width: 100%;
}
.sb-business-content-text {
  width: 55%;
  background-color: #004ea2;
}
.sb-business-content-inner {
  width: 70%;
  margin-left: 10%;
  margin-right: 35%;
  margin-top: 80px;
  text-align: justify;
  color: #fff;
  letter-spacing: 0.1em;
}
.sb-business-content-headline {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.8em;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
}
.sb-business-content-body {
  font-size: 20px;
  padding-top: 20px;
  line-height: 2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
/* 2 */
.sb-business-content-pic2 {
  width: 50%;
  background-color: #004ea2;
}
.sb-business-content-pic2 img {
  width: 100%;
}
.sb-business-content-text2 {
  width: 50%;
  background-color: #004ea2;
}
.sb-business-content-inner2 {
  width: 70%;
  margin-left: 20%;
  margin-right: 10%;
  margin-top: 80px;
  text-align: justify;
  color: #fff;
  letter-spacing: 0.1em;
}

/* カテゴリー分類 3列 */
.sb-business-inner {
  width: 100%;
  margin: 0 auto;
  background-color: #004ea2;
}
.sb-business-inner-3box {
  max-width: 1400px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sb-business-inner-3box-2 {
  max-width: 1400px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 0px;
}
.sb-business-inner-3box-3 {
  max-width: 1400px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.sb-business-inner-item {
  width: 30%;
}
.sb-business-inner-item img {
  transition: 1s ease;
}
.sb-business-inner-item:hover img {
  filter: brightness(70%);
}
.sb-business-inner-catg {
  display: flex; /* 横並び */
  justify-content: center; /* 中央揃え（全体） */
  align-items: center; /* 垂直中央揃え */
  gap: 12px; /* テキストとアイコンの間隔 */

  width: 100%;
  background-color: #64b5f6;
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden; /* はみ出し防止 */
  transition: transform 1s ease;
}
.catg-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 1s ease;
}
.sb-business-inner-item:hover .catg-inner {
  transform: translateX(20px);
}

/*------- 事業紹介（詳細ページ）
------------------------------------------------------------*/
.dt-business-content {
  width: 70%;
  margin: 0 auto;
}
.dt-business-content-title {
  margin: 0 auto 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  background-color: #004ea2;
  padding: 14px 30px;
  color: #fff;
  text-align: center;
}
.dt-business-content-body {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  text-align: justify;
  line-height: 2em;
  margin-bottom: 40px;
}
.dt-business-inner {
  width: 100%;
  background-color: #e6e6e6;
  margin: 0 auto;
}
.dt-business-inner-container {
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dt-business-inner-item {
  width: 46%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.dt-business-inner-item p {
  padding: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  text-align: center;
  line-height: 1.6em;
}
/* このようなお困りごとはございませんか？ */

.dt-business-content2 {
  margin: 140px auto;
  width: 100%;
  background-image: url("../images/business/blue-back.jpg");
  background-size: cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dt-business-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
  color: #004ea2;
}
.dt-business-content2-inner {
  width: 70%;
  margin: 40px auto;
  background-color: #fff;
}
.dt-business-content2-example {
  padding: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 2em;
}

/*------- サブページ 工事経歴
------------------------------------------------------------*/

.sb-history {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 600px;
  margin-top: 120px;
}
/* 画像 */
.sb-history-image {
  position: absolute;
  width: 40%;
  height: auto;
  left: 0;
  top: 0;
}
/* 台形ブロック */
.trapezoid {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -10;
  width: 75%;
  height: 500px;
  background-color: #64b5f6;
  clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 30px;
  box-sizing: border-box;
}
/* テキストスペース */
.sb-history-text {
  width: 60%;
  margin-left: 30%;
  margin-top: 3%;
}
.sb-history-text-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #004ea2;
  background-color: #fff;
  padding: 15px 30px;
  opacity: 0.7;
}
.sb-history-text-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8em;
  color: #fff;
  text-align: justify;
  margin-top: 20px;
  padding: 10px;
  letter-spacing: 0.05em;
}

/* ボタン */
.sb-history-btn {
  display: inline-block;
  width: 270px;
  background-color: #004ea2;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 1s;
  margin-top: 30px;
  /* 以下を追加すると、hover時に全体が動くようにもできる */
  text-align: center;
}

/* 中身をflexで横並び＋アニメーション対象にする */
.sb-history-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center; /* ★ 中央揃えのポイント！ */
  width: 100%; /* ★ 幅を親と合わせる */
  padding: 12px 20px;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: transform 1s ease;
}
/* ホバー時に中身だけ右へスライド */
.sb-history-btn:hover .sb-history-btn-inner {
  transform: translateX(20px);
}
/* テキスト */
.sb-history-btn-label {
  line-height: 1;
}

/* 画像2 */
.sb-history-image-2 {
  position: absolute;
  width: 40%;
  height: auto;
  right: 0;
  top: 0;
}
/* 台形ブロック2 */
.trapezoid-2 {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -10;
  width: 75%;
  height: 500px;
  background-color: #64b5f6;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  padding: 30px;
  box-sizing: border-box;
}
/* テキストスペース 2*/
.sb-history-text-2 {
  width: 60%;
  margin-left: 15%;
  margin-top: 3%;
}

.sb-history-2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 1200px;
  margin-top: 120px;
}

/* バナーブロック*/
.sb-history-banner {
  position: absolute;
  left: 0;
  top: 480px;
  width: 100%;
  background-color: #64b5f6;
}
.sb-history-banner-container {
  margin: 80px auto 100px;
  max-width: 1200px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sb-history-btn2 {
  display: inline-block;
  width: 370px;
  margin: 0 0 40px;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 1s;
  /* 以下を追加すると、hover時に全体が動くようにもできる */
  text-align: center;
}

.sb-history-banner-pic {
  position: relative;
  overflow: hidden;
}

.sb-history-banner-pic img {
  width: 100%;
  height: auto;
  display: block;
}
/* テキストとアイコンを中央に配置 */
.sb-history-banner-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center; /* 横方向中央揃え */
  justify-content: center; /* 縦方向中央揃え（必要に応じて） */
  color: #fff;
  text-align: center;
  gap: 10px;
  transition: transform 1s ease;
  width: 200px;
}
.sb-history-banner-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

/* ホバー時に暗くするオーバーレイ */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 半透明の黒 */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

/* ホバーでオーバーレイを表示 */
.sb-history-btn2:hover .overlay {
  opacity: 1;
}

/* ホバーで中央要素を右方向に移動 */
.sb-history-btn2:hover .sb-history-banner-center {
  transform: translate(calc(-50% + 20px), -50%);
}

.sb-history-space{
	height: 80px;
}

/*------- 工事経歴 詳細ページ
------------------------------------------------------------*/
#case-history-sec {
  width: 100%;
}
.case-history-title-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.case-history-title {
  margin: 0 auto;
  width: 500px;
  border-top: solid 1px #004ea2;
  border-bottom: solid 1px #004ea2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color: #004ea2;
  margin-bottom: 80px;
}
.case-history-content {
  width: 70%;
  margin: 0 auto 120px;
}
.case-history-content-title {
  margin: 0 auto 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  background-color: #004ea2;
  padding: 14px 30px;
  color: #fff;
  text-align: center;
}
.case-history-container1 {
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px;
}
.case-history-container1-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.case-history-container1-date {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.case-history-container1-pic {
  width: 40%;
  margin-top: 10px;
}
.case-history-container1-text {
  width: 55%;
  margin-top: 10px;
}
.case-history-inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.case-history-inner-item {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  background-color: #e6e6e6;
  border-bottom: solid 1px #999;
  padding-bottom: 16px;
  line-height: 1.8em;
}
.case-history-inner-detail {
  width: 70%;
  padding-left: 20px;
  padding-top: 16px;
  background-color: #fff;
  border-bottom: solid 1px #999;
  padding-bottom: 16px;
  line-height: 1.8em;
}
.case-history-summary {
  background-color: #64b5f6;
  padding-top: 60px;
  margin-top: 60px;
  width: 100%;
}
.case-history-summary-title {
  margin: 0 auto;
  width: 60%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #004ea2;
  background-color: #fff;
  padding: 16px;
}
.case-history-summary-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 20px;
  width: 70%;
  color: #fff;
  margin: 60px auto 60px;
  padding-bottom: 40px;
  text-align: left;
  line-height: 1.8;
}

/*------- 求人情報
------------------------------------------------------------*/
.sb-recruit-content {
  width: 100%;
  background-color: #64b5f6;
  margin-top: 40px;
}
.sb-recruit-catch-eg {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 260px;
  text-align: center;
  padding-top: 40px;
  color: #42a5f5;
}
.sb-recruit-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin-top: -200px;
  margin-bottom: 140px;
  color: #fff;
}
.sb-recruit-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin-top: -120px;
  color: #fff;
  padding-bottom: 120px;
  line-height: 2em;
}
.sb-recruit-area {
  width: 100%;
  background-color: #64b5f6;
  padding-bottom: 140px;
  position: relative; /* ←追加 */
  z-index: 0; /* ←追加 */
}
/* 背景：三角形 */
.back-triangle {
  position: absolute;
  z-index: -1;
  top: 530px;
  right: 0;
  width: 460px;
  height: 260px;
  background-color: #d3e6f6;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  opacity: 0.7;
}
/* 背景：三角形 */
.back-triangle-2 {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 0;
  width: 460px;
  height: 260px;
  background-color: #d3e6f6;
  clip-path: polygon(0 100%, 100% 0, 0 0);

  opacity: 0.7;
}
.sb-recruit-inner {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border: solid 4px #004ea2;
  padding-bottom: 100px;
}
.sb-recruit-headline {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  background-color: #004ea2;
  padding: 20px;
  color: #fff;
  width: 600px;
  margin: 0 auto;
}
.sb-recruit-body2 {
  width: 78%;
  margin: 40px auto 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 2em;
}
.sb-recruit-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.sb-recruit-item-1 {
  width: 48%;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.sb-recruit-item-1 img {
  transition: filter 1s ease;
}
.sb-recruit-item-1:hover img {
  filter: brightness(70%);
}

.sb-recruit-item-1-text {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ。左寄せならflex-start */
  gap: 10px; /* テキストとアイコンの間隔 */
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #004ea2;
  padding: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: transform 1s ease;
  text-align: center;
}
.sb-recruit-item-1-title {
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: transform 1s ease;
}

.text-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 1s ease;
}
.sb-recruit-item-1:hover .sb-recruit-item-1-title {
  transform: translateX(20px);
}

.sb-recruit-btn-area {
  width: 500px;
  margin: 60px auto;
  background-color: #d3e6f6;
  overflow: hidden;
  text-align: center;
}
.sb-recruit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 1s ease;
  padding: 20px;
  text-decoration: none;

  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}

.sb-recruit-btn:hover {
  transform: translateX(20px);
}
.sb-recruit-space {
  margin-top: 60px;
}

.sb-recruit-container-2 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sb-recruit-item-2 {
  width: 46%;
  border: solid 4px #004ea2;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.sb-recruit-item-2 img {
  transition: filter 1s ease;
}
.sb-recruit-item-2:hover img {
  filter: brightness(70%);
}

.sb-recruit-item-2-text {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ。左寄せならflex-start */
  gap: 10px; /* テキストとアイコンの間隔 */
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #004ea2;
  padding: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: transform 1s ease;
  text-align: center;
}
.sb-recruit-item-2-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 1s ease;
}

.sb-recruit-item-2:hover .sb-recruit-item-2-title {
  transform: translateX(20px);
}

/* 募集要項 */
.sb-recruit-info {
  margin-bottom: 200px;
}
.sb-recruit-info-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin: 120px auto 60px;
  color: #004ea2;
}
.sb-recruit-info-list {
  width: 66%;
  margin: 60px auto;
}
.sb-recruit-info-header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  background-color: #e6e6e6;
  padding: 20px 40px;
}
.sb-recruit-info-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #999;
}
.sb-recruit-info-item {
  width: 30%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 30px 40px;
  line-height: 2em;
}
.sb-recruit-info-detail {
  width: 70%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 30px 40px;
  line-height: 2em;
}
.sb-recruit-info-text {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 30px 40px;
  line-height: 2em;
}
/*------- 当社の強み
------------------------------------------------------------*/
.sb-strength-content {
  width: 100%;
  background-color: #e6e6e6;
  margin-top: 40px;
}
.sb-strength-headline {
  padding-top: 80px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.8em;
  color: #004ea2;
}
.sb-strength-inner {
  width: 86%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
  padding-bottom: 60px;
}
.sb-strength-img {
  width: 35%;
}
.sb-strength-text {
  width: 60%;
}
/*------- 企業情報
------------------------------------------------------------*/

.sb-company-space {
  height: 100px;
}
.sb-clients {
  width: 80%;
  max-width: 1000px;
  margin: 0px auto;
  background-color: #64b5f6;
  padding: 40px;
  color: #fff;
}
.sb-licenses {
  width: 100%;
  background-color: #e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sb-licenses-container {
  width: 80%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
}
.sb-licenses-detail {
  width: 46%;
  padding: 30px;
  border-bottom: solid 1px #999;
  margin: 0px;
  font-weight: 500;
  font-size: 18px;
}
.text-right {
  text-align: right;
}
/*------- 施工協力業者募集
------------------------------------------------------------*/
#sb-partner {
  width: 100%;
  background-color: #004ea2;
  margin: 40px auto 0;
  padding-top: 10px;
}
.sb-partner-content {
  padding-bottom: 20px;
}
.sb-partner-headline {
  font-weight: 700;
  font-size: 21px;
  line-height: 2em;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}
.sb-partner-body {
  margin-top: 40px;
  border-bottom: solid 1px #fff;
  display: inline-block;
  padding: 10px;
}
.sb-partner-bottom {
  padding-bottom: 80px;
}
.sb-partner-tel {
  width: 80%;
  max-width: 1000px;
  margin: 60px auto 0;
  background-color: #fff;
  text-align: center;
  color: #004ea2;
}
.sb-partner-tel-title {
  font-weight: 700;
  font-size: 32px;
  padding-top: 40px;
}
.sb-partner-number {
  font-weight: 700;
  font-size: 50px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center; /* ←縦方向中央揃え */
  gap: 10px; /* ←アイコンと番号の間隔調整 */
}
.sb-partner-number-pict {
  width: 46px;
}
.sb-partner-staff {
  font-weight: 700;
  font-size: 21px;
  margin-top: 20px;
  padding-bottom: 40px;
  color: #333;
}

.sb-partner-form {
    width: 80%;
    margin: 0px auto 50px;
    display: inline-block;
}

/*------- 求人情報 先輩インタビュー
------------------------------------------------------------*/
.sb-intv-content {
  width: 100%;
  background-color: #64b5f6;
  margin-top: 40px;
}
.sb-intv-catch-eg {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 200px;
  text-align: center;
  padding-top: 40px;
  color: #42a5f5;
}
.sb-intv-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin-top: -140px;

  color: #fff;
  padding-bottom: 140px;
}

.sb-intv-profile {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
  color: #004ea2;
}
#sb-intv-1 {
  width: 100%;
  background-color: #64b5f6;
  padding-bottom: 140px;
}
#sb-intv-2 {
  width: 100%;
  background-color: #64b5f6;
  padding-bottom: 140px;
}
.sb-intv-main-img {
  margin: 60px auto;
  width: 800px;
}
.sb-intv-text1 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 40px;
}
.sb-intv-text-headline {
  font-weight: 700;
  font-size: 28px;
  color: #004ea2;
  padding: 10px;
  line-height: 1.6em;
}
.hr-intv {
  border: none;
  border-top: 3px dotted #b0b0b0;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.sb-intv-text2-container {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.sb-intv-text2-img {
  width: 30%;
}
.sb-intv-text2-body {
  width: 64%;
}
/*-- 一日の流れ ---*/
.hr-oneday {
  border: none;
  border-top: 4px solid #004ea2;
  width: 100%;
}
.sb-oneday-pict {
  text-align: center;
  width: 120px;
  margin: 80px auto 40px;
}
.sb-oneday-title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  padding: 20px;
  background-color: #004ea2;
  width: 500px;
  margin: 0 auto;
}
.sb-oneday-area {
  margin-top: 60px;
}
.sb-oneday-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  border-top: 3px dotted #b0b0b0;
  padding-top: 30px;
}
.sb-oneday-container-blue {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 3px dotted #b0b0b0;
  padding-top: 30px;
  background-color: #d3e6f6;
  padding-bottom: 40px;
}
.sb-oneday-time {
  width: 12%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-left: 40px;
  color: #004ea2;
}
.sb-oneday-line {
  display: inline-block;
  width: 8%;
  height: 2px;
  background-color: #64b5f6;
  margin: 0 10px;
  position: relative;
  top: 15px; /* 下に5pxずらす */
}
.sb-oneday-item {
  width: 70%;
  color: #004ea2;
  font-weight: 700;
  font-size: 24px;
  padding-left: 10px;
  color: #004ea2;
}
.sb-oneday-caption {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6em;
  padding-right: 40px;
}
.sb-oneday-pic {
  width: 70%;
  margin-top: 20px;
}
.sb-oneday-space {
  height: 80px;
}

/*------- 求人情報 数字で見る旭電設
------------------------------------------------------------*/

.sb-blue-box-title.other{
	margin: 150px auto 80px;
}

.sb-numbers-area{
  width: 100%;
  background-color: #64B5F6;
  margin: 60px auto 0;
  padding:60px;
  padding-bottom: 100px;
}

/* グリッド（Flexbox） */
.sb-numbers-grid-wide{
  width:1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 0;
  border: 4px solid #004EA2;
  border-bottom: none;
  background-color: #fff;
}
.sb-numbers-grid{
  width:1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 auto;
  align-items: stretch; 
  
}
.grid-wide-container{
  width:1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sb-card-head-caption{
  text-align: center;
  font-weight:700;
  font-size:20px;
  margin-top: 40px;

}
/* カード */
.grid-wide-img{
    width: 25%;
    padding-top: 25px;
    padding-bottom: 40px;
}
.grid-wide-graph{
  width: 60%;
  padding: 30px;
  padding-top: 60px;
}
.sb-card-1{
  width: 400px;
  background:#fff;
  box-sizing:border-box;
  border-top: 4px solid #004EA2;
  border-left: 4px solid #004EA2;
  border-right: none;
  border-bottom: none;
}
.sb-card-1:nth-child(3n),
.sb-card-1-last:last-child{
  border-right: 4px solid #004EA2;
}

.sb-card-1-last{
  width: 400px;
  background: #fff;
  border-top: 4px solid #004EA2;
  border-left: 4px solid #004EA2;
  border-right: none;
  border-bottom: 4px solid #004EA2;
  box-sizing: border-box;
}
.sb-card-2{
  width: 400px;
  background: #fff;
  border-top: 4px solid #004EA2;
  border-left: 4px solid #004EA2;
  border-right: none;
  border-bottom: 4px solid #004EA2;
  box-sizing: border-box;
}
.sb-card-3{
  width: 400px;
  background: #fff;
  border-top: 4px solid #004EA2;
  border-left: 4px solid #004EA2;
  border-right:  4px solid #004EA2;
  border-bottom: 4px solid #004EA2;
  box-sizing: border-box;
}
.sb-card-last{
  width: 405px;
  background: #fff;
  border: 4px solid #004EA2;
  border-top: none;
  box-sizing: border-box;
}

/* カード見出しの帯 */
.sb-card-head{
  margin:0 auto;
  background:#004EA2;
  color:#fff;
  font-size:20px;
  font-weight:700;
  text-align:center;
  padding:10px 12px;
  width: 80%;
}

/* 本体 */
.sb-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:24px 16px;
}

/* データ */
.sb-card-pict{
  width: 40%;
  margin: 20px auto 0;
}
.sb-card-text{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 86px;
  color: #ed1c24;
  text-align: center;
  padding-bottom: 20px;
}
.sb-card-text span {
  vertical-align: baseline;
}
.sb-card-text .main-num {
  display: inline-block;
  vertical-align: -6px;
}
.sb-card-text2{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 86px;
  color: #ed1c24;
  text-align: center;
  margin-top: 20px;
}
.sb-card-text2 span {
  vertical-align: baseline;
}
.sb-card-text2 .main-num {
  display: inline-block;
  vertical-align: -6px;
}
.sb-card-text-small{
  font-weight: 900;
  font-size: 50px;
  text-align: center;
}
.sb-card-text-mid{
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #ed1c24;
  margin-top: 20px;
}
.sb-card-text-caption{
  width: 80%;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  margin: 10px auto 20px;
}
.sb-card-text-container{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}
.sb-card-text-item{
  width: 48%;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.sb-card-pict-only{
  width: 50%;
  margin: 40px auto 0;
}



/* 工事経歴一覧 */

/* 画像ありなし-切り替えボタン */
.view-switch {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
}
.view-switch a {
  cursor: pointer;
  width: 240px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 14px;
  background-color: #9cccfa;
  color: #fff;
}
.view-switch a.is-active {
  background: #64b5f6;
  color: #fff;
}
/* カテゴリー */
.cases-catg {
  width: 86%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto;
  border-left: 1px solid #ccc;
}
.cases-catg-btn {
  width: 20%;
  padding: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-left: 1px solid #ccc;
  border-right: none;
  transition: opacity 1s ease;
  padding-top: 45px;
}
/* 一番右だけ右線を付ける */
.cases-catg-btn:last-child {
  border-right: 1px solid #ccc;
}
/* hover時に半透明 */
.cases-catg-btn:hover {
  opacity: 0.5;
}
.cases-catg-btn.active {
	color: #64b5f6;
}
.cases-catg-btn2 {
  width: 60%;
  padding: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-left: none; /* 左線なし */
  border-right: none; /* 右線なし */
  border-top: none;
  line-height: 2em;
}
.cases-catg-btn2 .cases-catg-btn {
  border-left: none;
}
/* 一番右だけ右線を付ける */
.cases-catg-btn2:last-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: none;
}
.cases-catg-btn2-block {
  display: flex;
  flex-wrap: wrap; /* 2行以上になる場合は折り返す */
  gap: 8px; /* 項目間の間隔 */
  justify-content: center; /* 中央寄せ */
}

.cases-catg-btn2-item {
  display: inline-block; /* 横並び用 */
  padding: 4px 8px; /* 内側余白を少し */
  text-decoration: none; /* リンクの場合は下線を消す */
  color: inherit; /* 親と同じ色 */
  padding: 0px 0; /* 行間の余白 */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: opacity 1s ease;
  margin: 0 8px;
}
/* hover時に半透明 */
.cases-catg-btn2-item:hover {
  opacity: 0.5;
}
.cases-catg-btn2-item.active {
  color: #64b5f6;
  font-weight: 700;
}

/* リストの大枠 */
.cases-list {
  margin-bottom: 200px;
}

/* タイトル */
.cases-catg-title {
  margin: 60px auto 20px;
  width: 86%;
  max-width: 1600px;
  background-color: #004ea2;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

/* テーブル */
.cases-table {
  width: 86%;
  max-width: 1600px;
  margin: 60px auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.cases-table th {
  border: 1px solid #b0b0b0;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  background-color: #808080;
  color: #fff;
}
.cases-table td {
  border: 1px solid #b0b0b0;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
}
.cases-table img {
  width: 160px;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
/* フェード用 */
.col-image {
  transition: opacity 1s ease, width 1s ease;
}
.col-image img {
  width: 100%;
}
.col-image.hide {
  display: none;
}
.col-num.hide {
  display: none;
}
.list_tr.hide_tr {
  display: none;
}
/* 列ごとの幅指定 */
.cases-table th:nth-child(1),
.cases-table td:nth-child(1) {
  width: 8%;
} /* 番号 */

.cases-table th:nth-child(2),
.cases-table td:nth-child(2),
.list_tr.hide_tr .cases-table th:nth-child(1),
.list_tr.hide_tr .cases-table td:nth-child(1) {
  width: 25%;
} /* 画像 */

.cases-table th:nth-child(3),
.cases-table td:nth-child(3),
.list_tr.hide_tr .cases-table th:nth-child(2),
.list_tr.hide_tr .cases-table td:nth-child(2) {
  width: 27%;
} /* 施設名 */

.cases-table th:nth-child(4),
.cases-table td:nth-child(4),
.list_tr.hide_tr .cases-table th:nth-child(3),
.list_tr.hide_tr .cases-table td:nth-child(3) {
  width: 33%;
} /* 工事名称 */

.cases-table th:nth-child(5),
.cases-table td:nth-child(5),
.list_tr.hide_tr .cases-table th:nth-child(4),
.list_tr.hide_tr .cases-table td:nth-child(4) {
  width: 25%;
} /* 注文者 */

.cases-table th:nth-child(6),
.cases-table td:nth-child(6),
.list_tr.hide_tr .cases-table th:nth-child(5),
.list_tr.hide_tr .cases-table td:nth-child(5) {
  width: 15%;
} /* 工事場所 */

/* 行クリック用のカーソル */
.cases-table tbody tr {
  cursor: pointer;
  transition: background-color 1s ease; /* 1秒で色が変わる */
}

/* hover時の背景色 */
.cases-table tbody tr:hover {
  background-color: #d3e6f6;
  cursor: pointer;
}
.cases-table tbody tr.no-link:hover {
  background-color: transparent;
  cursor: default;
}

/* css */
.wrap-chart {
  height: 216px;
  width: 655px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .wrap-chart {
    height: 230px;
    margin-top: 20px;
    width: 95%;
  }
}
.sb-licenses .text-right {
  text-align: right;
  width: 80%;
  max-width: 1000px;
  margin: 1% auto 0px;
  font-size: 1rem;
}