/* recruiting.css */

body {
	/*font-size: 13px;*/
}
#main {
	font-size: 13px;
}
.in {
	padding: 0 3%;
}
.mb40 {
	margin-bottom: 40px !important;
}
.h-1 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #4b9132;
	padding: 7px 0 5px;
	border-bottom: 1px solid #4b9132;
}
.h-2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #4b9132;
	color: #4b9132;
	margin: 10px 0;
}
h3.midashi {
	margin: 20px 0 10px;
	width: 100%;
	box-sizing: border-box;
}
ul.disc {
	padding-left: 20px;
}
ul.disc li {
	list-style: disc;
}
.tab-wp .tab-list {
	text-align: center;
	border-bottom: 2px solid #4b9132;
	margin-bottom: 10px;
}
.tab-wp .tab-list > li {
	font-size: 13px;
	width: 110px;
	background: #dbe9d6;
	color: #4b9132;
	display: inline-block;
	padding: 6px 0 3px;
	text-align: center;
	border-radius: 7px 7px 0 0 / 7px 7px 0 0;
	cursor: pointer;
}
.tab-wp .tab-list > li:not(:first-child) {
	margin-left: 20px;
}

html[lang=en] .tab-wp .tab-list
{	min-width: 320px;
	overflow: auto;
}

html[lang=en] .tab-wp .tab-list > li {
	width: 135px;
}
html[lang=en] .tab-wp .tab-list > li:not(:first-child) {
	margin-left: 15px;
}

.jq-1 {
	display: none;
}
.jq-1.active {
	display: block;
}
.tab-wp .tab-list>li.active {
	background: #4b9132;
	color: #fff;
}


.work-wp .link-list,.work-wp .link-list a {
	color: #4b9132;
}
.work-wp .job-wp {
	border: 1px solid #4b9132;
	border-radius: 7px;
	margin: 10px 0 40px;
	padding: 0 0 40px;

}
.work-wp .job-tbl {
	margin-top: 10px;
	font-size: 12px;
	width: 100%;
	line-height: 2;
}
.work-wp .job-tbl th {
	font-weight: bold;
	color: #4b9132;
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
}
.work-wp .title {
	margin-top: 25px;
	text-align: center;
	color: #4b9132;
}
.work-wp .title>span {
	font-size: 13px;
	font-weight: bold;
	background: url(/assets/img/teacher/recruiting/bg-slash-l.png) no-repeat left center,url(/assets/img/teacher/recruiting/bg-slash-r.png) no-repeat right center;
	background-size: auto 25px;
	padding: 10px 20px;
}
.work-wp .welcome-list {
	margin-top: -10px;
	padding: 30px 15px;
	background: #f6f9f5;
	line-height: 1.4;
}
.work-wp .welcome-list>li {
	padding: 0 0 0 15px;
	background: url(/assets/img/teacher/recruiting/bg-circle-lg.png) no-repeat left 4px;
}

.work-wp .btn-wp {
	margin-top: 40px;
	text-align: center;
}
.work-wp .btn-1 {
	font-size: 16px;
	font-weight: bold;
	background: #4b9132;
	color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 7px;
	width: 240px;
	display: inline-block;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	body {
		/*font-size: 16px;*/
	}
	#main {
		font-size: 16px;
	}
	.pc-mb80 {
		margin-bottom: 80px !important;
	}
	.h-1 {
		font-size: 22px;
	}
	.h-2 {
		font-size: 18px;
		margin: 20px 0;
	}
	h3.midashi {
		margin: 40px 0 10px;
	}
	.work-wp .job-tbl {
		margin-top: 30px;
		font-size: 16px;
	}
	.tab-wp .tab-list {
		margin-top: 45px;
		margin-bottom: 20px;
	}
	.tab-wp .tab-list>li {
		font-size: 22px;
		width: 200px;
	}

	html[lang=en] .tab-wp .tab-list
	{	min-width: 0;
	}

	html[lang=en] .tab-wp .tab-list > li {
		width: 250px;
	}
	html[lang=en] .tab-wp .tab-list > li:not(:first-child) {
		margin-left: 20px;
	}

	.work-wp .title>span {
		font-size: 22px;
	}
	.work-wp .btn-wp {
		margin-top: 60px;
	}
	.work-wp .btn-1 {
		font-size: 20px;
		width: 400px;
	}
	.work-wp .job-wp {
		padding: 0 0 60px;
	}
	.work-wp .welcome-list>li {
		background: url(/assets/img/teacher/recruiting/bg-circle-lg.png) no-repeat left 5px;
	}


}




