@charset "UTF-8";

/************************************************* .job_list_detail */
#contentss .job_list_detail {
  padding-top: 30px;
  padding-bottom: 50px;
}
#contentss .job_list_detail .main {
	width: auto;
	float: none;
}
/*------------------------------------------------ .job_panel */
#contentss .job_list_detail .job_panel .box {
}
#contentss .job_list_detail .job_panel .head {
  padding: 10px 20px 20px 20px;
}
#contentss .job_list_detail .job_panel .head .flag {
  margin-bottom: 15px;
}
#contentss .job_list_detail .job_panel .head .flag span {
  padding: 4px 15px 4px;
  font-size: 12px;
}
#contentss .job_list_detail .job_panel .head .title {
	font-size: 20px;
	line-height: 1.4;
  width: 100%;
}
#contentss .job_list_detail .job_panel .head .flag .num{
	font-size: 13px;
	background: transparent;
	font-weight: normal;
	padding-left: 10px;
}
#contentss .job_list_detail .job_panel .arrow::after {
	display: none;
}
#contentss .job_list_detail .job_panel .head {
	padding-right: 80px;
}
#contentss .job_list_detail .job_panel .head .title {
	color: #222;
	text-decoration: none;
}
#contentss .job_list_detail .job_panel .body {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
#contentss .job_list_detail .job_panel dl.entry {
  padding: 25px 0 30px;
}
#contentss .job_list_detail .job_panel dl.entry dt {
  font-size: 15px;
  margin-bottom: 10px;
}
#contentss .job_list_detail .job_panel dl.entry dd .button.place {
	width: 300px;
}
#contentss .job_list_detail .job_panel dl.entry dd .button.place span:before {
	background-image: url(../img_nn/common/btn_ico_place.png);
}
#contentss .job_list_detail .job_panel dl.entry dd .button.search_file {
	width: 300px;
}
#contentss .job_list_detail .job_panel dl.entry dd .button.search_file span:before {
	background-image: url(../img_nn/common/btn_ico_search_file.png);
}
#contentss .job_list_detail .job_panel .favorite {
	width: 80px;
	height: 80px;
	border-radius: 10px 0 0 10px;
	top: 20px;
	right: 50%;
	margin-right: -493px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
#contentss .job_list_detail .job_panel .favorite.fix {
	position: fixed;
	top: 70px;
}
#contentss .job_list_detail .job_panel .favorite.stop {
	position: absolute;
	top: auto;
	bottom: 20px;
}
#contentss .job_list_detail .job_panel .favorite .icon {
	display: block;
	width: 35px;
	height: 27px;
	margin: 17px auto 4px;
}
#contentss .job_list_detail .job_panel .favorite .icon:before {
  background: url(../img_nn/common/btn_ico_jobfavorite2.png) no-repeat center / contain;
}
#contentss .job_list_detail .job_panel .favorite .icon:after,
#contentss .job_list_detail .job_panel .favorite .icon span:before,
#contentss .job_list_detail .job_panel .favorite .icon span:after {
  background: url(../img_nn/common/btn_ico_jobfavorite2.on.png) no-repeat center / contain;
}
#contentss .job_list_detail .job_panel .favorite:after {
	font-size: 12px;
}

