@charset "utf-8";

/*-----------------------------------------------------------
メディアクエリ-pc-s
------------------------------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {

	body {
  overflow-x: hidden;
}
/*------- サブページ共通
------------------------------------------------------------*/
.sb-body{
  font-weight: 500;
	font-size: 16px;
  line-height: 2em;
  padding:10px;
  text-align: justify;
}

/* ブルーベタ：見出しボックス（内側10pxの白枠） */
.sb-blue-box-title{
  margin: 30px auto 20px;
  width: 60%;
  background:#004EA2;
  color:#fff;
  font-weight:700;
  font-size:20px;
  padding:30px;
  text-align:center;
  position:relative;
}


.sb-blue-box-3col-category{
  margin: 30px auto 20px;
  width: 30%;
  background-color:#004EA2;
  color:#fff;
  font-weight:700;
  font-size:20px;
  padding:30px;
  text-align:center;
  position:relative;
  transition: background-color 1s ease; 
}

/*-------
タイトル
------------------------------------------------------------*/
.top-sb{
  width: 100%;
  height: 150px;
  position: relative;
  margin-top: 150px;
}
.top-sb img{
  object-fit: cover;
  height: 150px;
  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: 60px;
  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: 24px;
  margin-top: -30px;
  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: 60px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #cccccc;
  white-space: nowrap; 
  line-height: 1em;
}

/*-------
パンくずリスト
------------------------------------------------------------*/
.breadcrumb{
  width: 90%;
  margin: 20px auto 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 14px;
}

/*-------
リンク用ボタン（背景白+矢印青）
------------------------------------------------------------*/
.btn-icon-wh {
  width: 25px;
  height: 25px;
  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;
}


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

.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: 1.0s ease;
}
.dt-business-content3-item:hover img {
  filter: brightness(70%);
}
.dt-business-content3-name{
  background-color: #e6e6e6;
  padding: 6px 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 15px;
  line-height: 1.5em;
  word-wrap: break-word;   /* 長い単語でも折り返す */
  overflow-wrap: break-word;
  white-space: normal;     /* テキストを折り返す */
}
.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: 15px;
  width: 100%;
}
.dt-business-content3-date{
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 15px;
}
/*-------
その他の事業内容ブロック （共通：事業紹介詳細ページ+工事詳細ページ）
------------------------------------------------------------*/

