@charset "UTF-8";
/* --------------------------	
   job-detail
 ----------------------------*/
.job-info-bg{background: #FFFFFF; max-width: 980px;margin: auto;padding: 30px 50px;}
.job-detail{
	background-color: #e9f4fe;
	padding-top: 30px;
}
h2.job-detail{
	background-color: #1d4e85; color: white; padding: 10px; text-align: center; font-size: 30px; max-width: 980px; margin: 20px auto; letter-spacing: 3px;font-weight: bold;
}
table.job-table {
  border-collapse: collapse;
  background-color: white;
  font-size: 20px;
	max-width: 100%;
	margin: 0 auto;
	
}
.job-info-image {
	width: 25px;
	height: 25px;
	margin-right: 2px;
	vertical-align:middle;
}
.job-table th, .job-table td {
  padding: 20px 10px 20px 10px;
  border: none;
  vertical-align: middle; 
	font-size: 20px;
}

.job-table th {
	width: 20%;
	text-align: center;
	color: #1d4e85;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	padding: 30px 0;
}
.job-table tr {
	border-top: 1px solid #1d4e85;
	border-bottom: 1px solid #1d4e85;
}
.job-table tr:first-child {
            border-top: none; /* 最初の行の上の線を消す */
        }
.job-table tr:last-child {
            border-top: none; /* 最後の行の上の線を消す */
        }
.job-table td {
	font-size:16px;
	font-weight: bold;
	text-align: justify;
}
.job-table td.ninzu,.job-table td.gakkai,.job-table td.rinsho,.job-table td.daigaku,.job-table td.koyo{
	padding-right: 185px ; text-align: center;
}
.job-table .icon {
  height: 80px;
  width: 80px;
}
/*検索結果*/
.job-info .ninzu span,.job-info .area span,.job-info .koyou span,.job-info .shikaku span,.job-info .kyuuyo span{
	font-weight: bold;
}
.job-card li.area2{
	font-weight: bold;
	padding-left: 28px;
}
/* テーブルをレスポンシブ対応にする */
/* レスポンシブテーブルの設定 */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スムーズスクロール */
  border: 1px solid #ddd; /* 必要に応じて調整 */
/*  margin-bottom: 15px;*/
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* モバイル対応（750px以下） */
@media screen and (max-width: 750px) {
	.job-info-bg.table-responsive {
		padding: 10px;
		word-break: break-all;/* 折り返し禁止でtableをはみ出ないようにする */
	}
  .table-responsive th, .table-responsive td {
    font-size: 12px; /* 小さいスクリーン向けにフォントサイズを調整 */
  }
.job-table td.ninzu,.job-table td.gakkai,.job-table td.rinsho,.job-table td.daigaku,.job-table td.koyo{
	padding-right: 0 ; 
}	
}

/* --------------------------	
   fade In
 ----------------------------*/

#top-hero {
	opacity: 0;
}

/* --------------------------	
   top page
 ----------------------------*/

.top .hero {
	position: relative;
}

.top .hero .main-title {
	position: absolute;
	top: 45.59%;
	left: 50%;
	width: 86.66%;
	color: #5653a2;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 15px;
	text-align: center;
	letter-spacing: 0.08em;
	background: #fff;
	margin-left: -43.33%;
	line-height: 1.6;
}

.top .sec-intro .title {
	color: #5653A1;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 55px auto 15px;
	text-align: center;
	line-height: 2;
}

.top .sec-intro p {
	width: 84.5%;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto 45px;
	text-align: justify;
	line-height: 2.0;
}

.top .sec-1 {
	margin-bottom: 90px;
	padding: 0 20px;
}

.top .sec-1 ul {
	padding-bottom: 30px;
	text-align: center;
}

.top .sec-1 li {
	margin-bottom: 20px;
}

.top .sec-1 li a {
	display: block;
}

.top .sec-1 ul .text-wrap {
	width: 100%;
	max-height: 162px;
	color: #fff;
	padding: 6px 0 12px;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .sec-1 li:nth-child(1) .text-wrap {
	background-image: url(../images/top/list1_1_sp.png);
}

.top .sec-1 li:nth-child(2) .text-wrap {
	background-image: url(../images/top/list2_1_sp.png);
}

.top .sec-1 li:nth-child(3) .text-wrap {
	background-image: url(../images/top/list3_1_sp.png);
}

.top .sec-1 ul p.link-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 0.2em;
}

.top .sec-1 ul p.text {
	font-size: 12px;
	font-size: 1.2rem;
}

.btn_registration a {
	position: relative;
	display: block;
	color: #fff;
}

.top .btn_registration span {
	position: absolute;
	top: 50%;
    left: 50%;
	font-size: 16px;
	font-size: 1.6rem;
    margin-right: -50%;
	transform: translate(-50%, -50%);
	letter-spacing: 0.15em;
}