#contentss .button.f_blue {
	color: #229ac3;
	text-align: center;
}
/************************************************* .job_panel */
#contentss .job_list_detail .job_panel .point_area {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 25px 35px 26px 14px; 
	background: #fffbeb;
	border-radius: 10px;
	box-sizing: border-box;
}
#contentss .job_list_detail .job_panel .point_area:first-child {
	margin-top: 25px;
}
#contentss .job_list_detail .job_panel .point_area .title {
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#contentss .job_list_detail .job_panel .point_area .title::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img_nn/joblistdetail/point_icon.png) no-repeat;
	margin-right: 10px; 
}
#contentss .job_list_detail .job_panel .point_area .text {
	margin-left: 20px;
	flex: 1;
	font-size: 15px;
}
#contentss .job_list_detail .job_panel .point_area+.detail_area {
	margin-top: 40px;
}
#contentss .job_list_detail .job_panel .point_area_B {
	padding: 20px;
	align-items: flex-start;
}
#contentss .job_list_detail .job_panel .point_area_B .title {
	margin-top: 10px;
}
#contentss .job_list_detail .job_panel .point_area_B .txt .text {
	margin-left: 10px;
	margin-top: 10px;
}
#contentss .job_list_detail .job_panel .point_area_B .img {
	min-width: 278px;
	max-width: 278px;
	margin-left: 20px;
}
#contentss .job_list_detail .job_panel .point_area_B .img img {
	display: block;
	width: 100%;
}
#contentss .job_list_detail .job_panel .detail_area {
	width: 100%;
	display: flex;
	background: #f0f9fc;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}
#contentss .job_list_detail .job_panel .detail_area.mb {
	margin-bottom: 10px;
}
#contentss .job_list_detail .job_panel .detail_area .title {
	font-size: 15px;
	font-weight: bold;
	color: #229ac3;
	min-width: 145px;
	border-right: 1px solid #fff;
}
#contentss .job_list_detail .job_panel .detail_area .text {
	font-size: 15px;
	flex: 1;
	padding-left: 25px;
}
#contentss .job_list_detail .job_panel .detail_area .text dl {
	display: table;
}
#contentss .job_list_detail .job_panel .detail_area .text dl:not(:first-child) {
	margin-top: 20px;
}
#contentss .job_list_detail .job_panel .detail_area .text dt,
#contentss .job_list_detail .job_panel .detail_area .text dd {
	display: table-cell;
}
#contentss .job_list_detail .job_panel .detail_area .text dt {
	font-weight: bold;
	width: 145px;
}
#contentss .job_list_detail .job_panel .table {
	margin-top: 20px;
	margin-bottom: 30px;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt {
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	padding: 18px 10px 18px 10px;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt>span {
	display: flex;
	align-items: center;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt>span::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 15px;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_type>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon01.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_money>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon02.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_plcace>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon03.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_terms>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon04.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_span>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon05.png) no-repeat;
}	
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_status>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon06.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_holiday>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon07.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_treatment>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon08.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dt.rec_education>span::before {
	background: url(../img_nn/joblistdetail/recruit_icon09.png) no-repeat;
}
#contentss .job_list_detail .job_panel .body .table>dl>dd {
	padding: 18px 0px 18px 0px;
	font-size: 15px;
	line-height: 1.5;
}
#contentss .job_list_detail .job_panel .body .table>dl>dd div {
	overflow: visible;
	white-space: normal;
}
#contentss .job_list_detail .job_panel .body .info {
	margin-top: 40px;
	margin-bottom: 40px;
}

