/*----------------看護部----------------*/

.nurse #header{
        background: none;
}

/*トップ*/
.nurse .main_top{
        display: flex;
    margin: 0px 0px 0;
    justify-content: center;
    position: relative;
}
.nurse .main{
    max-width: 100%;
}
.nurse .rehabilitation_wrap .slick01 img{
    height: 70vh;
    object-fit: cover;
}
.nurse .slick-prev:before, .nurse .slick-next:before{
    display: none;
}
.nurse .main_top .slick-dots{
    display: none !important;
}
.rehabilitation_wrap .slick01 img{
    height: 400px;
        max-width: 100%;
}
/*メニュー*/
.nurseslid .rehabilitation_wrap .slick01{
    margin-bottom: 0px;
}


.Catch{
    position: absolute;
    right: 0;
    bottom: 10%;
    left: 0;
    margin: auto;
    display: inline-table;
    z-index: 1;
}
.Catch img{
    max-width: 400px;
    width: 40vw;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0 , 159 , 188 , 0.8)); /* SafariなどのWebkitブラウザ用 */
    filter: drop-shadow(0px 3px 10px rgba(0 , 159 , 188 , 0.8)); 
}

/*スクロール*/
.scroll-down{
    position: relative;
}
.container_07 {
  height: 150px;
}

.scroll-down_07 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: serif;
  color: #009fbc;
  font-size: 14px;
  text-decoration: none;
}

.mouse-icon {
  width: 30px;
  height: 50px;
  border: 1px solid #009fbc;
  border-radius: 20px;
  position: relative;
  margin-inline:auto;
  margin-bottom: 6px;
}
.mouse-icon::before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009fbc;
  border-radius: 2px;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}

@media screen and (max-width: 768px){
    .Catch img{
    width: 250px;
}
    
}










.kangobucho{
    display: flex;
    gap:30px;
}
.kangobucho img{
        margin-top: 20px;
        width: 300px;
}
.kangobucho p{
    text-align: justify;
    line-height: 1.7;
}
.kangobucho .name{
    margin-top: 20px;
}
.kangobucho .name span{
    font-size: 20px;
}
@media screen and (max-width: 1180px){
    .kangobucho{
    display: block;
}
    .kangobucho img{
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
}
    
}

.nursetop00{
    display: flex;
    flex-wrap: wrap;
        margin: 10px;
    flex:1 1;
}
.nursetop00 a {
    width: 50%;
    position: relative;
}
.nursetop00 a img {
    box-sizing: border-box;
    padding: 10px;
}
.nursetop00 .main_menu_b {
    width: 50%;
    position: relative;
}
.nursetop00 .main_menu_c {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.nursetop00 .nursetop:hover .nursebutton{
/*    background-color: rgba(0 , 159 , 188,0.5);*/
  color: #fff;
}
.nursetop00 .main_menu_box_a img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.nursetop00 .main_menu_box_b img,
.nursetop00 .main_menu_box_c img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.nursetop00 a:first-child img{
/*                object-position: 0px -147px;*/
    }
.nursetop00 .main_menu_box_a div,
.nursetop00 .main_menu_box_b div,
.nursetop00 .main_menu_box_c div{
    position: absolute;
    bottom: 20px;
    left: 20px;
/*
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
*/
    
}
/*
.nursebutton {
  position: relative;
  display: inline-block;
  padding: .9em 0em;
  background-color: rgba(0 , 159 , 188,0.5);
  color: #fff;
  text-align: center;
  text-decoration: none;
    width: 100%;
    transition: all 0.3s;
    min-width: 250px;
    border:solid 1px #fff;
    font-weight: bold;
        font-size: 17px;
}
*/
.nursebutton {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    border:solid 1px #fff;
    color: #fff;
    font-size: 17px;
}

.nursebutton::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #009fbc;
    content: '';
}

.main_menu .top_title{
    margin: 50px auto;
    text-align: center;
}
.main_menu .top_title p:first-of-type{
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}
.main_menu .top_title p:first-of-type span{
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    display: block;
    color: #84ECFF;
}




/*
.nursebutton::after {
  position: absolute;
  top: 50%;
  right: 2em;
  content: '';
  margin-top: -5px;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all .2s;
}
.nursebutton:hover::after {
  right: 1em;
}
*/

