@charset "utf-8";



/* サブページ トップ画像・見出し  ******************************************************************/

.sub_catch {
  position: relative;
  display: inline-block;
  width: 100%;              /* お好みで調整 */
  max-width: 600px;
}

.sub_catch img {
  width: 100%;
  height: auto;
  display: block;
}

.subtop_text {
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  color: white;
  font-size: 2.5em;
  text-align: left;
  white-space: pre-wrap; /* 複数行に対応 */
  letter-spacing: 0.15em;
  font-weight:normal;
}


.breadcrumb{text-align:right; font-size:0.75rem; color:#666; margin:0 5% 0 0; letter-spacing: 0.15em;}

.sub_catch h2 {font-weight:normal;}

.sub_catch_dots {
  text-align: center; /* テキストとドットを中央揃え */
}
.sub_catch_dots.bg {
  background-color: #EBF1F2;
  padding: 10px 15px 15px 15px;
  border-radius: 0 50px 0 50px;
}

.headline {
  margin-bottom: 0.4em;
}

.dot_wrapper {
  display: flex;
  justify-content: center;
  gap: 8px; /* 丸同士の間隔 */
}
.dot {
  width: 11px;
  height: 11px;
  background-color: #2E97FF;
  border-radius: 50%;
  display: inline-block;
}




/* index.html  ******************************************************************/
.news-list {
  display: block;
  height: 350px;
  overflow-y: scroll;
}


.news-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 25px 0;
  border-bottom: 1px solid #CCC;
  flex-wrap: nowrap;
}

.news-date {
  width: 90px;
  flex-shrink: 0;
  font-size: 0.9em;
  color: #888;
}

.news-content {
  flex: 1;
  min-width: 0; /* 重要：改行を許す */
}

.news-category {
  display: inline-block;
  font-size: 0.75em;
  padding: 2px 12px;
  border-radius: 9999px;
  color: #000;
  background-color: #D1D1D1; /* カテゴリ色 */
  margin-right: 6px;
}

.news-title {
  flex: 1;
  min-width: 0;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
}

.news-title a:hover {
  color: #007acc;
  text-decoration: underline;
}


@media screen and (max-width: 640px) {
	
	.news-item {
	  display: block;
	  align-items: flex-start;
	  gap: 12px;
	  padding: 25px 0;
	  border-bottom: 1px solid #CCC;
	  flex-wrap: nowrap;
	}
	
.news-title {
	display:block;
	}
	
	.subtop_text {
	  top: 25%;
	  left: 20%;
	  font-size: 1.6em;
	  letter-spacing: 0.08em;
	}
	
  .news-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-date,
  .news-category {
    margin-bottom: 4px;
  }

  .news-title {
    flex: none;
  }
}



.index_recruit{
	position:relative;
	width:100%;
	padding: 3em 1em 3em 5em;
	float: right;
	background: linear-gradient(to bottom, #5ED7E8, #6BE1DA ); /* 上→下 */
	color:#FFF;
	border-radius: 30px;
}
.index_recruit h3{color:#FFF !important;}

.index_recruit .recimg{
  position:absolute;
  top:-60px;
  left:5%;
  max-width:500px;
  font-size:12px;
  line-height:24px;
}

.index_recruit .recimg img{
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.index_recruit .rectx{
  margin:0px 0 0 500px;
}



@media screen and (max-width:640px){
	
	.index_recruit .recimg img{
	  margin:120px 0 0 0;
	}

	.index_recruit{
		position: inherit;
		width:100%;
		padding: 0em;
		margin:0px 0 0 0;
		display:block;
		float: none;
		background-position: center;
		color:#FFF;
	}
	
	.index_recruit .recimg{
	  position:absolute;
	  display:block;
	  top:-120px;
	  left:-10%;
	  max-width:500px;
	  /*box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.3);*/
	  font-size:12px;
	  line-height:24px;
	}
	
	.index_recruit .rectx{
	  margin: 50px 0 0 0px;
	  padding: 200px 20px 20px 20px;
	}
	
}



/* service.html  ******************************************************************/

.service_box01 {
  position: relative;
  width: 100%;
  max-width: 600px; /* お好みで調整 */
  /* overflow: hidden; */
  margin:0 0 20px 0;
}

.service_box01 img {
  width: 100%;
  height: auto;
  display: block;
}

.service_box01 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52,167,199,0.4); /* 半透明の黒 */
  z-index: 1;
  border-radius: 0 50px 0 50px;
}


.service_box01 .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 1em;
  z-index: 2;
}

.service_box01 .overlay-text h4 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  padding: 5px 10px;
  background-color: #FFF;
  border-radius: 8px;
  line-height:1.6;
}

.service_box01 .overlay-text p {
  font-size: 0.9rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}