#contentss .job_list_detail .job_panel .body .info>.dl>.dd {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contentss .job_list_detail .job_panel .body .chart {
	display: flex;
	align-items: center;
	width: 415px;
	margin-bottom: 10px;
}
#contentss .job_list_detail .job_panel .body .chart.scale_txt {
	padding-bottom: 15px;
}
#contentss .job_list_detail .job_panel .body .chart>dt {
	width: 90px;
	height: 30px;
}
#contentss .job_list_detail .job_panel .body .chart>dt span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: #e1f4f9;
	color: #229ac3;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 1.5em;	
}
#contentss .job_list_detail .job_panel .body .chart>dd {
	display: flex;
	align-items: center;
}
#contentss .job_list_detail .job_panel .body .chart>dd {
	display: flex;
	justify-content: center;
	width: calc(100% - 90px);
	padding-top: 0.1em;
}
#contentss .job_list_detail .job_panel .body .chart>dd .label {
	display: inline-block;
	font-size: 13px;
	width: 80px;
}
#contentss .job_list_detail .job_panel .body .chart>dd .label:first-child {
	text-align: right;
}
#contentss .job_list_detail .job_panel .body .chart>dd .label:last-child {
	text-align: left;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale {
	display: flex;
	width: calc(100% - 160px);
	align-items: center;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale div {
	position: relative;
	width: 20%;
	height: 2px;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale div:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	right: -50%;
	height: 2px;
	background: #9bdaea;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale div:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%);
	background: #9bdaea;
	border-radius: 50%;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale div:last-child:before {
	display: none;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale.chk1 div:nth-child(1):after,
#contentss .job_list_detail .job_panel .body .chart>dd .scale.chk2 div:nth-child(2):after,
#contentss .job_list_detail .job_panel .body .chart>dd .scale.chk3 div:nth-child(3):after,
#contentss .job_list_detail .job_panel .body .chart>dd .scale.chk4 div:nth-child(4):after,
#contentss .job_list_detail .job_panel .body .chart>dd .scale.chk5 div:nth-child(5):after {
	width: 16px;
	height: 16px;
	transform: translate(-50%, -50%);
	background: #ffd83c;
	border: 1px solid #ffffff;
}
#contentss .job_list_detail .job_panel .body .chart>dd .scale div span {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
	color: #229ac3;
}

#contentss .job_list_detail .job_panel .conditions .title {
	height: 30px;
}
#contentss .job_list_detail .job_panel .conditions .title>span {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	background: #e1f4f9;
    color: #229ac3;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5em;
	padding: 0 30px;
	box-sizing: border-box;
}
#contentss .job_list_detail .job_panel .conditions .table {
	margin-top: 10px;
}
#contentss .job_list_detail .job_panel .conditions .table>dl>dt {
	width: 150px;
	padding: 18px 30px;
}
#contentss .job_list_detail .job_panel .conditions .table > dl > dt span::before {
	display: none;
}

#contentss .job_list_detail .job_panel .body .features {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#contentss .job_list_detail .job_panel .body .features li {
	width: calc(12.5% - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
	background: #f4f4f4;
	font-size: 12px;
	color: #999999;
	text-align: center;
	border: 1px solid #f4f4f4;
	box-sizing: border-box;
}
#contentss .job_list_detail .job_panel .body .features li:nth-child(8n) {
	margin-right: 0px;
}
#contentss .job_list_detail .job_panel .body .features li.active {
	background: #ffffff;
	border-color: #229ac3;
	color: #229ac3;
}
#contentss .job_list_detail .job_panel .question {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img_nn/common/question.png) no-repeat center / contain;
  vertical-align: middle;
  margin-top: 2px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 13px;
}
#contentss .job_list_detail .job_panel .question:after {
  content: "";
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #229ac3;
  border-right: 2px solid #229ac3;
  background: #e1f4f9;
  transform: rotate(45deg);
  margin-left: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s linear;
  box-sizing: border-box;
}
#contentss .job_list_detail .job_panel .question .question_balloon {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s linear;
}
#contentss .job_list_detail .job_panel .question .question_balloon div {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background: #e1f4f9;
  border: 2px solid #229ac3;
  box-sizing: border-box;
  font-size: 14px;
  left: -100px;
  width: 550px;
}
#contentss .job_list_detail .job_panel .question .question_balloon div dl:not(:first-child) {
  margin-top: 10px;
}
#contentss .job_list_detail .job_panel .question .question_balloon div dt {
  font-weight: bold;
}
#contentss .job_list_detail .job_panel .question .question_balloon div p {
  margin-top: 5px;
}
#contentss .job_list_detail .job_panel .question .question_balloon div strong {
  font-weight: bold;
}
#contentss .job_list_detail .job_panel .question .question_balloon div .note {
  margin-left: 1em;
}
#contentss .job_list_detail .job_panel .question .question_balloon div .note span {
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
#contentss .job_list_detail .job_panel .question.on:after,
#contentss .job_list_detail .job_panel .question.on .question_balloon  {
  opacity: 1;
}
/* SS_WEB_MNT-10207 2025.06.25 ここから修正 */
#contentss .job_list_detail .job_panel .question.closing {
	margin: -2px 0 0;
}
#contentss .job_list_detail .job_panel .question.closing .question_balloon div {
	left: auto;
	right: -150px;
}
/* SS_WEB_MNT-10207 2025.06.25 ここまで修正 */
#contentss .job_list_detail .back {
	margin-top: 20px;
}
#contentss .job_list_detail .back a {
	position: relative;
	display: block;
	background: #ffffff;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
