/* ホーム */

.newsInner h2 {
 font-size: 1.875rem;
 font-weight: bold;
 text-align: center;
 margin: 54px 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
	font-family: 'Noto Sans Japanese';
}

.newsInner h2::before, .newsInner h2::after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background: #a1d4e2;
 display: block;
 max-width: 4.0rem;
}

.newsInner h2::before { margin-right: 1.25rem;}
.newsInner h2::after { margin-left: 1.25rem;}

.tabnav {}
.tabnav li { display: inline;}
.tabnav li a {
	display: inline-block;
	text-decoration: none;
}

.home-list {
 margin-top: 0.625rem;
 margin-left: 0;
 margin-right: 0;
}
.home-list ul { margin-bottom: 0;}
.home-list li {
	border-bottom: #ffc857 solid 1px;
	margin-bottom: 0;
}

.home-list a {
	display: block;
	padding: 1.875rem 0;
	transition: 0.3s;
}

.home-list a dl {
 display: block;
	overflow: hidden;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.home-list a dl dt {
	display: flex;
	align-items: center;
	font-weight: normal;
	float: left;
}

.home-list a dl dd {
	display: flex;
	align-items: center;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	padding-left: 1.875rem;
	float: left;
	transition: 0.2s;
}

.home-list a:hover dl dd {
	color: #e9724c;
	transition: 0.2s;
}

.postDate {
	font-size: 0.875rem;
	color: #7a7a7a;
}

.postCat {
	display: inline-block;
	margin-left: 1.0rem;
	min-width: 115px;
	padding: 6px 0;
	background: #ee87a1;
	border-radius: 3px;
	color: #292929;
	font-size: 0.75rem;
	line-height: 1.0;
	text-align: center;
}

.postCat.news {	background: rgba(255,204,153,0.75);}
.postCat.medical {	background: rgba(239,177,193,0.75);}
.postCat.bidding {	background: rgba(239,182,174,0.75);}
.postCat.recruit {	background: rgba(251,221,217,0.75);}
.postCat.paper {	background: rgba(244,210,205,0.75);}

.home-list a:hover {
	transition: 0.3s;
	text-decoration: none;
}

.main-v-warp {
	display: block;
	height: 46.8vw;
 min-height: 53.375rem;
	background: url(../imgs/home/main-v.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.main-v-warp:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
}

.main-menu {
	display: flex;
	height: 100%;
	align-items: flex-end;
	padding-bottom: 4.6875vw;
}

.home-icon-link {	display: block;}
.home-icon-link a {
	display: block;
	padding: 125px 20px 45px 20px;
	background: rgba(255,255,255,0.85);
	border: #e9724c solid 1px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1.125rem;
	color: #000;
	text-align: center;
	line-height: 1.0;
	transition: 0.3s;
}

.home-icon-link a:hover {
	background: #e5446d;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.home-icon-link.medical a {
	background: rgba(255,255,255,0.85) url("../imgs/home/icon-1.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.medical a:hover {
	background: #e5446d url("../imgs/home/icon-1-on.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.access a {
	background: rgba(255,255,255,0.85) url("../imgs/home/icon-2.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.access a:hover {
	background: #e5446d url("../imgs/home/icon-2-on.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.fax a {
	background: rgba(255,255,255,0.85) url("../imgs/home/icon-3.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.fax a:hover {
	background: #e5446d url("../imgs/home/icon-3-on.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.announcement a {
	background: rgba(255,255,255,0.85) url("../imgs/home/icon-4.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-icon-link.announcement a:hover {
	background: #e5446d url("../imgs/home/icon-4-on.png") top 40px center no-repeat;
	transition: 0.3s;
}

.home-cont-warp {
	display: block;
	padding-top: 3.0rem;
	padding-bottom: 2.8125rem;
	overflow: hidden;
	width: 100%;
	background: #fff8e9;
}

.home-cont-inner {
	margin-left: -15px;
	margin-right: -15px;
}

.home-cont-inner dl {
	display: block;
	padding-top: 2.8125rem;
	padding-bottom: 2.625rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 33.333%;
	float: left;
}

.home-cont-inner dl:first-child {
	border-right: #fee4ad solid 1px;
}

.home-cont-inner dl:nth-child(2) {
	border-right: #fee4ad solid 1px;
	border-left: #fff solid 1px;
}

.home-cont-inner dl:nth-child(3) {
	border-left: #fff solid 1px;
}

.home-cont-inner dl dt {
	text-align: center;
	font-family: 'Noto Sans Japanese';
	color: #000;
	line-height: 1.0;
}

.home-cont-inner dl dt span {
	display: inline-block;
	padding-left: 1.625rem;
	background: url("../imgs/common/icon-bottom.png") center left no-repeat;
}

.home-cont-head {
	margin-top: 1.875rem;
}

.home-cont-head p {
	font-size: 0.75rem;
}

.home-cont-head p span {
	margin-right: 0.625rem;
	font-size: 0.875rem;
	font-weight: bold;
	color: #000;
}

.home-cont-head ul {
	border-top: #f3e5d6 solid 1px;
	margin-bottom: 0.625rem;
}

.home-cont-head ul li {
	padding: 1.0rem 1.50rem;
	border-bottom: #f3e5d6 solid 1px;
	font-size: 0.875rem;
}

.home-cont-head ul li span {
	display: inline-block;
 width: 5.3125rem;
	background: #ffc857;
	border-radius: 999px;
	margin-right: 1.875rem;
	text-align: center;
	font-size: 0.875rem;
}

.link-bottom-warp { padding-top: 1.250rem;}
.link-bottom-inner a {
	display: block;
	padding: 1.50rem 0;
	border-bottom: #b55a3c solid 3px;
	border-radius: 2px;
	background: #e9724c;
	text-align: center;
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
}

.link-bottom-inner a:hover {
	margin-top: 3px;
	border-bottom: none;
	text-decoration: none;
}

.home-cont-head.contact ul {
 border-top: none;
 margin-bottom: 0;
	display: block;
	overflow: hidden;
 border-bottom: none;
}

.home-cont-head.contact ul li {
 padding: 0 0;
 border-bottom: none;
	float: left;
}

.home-cont-head.contact ul li span {
	margin-top: 4px;
	margin-right: 0.625rem;
	margin-left: 0.625rem;
	width: 4.0rem;
}

.home-cont-head.contact ul li a {
	color: #e5446d;
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
 font-size: 2.125rem;
	line-height: 1.0;
}

.home-cont-head.contact ul li a:hover {
	text-decoration: none;
	color:#e9724c;
}

.home-cont-head p.fax {
	text-align: right;
	margin-top: 0.3125rem;
	margin-bottom: 0;
	padding-right: 0.625rem;
}

.newsWarp {
	background: #fff;
	padding-top: 3.750rem;
}

.home-tabBlock {
 width: 100%;
 display: block;
 padding-left: 1.50rem;
 padding-right: 1.50rem;
 border-bottom: #ffc857 solid 1px;
}

.home-tabBlock ul {
 display: flex;
 justify-content: space-around;
 margin-bottom: 0;
}

.home-tabBlock ul li {
 width: 25%;
 display: block;
 border-left: #fff solid 1px;
}
.home-tabBlock ul li:first-child { border-left: none;}

.home-tabBlock ul li a {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 width: 100%;
 height: 66px;
 padding-left: 0.625rem;
 padding-right: 0.625rem;
 line-height: 1.2;
 border-radius: 5px 5px 0 0;
	transition: 0.2s;
}

.home-tabBlock li.all a { background: #ee87a1;}
.home-tabBlock li.news a { background: rgba(255,204,153,0.75);}
.home-tabBlock li.medical a { background: rgba(239,177,193,0.75);}
.home-tabBlock li.bidding a { background: rgba(239,182,174,0.75);}
.home-tabBlock li.recruit a { background: rgba(251,221,217,0.75);}
.home-tabBlock li.paper a { background: rgba(244,210,205,0.75);}
.home-tabBlock a:hover {
 text-decoration: none;
	background: #e9724c!important;
 color: #fff;
 font-weight: bold;
 position: relative;
}

.home-tabBlock a.active {
 background: #fff!important;
 color: #000;
 font-weight: bold;
 position: relative;
}

.home-tabBlock a.active:after {
	content: url("../imgs/common/tri-active.png");
	width: 20px;
	height: 12px;
	display: block;
	line-height: 1.0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
}

.newsInner h2 {
 font-size: 1.875rem;
 font-weight: bold;
 text-align: center;
 margin: 54px 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
	font-family: 'Noto Sans Japanese';
}

.newsInner h2::before, .newsInner h2::after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background: #a1d4e2;
 display: block;
 max-width: 4.0rem;
}

.newsInner h2::before { margin-right: 1.25rem;}
.newsInner h2::after { margin-left: 1.25rem;}

.tabnav {}
.tabnav li { display: inline;}
.tabnav li a {
	display: inline-block;
	text-decoration: none;
}

.home-archiveLink {
	text-align: right;
	padding-right: 2.0rem;
	margin-top: 1.875rem;
}

.home-archiveLink {}

.archiveLink-inner a {
	display: inline-block;
	padding: 0 0 0 0;
	padding-left: 1.250rem!important;
	background: url("../imgs/common/point-list-orange.png") center left no-repeat;
	color: #000;
	text-decoration: underline;
}

.home-pickupWarp {
	padding: 3.75rem 0 3.75rem 0;
	background: #fff8e9;
}

.pickup-slider ul, .pickup-slider ul li { margin-bottom: 0;}
.pickup-slider ul li a {	transition: 0.2s;}
.sc-thum {
	display: block;
	overflow: hidden;
}

a .sc-title {
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	height: 65px;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	background: #fff url("../imgs/home/tri-off.png") right bottom no-repeat;
	color: #1e1e1e;
}

.pickup-slider ul li a:hover { text-decoration: none;}
.pickup-slider ul li a:hover .sc-thum img {
	transform: scale(1.05);
	transition: 0.2s;
}

.pickup-slider ul li a:hover .sc-title {
	background: #ffc857 url("../imgs/home/tri-on.png") right bottom no-repeat;
	transition: 0.2s;
}

.slick-arrow {
	display: block!important;
	width: 24px!important;
	height: 41px!important;
}
.slick-prev {	background: url("../imgs/home/slick-arrow-prev.png") center center no-repeat!important;}
.slick-next {	background: url("../imgs/home/slick-arrow-next.png") center center no-repeat!important;}

.home-nurse-medical-warp {
	display: block;
	width: 100%;
	overflow: hidden;
 margin-top: 0;
}
.home .home-nurse-medical-warp { margin-top: 3.750rem;}

.cover-nurse {
	position: relative;
	background: url("../imgs/home/cover-nurse.jpg") center center no-repeat;
	background-size: cover;
 width: 50%;
 float: left;
}

.cover-nurse:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(233,95,95,0.75);
}

.cover-nurse-inner {
	position: relative;
	z-index: 2;
	width: 540px;
	height: 227px;
	margin: 0 0 0 auto;
	padding-top: 5.625rem;
}

.home .cover-nurse-inner {
	height: 520px;
}

.cover-medical {
	position: relative;
	background: url("../imgs/home/cover-medical.jpg") center center no-repeat;
	background-size: cover;
 width: 50%;
 float: left;
}

.cover-medical:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,69,127,0.75);
}

.cover-medical-inner {
	position: relative;
	z-index: 2;
	width: 540px;
	height: 227px;
	margin: 0 auto 0 0;
	padding-top: 5.625rem;
}

.home .cover-medical-inner {
	height: 520px;
}

.inner-head h2 {
	margin-bottom: 0;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: 'Noto Sans Japanese';
	color: #fff;
	line-height: 1.0;
}

.cover-nurse-inner .inner-head h2 {
	padding-bottom: 0.9375rem;
	background: url("../imgs/home/title-border-nurse.png") bottom left no-repeat;
}

.cover-medical-inner .inner-head h2 {
	padding-bottom: 0.9375rem;
	background: url("../imgs/home/title-border-medical.png") bottom right no-repeat;
	text-align: right;
}

.inner-contents {	margin-top: 3.750rem;}
.inner-contents ul {
 margin-left: 5.9375rem;
	margin-right: 5.9375rem;
}
.inner-contents ul li {	margin-bottom: 0.625rem;}
.inner-contents ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 999999px;
	height: 70px;
	padding-left: 1.750rem;
	padding-right: 1.750rem;
	border: #fff solid 1px;
	border-radius: 2px;
	font-weight: bold;
	line-height: 1.6;
	transition: 0.2s;
}

.inner-contents ul li a span {	font-weight: normal;}
.inner-contents ul li a span.fs-12 {	display: block;}
.cover-nurse-inner .inner-contents ul li a {
	background: rgba(255,255,255,0.85) url("../imgs/common/point-list-pink.png") center right 0.9375rem  no-repeat;
	transition: 0.2s;
}

.cover-nurse-inner .inner-contents ul li a:hover {
	background: rgba(255,255,255,1.0) url("../imgs/common/point-list-pink.png") center right 0.9375rem  no-repeat;
	text-decoration: none;
	color: #000;
	transition: 0.2s;
}

.cover-medical-inner .inner-contents ul li a {
	background: rgba(255,255,255,0.85) url("../imgs/common/point-list-dblue.png") center right 0.9375rem  no-repeat;
	color: #000;
	transition: 0.2s;
}

.cover-medical-inner .inner-contents ul li a:hover {
	background: rgba(255,255,255,1.0) url("../imgs/common/point-list-dblue.png") center right 0.9375rem  no-repeat;
	text-decoration: none;
	color: #000;
	transition: 0.2s;
}

.slick-slide img {
 display: block;
 width: 100%;
 height: auto;
}
/* 2024.01.18 mssdata kiyoto */
.dispnone{
	display: none;
}

@media screen and (max-width: 1100px) {
 .cover-nurse {
  width: 100%;
 }
 .cover-nurse-inner {
  margin: 0 auto 0 auto;
 }
 .cover-medical {
  width: 100%;
 }
 .cover-medical-inner {
  margin: 0 auto 0 auto;
 }
}

@media screen and (max-width: 991px) {
 .main-menu {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
 }
 .home-icon-link { margin-bottom: 1.875rem;}
 .home-cont-head ul {
  width: 100%;
  border-bottom: #f3e5d6 solid 1px;
  display: flex!important;
  justify-content: center!important;
 }
 .home-cont-head ul li { border-bottom: none;}
 .home-cont-inner {
  margin-left: 0;
  margin-right: 0;
 }
 .home-cont-inner dl {
  display: block;
  padding-top: 2.8125rem;
  padding-bottom: 2.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
  float: none;
  border-right: none!important;
  border-left: none!important;
 }
 .home-cont-head.contact { text-align: center;}
 .home-cont-head.contact p { text-align: left;}
 .home-cont-head-inner {
  width: auto;
  display: inline-block;
 }
 .home-cont-head p.fax {
  text-align: right;
  padding-right: 0;
 }
}

@media screen and (max-width: 768px) {
 .home-tabBlock ul {
  display: block;
  overflow: hidden;
 }
 .home-tabBlock ul li {
  width: 50%;
  float: left;
 }
 .home-tabBlock ul li a {
  border-radius: 0 0 0 0;
  overflow: hidden;
 }
 .home-tabBlock a.active::after {
  content: url("../imgs/common/tri-active.png");
  width: 20px;
  height: 12px;
  display: block;
  bottom: -3px;
  transform: rotate(180deg);
 }
 .home-cont-head ul { display: block!important;}
 .home-cont-head ul li { border-bottom: #f3e5d6 solid 1px;}
 .home-cont-head ul li:last-child { border-bottom: none;}
 .home-cont-inner {
  margin-left: -15px;
  margin-right: -15px;
 }
 .home-cont-inner dl {
  padding-left: 2.50rem;
  padding-right: 2.50rem;
  border-bottom: #fee4ad solid 1px;
  border-top: #fff solid 1px;
 }
 .home-cont-inner dl:first-child { border-top: none;}
 .home-cont-inner dl:last-child { border-bottom: none;}
 .home-tabBlock {
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: none;
 }
 .home-list ul {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
 }
 .home-list a { padding: 1.250rem 0;}
 .home-list a dl {
  padding-left: 1.250rem;
  padding-right: 1.250rem;
 }
 .home-list a dl dt {
  display: block;
  float: none;
 }
 .home-list a dl dd {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding-left: 0;
  float: none;
 }
 .home-archiveLink {
  padding-right: 0.625rem;
  margin-top: 0;
 }
}

@media screen and (max-width: 560px) {
 .main-menu {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
 }
 .home-icon-link {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
 }
 .home-icon-link { margin-bottom: 1.250rem;}
 .home-icon-link a {
  font-size: 1.0rem;
  line-height: 1.2;
 }
 .home-icon-link.medical a { background: rgba(255,255,255,0.85) url("../imgs/home/icon-1.png") top 30px center no-repeat;}
 .home-icon-link.medical a:hover { background: #e5446d url("../imgs/home/icon-1-on.png") top 30px center no-repeat;}
 .home-icon-link.access a {	background: rgba(255,255,255,0.85) url("../imgs/home/icon-2.png") top 30px center no-repeat;}
 .home-icon-link.access a:hover {	background: #e5446d url("../imgs/home/icon-2-on.png") top 30px center no-repeat;}
 .home-icon-link.fax a {	background: rgba(255,255,255,0.85) url("../imgs/home/icon-3.png") top 30px center no-repeat;}
 .home-icon-link.fax a:hover {	background: #e5446d url("../imgs/home/icon-3-on.png") top 30px center no-repeat;}
 .home-icon-link.announcement a {
	 background: rgba(255,255,255,0.85) url("../imgs/home/icon-4.png") top 30px center no-repeat;
	 transition: 0.3s;
 }
 .home-icon-link.announcement a:hover {
	 background: #e5446d url("../imgs/home/icon-4-on.png") top 40px center no-repeat;
	 transition: 0.3s;
 }
 .home-cont-warp {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
 }
 .home .home-cont-warp { display: block;}
 .home-cont-inner dl {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
 }
 .home-tabBlock ul li a {
  height: 3.0rem;
  font-size: 0.875rem;
 }
 .newsWarp {
  padding-top: 3.0rem;
  padding-bottom: 0;
 }
 .cover-nurse-inner {
  height: 227px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
 }
 .home .cover-nurse-inner { height: 490px;}
 .cover-medical-inner {
  height: 227px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
 }
 .home .cover-medical-inner { height: 490px;}
 .inner-head {
  padding-left: 15px;
  padding-right: 15px;
 }
 .inner-contents { margin-top: 1.8750rem;}
 .inner-contents ul {
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
 }
 .home-pickupWarp {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
 }
 .pickup-slider {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
 }
}
/* 20240129追加 */
.mainImg-warp img {
	margin: 0 auto;
    outline: 2px solid #E82730;
	border-radius: 10px;
	overflow: hidden;
}
/* 20240130追加 */
.img_serial {
	width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.btn-primary {
    color: #fff;
    background-color: #1095d6;
    border-color: #1095d6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0066af;
    border-color: #0066af;
}