@charset "utf-8";

/* 保健師として活躍中の皆様へ */
.l_to-nurses_container {

}
.l_to-nurses_container .col_mark_check {
  margin-bottom: 0;
}
.l_nurses_kyoto {
  position: relative;
  width: 100%;
}
.l_nurses_kyoto::after {
  position: absolute;
  content: url(../../image/common/img-kyoto.svg);
  width: clamp(100px, 30%, 240px);
  top: -3em;
  right: 0;
  z-index: -1;
}
.l_nurses_kyoto_message {
  position: relative;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.35rem);
  text-decoration: underline dotted;
  text-underline-offset: 8px;
  text-decoration-color: rgba(166, 202, 237, 0.5);
  text-decoration-thickness: 2px;
}
/* .l_nurses_kyoto_message::after {
  display: inline-block;
  content: '';
  position: absolute;
  background: url(../../image/common/img-namisen-blue.svg);
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  background-size: contain;
} */
.l_pr_movie_title {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #6ba4e2;
  margin: 32px auto;
}
.l_pr_movie_title::before {
  content: 'PR動画';
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	font-weight: bold;
	position: absolute;
	/* margin-top: 90px; */
  text-align: center;
  background-color: #fff;
  color: #6ba4e2;
  min-width: 172px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_to-nurses_movies {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  grid-row-gap: 2em;
  grid-column-gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 666px) {
  .l_to-nurses_movies {
    grid-template-columns: repeat(auto-fit, 100%);
  }
}
.l_to-nurses_movies_item p {
  padding-top: 1rem;
}
.l_to-nurses_movies .l_to-nurses_movie_iframe {
  padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.l_to-nurses_movies .l_to-nurses_movie_iframe iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border-radius: 8px;
}