@charset "UTF-8";
/*
Theme Name: 三田市民病院
Theme URI: https://www.hospital.sanda.hyogo.jp/
Author: 能登印刷株式会社
Author URI: https://www.notoinsatu.co.jp/
Description: 三田市民病院
*/
/*--------------------------------------------------------------
設定
--------------------------------------------------------------*/
/*--------------------------------------------------------------
layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
看護部
--------------------------------------------------------------*/
/* 看護部トップページ　共通設定 */
.dept-nurse_about h2,
.dept-nurse_people h2,
.dept-nurse_education h2,
.dept-nurse_benefits h2,
.entry-content h2.manager_message-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  padding: 17px 15px 12px;
  text-align: center;
  width: 100%;
}

.dept-nurse_about h2 {
  background-color: #56bedd;
}

.dept-nurse_people h2 {
  background-color: #3a98d3;
  position: absolute;
  top: 0;
  left: 0;
  width: 378px;
}

.dept-nurse_education h2 {
  background-color: #9fd50e;
}

.dept-nurse_benefits h2 {
  background-color: #f486aa;
}

.dept-nurse_about p,
.dept-nurse_people p,
.dept-nurse_education p,
.dept-nurse_benefits p,
.dept-nurse_recruit p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.dept-nurse_about .about_text,
.dept-nurse_education .education_text,
.dept-nurse_benefits .benefits_text {
  margin: 25px 0 0;
}

.dept-nurse .button-more {
  margin-left: 0 auto;
  text-align: right;
}
.dept-nurse .button-more a {
  margin-top: 30px;
  width: 250px;
}
.dept-nurse .button-more a::after {
  background: url("images/nurse/icon_arrow_dept-nurse.png") no-repeat center center/contain !important;
}
.dept-nurse .button-more a:hover {
  background-color: #3a98d3;
  color: #fff;
  transition: 0.2s;
}

.dept-nurse_people .people_button .pure-g a:hover,
.dept-nurse_recruit .recruit_button .pure-g a:hover {
  background-color: #e2f6ff;
  color: #2e99ff;
  transition: 0.2s;
}

@media screen and (max-width: 1023px) {
  .dept-nurse_about h2,
  .dept-nurse_people h2,
  .dept-nurse_education h2,
  .dept-nurse_benefits h2,
  .entry-content h2.manager_message-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 13px 10px 7px;
  }
  .dept-nurse_about .about_text,
  .dept-nurse_education .education_text,
  .dept-nurse_benefits .benefits_text {
    margin: 0 0 0;
  }
  .dept-nurse_about p,
  .dept-nurse_people p,
  .dept-nurse_education p,
  .dept-nurse_benefits p,
  .dept-nurse_recruit p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .dept-nurse .button-more a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 567px) {
  .dept-nurse_people h2 {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
/* ここまで */
/* 看護部ヘッダー */
.dept-nurse_header {
  position: relative;
  z-index: 10;
  height: 75px;
  width: 100%;
}
.dept-nurse_header #header-nav {
  padding: 0;
}

.dept-nurse_header-inner {
  position: relative;
  z-index: 11;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.dept-nurse_header-inner .dept-nurse_home {
  padding-top: 4px;
}

.dept-nurse_header_bg-color {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 75px;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.dept-nurse_header-main-menu,
.dept-nurse_header-sub-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
}

.dept-nurse_header a {
  color: #fff;
}
.dept-nurse_header ul {
  margin: 0;
  padding: 0;
}
.dept-nurse_header h1 {
  font-size: 20px;
}

ul.dept-nurse_header-main-menu, ul.dept-nurse_header-sub-menu {
  justify-content: flex-end;
}
ul.dept-nurse_header-main-menu {
  margin: 10px 0;
}
ul.dept-nurse_header-sub-menu {
  margin-top: 7px;
}

.dept-nurse_header-main-menu li {
  margin-left: 40px;
}

.dept-nurse_header-sub-menu a {
  background: #1c6ebf;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-left: 7px;
  padding: 6.5px 5px 3.5px;
  text-align: center;
  width: 120px;
}

/* 看護部 個別ページ */
#dept-nurse.entry-header {
  position: relative;
  line-height: 0;
}
#dept-nurse.entry-header img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 35%;
     object-position: 0 35%;
  position: relative;
  height: 260px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #dept-nurse.entry-header img {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  #dept-nurse.entry-header img {
    height: 210px;
  }
}
#dept-nurse.entry-header .entry-title {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  line-height: 35px;
}
#dept-nurse.entry-header .entry-title:has(.entry-title-parent) {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  text-align: center;
  transform: translate(-50%, 0);
  line-height: 35px;
}
@media screen and (max-width: 1023px) {
  #dept-nurse.entry-header .entry-title:has(.entry-title-parent) {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  #dept-nurse.entry-header .entry-title:has(.entry-title-parent) {
    top: 35%;
  }
}
#dept-nurse.entry-content {
  margin: 100px auto 150px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #dept-nurse.entry-content {
    margin: 80px auto 80px;
  }
}
@media screen and (max-width: 767px) {
  #dept-nurse.entry-content {
    margin: 60px auto 80px;
  }
}
#dept-nurse.entry-content:has(.childs_dept-nurse) {
  margin: 100px auto 0;
}
#dept-nurse.entry-content:has(.manager_message) {
  margin: 0 auto;
}
#dept-nurse.entry-content img.manager_message-img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#manager_message.pure-g {
  margin: 0 -15px;
}