/*フォーム
------------------------------------------*/
#adopt {
	padding: 0 16px;
}
#adopt b.red {
	color: #F92500;
}
#adopt table {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;

	margin-bottom: 20px;
}

#adopt table tr th,
#adopt table tr td {
	word-wrap: break-word;
	vertical-align: top;
	padding: 1em;
	border: 1px solid #4b9132;
	/*border-right: 0;
  border-left: 0;*/
  /*border-top: 0;*/
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
}

#adopt table tr th {
	background-color: #dbe9d6;
	width: 26.2%;
	border-left: 0;
}
#adopt table tr td {
	width: 73.8%;
	border-right: 0;
}

/**/
#adopt table td span {
	display: block;
	margin-bottom: 10px;
}
#adopt table tr:nth-child(3) td span {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}
/*#adopt table td span br {
	display: none;
}*/
#adopt table td b {
	font-weight: normal;
	display: block;
	font-size: 11px;
}

#adopt .btn_bx {
	text-align: center;
}
#adopt .btn_bx button {
  cursor: pointer;
  background-color: #4b9132;
  border: 2px #4b9132 solid;
  color: #FFF;
  border-radius: 5px;
  font-size: 20px;
  padding: 7px 35px;
}
#adopt .btn_bx button:hover {
  background-color: #FFF;
  color: #4b9132;
}

#adopt_wrapp .in {
	padding: 0;
}
#adopt_wrapp h4 {
	border: 1px solid #4b9132;
	border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  /*border-bottom: 0;*/
}
#adopt_wrapp #adopt .bw {
	border: 1px solid #4b9132;
  border-bottom: 0;
  border-top: 0;
}
#adopt_wrapp #adopt {
	padding: 0;
}
#adopt_wrapp #adopt table {
	border: 0;
}
#adopt_wrapp #adopt p {
  padding: 5px 0 5px 5px;
  font-size: 13px;
}

#adopt_wrapp #error {
  padding: 5px 0 5px 5px;
  font-size: 13px;
  color: #cc0000 !important;
}

@media only screen and (max-width: 799px) {

	#adopt table
	{	border-top: 1px solid #999;
	}

	#adopt table tr th,
	#adopt table tr td
	{	display: block;
		border: 1px solid #4b9132;
		/*border-right: 0;
    border-left: 0;*/
    border-top: 0;
		width: auto;
	}
	#adopt table tr th
	{	border-bottom: none;
		border-top: none;
		padding: 0.5em 1em;
		border-left: 0;
    border-right: 0;
	}
	#adopt table tr td
	{	border-top: none;
		border-left: 0;
    border-right: 0;
	}

	/**/


}

/**/
@media only screen and (max-width: 500px) {
	/*#adopt table td span br {
		display: block;
	}*/
	#adopt table td span input {
		width: 100%;
	}
	#adopt table tr:nth-child(3) td span {
	  display: block;
	  width: 100%;
	}

}


.thanks-box {
	display: block;
	width: 70%;
	margin: 30px auto;
	background: url(../img/contact/mail.png) no-repeat left center;
	background-size: 20% auto;
	padding: 1.5em 0 1.5em 20%;
}
.thanks-box h3 {
	display: block;
	color: #4b9132;
	font-weight: 600;
	font-size: 3.8vw;
}
.thanks-box p {
	display: block;
	font-size: 2.4vw;
}

.form .thanks strong {
	color: #AF1653;
	font-size: 180%;
	display: block;
}

@media screen and (min-width: 768px) {

	.thanks-box {
		display: block;
		width: 45%;
		margin: 30px auto;
		background: url(../img/contact/mail.png) no-repeat left center;
		background-size: 12% auto;
		padding: 1.5em 0 1.5em 8%;
	}
	.thanks-box h3 {
		display: block;
		color: #4b9132;
		font-weight: 600;
		font-size: 20px;
	}
	.thanks-box p {
		display: block;
		font-size: 12px;
	}

}




