@charset "utf-8";


.header {
	width: 45%;
	margin: auto;
}

.heading-14 {
    display: inline-block;
    position: relative;
    background-color: #f3a656;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    margin: auto;
    width: 100%;
    text-align: center;
}

.heading-14::before {
    position: absolute;
    bottom: -1px;
    right: 9px;
    z-index: -1;
    transform: rotate(5deg);
    width: 60%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
.breadcrumb-003 {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f2f2f2;
    font-size: .9em;
    width: 1400px;
    max-width: 100%;
    margin: auto;
}

.breadcrumb-003 li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcrumb-003 li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%2367676f'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb-003 li:not(:last-child)::before,
.breadcrumb-003 li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb-003 li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #c6cdd3;
}

.breadcrumb-003 li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f2f2f2;
}

.breadcrumb-003 a {
    color: #EC889F;
    text-decoration: none;
}
	  
	  
.ly_subHeader_ttl p {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: inline-block;
	margin: 30px 0 0;
	letter-spacing: 0.1em;
	  }
	  
.ly_subHeader_ttl {
    color: #E35173;
}

.ly_subHeader_inner .ly_contBase {
    height: 100%;
    position: relative;
}
	  
.ly_subHeader_ttl p::after {
    position: absolute;
    top: -15px;
    right: -60px;
    content: "";
    background: url(../img/title-item.svg) no-repeat 0 0;
    width: 37px;
    height: 54px;
    z-index: 1;
}
	  
.ly_subHeader_ttl span {
    font-size: 50%;
    font-weight: 500;
    display: block;
}
	  
.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 30px 0;
    font-size: .9em;
	margin: 50px 0 0 0;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #EC889F;
    text-decoration: none;
    box-shadow: 5px 5px 20px rgba(236, 136, 159, 0);
}
	  
.card {
	background-image: url(images/600.jpeg);
    padding: 30px;
    width: 400px;

    text-align: center;
    border-radius: 100px;
	box-shadow: 5px 5px 20px rgba(236, 136, 159, 0.5)
}

.card a {
    color: #EC889F;
}
	  
.field {
display: flex;
justify-content: space-around;
}
	  
.second-btn h4  {
    margin-top: 0;
}

.ly_subHeader {
    position: relative;
    margin-bottom: 80px;
}
	  
.ly_contBase {
    width: 1150px;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
}
	  
.bl_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bl_link_section {
	padding-top: 0;
	padding: 60px;
	  }
	  
.bl_link_item {
    width: 31%;
    margin: 0 1% 2%;
    text-align: center;
    background-image: url("../images/600.jpeg");
    padding: 4px;
    border-radius: 33px;
    list-style: none;
}
	
	  
.bl_link_item a {
    display: block;
    padding: 15px;
    border-radius: 31px;
    background-color: #f9f4f4;
    font-weight: 500;
    color: #E35173;
    font-size: 2rem;
}
	
/*20250707看護体制・チーム医療*/
	.un_1year_trainingList dd span {
    color: #E35173;
}
	.un_1year_trainingList dd  {
		margin-left: 1%;
	}
	
	.un_1year_trainingList li  {
		list-style: none;
		margin: 1%;
	}



.uline {
  font-size: 1.5em;
	  }
	  
.uline::before{
  content: "";
  display: inline-block;  
  background-image: url(../images/circle.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}

.uline::after{
	margin: 1px;.
}
	
 .busyo{
	width: 1000px;	
	margin: auto;
	  }

.u-border {
    color: #7e7d7d;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 4px solid #ce4bbc;
    position: relative;
}
	  
.u-border::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px cadetblue;
    bottom: -4px;
    width: 50%;
	  }
	  
.heading-31 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 4px solid #f89faf;
    color: #333333;
	width: 94%;
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #f89faf;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #ec889f;
    content: '';
}
	  
.container00 {
    margin: 0 20px 50px 20px;
	  }
	  
