@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: #726250;
  margin: 0 auto 10px auto;
  position: relative;
}

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

@media (max-width: 768px) {
  .main-title {
    font-size: 1.5rem;
    margin: 30px 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: #B9ABA0;
  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: #ffebdb; /* 背景色を設定 */
    /*border-radius: 20px; /* 角を丸める */
	box-sizing: border-box;
}
@media (max-width: 768px) {
  .access-background {
    padding: 15px;
    border-radius: 16px;
  }
}
/* 院情報 */

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

	
@media (max-width: 768px) {
  .background-green {
   padding: 30px 15px 15px;	
   border-radius: 12px;
  }
}
	
	
/* 施術案内 */
.aboutus-background {
    margin: 0 auto;
	margin: 40px 0 0 auto;
    width: 100%; /* 画面幅に応じて縮小 */
    padding: 20px; /* 内側の余白を追加 */
    background-color: #d6f1ef; /* 背景色を設定 */
    /*border-radius: 20px; /* 角を丸める */
	box-sizing: border-box;
}

@media (max-width: 480px) {
  .aboutus-background {
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
  }
}


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

@media (max-width: 480px) {
  .saiyo-background {
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
  }
}


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

.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;
}


/*
====================
  オープン告知
====================
*/

.opening {
  font-size: 500%; /* 例: デフォルトサイズ */
  font-weight: bold;
  text-align: center;
}


@media (max-width: 768px) {
  .opening  {
    font-size: 250%;
  }
 }

@media (max-width: 480px) {
  .opening {
    font-size: 200%;
  }
}

.opening2 {
  font-size: 250%; /* 例: デフォルトサイズ */
  font-weight: bold;
  text-align: center;
}



@media (max-width: 768px) {
  .opening2  {
    font-size: 250%;
  }
 }

@media (max-width: 480px) {
  .opening2 {
    font-size: 200%;
  }
}