.hero-image{
	max-width: 1400px;
	height: auto;
	background-image: url("../images/top/top-bg-pc-2.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #b4b4b4;
	overflow: hidden;
}
@media screen and (min-width:751px) { 

 /* --------------------------	
   common
 ----------------------------*/

	#main {
		width: 100%;
		min-width: 751px;
		margin: 0 auto;
		overflow: hidden;
	}

/* --------------------------	
   top page
 ----------------------------*/
	.top .hero {
		position: relative;
		left: 50%;
		max-width: 1400px;
		height: 547px;
		margin-left: -700px;
	}
	
	.top .hero .main-title {
		position: absolute;
		top: 242px;
		left: 50%;
		width: 500px;
		color: #5653A1;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: bold;
		padding: 10px 15px;
		text-align: center;
		letter-spacing: 0.08em;
		background: #fff;
		margin-left: -250px;
		line-height: 1.6;
	}
	
	.top .sec-intro .title {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 80px auto 36px;
		line-height: 1.8;
	}
	
	.top .sec-intro p {
		width: auto;
		max-width: 420px;
		font-size: 17px;
		font-size: 1.7rem;
		margin: 0 auto 112px;
	}

	.top .sec-1 {
		padding: 0;
		margin-bottom: 135px;
	}	
	
	.top .sec-1 ul {
		max-width: 1000px;
		margin: 0 auto 125px;
		padding: 0 20px;	
	}
	
	.top .sec-1 li .link-contents {
		display: -webkit-box;
	  	display: -ms-flexbox;
	  	display: flex;
		margin-bottom: 30px;
	}
	
	.top .sec-1 li:last-child .link-contents {
		margin-bottom: 0;
	}
	
	.top .sec-1 li:nth-child(2) .link-contents {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.top .sec-1 .inner {
		width: 50%;
		text-align: center;
	}
	
	.top .sec-1 ul .text-wrap {
		display: -webkit-box;
	  	display: -ms-flexbox;
	  	display: flex;
		align-items: center;
		width: 50%;
		max-width: none;
		max-height: none;
		padding: 0;
	}
	
	.top .sec-1 ul .img-wrap {
		width: 50%;
	}
	
	.top .sec-1 ul .text-wrap .inner {
		width: 100%;	
	}
	
	.top .sec-1 ul p.link-title {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 15px;
	}
	
	.top .sec-1 ul p.text {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.9;
		letter-spacing: -0.02em;
	}
	
	.top .sec-1 li:nth-child(1) .text-wrap {
		background-image: url(../images/top/list1_1_pc.png);
	}
		
	.top .sec-1 li:nth-child(2) .text-wrap {
		background-image: url(../images/top/list2_1_pc.png);
	}
	
	.top .sec-1 li:nth-child(3) .text-wrap {
		background-image: url(../images/top/list3_1_pc.png);
	}
		
	.btn_registration {
		max-width: 800px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	.btn_registration a {
		position: relative;
		display: block;
		color: #fff;
	}
	
	.top .btn_registration span {
		font-size: 30px;
		font-size: 3.0rem;
	}
}
@media screen and (max-width:750px) {
	  /* 750px以下のスタイル */
	  .hero-image{
		max-width: 100%;
		height: 100%;
	}
	.hero-image-text{
		margin: 30px;
	}
	#serch{
		margin: 0;
	}
	.filters table th {
		width: auto;
	}
}


/* ---- button ---- */

.button {
	display: inline-block;
	padding: 0em 0em;
	background: #fff;
	border: none;
	border-radius: 4px;
	color: #333;
	font-family: sans-serif;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	padding-left: 2em;
  }
  
  .button:hover {
	background-color: #f5f5f5;
  }
  
  .button:before {
	content: '';
	position: absolute;
	left: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #999;
	border-radius: 10px;
	background: #fff;
  }
  
  .button.is-checked {
	background-color: #fff;
  }
  
  .button.is-checked:before {
	background: #4285f4;
	border-color: #4285f4;
  }
  
  .button.is-checked:after {
	content: '';
	position: absolute;
	left: 0.8em;
	top: 45%;
	transform: rotate(45deg);
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
  }
  
  /* ---- button-group ---- */
  
  .button-group:after {
	content: '';
	display: block;
	clear: both;
  }
  
  .button-group .button {
	display: inline-block;
	margin: 5px;
	width: auto;
	text-align: left;
  }
  
  /* ---- isotope ---- */
  
  .grid {
    background: #fff;
    max-width: 1400px;
    padding: 20px;
  }
  
  /* clear fix */
  .grid:after {
	content: '';
	display: block;
	clear: both;
  }
  
  /* ui group */
  
  .ui-group {
	margin-bottom: 20px;
  }
  
  .ui-group h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
  }
  
  .ui-group .button-group {
	display: block;
  }
  
  /* job card */
  
.job-card {
    width: 300px;
    min-height: 570px;
    margin: 10px 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background: #fff;
    border: 1px solid #1d4e85;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
  
  .job-card li {
	list-style-type: none;
	padding: 0; 
	margin: 0; 
	text-decoration: none;
	border-bottom:solid 2px #1d4e85;
	line-height: 220%;
  }
.job-area{
	background-color: #1d4e85; color: #fff;text-align: center;font-weight: bold;line-height: 70px;width: 100%;font-size: 30px
}
.job-info{
	padding: 10px 20px;
	font-size: 12px;
	min-height: 200px;
}
.job-image{
	margin: 20px auto;
	height: 180px;
	width: 240px;
}
.job-image img{
	height: 180px;
	width: 240px;
	aspect-ratio: 4 / 3;
}
.card-button {
    background-color: #1d4e85;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: block;
    border-radius: 5px;
    width: fit-content;
    margin: 10px auto 20px;
}

.card-button:hover {
	background-color: #1d4e85;
}
@media screen and (min-width:751px) and ( max-width:899px) {
		
	.top .sec-1 ul p.text {
		padding: 0 15px;
	}	
}

@media screen and (min-width:1000px) {
	
	.top .sec-1 ul {
		padding: 0;
	}
	
	.top .sec-1 ul p.text {
		letter-spacing: normal;
	}
		
	.btn_registration {
		padding: 0;
	}
}
