@charset "UTF-8";
/*
======================
	TOP
======================
*/

h2 {
	color: var(--base-color);
	font-size: initial;
	font-weight: initial;
	position: initial;
	width: initial;
	text-align: initial;
	top: initial;
}

.branding {
	width: 1000px;
	margin: 0 auto;
}


/*
======================
	採用
======================
*/

.saiyo {
    /*background-image: url(https://caretown-kodaira.net/wp-content/themes/hp20/assets/images/top/haikei1.jpg);*/
  	background-size: cover;   /*cover・contain*/
	background-repeat:  no-repeat;
	padding: 50px 0;
	width: 100%;
	max-width: 1700px;
	height: 770px;    /* 全表示しないため */
	margin: 5px auto;
} 
	
.title {
   width: 100%;
   color: #fffff;
   font-size: 200%;
   font-weight: bold;
   text-align: center;
}

.saiyo2 {
    /*background-image: url(https://caretown-kodaira.net/wp-content/themes/hp20/assets/images/top/haikei1.jpg);*/
  	background-size: cover;   /*cover・contain*/
	background-repeat:  no-repeat;
	padding: 50px 0;
	width: 100%;
	max-width: 1700px;
	height: 770px;    /* 全表示しないため */
	margin: 30px auto;
} 
	
.title {
   width: 100%;
   color: #ffffff;
   font-size: 200%;
   font-weight: bold;
   text-align: center;
}
/* -------------------- */
.sub {
  border-top: 2px solid #0000ff;
  width: calc(50% - 4px);
  float:left;  /*(flex??)*/
  margin: 2px;
}

.sub .sub-title ,
.sub .sub-detail ,
.sub .sub-btn {
  width:100%;
}

.sub .sub-detail  p {
 font-weight: bold;
}

.sub .sub-btn {
 text-align: right;
}

.sub .sub-btn  input[type=button] {
 background-color: red;
}


.saiyo-top {
    /*background-image: url(https://ct-kodaira.homepage-check.com/wp-content/themes/hp20/assets/images/top/saiyo-header.jpg);*/
  	background-size: cover;   /*cover・contain*/
	background-repeat:  no-repeat;
	padding: 50px 0;
	width: 100%;
	max-width: 1700px;
	height: 770px;    /* 全表示しないため */
	margin: 30px auto;
} 


/*
======================
	COMPANY 法人4社
======================
*/

.company-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 30px auto;

}

.main-title {
  text-align: center;
  font-size: 1.8em;
  color: #336633;
  margin: 0 auto 30px auto;
  position: relative;
}

.main-title::after {
  content: '';
  display: block;
  width: 300px; /* ← 下線の長さを自由に調整 */
  height: 2px;
  background-color: #aacfaa;
  margin: 16px auto 0 auto;
}

.co-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.co-card-title {
  background-color: #7ac084;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th,
.info-table td {
  padding: 12px 15px;
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.info-table th {
  width: 25%;
  background-color: #f8f8f8;
  text-align: left;
  font-weight: bold;
}

.info-table td a {
  color: #337ab7;
  text-decoration: none;
  word-break: break-all;
}

.info-table td a:hover {
  text-decoration: underline;
}






/*
====================
  願いをのせて
====================
*/
 .negai-container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直中央寄せ */
  align-items: center;     /* 水平中央寄せ */
  text-align: center;

  width: 1000px;
  min-height: 1050px;
  margin: -170px auto;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  background-image: url('https://ct-kodaira.homepage-check.com/wp-content/themes/hp20/assets/images/top/negai.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.negai-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2893B1;
  margin: 300px 0 0 0;
}

.negai-divider {
  text-align: center;
  color: #2893B1;
  font-weight: bold;
  margin-bottom: 30px;
}

.negai-content {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

.video-container {
  text-align: center;
  width: 70%;
  max-width: 700px; /* ← ここで動画の最大幅を設定 */
  margin: 0 auto;
}

video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


/* タブレットサイズ以下（768px未満） */
@media screen and (max-width: 767px) {
  .negai-container {
    width: 90%;
    padding: 150px 20px 100px;
  }

  .negai-title {
    font-size: 18px;
  }

  .negai-content {
    font-size: 15px;
    line-height: 1.7;
  }

  video {
    width: 90%;
  }
}

/* スマホサイズ以下（480px未満） */
@media screen and (max-width: 479px) {
  .negai-container {
    padding: 120px 15px 80px;

  }

  .negai-title {
    font-size: 16px;
  }

  .negai-content {
    font-size: 14px;
  }

  video {
    width: 100%;
  }
}



/*
====================
  背景 Green
====================
*/
/* アクセス */
.access-background {
    margin: 0 auto;
	margin: -5px auto;
    width: 100%; /* 画面幅に応じて縮小 */
    padding: 20px; /* 内側の余白を追加 */
    background-color: rgba(220, 232, 193, 0.4) ; /* 背景色を設定 */
    /*border-radius: 20px; /* 角を丸める */
}

/* 法人４社 */
.background-green {
    margin: 0 auto;
    max-width: 1000px; /* 背景の最大幅を1000pxに設定 */
    width: 100%; /* 画面幅に応じて縮小 */
    padding: 20px; /* 内側の余白を追加 */
    background-color: #DFE9CA; /* 背景色を設定 */
    border-radius: 20px; /* 角を丸める */
}

/* 私たちについて */
.aboutus-background {
    margin: 0 auto;
	margin: -5px auto;
    width: 100%; /* 画面幅に応じて縮小 */
    padding: 20px; /* 内側の余白を追加 */
    background-color: #DCE8C1; /* 背景色を設定 */
    /*border-radius: 20px; /* 角を丸める */
}

/* 採用情報 */
.saiyo-background {
    margin: 0 auto;
    width: 100%; /* 画面幅に応じて縮小 */
    padding: 20px; /* 内側の余白を追加 */
    background-color: #F0ECE7; /* 背景色を設定 */
    /*border-radius: 20px; /* 角を丸める */
}

/*
====================
  求人タ職種イトル
====================
*/

.section-title-vertical {
  text-align: center;
  color: #6ab38f; /* 文字色 */
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
  border-top: 2px solid #6ab38f;
  border-bottom: 2px solid #6ab38f;
  background-color: #f3efec; /* 背景色（画像と一致） */
  width: 600px; /* ←ここで罫線の長さを固定 */
  margin: 10px auto;
}

