@charset "utf-8";

h3.ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 19px;
  color: #8b1b44;
  vertical-align: middle;
  background: url(/img/lead_ico.jpg) left top no-repeat;
  padding-left: 33px;
  margin-top: 36px;
  margin-bottom: 10px;
}

/* hタグ　削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.block.ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 19px;
  color: #8b1b44;
  vertical-align: middle;
  background: url(/img/lead_ico.jpg) left top no-repeat;
  padding-left: 33px;
  margin-top: 36px;
  margin-bottom: 10px;
}
/* hタグ　削除 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#main .title {
  color: #FF7396;
  font-size: 28px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-top: 25px;
}
#main .sub {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-top: 20px;
}
.nurseBnBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nurseBnBox {
  margin-top: 15px;
  position: relative;
}
.nurseBnBox a{
  margin-bottom: 15px;
}

.nurseBnBox a{
  margin-right: 3%;
  /* position: absolute;
  bottom: -68px;
  right: 26px;
  display: inline-block; */
}
/*
.nurseBnBox a img.primary.pc{
  position: absolute;
  bottom: -68px;
  right: 26px;
  display: inline-block;
}
.nurseBnBox a img.secondary.pc{
  position: absolute;
  bottom: -108px;
  right: 26px;
  display: inline-block;
} */
.nurse_imgBox{
  position: relative;
}
.nurse_imgBox figure{
  position: absolute;
  top: 20px;
  right: 0;
  width: 215px;
}
.nurse_imgBox figure img {
  width: 100%;
  height: auto;
}
.nurse_imglist{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 20px 0 0;
  max-width: 450px;
}
.nurse_imglist figure{
  width: 47%;
  margin: 0;
}
.nurse_imglist figure img {
  width: 100%;
  height: auto;
}

.nurse_imglist_3column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0 0;
}
.nurse_imglist_3column figure{
  width: calc(96% / 3);
  margin: 0;
}
.nurse_imglist_3column figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .nurseBnBox {
    flex-direction: column;
  }
  .nurseBnBox a {
    width: 100%;
    margin-right: 0%;
  }
  /* .nurseBnBox a img.primary.pc{
    display: none;
  }
  .nurseBnBox a img.secondary.pc{
    display: none;
  } */
 .nurse_imgBox {
   margin: 25px 0 20px;
 }
  .nurse_imgBox figure {
    position: initial;
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
  }
  .nurse_imglist {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .nurse_imglist figure {
    width: 100%;
    margin: 0 auto;
    max-width: 375px;
  }
  .nurse_imglist figure:first-child {
    margin: 0 auto 15px;
  }
  .nurse_imglist_3column {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nurse_imglist_3column figure {
    width: 100%;
    margin: 0 auto 15px;
  }
  .nurse_imglist_3column figure:last-child {
    margin: 0 auto 0;
  }
}
#main table {
  margin-top: 30px;
}
#main th,
#main td {
  text-align: left;
  vertical-align: top;
  padding: 3px 0;
}
#main th {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .spInner {
    width: calc(100% - 30px);
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    margin-left: auto;
    margin-right: auto;
  }
  .pt0 {
    padding-top: 0;
  }
  .pb0 {
    padding-bottom: 0;
  }
  #main .title,
  #main .sub {
    line-height: 1.2;
    margin-top: 3%;
  }
  #main .sub {
    margin-bottom: 10px;
  }
  .nurseBnBox a {
    position: static;
  }
  #main table {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 8px;
    border-collapse: collapse;
    border-spacing:0px;
  }
  #main th,
  #main td {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 6px;
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
  #main th {
    font-weight: bold;
    white-space: nowrap;
    background: #f6f5ed;
  }
  .entryBtn {
    padding: 15px 0 0;
  }
  /*SP見出しデザイン変更*/
  .block.ttl {
    font-size: 2em;
    line-height: 1.6;
    width: 100%;
    border-bottom: 1px solid #8B1B44;
    margin-top: 0;
    background-position: left 10px top 14px !important;
    text-align: left;
    color: #8b1b44;
    padding-left: 0;
    background-image: url("/img/lead_ico.svg");
    background-repeat: no-repeat;
    background-size: 18px auto;
  }
  /*SP見出しデザイン変更*/
  .block.ttl span {
    text-align: left;
    padding: 7px 15px 5px 40px;
    display: table-cell;
    color: #8B1B44;
    vertical-align: middle;
  }
  /*SP見出しデザイン変更*/
  h3.ttl {
    font-size: 2em;
    line-height: 1.6;
    width: 100%;
    border-bottom: 1px solid #8B1B44;
    margin-top: 0;
    background-position: left 10px top 14px !important;
    text-align: left;
    color: #8b1b44;
    padding-left: 0;
    background-image: url("/img/lead_ico.svg");
    background-repeat: no-repeat;
    background-size: 18px auto;
  }
  /*SP見出しデザイン変更*/
  h3.ttl span {
    text-align: left;
    padding: 7px 15px 5px 40px;
    display: table-cell;
    color: #8B1B44;
    vertical-align: middle;
  }

  .bannerLink {
    width: 100%;
  }

}
@media screen and (min-width: 680px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){
  .pc { display:none; }
  .sp { display:block; }
}
dl.recruit_style{
	color: #333333 !important;
}
dl.recruit_style > dt{
  float: left;
}
dl.recruit_style > dd{
  margin-left: 92px;
}
a.nursetel{
	display: inline-block;
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4c3815;
	text-decoration: none;
	line-height: 1.0;
}
@media screen and (max-width: 680px){
  span.timepc{
    display: block;
    margin-left: 3em;

  }
}


ul.nurse_btn_set{
	max-width: 600px;
	width: 100%;
	margin: 20px 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.nurse_btn_set > li{
	width: 48%;
	margin: 0;
	padding: 0;
}
ul.nurse_btn_set > li a.btn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px 16px 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: aqua;
	box-sizing: border-box;
  position: relative;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  border: 2px solid #eee;
  font-weight: 400;
}
ul.nurse_btn_set > li a.btn.clr01{
	background: rgb(223,132,162);
	background: linear-gradient(0deg, rgba(223,132,162,1) 0%, rgba(242,185,204,1) 100%);
}
ul.nurse_btn_set > li a.btn.clr02{
	background: rgb(218,117,92);
	background: linear-gradient(0deg, rgba(218,117,92,1) 0%, rgba(250,183,168,1) 100%);
}
ul.nurse_btn_set > li a.btn.clr03{
	background: rgb(238,156,50);
	background: linear-gradient(0deg, rgba(238,156,50,1) 0%, rgba(244,198,86,1) 100%);
}
ul.nurse_btn_set > li a.btn:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
ul.nurse_btn_set > li a.btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #e2a9bd;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
ul.nurse_btn_set > li a.btn:hover{
	opacity: 0.8;
}
@media screen and (max-width: 768px){
ul.nurse_btn_set > li{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
}


/*------------------------------------------------------------
	バナーリンク
------------------------------------------------------------*/
.bannerLink {
	display: block;
	width: 100%;
	margin: 1rem auto;
}
.bannerLink picture > img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.bannerLink {
		width: min(calc(100% - 30px), 500px);
	}
}