@media screen and (max-width: 1180px){
    .nursetop00{
}

    .nursetop00 .nursetop img{
        max-width: 100%;
        height: 150px;
        object-fit: cover;
        margin-bottom: 7px;
    }
    .nursetop00 a:first-child img{
/*                object-position: 0px -127px;*/
    }
    
    
    .nursebutton{
        padding: .4em .4em;
        font-size: 15px;
    }
    .main_menu .top_title p:first-of-type{
    font-size: 38px;
}
    .main_menu .top_title p:first-of-type span{
    font-size: 13px;
}
    
}
@media screen and (max-width: 768px){
    .nursetop00 a {
            width: 100%;
        display: block;
}
    .nursetop00 .main_menu_box_a img{
            height: 300px;
    }
    .nursetop00 .main_menu_box_a div,
    .nursetop00 .main_menu_box_b div,
    .nursetop00 .main_menu_box_c div{
    bottom: 10px;
    left: 10px;
}
    .nursetop00 .main_menu_c {
    width: 50%;
}
    .nursebutton{
        padding: .4em .4em;
        font-size: 12px;
    }
    .nursebutton{
        border: solid 0px #fff;
    }
    .main_menu .top_title p:first-of-type{
    font-size: 28px;
}
}


.list_number li {
    list-style: none;
/*    list-style: decimal;*/
    margin-left: 1em;
    padding-left: 1em;
    text-indent: 0em;
    margin-bottom: 5px;
        font-family: "Noto Serif JP", serif;
}

.nursesystem_imgtop img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* スライダー */
.section_link{
    margin: 0 auto 50px;
}
.section_link hr {
    border-top: 1px solid #009fbc;
        margin: 80px 50px 40px;
}

.sliderkango {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:70%;
    margin:30px auto 0; 
}

.sliderkango img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    max-height: 130px;
    height: 140px;
    object-fit: cover;
}
.sliderkango .slider_banner_txt {
    font-size: 13px;
    padding: 2px 5px;
    border-bottom: 1px solid #009fbc;
    background: #fff;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.sliderkango .slick-slide {
    margin:0 10px;
}

.full-width {
    background: #EAFBFF;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 0;
    
/*
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: calc(-100vw + 100%);
    margin-right: calc(-100vw + 100%);
    background: #EAFBFF;
    text-align: center;
*/
}
@media screen and (max-width: 1180px) {
    .sliderkango img {
    height: 80px;
    object-fit: cover;
}
    .sliderkango {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0px auto 0; 
}
    
}


/*看護部長挨拶*/
.kangomenu{
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30%, auto));
    gap:30px;
    justify-content: center;
    margin: 60px 0 30px;
}
.kangomenu a{
    background: #ff99b2;
    padding: 15px;
    text-align: center;
    color: #fff;
        border-radius: 20px;
}
.kangomenu a img{
    width: 50%;
}
.kangomenu a p{
        font-weight: bold;
    font-size: 15px;
        background: #fff;
    color: #ff99b2;
    padding: 5px;
        margin-top: 10px;
        line-height: 1.3;
}
@media screen and (max-width: 1180px){
    .kangomenu a{
}
    .kangomenu{
            gap: 13px;
                margin: 30px 0 30px;
    }
    .kangomenu a p{
            font-size: 12px;
    }
    
}