header nav ul {display: none;}

.footer-map {
	margin-right: 100px;
	  }
.represent_slick05__item {
    margin-right: 5px;
    margin-left: 5px;
}

.represent_slick05__item img {
    height: auto;
    width: 100%;
}

.represent_slick052 {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.represent_slick052__item {
    margin-right: 5px;
    margin-left: 5px;
}

.represent_slick052__item img {
    height: auto;
    width: 75%;
	margin: auto;
}





.global {
  width: 100%;
  background-color: #f5bfcb;
  font-size: 20px;
}
	  
.global ul{
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 padding: 10px;
 margin-bottom: 50px;
}
/*  
.global li{
  list-style: none;
  margin:1px;
}
*/

.global li{
  list-style: none;
  margin:1px;
}

.menu_hover {
	background-color: #ec889f;
    color: white;
}


.global a{
	background-color: #fff;
    border-radius: 50px;
    color: #7b3452;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3px 25px;
	margin: 5px 10px;
}
	
.global a:hover{
    color:#fff;
    background-color: #e35173;
    border:3px solid #e35173;
}

  .ly_subHeader {
    margin-bottom: 0;    }


.represent_slick05 {
    width: 100%;
    max-width: 700px;
    margin: 15px auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}


.slick-prev:before, .slick-next:before {
    color: #000066;
}
/*20250625*/
 .level6 {
  font-size: 18px;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 2rem 0.5rem 80px;
  word-break: break-all;
  border-bottom: 4px solid #EC889F;
  border-radius: 0 0 0 12px;
  margin-bottom: 18px;
  font-weight: 500;
  background: #fafff2;

}

 .level6  span {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 15px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #EC889F;
}

.heading14 {
	position: relative;
	padding-left: 60px;
	font-size: 30px;
    animation: fadeIn 0.5s linear both;
	margin: 50px 37px;
    padding: 20px 0 20px 100px;
    font-weight: 600;
	  }

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 1%;
	transform: translateY(-50%);
	color: rgba(245,191,203,1);
	font-size: 50px;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 5px;
	background-color: rgba(245,191,203,1);
}


 .bb01 {
	background-color: #e8f1ee;
    margin: 30px;
    padding: 30px;
	border-radius: 80px;
    width: 1200px;
    margin: 50px auto;
	  }

/* idea.html */


.text2 {
	font-size: 18px;
	  }
	  
.bb02 {
	background-color: #edecfb;
    margin: 30px;
    padding: 30px;
    border-radius: 80px;
    width: 1200px;
    margin: 50px auto;
}
	  
.text2 {
    font-size: 18px;
    font-weight: 500;
}

/* welfare.html */
	  