.childs_dept-nurse .pure-g {
  justify-content: center;
  margin: 0 -15px !important;
  gap: 30px 0 !important;
}

#dept-nurse.entry-content h1 + .pure-g {
  margin-top: 0;
}
#dept-nurse.entry-content .pure-g > * {
  padding: 0 15px !important;
}
#dept-nurse.entry-content .manager_message-content {
  margin-bottom: 100px;
}
#dept-nurse.entry-content .manager_message-content:first-child {
  margin-top: 60px;
}
#dept-nurse.entry-content .manager_message-content:nth-child(even) .pure-g {
  flex-direction: row-reverse;
}
#dept-nurse.entry-content h2.manager_message-title {
  background-color: #3a98d3;
  border: none;
  color: #fff;
  font-weight: normal;
  margin: 0 calc(50% - 50vw) !important;
  width: 450px;
}
#dept-nurse.entry-content h3.message-title {
  background-color: unset;
  border: none;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 !important;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .entry-content p.message-text br {
    margin-top: 15px !important;
  }
  #dept-nurse.entry-content .manager_message-content {
    margin-bottom: 80px !important;
  }
  #dept-nurse.entry-content h2.manager_message-title {
    font-size: 20px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .childs_dept-nurse .pure-g {
    margin: 0 -10px !important;
    gap: 20px 0 !important;
  }
  #manager_message.pure-g {
    margin: 0 -10px;
  }
  #dept-nurse.entry-content .pure-g > * {
    padding: 0 10px !important;
  }
  #dept-nurse.entry-content img.manager_message-img {
    height: auto;
    margin-top: 20px;
  }
  #dept-nurse.entry-content h2.manager_message-title {
    font-size: 18px;
    width: 300px;
  }
  #dept-nurse.entry-content h3.message-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .entry-content h2.manager_message-title {
    left: 0;
  }
}
.manager_message-content .message-position {
  color: #3a98d3;
  line-height: 26px;
  margin: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .manager_message-content .message-position {
    margin: 35px 0 25px;
  }
}
.manager_message-content .message-position .position {
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}
.manager_message-content .message-position .name {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .manager_message-content .message-position .name {
    font-size: 18px;
  }
}
.manager_message-content .message-position .qualification {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}

.entry-content p.message-text br {
  display: block;
  content: "";
  margin-top: 25px;
}

.childs_dept-nurse {
  background-color: #3a98d3;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .childs_dept-nurse {
    padding: 60px 0;
  }
}
@media screen and (max-width: 567px) {
  .childs_dept-nurse {
    padding: 40px 0;
  }
}

#dept-nurse.entry-content p + .childs_dept-nurse {
  margin-top: 150px;
}

.childs_dept-nurse::before {
  content: "";
  background-color: #3a98d3;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: calc((100vw - 1080px) / 2 + 20px);
}
.childs_dept-nurse::after {
  content: "";
  background-color: #3a98d3;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: calc((100vw - 1080px) / 2 + 20px);
}