/*20221109 働く環境ページ　*/
.license-ttl {
	/*font-size: 3.5vw;*/
	font-size: 17px;
	color: #E03B57;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
}
.license-txt {
    letter-spacing: -0.02em;
	margin-bottom: 20px;
}
.license-box {
	margin-bottom: 15px;
}
.license-img {
	text-align: center;
}
.license-tableTtl {
	background-color: #E03B57;
	color: #FFFFFF;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	padding: 7px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.license-tableTtl::before,
.license-tableTtl::after{
	content: " ▼";
	font-weight: 600;
	margin: 0 10px;
}

/* 資格一覧テーブル　*/
@media screen and (min-width: 801px) {
	.license-ttl {
		/*font-size: 22px;*/
	}
	.license-box {
		display: flex;
	}
	.license-txt {
		flex: 1 0 430px;
		margin-bottom: 0;
	}
	.license-img {
		flex: 0 1 auto;
		margin-left: 2.5%;
	}
	.license-tableTtl {
		font-size: 17px;
	}
}

.license-table {
	border: 2px solid #E44A5E;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	overflow: hidden;
	font-size: 13px;
	margin-top: 20px;
}
.license-table thead th {
	border-bottom: 1px solid #E44A5E;
	border-right: 1px solid #E44A5E;
}
.license-table thead th:first-child {
	width: 40px;
}
.license-table thead th:nth-child(2) {
	width: 32%;
}
.license-table thead th:last-child {
	width: 20%;
	border-right: none;
}
.license-table tbody th {
	padding: 7px 10px;
	border-right: 1px solid #E44A5E;
}
.license-table tbody tr td {
    vertical-align: middle;
	text-align: left;
	padding: 7px 10px;
	border-right: 1px solid #E44A5E;
}
.license-table tbody tr td:first-of-type {
	font-size: 16px;
	font-weight: bold;
}
.license-table tbody tr td:last-child {
	border-right: none;
	text-align: center;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	color: #E44A5E;
}
.license-table tbody tr td .small {
	font-size: 13px;
	text-align: left;
	display: block;
	line-height: 1.1;
}
.license-table tbody tr:nth-child(even) {
    background-color: #FCECEB;
	border-top: 1px solid #34292D;
	border-bottom: 1px solid #34292D;
}
.license-table th {
	background-color: #EB8085;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    vertical-align: middle;
	padding: 2px 5px;
}
.license-table th.small {
	font-size: 13px;
	line-height: 1.1;
}
@media screen and (max-width: 999px)
{
	#js-license-table {
		overflow: scroll;
	}
	.license-table {
		width: 950px;
	}
	.license-table thead th:last-child {
		width: 15%;
	}
}

/*===================================
  2024/07/11 採用情報改修
=====================================*/