/*理念、基本方針*/
.rinen{
    background-image: url(https://akn-yoshimizu.com/wp/wp-content/themes/yoshimizu/images/211104_164_s.jpg);     /* 背景画像指定 */
    background-repeat:  no-repeat; 
    padding: 50px;
    background-position: -50px center;
    width: 100%;
        background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
.rinen .rinen1{
    text-align: center;
    margin: 30px;
}
.rinen .rinen1 img{
    width: 150px;
}
.rinen .txt01_strong{
    font-size: 30px;
    text-align: center;
    text-shadow: 
	#fff 1px 1px 10px, #fff -1px 1px 10px,
	#fff 1px -1px 10px, #fff -1px -1px 10px;
}
.rinen .rinen2{
    background:  rgba(255,255,255,0.8);
        padding: 20px 50px 40px;
}
.rinen .rinen3{
    font-size: 15px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    line-height: 2;
}

@media screen and (max-width: 1180px){
    .rinen{
            box-sizing: border-box;
            padding: 10px;
    }
    .rinen .rinen1 img {
    width: 80px;
}
    .content .rinen .txt01_strong{
            font-size: 18px;
    }
    .rinen .rinen2{
            padding: 20px 20px 40px;
    }
    .rinen .rinen3{
            font-size: 14px;
    }
    
    
}

/*勤務体制*/
.nursesystem .kinmu{
    background-image: url(https://akn-yoshimizu.com/wp/wp-content/themes/yoshimizu/images/211104_163_s.jpg);     /* 背景画像指定 */
    background-repeat:  no-repeat; 
    padding: 50px;
    background-position: -50px center;
}
.nursesystem .kinmu1{
    background:  rgba(255,255,255,0.8);
        padding: 20px 50px 40px;
}
.nursesystem .nursesystem_imgtop img {
    max-width: 100%;
    margin: 0 0px 0 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.nursesystem .nursepicture{
    display: flex;
    gap:30px;
}
.nursesystem .nursepicture img{
    margin-bottom: 5px;
}

.nursesystem table{
    margin-bottom: 5px;
}
.nursesystem table th{
    color: #000;
    background-color: #b5dbd7;
    width: 90px;
    text-align: center;
}
.nursesystem table td{
    width: 112px;
}
.nursesystem table th,.nursesystem table td{
    border: 1px solid #fff;
    padding: 5px 30px;
    font-weight: bold;
}

.nursesystem img{
            max-width: 500px;
}

@media screen and (max-width: 1180px){
    .nursesystem .kinmu{
            padding: 20px;
    background-position: top center;
        
    }
    .nursesystem .kinmu1{
            padding: 20px 20px 40px;
    }
    .nursesystem .nursepicture{
    display: block;
}
    .nursesystem .nursepicture img{
    margin-bottom: 5px;
}
    
    
}

/*教育制度*/
.nursesystem .education img {
    max-width: 100%;
    width: 100%;
}

.schedule {
margin-top: 20px;
}

.step {
  position: relative;
  padding-bottom: 40px;
  width: 100%;
}


.nursesystem .education2 img{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
        max-width: 100%;
}

@media screen and (max-width: 1180px){
    .nursesystem .education2 img{
    width: 100%;
}
    
}

/*病棟のご紹介*/
.ward_new{
    display: flex;
    gap:30px;
    flex-wrap: wrap;
}
.ward_new div{
    width: 48%;
}
.ward_new div img{
    width: 100%;
}
@media screen and (max-width: 1180px){
    .ward_new div{
    width: 100%;
}
    
}

/*職員紹介*/
.nurse_senior .nurse_senior_wrap{
    display: flex;
    gap:20px;
    margin-bottom: 80px;
}
.nurse_senior .nurse_senior_wrap img{
    width: 400px;
        border-radius: 20px;
        margin: 0 0px 10px 0;
}

.good {
	position: relative;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 26px;
	text-align: center;
        font-weight: bold;
        line-height: 1.2;
}

.good span {
	position: relative;
	z-index: 2;
}

.good::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 80px;
	font-style: italic;
    font-family: "Pacifico", cursive;
  font-weight: 800;
    
}

@media screen and (max-width: 1180px){
    .nurse_senior .nurse_senior_wrap{
    display: block;
    margin-bottom: 60px;
}
    .nurse_senior .nurse_senior_wrap:nth-child(even){
    display: flex;
flex-direction: column-reverse;
}
    .nurse_senior .nurse_senior_wrap img{
    width: 100%;
            max-width: 100%;
    margin-bottom: 10px;
}
    
}

/*外国人の雇用*/

.strong01{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 20px 0;
}
.epaimg{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
}
.epaimg a{
    width: 20%;
}
.epaimg a img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0 0px 0 0;
}

/*その他の取り組み*/

.others img{
        max-width: 100%;
    margin: 20px 0px 0px 0;
}
.others .experience{
    position: relative;
    background: #fdf0ec;
    padding: 60px;
    margin: 50px 0px 50px 0;
    border-radius: 50px;
}

.others .title {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    color: #FF99B2;
	position: relative;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 26px;
	text-align: center;
        font-weight: bold;
        line-height: 1.2;
}


.others .title::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 80px;
	font-style: italic;
    font-family: "Pacifico", cursive;
    font-weight: 800;
    
}
.list1 {
    margin-top: 20px;
}
.list1 .list2{
  display:flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
    background: #fbe1e4;
    
}
.list1 .list2 dt {
  width: 300px;
  padding: 5px;
  text-align: center;
}
.list1 .list2 dd {
  padding: 5px;
  width: calc(100% - 200px / 2);
  border-left: 1px solid #ccc;
  text-align: center;
}
.list1 .list2:nth-child(even){
  background: #fce9e8;
}
.list1 .list2:first-child{
  border-top: 1px solid #ccc;
}

.content .others .kanso{
    margin: 20px 0 20px 0;
        padding-bottom: 317px;
}

.others .experience .kanso0 {
  position: absolute;
      max-width: 200px;
    width: 17vw;
  left: 39%;
  bottom: 305px;
  animation: poyopoyo 2s ease-out infinite;
  animation-delay: 0s;
  opacity: 1;
}

.others .experience .kanso01 {
  position: absolute;
      max-width: 200px;
    width: 17vw;
  left: 11%;
  bottom: 219px;
  animation: poyopoyo 2s ease-out infinite;
  animation-delay: 0.2s;
  opacity: 1;
}

.others .experience .kanso02 {
  position: absolute;
      max-width: 200px;
    width: 17vw;
  left: 15%;
  bottom: 19px;
  animation: poyopoyo 2s ease-out infinite;
  animation-delay: 0.4s;
  opacity: 1;
}

.others .experience .kanso03 {
  position: absolute;
      max-width: 200px;
    width: 17vw;
  left: 42%;
  bottom: 82px;
  animation: poyopoyo 2s ease-out infinite;
  animation-delay: 0.6s;
  opacity: 1;
}

.others .experience .kanso04 {
  position: absolute;
      max-width: 200px;
    width: 17vw;
  right: 10%;
  bottom: 223px;
  animation: poyopoyo 2s ease-out infinite;
  animation-delay: 0.8s;
  opacity: 1;
}

.others .experience .kanso05 {
  position: absolute;
      max-width: 200px;
    width: 17vw;
  right: 5%;
  bottom: 10px;
  animation: poyopoyo 2s ease-out infinite;
  animation-delay: 1s;
  opacity: 1;
}

@keyframes poyopoyo {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


@media screen and (max-width: 1180px){
    .others .experience{
    padding: 30px 20px;
}
    .content .others .txt01_strong{
        font-size: 24px;
            padding-bottom: 310px;
    }
    .others .experience .kanso0{width: 33vw;left: 38%;bottom: 290px;}
    .others .experience .kanso01{width: 33vw;left: 6%;bottom: 217px;}
    .others .experience .kanso02{width: 33vw;left: 6%;bottom: 9px;}
    .others .experience .kanso03{width: 33vw;left: 38%;bottom: 110px;}
    .others .experience .kanso04{width: 33vw;right: 6%;bottom: 217px;}
    .others .experience .kanso05{width: 33vw;right: 6%;bottom: 9px;}
    
    
}
@media only screen and (max-width:768px){
    .others .experience .kanso0{width: 33vw;left: 33%;bottom: 306px;}
    .others .experience .kanso03{width: 33vw;left: 31%;bottom: 110px;}
}


/*脳神経内科医紹介*/
.neurology .neurology01{
    display: flex;
    gap:30px;
    margin: 30px 0; 
}
.neurology img{
    width: 250px;
    height: 350px;
    object-fit: cover;
}
.neurology .neurology01 p:first-child{
    font-size: 26px;
}
.neurology .neurology01 p:last-child{
    margin-top: 20px;
}
.neurology .neurology01 span{
    color: #009fbc;
    margin-top: 10px;
    display: block;
}
@media screen and (max-width: 768px){
    .neurology .neurology01{
    display: block;
        margin: 10px 0 60px; 
}
    .neurology img{
    width: 100%;
    height: 350px;
}
}

/*入院中の生活について*/

.please{
    display: flex;
    gap:20px;
    align-items: center;
}
.please div{
    width: 350px;
}
.please img{
    width: 350px;
}
.pleasewrap .strong{
    font-size: 26px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
}
.pleasewrap table{
    width: 100%;
    margin: 10px 0 5px;
}
.pleasewrap table th,.pleasewrap table td{
    padding: 10px 20px;
    border: 1px solid #9ba9d6;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
.pleasewrap table th{
    background: #c9daf0;
    text-align: center;
    color: #008dc1;
}

@media screen and (max-width: 1180px){
    .please{
    display: block;
}
    .pleasewrap table{
    overflow: auto; /*スクロールさせる*/
    white-space: nowrap;
       width:auto;
}
    .please img{
    max-width: 350px;
        width: 100%;
}
    
    
}