/************************************************* .entry_box */
#contentss .content.entry_box {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
}
#contentss .content.entry_box .job_panel .entry dt {
	font-size: 15px;
	margin-bottom: 10px;
}
/************************************************* .companies */
#contentss .content.companies {
	margin-top: 70px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contentss .content.companies .content_header .title {
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contentss .content.companies .content_header .title .ico {
	margin-right: 10px;
}
#contentss .content.companies .content_header .title .ico img {
	display: block;
}
#contentss .content.companies .companies_list {
	width: 760px;
	margin: 15px auto 0;
}
#contentss .content.companies .companies_list li {
	width: 25%;
	margin: 0px 5px;
}
#contentss .content.companies .companies_list li a {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
}
#contentss .content.companies .companies_list li a img {
	display: block;
	margin: 0 auto;
}
#contentss .content.companies .companies_list li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 166px;
	height: 100%;
	margin-left: -83px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	border-radius: 2px;
}

/************************************************* .mirayell_info */
#contentss .content.mirayell_info {
	margin-top: 30px;
}
#contentss .content.mirayell_info .content_header {
	border-bottom: 4px solid #f07286;
	padding: 0px 30px 5px;
	margin-bottom: 20px;
}
#contentss .content.mirayell_info .content_header .title {
	font-size: 20px;
	font-weight: bold;
}
/************************************************* .mirayell_about */
#contentss .mirayell_about {
	display: table;
}
#contentss .mirayell_about .img,
#contentss .mirayell_about .txt {
	display: table-cell;
	vertical-align: top;
}
#contentss .mirayell_about .img {
	width: 395px;
}
#contentss .mirayell_about .img img {
	max-width: 100%;
	display: block;
	margin-top: -10px;
}
#contentss .mirayell_about .txt {
	font-size: 16px;
}
#contentss .mirayell_about .txt p:not(:first-child) {
	margin-top: 20px;
}
#contentss .mirayell_about .txt .logo {
	text-align: right;
}
/************************************************* .mirayell_point */
#contentss .mirayell_point {
}
#contentss .mirayell_point .img {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#contentss .mirayell_point .img a {
	display: block;
	width: 50%;
}
#contentss .mirayell_point .img a:hover {
	opacity: 1;
}
#contentss .mirayell_point .img a img {
	display: block;
	width: 100%;
}
/************************************************* .mirayell_voice */
#contentss .mirayell_voice {
}
#contentss .mirayell_voice .voice {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contentss .mirayell_voice .voice:first-child {
	margin-top: 0px;
}
#contentss .mirayell_voice table {
	width: 100%;
}
#contentss .mirayell_voice table td:nth-child(1) {
	width: 480px;
	padding-right: 20px;
}
#contentss .mirayell_voice table dt {
	font-size: 16px;
	font-weight: bold;
}
#contentss .mirayell_voice table dt span {
	font-size: 12px;
	font-weight: normal;
}
#contentss .mirayell_voice table dd {
	font-size: 13px;
}
#contentss .mirayell_voice iframe {
	display: block;
	width: 100%;
}
#contentss .mirayell_voice hr {
	border: solid #fac6ce;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: 0;
}