html {
	scroll-behavior: smooth;
  }
  
  a.link_blue {
	color: #0071bc;
  }

  #main.recruiting {
	padding: 0 3%;
  }
  
  .txt-wp-head .note-txt {
	color: #EE6D79;
  }
  
  .h-title-page-title {
	  font-size: 22px;
	  font-weight: 500;
	  color: #fff;
	  background-color: #A0BEE6;
	  text-align: center;
	  padding: 25px 10px;
	margin:  -15px 0 28px;
  }
  
  .h-title-border-bottom {
	  font-size: 17px;
	  font-weight: bold;
	  padding-bottom: 5px;
	  margin-bottom: 5px;
	  border-bottom: 1px solid #E6E6E6;
  }
  
  .h-title-red {
	line-height: 1.52;
	font-weight: bold;
	color: #EE6D79;
  }
  
  .h-title-pin {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
  }
  
  .h-title-pin::before {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: url(../img/teacher/recruiting/icon_pin.png) no-repeat;
	background-size: contain;
	margin-bottom: 12px;
	flex-shrink: 0;
  }
  
  .h-title-recruit {
	font-size: 17px;
	color: #151515;
	font-weight: bold;
	background-color: #E6E6E6;
	text-align: center;
	padding: 14px 10px;
  }
  
  @media screen and (min-width: 801px) {
	#main.recruiting {
		padding: 0;
	}

	.h-title-page-title {
	  margin:0 0 25px 0;
	  padding: 25px 10px;
	  border-radius: 10px;
	}
	.h-title-pin {
	  display: flex;
	}
  
	.h-title-pin::before {
	  margin: 0;
	}
  }
  
  .recruit-hr {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #E6E6E6;
  }
  
  .recruit-tag {
	color: #fff;
	min-width: 65px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	background-color: #21B927;
	line-height: 1;
  }
  
  .recruit-tag.recruit-tag--urgent {
	background-color: #EE6D79;
  }

  .recruit-nav-list:not(:last-of-type) {
	margin-bottom: 20px;
  }
  
  .recruit-nav-list li {
	font-weight: 500;
  }
  
  .recruit-nav-list li a {
	color: #1579AB;
	line-height: 1.76;
	font-size: 16px;
  }
  
  .recruit-nav-list li span {
	margin-left: 5px;
  }
  
  .recruit-nav-list li::before {
	content: "・";
  }
  
  @media screen and (min-width: 801px) {
	.recruit-nav {
	  display: flex;
	  justify-content: space-between;
	}
  
	.recruit-nav > * {
	  width: 48%;
	}

	.recruit-nav-list:not(:last-of-type) {
		margin-bottom: 0;
	}
  }
  
  .txt-wp.txt-wp--border {
	border: 1px solid #E6E6E6;
	padding: 20px 30px;
	margin-bottom: 50px;
  }
  
  .txt-wp.txt-wp-head {
	padding: 0 0;
  }
  
  .txt-wp-head .txt-wp-inr {
	padding: 20px 15px;
  }
  
  .txt-wp-head .license-img {
	margin: 0 0 14px 0;
	width: 100%;
  }
  
  .txt-wp-head .license-img img {
	width: 100%;
  }
  
  .txt-wp-head .license-tableTtl {
	background-color: #6978B4;
	padding: 16px 10px;
	font-size: min(3.8vw,17px);
  }
  
  .txt-wp-head .license-tableTtl::before {
	  content: none;
  }
  
  .txt-wp-head .license-tableTtl::after {
	margin: 0 3px;
  }
  @media screen and (min-width: 801px) {
	.txt-wp-head .license-img {
	  margin: 0 2.5% 0 0;
	  width: 48%;
	}
  
	.txt-wp-head .license-content {
	  flex: 1;
	}
  
	.txt-wp-head .license-tableTtl {
	  font-size: 17px;
	}
  }
  
  .conditions-wp dl {
	display: flex;
	border-bottom: 1px solid #E6E6E6;
  }
  
  .conditions-wp dl dt {
	width: 32%;
	padding: 10px 0 8px;
	font-weight: bold;
	font-size: min(3.5vw,17px);
	color: #151515;
	text-align: left;
  }
  
  .conditions-wp dl dd {
	width: 68%;
	padding: 10px 0 8px;
	font-size: min(3.5vw,16px);
	color: #151515;
	text-align: left;
  }
  
  .conditions-dl-ttl {
	font-weight: bold;
  }
  
  @media screen and (min-width: 801px) {
	.conditions-wp dl dt {
	  width: 22%;
	}
	
	.conditions-wp dl dd {
	  width: 78%;
	}
  }
  
  .txt-wp-smoke .h-title-red {
	margin-bottom: 5px;
  }
  
  .txt-wp-smoke h5 {
	margin-bottom: 5px;
	font-weight: bold;
  }
  
  .conditions-wp .conditions {
	padding: 0px 15px 20px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 50px;
  }
  
  .conditions-wp .conditions .title {
	font-size: 17px;
	color: #151515;
	font-weight: bold;
	background-color: #FBDFE2;
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 14px 10px;
	margin: 0 -15px 20px;
  }
  
  .conditions-wp .conditions > p {
	margin-bottom: 30px;
  }
  
  .conditions-wp .conditions a.bt {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #EE6D79;
	border-radius: 10px;
	width: 96%;
	padding: 17px 0 16px;
	max-width: none;
	text-align: center;
	margin: 0 auto;
  }
  
  .conditions-wp .conditions a.bt::before ,
  .conditions-wp .conditions a.bt::after {
	content: none;
  }
  
  .conditions-wp .btn-wp {
	margin-bottom: 0;
  }