.text-box-wrapper {
  display: flex;
  justify-content: center; /* 中央寄せ */
  flex-wrap: wrap;         /* 折り返し対応（スマホなど） */
  gap: 25px;               /* 枠の間隔 */
  max-width: 100%;
  margin: 0 auto 10px auto;
}

.text-box {
  padding: 1.5em 1.6em;
  background-color: #fff;
  border: 1px solid #ABABAB;
  min-width: 160px;
  flex: 0 1 calc(33.333% - 25px); /* 最大3つ並ぶ幅 */
  box-sizing: border-box;
  border-radius: 0 50px 0 50px;
  box-shadow: 5px 5px 0 #E5E5E5;
  font-size: 0.9rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .text-box {
    flex: 1 1 100%;
    max-width: 90%;
  margin: 0 auto 20px auto;
  }
  
  .service_box01 p {
	  line-height: 1.5 !important;
}
}


.service_box02 {
  position: relative;
  width: 98%;
  max-width: 1000px;
  margin: auto;
  padding: 60px 20px;
}

.service_image {
  position: absolute;
  aspect-ratio: 3 / 2;
}

.service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 左上の画像を少し上に配置 */
.service_image-left {
  width: 57%;
  top: 0;
  left: 0;
}

/* 右下の画像を少し下に配置 */
.service_image-right {
  width: 47%;
  bottom: 0;
  right: 0;
}

/* 中央テキスト */
.service_text {
  position: relative;
  padding: 30px 20px;
  margin: 300px 10px -100px 0px;
  z-index: 2;
  text-align: left;
  line-height: 1.8;
  max-width: 520px;
}


@media screen and (max-width: 768px) {
	.service_image-right {
	  width: 90%;
	  bottom: 0;
	  left: 10%;
	  top: 22%;
	}
	.service_text {
	  position: relative;
	  padding: 0px;
	  margin: 350px 10px -100px 0px;
	  z-index: 2;
	  text-align: left;
	  max-width: 95%;
	}
	
}




/* qa.html  ********************************/

.q_box{
	 border-radius: 10px;
	 background-color: #d1edff;
	 color: #00248b;
	 font-size: 1.4em;
	 font-weight: bold;
	 line-height: 1.5;
	 padding: 15px 25px;
}

.a_box {
  display: flex;
  align-items: flex-start;
  gap: 8px; /* A.と本文の間隔 */
  font-family: "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  padding: 27px;
}

.a_icon {
  font-weight: bold;
  flex-shrink: 0; /* 幅が狭まらないように */
}

.a_text {
  flex: 1;
}


/* 施工事例 ******************************************************************/


.accordion {
  max-width: 100%;
  margin: 1em auto;
  font-family: sans-serif;
  overflow: hidden;
}

/* summary部分 */
.accordion summary {
  position: relative;
  padding: 1em 1em 1em 2em;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  user-select: none;
  border: 1px solid #2E97FF;
  border-radius: 6px;
  color: #00003C;
  text-align: center;
}

/* マーカー（デフォルトの▼）を非表示 */
.accordion summary::-webkit-details-marker {
  display: none;
}

/* + アイコン */
.accordion .icon {
  position: absolute;
  right: 1em;
  top: 0.5em;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  content: '＋';
}

.accordion .icon::before {
  content: '＋';
  transition: transform 0.3s ease;
}

/* open時はマイナス表示に */
.accordion[open] .icon::before {
  content: '―';
}

/* 内容部分 */
.accordion .content {
  overflow: hidden;
  background: #fff;
  padding: 0 1em;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* open時に展開 */
.accordion[open] .content {
  padding: 2em 1em 1em 1em;
}




/* 採用情報  ******************************************************************/

#recruit_top {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 550px;
}

#recruit_top #rtop_catch {
	position: absolute;
	top: 50%;
	left: 0%;
	z-index: 10;
	width: 100%;
	height: 550px;
	margin-top: -250px;
	margin-left: 0px;
	color: #00003C;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#recruit_top {
	width:100%;
}
#recruit_top #rtop_catch h2 {
	font-size: 2.8rem;
	font-weight: 900 !important;
}


.interview_visual {
   position: relative;
   width: 100%;
   max-width: 100%;
   margin: auto;
   overflow: hidden;
}

.interview_visual img.bg {
   width: 70%;
   height: auto;
   display: block;
   clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
   /* ← 左が斜めに切れる（調整可） */
  float: right;
 }

.interview_visual img.text {
   position: absolute;
   top: 20%;
   left: 5%;
   width: 50%;
   height: auto;
   z-index: 2;
}




    /* モバイル対応 */
    @media (max-width: 768px) {
		
	.interview_visual {
	   position: relative;
	   min-height: 400px;
	}

      .interview_visual img.text {
        width: 100%;
		position:absolute;
        top: 50%;
        left: 5%;
		display: block;
      }
	.interview_visual img.bg {
	   width: 100%;
	  float: none;
	 }
	 
	 
	 
	 #recruit_top {
	min-height: 250px;
	}
	
	#recruit_top #rtop_catch h2 {
		font-size: 2.1rem;
	}
	
	  
    }
	
	

