@charset "UTF-8";

#primary {font-size: 16px;}
.hdTxt02-01 {
  font-size: 22px;
  width: 100%;
}
.hdTxt03-02 {font-size: 16px;}
.searchNumber {
  font-weight: bold;
  margin: 10px 0;
}
.searchNumber .number {
  color: var(--primary-color);
  font-size: 24px;
}
p.secLead {font-size: 14px;}
span.note,
p.note {font-size: 14px;}
.clipForm{
  background-color: #e4ebf5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.14em;
  padding: 20px;
  width: 100%;
}
.clipForm label{
	cursor: pointer;
  display: flex;
  align-items: center;
}
.clipForm label:hover {text-decoration: underline;}
.clipForm label input {margin-right: 5px;}
.clipForm ul{
  display: flex;
  align-items: center;
}
.clipForm li a {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  height: 3.5em;
  box-sizing: border-box;
  position: relative;
}
.clipForm li .btn_inquiry {
  background: linear-gradient(to bottom, #eb166f 0%, #d00e54 49%, #b70a46 50% ,#e22762 100%);
  color: #fff;
  flex-direction: column;
  line-height: 1.3;
  padding: 0 20px;
  z-index: 20;
}
.clipForm li .btn_inquiry:after {
  content: "";
  background: radial-gradient(farthest-side at center top, rgba(246, 143, 188, 0.7), transparent 75%);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.clipForm li .btn_inquiry:hover {
  background: linear-gradient(to bottom, #ff47aa 0%,#ff166e 48%,#eb125d 52%,#ff177d 100%);
  text-decoration: none;
}
.clipForm li .btn_favorite {
  background: linear-gradient(to bottom,#fff,#e7e6e7 48%,#d8d8d8 52%,#e5e5e5);
  border: #8ea2c2 solid 1px;
  font-weight: bold;
}
.clipForm li .btn_favorite:before {
  content: "";
  background: url("../../common2014/img/star.svg")no-repeat;
  margin-right: 3px;
  width: 1.4em;
  height: 1.5em;
}
.clipForm li .btn_favorite:hover {
  text-decoration: underline;
  z-index: 20;
}
.clipForm li .btn_favorite:hover:after {
  background: radial-gradient(farthest-side, rgba(255, 255, 255), transparent 120%);
  mix-blend-mode: overlay;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.clipForm li .btn_delete {
  background: #f2f5fa url("../../common2014/img/icon_dustbox.png")no-repeat 8px 10px / 24px;
  border: solid 1px #8ba2c1;
  color: var(--primary-color);
  font-weight: bold;
  flex-direction: column;
  line-height: 1.3;
  padding: 0 10px 0 40px;
}
.clipForm li .btn_delete:hover {
  background-image: url("../../common2014/img/icon_dustbox_on.png");
  border: solid 1px #37bde5;
  color: #37bde5;
}
.offerList {width: 100%;}
.offerList .code_hos_area {margin: 0;}
.offerList input[type="checkbox"] {display: none;}
.offerList input[type="checkbox"] + label {
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 10px 0 17px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.offerList input[type="checkbox"] + label:hover {
  border: solid 1px #ff47aa;
  color: #ff47aa;
  text-decoration: underline;
}
.offerList input[type="checkbox"] + label:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ff46aa;
  border-width: 5px 0 5px 7px;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
}
.offerList input[type="checkbox"]:checked + label {
  background: #ff47aa;
  color: #fff;
  border: solid 1px #ff47aa;
}
.offerList input[type="checkbox"]:checked + label:after {border-color: transparent transparent transparent #fff;}
.offerList .resultBlock h3.lead {
  font-size: 100%;
  font-weight: bold;
}
.offerList .resultBlock h3.lead a:hover {text-decoration: underline;}
.offerList .resultBlock .btnList .linkDelete {
  background-color: #f2f5fa;
  border: solid 1px #8ba2c1;
  box-sizing: border-box;
  color: #385c8f;
}
.offerList .resultBlock .btnList .linkDelete:hover {border: solid 1px #37bde5;}
.offerList .resultBlock .btnList .linkDelete:hover a {color: #37bde5;}
#clipContact{margin-top: 60px;}
#clipContact .inner {
  border: 3px solid rgb(58, 113, 183);
  box-sizing: border-box;
  padding: 20px;
}

/* 検討中求人0件 */
figure {
  margin: 0;
}
.clipMain {
  background: #fff;
  margin-bottom: 35px;
}
.mv {
  margin-bottom: 20px;
  position: relative;
}
.mv .mvBody {
  font-size: 14px;
  position: absolute;
  top: 24px;
  left: 40px;
  z-index: 1;
}
.mv .mvBody .mvSub-ttl {
  color: #fff;
  border-radius: 15px;
  background-color: var(--primary-color);
  margin-bottom: 8px;
  width: 242px;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
}
.mv .mvBody .mvTtl {
  font-size: 24px;
  font-weight: bold;
}
.mv .mvBody .mvTxt {
  margin-top: -10px;
}
.mv .mvBody .mvTtl-s {
  font-size: 20px;
}
.point {
  margin-bottom: 32px;
}
.point .pointItem:first-child {
  margin-bottom: 44px;
}
.point .pointTtl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.point .pointTtl .pointTtl-icon {
  background-color: #00a8a4;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-right: 8px;
  text-align: center;
  width: 76px;
}
.point .pointTxt {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: -.02em;
  line-height: 1.5;
}
.point .pointTxt .pointTxt-stress {
  color: #3560b6;
  font-weight: bold;
}

.search .searchTtl {
  background-color: #4674bf;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
.search .searchList {
  background-color: #e5ebf5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.search .searchList .searchItem:first-child {
  margin-right: 20px;
}
.search .searchList .searchLink {
  font-weight: bold;
  box-shadow: 0px 1px 1px 0px #b6b6b6, 0px 20px 0px -17px #ffffff inset;
  border-radius: 6px;
  border: 1px solid #b6b6b6;
  background-color: #fafafa;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  width: 294px;
}
.search .searchList .searchLink:hover {
  opacity: .7;
}
.search .searchList .searchIcon {
  background: url("../../common2014/img/icon_search_blue.svg") no-repeat;
  background-size: contain;
  padding-right: 10px;
  height: 30px;
  width: 30px;
}
.search .searchList .searchLink-s {
  font-size: 16px;
}


.banner.manual {max-width: 670px;}
#clipContact .banner.manual {max-width: 624px;}
.contactInner table {margin-bottom: 10px;}
#clipContact .secLead2{color: #d61e63;}
#clipContact .secLead2 a {text-decoration: underline;}
#clipContact .secLead2 a:hover {text-decoration: none;}
table.clipContactTable th{background-color: #f9f9f9;}
table.clipContactTable2 th{
	width: 148px;
	font-weight: bold;
	background-color: #f9f9f9;
	vertical-align:  middle;
}
table.clipContactTable td{
	vertical-align:  middle;
  box-sizing: border-box;
  max-width: calc(670px - 2em - 10px);
}
table.clipContactTable2 th span.note{
	font-weight: normal;
	font-size: 14px;
}
table.clipContactTable th ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
table.clipContactTable th .category {
  color: #fff;
  font-weight: bold;
  padding: 0 1em;
  margin-right: 5px;
}
table.clipContactTable th .category.new {
  background: #e2276e;
  border-color: #e2276e;
}
table.clipContactTable th .category.full {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
table.clipContactTable th .category.part {
  background: #ef8514;
  border-color: #ef8514;
}
table.clipContactTable p.info{
  color: var(--primary-color);
  font-weight: bold;
  margin: 5px 0;
}
table.clipContactTable .btn_delete {
  background: #fff;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
  padding: 5px 10px;
}
table.clipContactTable .btn_delete:hover {
  border: solid 1px #37bde5;
  color: #37bde5;
}
table.clipContactTable p.code{
	color: #787878;
}
table.clipContactTable td.icn{
	width: 2em;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 100%;
	text-align: center;
	color: #787878;
	vertical-align: middle;
	white-space: nowrap;
}
table.clipContactTable td.icn span.must{
	color: #d61e63;
}
table.clipContactTable ul.formItemList {
  display: flex;
  flex-wrap: wrap;
}
table.clipContactTable ul.formItemList li{width: 50%;}
table.clipContactTable ul.formItemList li label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
table.clipContactTable ul.formItemList li label:hover {text-decoration: underline;}
table.clipContactTable ul.formItemList li label input {
  cursor: pointer;
  margin-right: 5px;
}
table.clipContactTable textarea{
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: calc(4em + 10px);
}
table.clipContactTable .selectItemBtn a{
	position: relative;
	display: block;
	padding: 1.5em 15px;
}
table.clipContactTable .selectItemBtn a:after{
	position: absolute;
	content:'';
	display: block;
	height: 23px;
	width: 23px;
	top: 50%;
	right: 17px;
	margin-top: -11px;
	background: url(../../common2014/img/icn_btn-hd01.png);
}
table.clipContactTable input {
  box-sizing: border-box;
  padding: 5px;
}
table.clipContactTable input.inputTxt1{width: 160px;}
table.clipContactTable input.inputTxt2{width: 100%;}
.confirm{
	padding: 15px;
	background-color: #3a71b7;
	text-align: center;
	color: #fff;
}
.text_agree {
  font-size: 14px;
  margin-bottom: 5px;
}
.text_agree label:hover {text-decoration: underline;}
.confirm .submit {
  background: linear-gradient(to bottom, #fdfdfd 0%, #dcdcdc 49%, #ccc 50% ,#d9d9d9 100%);
  border-radius: 3px;
  box-sizing: border-box;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
  filter: drop-shadow(0 2px 2px #333);
  padding: 15px;
  width: 270px;
}
.confirm .submit:hover {background: linear-gradient(to bottom, #e0f8fe 0%, #c3e4ee 49%, #b3dbe7 50% ,#c2e4ee 100%);}
.confirm .notice{
  font-size: 14px;
  margin-top: 15px;
}
.confirm .notice img {
  vertical-align: text-bottom;
  width: auto;
  height: 1.3em;
}
.serviceRequest{
	margin-bottom: 6.75em;
	text-align: center;
}
.serviceRequest p{
	margin: 0;
}
#recruitResult {
  margin: 0;
  width: 100%;
}
/* PC用 s*/
@media(min-width:769px){
  .forSP {display: none;}
  .clipForm li:not(:last-child) {margin-right: 10px;}
  .offerList .code_hos_area .category {font-size: 14px;}
  .offerList .resultBlock .code_hos_area h2 {
    font-size: 100%;
    font-weight: bold;
  }
  .offerList .resultBlock .btnList .linkDelete {
    background-image: url("../../common2014/img/icon_dustbox.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 18px 7px;
  }
  .offerList .resultBlock .btnList .linkDelete:hover {background-image: url("../../common2014/img/icon_dustbox_on.png");}
  .offerList .resultBlock .btnList .linkDelete a {padding-left: 26px;}
  .offerList .resultBlock .btnList li.closed_offer {width: 280px;}
  .offerList .resultBlock .relatedRecruit a:hover {text-decoration: underline;}
  .offerList .pointListWrap .offerPoint {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .offerList .pointListWrap .offerPoint li {    
    margin-bottom: 5px;
    width: 20%;
  }
  .resultBlock table.detailTable01 {font-size: 13px;}
  .offerList .resultBlock .btnList {font-size: 12px;}
  .offerList .resultBlock dl.relatedRecruit {
    font-size: 14px;
    margin-top: 10px;
  }
  .resultBlock dl.relatedRecruit dt {font-size: 100%;}
  .offerList .resultBlock .btnList a > .forPC {
    display: flex;
    align-items: center;
  }
}
/* PC用 e*/
/* SP用 s*/
@media(max-width: 768px){
.forPC {display: none;}
.offerList {
  background: #efeee8;
}
.hdTxt02-01,
.searchNumber,
.clipForm {
  margin: 0 2.5vw;
  width: auto;
}
.clipForm {
  flex-wrap: wrap;
  padding: 10px;
  margin: 16px 0;
}
.searchNumber {
  line-height: 1.5;
  margin-bottom: 10px;
}
#clipContact .searchNumber {margin: 0 0 10px;}
.clipForm label{text-decoration: underline;}
.clipForm ul {
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.clipForm li a {
  font-size: 13px;
  padding: 0 8px;
}
.clipForm li .btn_inquiry {
  margin-right: 8px;
  padding: 0 8px;
}

/* 検討中求人0件 */
.mv {
  margin-bottom: 26px;
}
.mv .mvBody {
  left: 22px;
  top: 14px;
}
.mv .mvBody .mvSub-ttl {
  font-size: 12px;
  width: auto;
  padding: 0 .5em;
}
.mv .mvBody .mvTtl {
  font-size: 22px;
  line-height: 1.25;
}
.mv .mvBody .mvTxt {
  line-height: 1.3;
  margin-top: 6px;
}

.point {
  margin-bottom: 0;
  padding: 0 20px;
}
.point .pointItem {
  margin-bottom: 48px;
}
.point .pointTxt {
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: -.06em;
}
.point .pointItem:first-child {
  margin-bottom: 28px;
}
.search {
  padding: 0 20px;
}
.search .searchTtl {
  font-size: 20px;
  padding: 4px 0;
}
.search .searchList {
  flex-wrap: wrap;
  padding: 23px 0;
}
.search .searchList .searchItem:first-child {
  margin-right: 0;
  margin-bottom: 12px;
}
.search .searchList .searchItem {
  width: calc(300/335*100%);
}
.search .searchList .searchLink {
  padding: 4px 0;
  width: 100%;
}
.search .searchList .searchIcon {
  height: 20px;
  width: 20px;
}
.clipMain {
  margin-bottom: 0;
}

.clipContent {
  background: #efeee8;
}
#recruitResult .resultBlock {
  background: #fff;
  margin: 10px;
  padding: 15px;
  width: auto;
}
.resultBlock:after {content: none;}
.resultBlock h3.lead {margin: 0;}
.offerList .resultBlock .box1 {
  display: flex;
  flex-direction: column;
}
.offerList .code_hos_area ul {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.offerList .resultBlock .btnList {justify-content: space-between;}
.pid10173 .offerList .resultBlock .btnList {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.offerList .resultBlock .btnList li {
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
  margin: 0;
  padding: 0;
  height: unset;
}
.offerList .resultBlock .btnList li:first-child {width: 25%;}
.offerList .resultBlock .btnList li:last-child {width: calc(75% - 10px);}
.pid10173 .offerList .resultBlock .btnList li {
  margin-bottom: 10px;
  text-decoration: underline;
  width: 280px;
}
.pid10173 .offerList .resultBlock .btnList li:nth-child(2) {background: linear-gradient(to bottom,#1d5db0,#184b8e 48%,#1d4373 52%,#174787);}
.offerList .resultBlock .btnList li:not(:last-child) {
  margin-right: 0;
}
.offerList .resultBlock .btnList li:first-child.linkDetail {
  margin: 0 auto;
  width: 90%;
}
.offerList .resultBlock .btnList a {
  box-shadow: 0px 1px 1px #b6b6b6;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 0;
  width: 100%;
  height: 46px;
}
.pid10174 .offerList .resultBlock .btnList a {height: 60px;}
.offerList .resultBlock .btnList .addFavorite {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 1px #b6b6b6, 0 2px 0 0 #aaa;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 12px;
  text-decoration: none;
}
.offerList .resultBlock .btnList .addFavorite img {
  width: 20px;
  height: auto;
}
.offerList .resultBlock .btnList .linkDetail {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0px 1px 1px #b6b6b6, 0px 2px 0px 0px #6182c0 inset;
  color: #fff;
}
.offerList .resultBlock .btnList .linkFavorite {
  background: #fafafa;
  border: 1px solid #b6b6b6;
  box-shadow: 0px 1px 1px #b6b6b6, 0px 1px 0px 2px #ffffff inset;
  color: var(--primary-color);
}
.offerList .resultBlock .btnList .linkFavorite a img {display: none;}
.offerList .resultBlock .btnList .favorited {font-size: 12px;}
.offerList .resultBlock .btnList .linkDelete {box-shadow: 0px 1px 1px #b6b6b6, 0px 1px 0px 2px #ffffff inset;}
.offerList .resultBlock .btnList .linkDetail:after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
}
.offerList .resultBlock .btnList .linkDetail:before {display: none;}
.offerList .resultBlock .btnList .linkDetail a {
  color: #fff;
  padding-left: 10px;
}
.offerList .resultBlock .btnList .closedOffer {
  margin: 0 auto;
  height: 46px;
}
.offerList .resultBlock dl.relatedRecruit {
  border: solid 1px #ddd;
  display: block;
  font-size: 14px;
}
.offerList .resultBlock dl.relatedRecruit dt {
  background-color: #f9f9f9;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 100%;
  padding: 5px;
  width: 100%;
}
.offerList .relatedRecruit dt:after {
  content: "▼";
  color: var(--primary-color);
}
.relatedRecruit dt.acMenu_relatedRecruit:after {transition: transform 0.2s linear;}
.relatedRecruit dt.acMenu_relatedRecruit.active:after {transform: rotate(-90deg);}
.offerList .resultBlock dl.relatedRecruit dd {display: none;}
.offerList .resultBlock dl.relatedRecruit ul {
  flex-direction: column;
  padding: 5px;
}
.offerList .resultBlock dl.relatedRecruit ul a {
  font-size: 14px;
  text-decoration: underline;
}
.hikkenArea {display: none;}
#clipContact {margin: 30px 2.5vw 0;}
#clipContact .hdTxt02-01 {margin: 0;}
#clipContact .inner {padding: 10px;}
#clipContact .section {margin: 0;}
table.clipContactTable ul.formItemList {flex-direction: column;}
table.clipContactTable ul.formItemList li {width: 100%;}
table.clipContactTable2 tr {
  display: flex;
  flex-wrap: wrap;
}
table.clipContactTable2 th {
  box-sizing: border-box;
  width: 100%;
}
table.clipContactTable2 th br {display: none;}
table.clipContactTable td.icn {
  border-right: none;
  width: 15%;
}
table.clipContactTable td {
  border-top: none;
  width: 85%;
}
table.clipContactTable .selectItemBtn a {padding: 0 30px 0 0;}
table.clipContactTable .selectItemBtn a:after {right: 0;}
table.clipContactTable input.inputTxt1 {width: 100%;}
.detailItemWrap div.detailItemSec.detailItemSecWide {
  box-sizing: border-box;
  padding: 3px;
  overflow: scroll;
  width: 98%;
  max-height: 80vh;
}
#subjectList .detailItemInner h5 label {
  font-size: 100%;
  font-weight: bold;
}
#subjectList .detailItemInner div ul.itemList {margin: 0;}
#subjectList .detailItemInner ul.itemList li {width: calc(100% / 3);}
#subjectList .detailItemInner ul.itemList li label {width: fit-content;}
#subjectList .detailItemInner ul.itemList li.cl2 {width: calc(100% * 2 / 3);}
.text_agree label {text-decoration: underline;}
.confirm .notice a {
  color: #fff;
  text-decoration: underline;
}
.banner.manual {display: none;}
.resultBlock table.detailTable01 tr {
  display: flex;
  flex-wrap: wrap;
}
.resultBlock table.detailTable01 th,
.resultBlock table.detailTable01 td {
  border-bottom: none;
  font-size: 14px;
}
.resultBlock table.detailTable01 th {
  display: flex;
  align-items: center;
}
.resultBlock table.detailTable01 td {
  border-left: none;
  width: calc(100% - 7.2em - 3px)!important;
}
.resultBlock table.detailTable01 tr:last-child th:nth-child(3),
.resultBlock table.detailTable01 tr:last-child td:last-child {border-bottom: solid 1px #dcdcdc;}
.offerList .code_hos_area li {font-size: 13px;}
.offerList .pointListWrap {
  margin: -5px 0 10px;
  order: 4;
}
.offerList .pointListWrap .offerPoint {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.pointListWrap li {
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 11px;
  margin-bottom: 1.5vw;
  padding: 3px;
  text-align: center;
  width: calc(100% / 3 - 1.5vw);
}
.offerList .resultBlock .btnList .linkDetail:hover:after {
  content: none;
}
}
/* SP用 e*/