.bb03 {
	background-color: #f4fbec;
    margin: 30px;
    padding: 30px;
    border-radius: 80px;
    width: 1200px;
    margin: 50px auto;
}

       .header08 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }   

       .header08::before {
         content: '公益財団法人 星総合病院 法人看護部の理念';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

       .header09 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
       .header09::before {
         content: '星総合病院看護部の理念';
         position: absolute;
         top: 11px;
         left: 618px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #edecfb;
         z-index: -1;
         text-stroke: #edecfb 2px;
         -webkit-text-stroke: #edecfb 2px;
       }

/* objective.html */
 .header10 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header10::before {
         content: '看護部継続教育の目的・目標';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

/* specialist.html */
 .header11 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header11::before {
         content: '認定看護師紹介';
         position: absolute;
         top: 11px;
         left: 40%;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

 .header12 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header12::before {
         content: '特定行為研修修了者紹介';
         position: absolute;
         top: 11px;
         left: 40%;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

/* training.html */
 .header01 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header01::before {
         content: '新人看護職員　組織体制';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

 .header02 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header02::before {
         content: '院内研修';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #edecfb;
         z-index: -1;
         text-stroke: #edecfb 2px;
         -webkit-text-stroke: #edecfb 2px;
       }

/* support.html */
 .header03 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header03::before {
         content: '将来のキャリアアップへの道';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

/* intern.html */
 .header04 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header04::before {
         content: '将来のキャリアアップへの道';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

/* welfare.html */
 .header05 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header05::before {
         content: '子育て支援の充実';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #ecfbf6;
         z-index: -1;
         text-stroke: #ecfbf6 2px;
         -webkit-text-stroke: #ecfbf6 2px;
       }

 .header06 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }   

  .header06::before {
         content: '充実した研修制度';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #edecfb;
         z-index: -1;
         text-stroke: #edecfb 2px;
         -webkit-text-stroke: #edecfb 2px;
       }

 .header07 {
         text-align: center;
         padding: 10px 20px;
         font-size: 2.1rem;
         font-weight: bold;
         position: relative;
         text-stroke: black 1px;
         -webkit-text-stroke: black 1px;
         z-index: 1;
         color: transparent;
       }         
  .header07::before {
         content: '住居支援';
         position: absolute;
         top: 11px;
         left: 480px;
         text-align: center;
         font-size: 2.1rem;
         font-weight: bold;
         color: #f4fbec;
         z-index: -1;
         text-stroke: #f4fbec 2px;
         -webkit-text-stroke: #f4fbec 2px;
       }
/* team.html */

      .list-free {
        flex-direction: row;
        align-items: flex-start;
        width: 75%;
        margin: 50px auto 0 auto;
        line-height: 2.1;
    	padding-top: 80px;
		display: flex;
;
    }

	  .section01 li {
    margin-left: 2rem;
    margin-top: 15px;
    margin-bottom: 10px;
}

.box2 {
    width: 50%;
    margin: 25px auto 25px auto;
    line-height: 2.1;
    background-color: aliceblue;
    padding: 27px;
}
	  
.box2 h3 {
    margin-top: 0;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    color: #e35173;
    position: relative;
}
	  

	
.box3  {
    width: 75%;
    margin: 50px auto 0 auto;
    line-height: 2.1;
    padding: 27px;
	margin-bottom: 50px;
}
	
/* dep01..html */
.ttl_balloon4 {
  font-weight: bold;
  border: 3px solid #f5bfcb;
  padding: 0.2em 3em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 10px;
  background-color: #fdf7fd;
  font-size: 3em;
  color: #7b3452;	
  margin-top: 
}
.ttl_balloon4::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon4::after {
  content: '';
  background-color: #f5bfcb;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

@media screen and (min-width: 1800px) {
.title10  {
    width: 45%;
    margin: auto;
       } 
       } 

@media screen and (max-width: 400px) {
.heading14 {
    position: relative;
    padding-left: 60px;
    font-size: 30px;
    animation: fadeIn 0.5s linear both;
    margin: 50px 5px;
    padding: 20px 0 20px 100px;
    font-weight: 600;
}
	
.header {
    width: 100%;
    margin: auto;
}
	
 .bb01 {
    width: 100%;
	  }
	
 .bb02 {
    width: 100%;
    padding: 10px;
	  }
	
.ttl_balloon4 {
  padding: 0.2em 1em;
}
	
.title10  {
    width: 100%;
    margin: auto;
       } 
	
 .busyo{
	width: 100%;	
	  }
	
.bl_link_item {
    width: 100%;
    margin-bottom: 6%;
}

.ly_subHeader {
    padding-top: 50px;
    background:#f5bfcb;
}

.bl_link_section {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0;

	  }

.list-free {
	display: flex;
    flex-direction: column;
    padding-top: 0;
    width: 98%;
    margin: 10px auto 0 auto;

    }

main .box1
 {
	width: 100%;
    margin-top: 30px;

}
	   
.box2  {
	width: 95%;

}

.box3  {
	width: 95%;

}
}
/* CSS Document */