.dt-business-content4{
  width: 100%;
  margin: 0 auto 100px;
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 20px;
}
.dt-business-content4-inner{
  margin: 40px 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-content4-item {
  width: 22%;
  position: relative;
  display: block;
  overflow: hidden;
}
.dt-business-content4-item img {
  display: block;
  width: 100%;
  height: auto;
}
.dt-business-content4-item img {
  transition: opacity 1.0s 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: 16px;
}
/*-- 共通ボタン：事業紹介詳細ページ+工事詳細ページ --*/
.dt-business-btn-text{
  width: 50%;
  margin: 0  auto 60px;
  text-align: center;
  background-color: #004EA2;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 18px;
  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: 24px;
  text-align: center;
  margin-top: 40px;
  color: #004EA2;
}
/*-----------------------------------------------------------
事業内容
------------------------------------------------------------*/
.sb-business-catg{
  margin-top: 80px;
  margin-bottom: 40px;
}
.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: 24px;
  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: 75%;
  margin-left: 5%;
  margin-right: 20%;
  margin-top: 40px;
  text-align: justify;
  color: #fff;
  letter-spacing: 0.1em;
}
.sb-business-content-headline{
  font-size: 16px;
  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: 14px;
  padding-top: 20px;
  line-height: 2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
/* 2 */
.sb-business-content-pic2{
  width: 45%;
  background-color: #004EA2;
}
.sb-business-content-pic2 img{
  width: 100%;
}
.sb-business-content-text2{
  width: 55%;
  background-color: #004EA2;
}
.sb-business-content-inner2{
  width: 70%;
  margin-left: 20%;
  margin-right: 10%;
  margin-top: 40px;
  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{
  width: 80%;
  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: 50px;
}
.sb-business-inner-3box-2{
  width: 80%;
  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: 0px;
}
.sb-business-inner-3box-3{
  max-width: 80%;
  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: 50px;  
}
.sb-business-inner-item{
  width: 30%;
}
.sb-business-inner-item img {
  transition: 1.0s 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: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  color: #fff;
    overflow: hidden; /* はみ出し防止 */
  transition: transform 1.0s ease;
}
.catg-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 1.0s ease;
}
.sb-business-inner-item:hover .catg-inner {
  transform: translateX(20px);
}

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

.dt-business-content2{
  margin: 60px auto;
  width: 100%;
	background-image:url("/images/business/blue-back.jpg");
	background-size: cover;
	height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dt-business-title{
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 22px;
  text-align: center;
  margin-top: 30px;
  color: #004EA2;
}
.dt-business-content2-inner{
  width: 80%;
  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: 16px;
  line-height: 2em;
}
/*------- サブページ 工事経歴
------------------------------------------------------------*/
/*------- 工事経歴
------------------------------------------------------------*/
.sb-history{
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 520px;
  margin-top: 80px;
}
/* 画像 */
.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: 450px;
  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: 24px;
  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: 16px;
  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: 240px;
  background-color: #004EA2;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 1.0s;
  padding: 6px 20px 6px 20px;
  margin-top: 20px;
}


/* 中身をflexで横並び＋アニメーション対象にする */
.sb-history-btn-inner {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: transform 1.0s 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: 820px;
  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;
  width: 90%;

  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: 22%;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 1.0s;
    /* 以下を追加すると、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 1.0s ease; 
}
.sb-history-banner-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

/*------- 工事経歴 詳細ページ
------------------------------------------------------------*/
#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: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color:  #004EA2;
  margin-bottom: 80px;
}
.case-history-content{
  width: 80%;
  margin: 0 auto 100px;
}
.case-history-content-title{
  margin: 0 auto 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
  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: 20px;
}
.case-history-container1-date{
  font-family: "Inter", sans-serif;
  font-weight: 500;  
  font-size: 16px;
}
.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: 16px;
}
.case-history-inner-item{
  width: 30%;
  padding-left: 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: 40px;
  margin-top: 60px;
}
.case-history-summary-title{
  margin: 0 auto;
  width: 60%;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 20px;
  text-align: center;
  color: #004EA2;
  background-color: #fff;
  padding: 16px;
}
.case-history-summary-text{
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 16px;
  width: 70%;
  color: #fff;
  margin: 40px auto 40px;
  padding-bottom: 40px;
}

/*------- 求人情報
------------------------------------------------------------*/
.sb-recruit-content{
  width: 100%;
  background-color: #64B5F6;
  margin-top: 20px;
}
.sb-recruit-catch-eg{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
	font-size: 180px;
  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: 28px;
  text-align: center;
  margin-top:  -100px;
  margin-bottom: 100px;
  color: #fff;
  }
.sb-recruit-body{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
  text-align: center;
  margin-top:  -80px;
  color: #fff;
  padding-bottom: 40px;
  line-height: 2em;
}
.sb-recruit-area{
  width: 100%;
  background-color: #64B5F6;
  padding-bottom: 120px;
  position: relative;  /* ←追加 */
  z-index: 0;           /* ←追加 */
}
/* 背景：三角形 */
.back-triangle {
  position: absolute;
  z-index: -1;
  top: 320px;
  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: 86%;
  margin: 0 auto;
  background-color: #fff;
  border: solid 4px #004EA2;
  padding-bottom: 60px;
}
.sb-recruit-headline{
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
  text-align: center;
  background-color: #004EA2;
  padding: 16px;
  color: #fff;
  width: 60%;
  margin: 0  auto;
}
.sb-recruit-body2{
  width: 80%;
  margin: 20px auto 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
  line-height: 1.8em;
}
.sb-recruit-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.sb-recruit-item-1-text {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ。左寄せならflex-start */
  gap: 10px; /* テキストとアイコンの間隔 */
  font-size: 20px; 
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #004EA2;
  padding: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: transform 1.0s ease;
  text-align: center;
}


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

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