h3.skew_marker01 {

  text-align: center;
}

.skew_marker01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  position: relative;
  transform: skew(-10deg); /* テキスト本体を傾ける */
  z-index: 1;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
}

/* マーカー部分 */
.skew_marker01::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -0.2em;
  width: 102%;
  height: 1em;
  background-color: #96CBFF;
  transform: skew(-10deg); /* マーカーも同じ角度で傾ける */
  border-radius: 6px; /* 角を少し丸める */
  z-index: -1;
}



/* 社員インタビュー  ******************************************************************/

.title01{
	color: #2e97ff;
	font-size: 1.1em;
	font-weight: 700;
}

.question-box {
      margin: 0 auto;
      display: flex;
}

.q-icon {
  font-size: 52px;
  color: #b3e0f8;
  font-weight: bold;
  line-height: 1;
  margin-right: 6px;
  position: relative;
  top: -10px;
}

.question-content {
  flex: 1;
}

.question-title {
  color: #2e97ff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1em;
  line-height: 1.7;
  position: relative;
  top: 10px;
}

.answer {
  font-size: 0.9em;
}


.recruit_box01{
	position:relative;
	width:100%;
}
.recruit_box01 h3{color:#FFF !important;}

.recruit_box01 .recimg{
  position:absolute;
  top:-60px;
  left:5%;
  max-width:500px;
}
.recruit_box01 .rectx{
  margin:0px 0 0 500px;
  font-size: 0.9rem;
  background: linear-gradient(to bottom, #3d99e3, #5ED7E8 ); /* 上→下 */
  line-height: 1.8;
  padding: 3em 1em 2em 5em;
  float: right;
  color:#FFF;
  border-radius: 30px;
}
.recruit_box01 .recimg img{
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);}
.recruit_box01 h4{
  color:#fff !important;}

@media screen and (max-width:640px){
	.recruit_box01{
		position: inherit;
		width:100%;
		padding: 10em 1em 3em 1em;
		margin:200px 0 0 0;
		display:block;
		float: none;
		background-position: center;
		color:#FFF;
	}
	
	.recruit_box01 .recimg{
	  position:absolute;
	  display:block;
	  top:-100px;
	  left:-1%;
	  max-width:500px;
	  /*box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.3);*/
	  font-size:12px;
	  line-height:24px;
	}
	
	.recruit_box01 .rectx{
	  margin:0px 0 0 0px;
	  font-size: 0.9rem;
	  line-height: 1.6;
	  padding: 2em 1em 1.5em 1em;
	  border-radius: 30px;
	}
	
	
}





/* テーブルレイアウト
--------------------------------------------------------------------------------------------------------------- */

table {
  margin: auto;
}
.tbl-r02 th {
  background: #E1F3F7;
　border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  padding: 20px 10px;
  width:20%;
}
.tbl-r02 td {
　border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
　border: solid 1px #ccc;
  padding: 20px 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}






/* news.html  ******************************************************************/

.news_box{
	padding: 30px;
}

.day{
	font-size: 0.9rem;
	color: #3CC7CB;
	font-weight: 500;
}

.news_sub{
	font-weight: 500;
	padding-bottom: 15px;
}

.news_main{
	font-size: 0.95rem;
}


/* contact.html  ******************************************************************/


/* Forms
--------------------------------------- */
textarea, select, input, button, label{}

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
textarea, select, button{resize:none; outline:none; color:inherit; font-family:inherit; vertical-align:middle;}
:required, :invalid{outline:none; box-shadow:none;}

#newsletter input, #newsletter button, #newsletter select, #newsletter textarea{border:none; margin: 0 0 10px 0; vertical-align: top;}
#newsletter input, #newsletter textarea, #newsletter select{display:block; width:90%; padding:15px; vertical-align:top; border:solid 1px #C9C9C9;}
#newsletter input.inputin02{display:block; width:50%; padding:15px; vertical-align:top; border:solid 1px #999;}

#newsletter select{padding:10px; font-size:inherit;}
#newsletter button{padding:8px 50px 10px; border:none; background:#CCC; text-transform:uppercase; font-weight:700; cursor:pointer;}
#newsletter input[type="radio"]{display:inline-block; width:5%; outline:none; font-size:inherit; vertical-align: bottom;}
#newsletter input[type="checkbox"]{display:inline-block; width:20px; outline:none; font-size:inherit; vertical-align:bottom;}


.required {
  background-color: #fff0f0; /* 薄い赤 */
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}

.required.filled {
  background-color: #ffffff; /* 入力済みは白に戻す */
}

.product_box01{background-color:#E1F3F7; padding: 30px 30px;}


/* about.html  ******************************************************************/

.sub_text{
	line-height: 1.6;
}