@media screen and (max-width: 1080px) {
  .childs_dept-nurse::before, .childs_dept-nurse::after {
    width: 20px;
  }
}
.entry-content .childs_dept-nurse a {
  align-items: center;
  background-color: #fff;
  color: #3a98d3;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
  height: 220px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  padding: 18px 25px 12px;
  position: relative;
}
.entry-content .childs_dept-nurse a .recruit_button_icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 85px;
  width: 110px;
  margin-bottom: 15px;
}
.entry-content .childs_dept-nurse a:hover {
  background-color: #e2f6ff;
  transition: 0.2s;
}

@media screen and (max-width: 567px) {
  .entry-content .childs_dept-nurse a {
    padding: 10px;
  }
}
/* 看護部メインビジュアル */
.dept-nurse_main-visual {
  position: relative;
  line-height: 0;
}
.dept-nurse_main-visual img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85% 0;
     object-position: 85% 0;
  height: 65vw;
  max-height: 650px;
  width: 100%;
}

.dept-nurse .slide-message {
  position: absolute;
  top: 35%;
  left: 60px;
}
.dept-nurse .slide-message-main {
  color: #333;
  font-size: 35px;
  font-weight: 400;
  filter: drop-shadow(0 0 10px #fff);
  letter-spacing: 7px;
  margin-bottom: 5px;
  line-height: 55px;
}

@media screen and (max-width: 1023px) {
  .dept-nurse .slide-message {
    top: 40%;
    left: 20px;
  }
  .dept-nurse .slide-message-main {
    font-size: 28px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .dept-nurse .slide-message {
    top: 30%;
  }
}
@media screen and (max-width: 567px) {
  .dept-nurse .slide-message {
    top: unset;
    left: unset;
    bottom: 30px;
    left: 20px;
  }
  .dept-nurse .slide-message-main {
    font-size: 23px;
    letter-spacing: 4px;
    line-height: 38px;
  }
}
/* お知らせ（看護部ページ） */
.dept-nurse_news {
  background-color: #3a98d3;
  display: flex;
  justify-content: center;
}

.dept-nurse_news_content {
  display: flex;
  flex-direction: row;
  padding: 25px 0;
  align-items: center;
}

.dept-nurse_news h2 {
  color: #fff;
  display: inline-block;
  padding-top: 4px;
  padding-right: 60px;
}
.dept-nurse_news ul {
  border-left: 2px solid #fff;
  margin: 0;
  padding: 4px 0 0 60px;
  width: auto;
}
.dept-nurse_news li {
  padding-bottom: 10px;
}
.dept-nurse_news li:last-child {
  padding-bottom: 0;
}
.dept-nurse_news a {
  color: #fff;
}
.dept-nurse_news a:hover {
  text-decoration: underline;
}
.dept-nurse_news span.post-date {
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .dept-nurse_news h2 {
    padding-right: 40px;
  }
  .dept-nurse_news ul {
    padding: 0 0 0 40px;
  }
  .dept-nurse_news li {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .dept-nurse_news_content {
    padding: 25px 0;
    flex-direction: column;
  }
  .dept-nurse_news h2 {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .dept-nurse_news ul {
    padding: 0 0 0 0;
    border-left: unset;
  }
  .dept-nurse_news ul li {
    border-top: 1px solid #fff;
    display: block;
    padding: 15px 0;
  }
  .dept-nurse_news ul li a {
    display: block;
  }
  .dept-nurse_news span.post-date {
    display: block;
    margin-right: 0;
  }
}
/* 看護部について/教育体制/福利厚生 */
.dept-nurse_about,
.dept-nurse_education {
  margin: 80px 0;
}

.dept-nurse_benefits {
  background: #faeff3;
  padding: 80px 0;
  margin-top: 80px;
}

.dept-nurse_about .about_content,
.dept-nurse_education .education_content,
.dept-nurse_benefits .benefits_content {
  display: flex;
}

.dept-nurse_about .about_content .about_text,
.dept-nurse_education .education_content .education_text,
.dept-nurse_benefits .benefits_content .benefits_text {
  width: 35%;
}

.dept-nurse_about .about_content img,
.dept-nurse_benefits .benefits_content img {
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 60px;
  height: auto;
  width: 65%;
}

.dept-nurse_education .education_content img {
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 60px;
  height: auto;
  width: 65%;
}

@media screen and (max-width: 1023px) {
  .dept-nurse_about .about_content img,
  .dept-nurse_benefits .benefits_content img {
    padding-left: 20px;
  }
  .dept-nurse_education .education_content img {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dept-nurse_about,
  .dept-nurse_education {
    margin: 60px 0;
  }
  .dept-nurse_benefits {
    padding: 60px 0;
    margin-top: 60px;
  }
  .dept-nurse_about .about_content,
  .dept-nurse_benefits .benefits_content {
    display: flex;
    flex-direction: column;
  }
  .dept-nurse_education .education_content {
    display: flex;
    flex-direction: column-reverse;
  }
  .dept-nurse_about .about_content .about_text,
  .dept-nurse_education .education_content .education_text,
  .dept-nurse_benefits .benefits_content .benefits_text {
    width: 100%;
  }
  .dept-nurse_about .about_content .about_text br,
  .dept-nurse_education .education_content .education_text br,
  .dept-nurse_benefits .benefits_content .benefits_text br {
    display: none;
  }
  .dept-nurse_about .about_content img,
  .dept-nurse_benefits .benefits_content img {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .dept-nurse_education .education_content img {
    padding-top: 30px;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .dept-nurse_benefits {
    padding: 40px 0 40px;
  }
}
/* 働く人について */
.dept-nurse_people {
  content: "";
  background-image: url("images/nurse/dept-nurse_people_back.png");
  background-repeat: no-repeat;
  background-position: 0 15%;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100vw;
  padding: 120px 0 60px;
}
.dept-nurse_people .people_content {
  display: flex;
}
.dept-nurse_people .people_content img {
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 60px;
  width: 50%;
}
.dept-nurse_people .people_button {
  width: 100%;
}
.dept-nurse_people .people_button .pure-g {
  margin: 0 -20px;
  gap: 40px 0;
}
.dept-nurse_people .people_button .pure-g > * {
  padding: 0 20px;
}
.dept-nurse_people .people_button .pure-g a {
  align-items: center;
  background-color: #fff;
  color: #3a98d3;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
  height: 160px;
  line-height: 22px;
  position: relative;
}
.dept-nurse_people .people_button .pure-g a:hover {
  background-color: #e2f6ff;
  color: #2e99ff;
}
.dept-nurse_people .people_button_icon {
  height: 70px;
  width: 70px;
}
.dept-nurse_people .people_button_resource-nurse {
  background: url("images/nurse/dept-nurse_icon-resource-nurse.png") no-repeat 35% center/80%;
}
.dept-nurse_people .people_button_childcare {
  background: url("images/nurse/dept-nurse_icon-childcare.png") no-repeat 50% center/65%;
  margin-bottom: 5px;
}
.dept-nurse_people .people_button_male-nurse {
  background: url("images/nurse/dept-nurse_icon-male-nurse.png") no-repeat 60% center/63%;
  margin-bottom: 5px;
}
.dept-nurse_people .people_button_new-nurse {
  background: url("images/nurse/dept-nurse_icon-new-nurse.png") no-repeat 50% center/55%;
  margin-bottom: 5px;
}
.dept-nurse_people .button-more {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .dept-nurse_people .people_content img {
    padding-right: 20px !important;
  }
  .dept-nurse_people .people_button .pure-g {
    margin: 0 -10px;
    gap: 20px 0;
  }
  .dept-nurse_people .people_button .pure-g > * {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .dept-nurse_people {
    padding: 90px 0 30px;
  }
  .dept-nurse_people .people_content {
    display: flex;
    flex-direction: column-reverse;
  }
  .dept-nurse_people .people_content img {
    padding-top: 30px;
    padding-right: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .dept-nurse_people .people_button .pure-g {
    gap: 15px 0;
  }
  .dept-nurse_people .people_button .pure-g a {
    padding: 10px;
  }
}
/* 看護部 採用情報 */
.dept-nurse_recruit .dept-nurse_recruit_main {
  padding: 100px 0;
  position: relative;
}
.dept-nurse_recruit .dept-nurse_recruit_image {
  background-position: 55% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.dept-nurse_recruit .dept-nurse_recruit-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
  width: 100%;
}
.dept-nurse_recruit .dept-nurse_recruit-inner h2 {
  color: #3a98d3;
  font-size: 30px;
  filter: drop-shadow(0 0 10px #fff);
  margin-bottom: 15px;
  position: relative;
}
.dept-nurse_recruit .dept-nurse_recruit-inner p {
  filter: drop-shadow(0 0 10px #fff);
  position: relative;
}
.dept-nurse_recruit .button-more {
  text-align: left;
  position: relative;
}
.dept-nurse_recruit .button-more a {
  margin-top: 40px;
}
.dept-nurse_recruit .recruit_button {
  background-color: #3a98d3;
  padding: 80px 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.dept-nurse_recruit .recruit_button .pure-g {
  justify-content: center;
  margin: -15px -15px;
}
.dept-nurse_recruit .recruit_button .pure-g > * {
  padding: 15px 15px;
}
.dept-nurse_recruit .recruit_button .pure-g a {
  align-items: center;
  background-color: #fff;
  color: #3a98d3;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
  height: 200px;
  line-height: 22px;
  padding-bottom: 15px;
  position: relative;
}
.dept-nurse_recruit .recruit_button_icon {
  height: 100px;
  width: 150px;
  margin-bottom: 15px;
}
.dept-nurse_recruit .recruit_button_internship {
  background: url("images/nurse/dept-nurse_icon-internship.png") no-repeat 50% center/35%;
}
.dept-nurse_recruit .recruit_button_hospital-tour {
  background: url("images/nurse/dept-nurse_icon-hospital-tour.png") no-repeat 50% center/65%;
}
.dept-nurse_recruit .recruit_button_career-fair {
  background: url("images/nurse/dept-nurse_icon-career-fair.png") no-repeat 60% center/80%;
}
.dept-nurse_recruit .recruit_button_exam {
  background: url("images/nurse/dept-nurse_icon-exam.png") no-repeat 50% center/48%;
}
.dept-nurse_recruit .recruit_button_request {
  background: url("images/nurse/dept-nurse_icon-request.png") no-repeat 50% center/50%;
}

@media screen and (max-width: 1023px) {
  .dept-nurse_recruit .dept-nurse_recruit-inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .dept-nurse_recruit .dept-nurse_recruit_main {
    padding: 60px 0;
  }
  .dept-nurse_recruit .dept-nurse_recruit_image {
    height: 50vh;
  }
  .dept-nurse_recruit .recruit_button {
    padding: 60px 0;
  }
}
@media screen and (max-width: 567px) {
  .dept-nurse_recruit .dept-nurse_recruit-inner h2 {
    font-size: 26px;
  }
  .dept-nurse_recruit .recruit_button {
    padding: 40px 0;
  }
  .dept-nurse_recruit .recruit_button .pure-g {
    margin: -10px -10px;
  }
  .dept-nurse_recruit .recruit_button .pure-g > * {
    padding: 10px 10px;
  }
  .dept-nurse_recruit .recruit_button .pure-g a {
    padding: 10px;
  }
}
/* 看護部の1日について */
.timeline {
  align-items: center;
}
.timeline .lead {
  color: #3a98d3;
}
.timeline .wp-block-columns {
  margin-bottom: 50px;
}
.timeline .wp-block-column > p.lead:only-child {
  line-height: 100px;
}
.timeline h4 {
  color: #333;
}

.timeline-time {
  background-color: #fff;
  border: 2px solid #3a98d3;
  border-radius: 100px;
  color: #3a98d3;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100px;
  height: 100px;
}

.wp-block-column:has(.timeline-time) {
  position: relative;
}
.wp-block-column:has(.timeline-time)::after {
  background: #3a98d3;
  content: "";
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 100%;
  z-index: -1;
}

.wp-block-columns:last-child .wp-block-column:has(.timeline-time)::after {
  content: none;
}

@media screen and (max-width: 1080px) {
  .timeline .wp-block-column:has(.timeline-time) {
    flex-basis: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .timeline .lead {
    font-size: 20px;
  }
  .timeline-time {
    width: 90px;
    height: 90px;
  }
  .wp-block-column:has(.timeline-time)::after {
    left: 45px;
  }
  .timeline .wp-block-column > p.lead:only-child {
    line-height: 90px;
  }
  .timeline p + p {
    margin-top: 14px !important;
  }
  .timeline p + p.lead {
    margin-top: 30px !important;
  }
  .timeline-time {
    font-size: 22px;
  }
}
@media screen and (max-width: 781px) {
  .timeline .lead {
    font-size: 18px;
  }
  .timeline-time {
    width: 80px;
    height: 80px;
  }
  .wp-block-column:has(.timeline-time)::after {
    left: 40px;
  }
  .timeline .wp-block-column > p.lead:only-child {
    line-height: 80px;
  }
  .timeline p + p {
    margin-top: 6px !important;
  }
  .timeline-time {
    font-size: 20px;
  }
  .wp-block-column:has(.timeline-time)::after {
    top: 70px;
    width: 4px;
  }
}
@media screen and (max-width: 567px) {
  .timeline .wp-block-column:has(.timeline-time) {
    flex-basis: 90px !important;
  }
  .timeline-time {
    width: 70px;
    height: 70px;
  }
  .wp-block-column:has(.timeline-time)::after {
    left: 35px;
  }
  .timeline .wp-block-column > p.lead:only-child {
    line-height: 70px;
  }
}
/* 看護部　スマホメニュー */
@media screen and (max-width: 1110px) {
  .dept-nurse_header #header-nav-list-inner {
    margin: 0;
    transition: inherit;
  }
}
@media screen and (max-width: 767px) {
  .site-header:has(.dept-nurse-active) .main-header .header-button {
    display: none;
  }
  .dept-nurse_header {
    height: 64px !important;
  }
  .dept-nurse_header h1 {
    font-size: 18px !important;
  }
  .dept-nurse_header .dept-nurse_header_bg-color {
    height: 64px;
  }
  .dept-nurse_header .dept-nurse_header-inner {
    height: 64px;
  }
  .dept-nurse_header.dept-nurse-active .dept-nurse_home-title {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 9999;
    top: -60px;
  }
  .dept-nurse_header #header-nav {
    position: fixed;
    left: 0;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #3a98d3;
    transition: all 0.3s;
  }
  .dept-nurse_header #header-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  .dept-nurse_header #header-nav.panelactive #header-nav-list {
    background: #3a98d3 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dept-nurse_header #header-nav ul {
    display: none;
  }
  .dept-nurse_header #header-nav-list-inner {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    overflow: hidden;
    margin: 20px 0;
  }
  .dept-nurse_header .panelactive #header-nav-list-inner {
    display: flex;
    height: auto;
  }
  .dept-nurse_header #header-nav.panelactive ul {
    display: block !important;
  }
  .dept-nurse_header #header-nav.panelactive ul.dept-nurse_header-sub-menu {
    margin-top: 30px;
  }
  .dept-nurse_header #header-nav.panelactive ul.dept-nurse_header-sub-menu li {
    border: none;
  }
  .dept-nurse_header #header-nav.panelactive ul.dept-nurse_header-sub-menu li a {
    background: none;
    border-radius: unset;
    margin-left: 0;
    padding: 8px 10px;
    width: 100%;
  }
  .dept-nurse_header #header-nav li {
    border-top: 1px solid #fff;
    font-size: 1.5rem;
    list-style: none;
    margin: 0;
    text-align: center;
  }
  .dept-nurse_header #header-nav li:last-child {
    border-bottom: 1px solid #fff;
  }
  .dept-nurse_header #header-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    text-transform: uppercase;
  }
  /*========= ボタンのためのCSS ===============*/
  .dept-nurse_header .header-button {
    position: absolute;
    z-index: 1000;
    /*ボタンを最前面に*/
    top: 7px !important;
    right: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
  .dept-nurse_header .header-button span:not(.header-button-text) {
    display: none;
  }
  .dept-nurse_header .header-button.active {
    top: -55px !important;
  }
  .dept-nurse_header .header-button.active span:nth-of-type(1) {
    top: 25px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .dept-nurse_header .header-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .dept-nurse_header .header-button.active span:nth-of-type(3) {
    top: 25px;
    transform: translateX(-50%) rotate(45deg);
  }
  .dept-nurse_header .header-button .header-button-text {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 17px;
    padding: 8px;
    width: 80px;
    height: 50px;
    top: 40px;
    left: 45%;
    text-align: center;
  }
  .dept-nurse_header .header-button.active {
    background-color: unset;
    border-radius: unset;
  }
  .dept-nurse_header .header-button.active .header-button-text {
    background-color: none;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 8px;
    width: 80px;
    height: 50px;
    top: 40px;
    left: 45%;
    text-align: center;
  }
}
/*# sourceMappingURL=style-nurse.css.map */