.sb-recruit-btn:hover {
  transform: translateX(20px);
}
.sb-recruit-space{
  margin-top: 60px;
}
.sb-recruit-item-text{
  width: 48%;
  margin-top: 0px;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
  line-height: 1.8em;
  padding-left: 20px;
}
.sb-recruit-container-2{
  width: 86%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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 1.0s 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: 16px; 
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #004EA2;
  padding: 12px;
  color: #fff;
  letter-spacing: 0.1em;
    transition: transform 1.0s ease;
      text-align: center;
}
.sb-recruit-item-2-title {
  display: flex;
  align-items: center;
  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-2:hover .sb-recruit-item-2-title {
  transform: translateX(20px);
}

/* 募集要項 */
.sb-recruit-info{
  margin-bottom: 100px;
}
.sb-recruit-info-title{
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
  text-align: center;
  margin: 60px auto 30px;
  color: #004EA2;
}
.sb-recruit-info-list{
  width: 86%;
  margin: 30px auto;
}
.sb-recruit-info-header{
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
  background-color: #e6e6e6;
  padding: 10px 20px;
}
.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: 16px;
  padding: 20px 20px;
    line-height: 2em;
}
.sb-recruit-info-detail{
  width: 70%;
   font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 16px;
  padding: 20px 20px;
  line-height: 2em;
}

/*------- 求人情報 先輩インタビュー
------------------------------------------------------------*/
.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: 150px;
  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: 28px;
  text-align: center;
  margin-top:  -100px;

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

.sb-intv-profile{
  font-weight: 700;
	font-size: 20px;
  text-align: center;
  margin-top: 30px;
  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: 30px auto;
  width: 600px;
}
.sb-intv-text1{
  width: 80%;
  max-width: 80%;
  margin: 60px auto 40px;
}
.sb-intv-text-headline{
  font-weight: 700;
	font-size: 24px;
  color: #004EA2;
  padding:10px;
  line-height: 1.6em;
}
.hr-intv{
  border: none;
  border-top: 3px dotted #B0B0B0; 
  margin: 0 auto;
  width: 80%;
  max-width: 80%;
}
.sb-intv-text2-container{
  width: 80%;
  max-width: 80%;
  margin: 30px 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: 100px;
  margin: 40px auto 20px;
}
.sb-oneday-title{
	font-weight: 700;
	font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 20px;
  background-color: #004EA2;
  width: 500px;
  margin: 0 auto;
}
.sb-oneday-area{
  margin-top: 40px;
}
.sb-oneday-container{
  width: 80%;
  max-width: 80%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  border-top: 3px dotted #B0B0B0;
  padding-top: 30px;
}
.sb-oneday-container-blue{
  width: 80%;
  max-width: 80%;
  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: 24px;
  padding-left: 20px;
  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: 20px;
  padding-left: 10px;
  color: #004EA2;
}
.sb-oneday-caption{
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6em;
  padding-right: 40px;
}
.sb-oneday-pic{
  width: 70%;
  margin-top: 20px;
}
  
/*------- 求人情報 数字で見る旭電設
------------------------------------------------------------*/

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

/* グリッド（Flexbox） */
.sb-numbers-grid-wide{
  width:990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
  border: 4px solid #004EA2;
  border-bottom: none;
  background-color: #fff;
}
.sb-numbers-grid{
  width:990px;
}
.grid-wide-container{
  width:990px;
}
.sb-card-head-caption{
  text-align: center;
  font-weight:700;
  font-size:16px;
  margin-top: 20px;
}
/* カード */
.grid-wide-img{
    width: 25%;
    padding-top: 30px;
}
.grid-wide-graph{
  width: 60%;
  padding: 30px;
  padding-top: 40px;
}
.sb-card-1{
  width: 330px;
}
.sb-card-1-last{
  width: 330px;
}
.sb-card-2{
  width: 330px;
}
.sb-card-2-last{
  width: 330px;
}
.sb-card-3{
  width: 330px;
}
.sb-card-3-last{
  width: 330px;
}
.sb-card-last{
  width: 330px;
}

/* カード見出しの帯 */
.sb-card-head{
  font-size:18px;
}

}/* end-pc-s */


