@charset "utf-8";
.page_syokuin_top{
	margin-top: 0;
}
.top_fs{
	font-family: "Noto Serif JP", serif!important;
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 2.4!important;
	font-weight: 300;
}
@media screen and (max-width: 767px) {
	.page_syokuin_top .contents_body {
		margin: 0;
	}
	.top_fs{
		font-size: 14px;
		letter-spacing: 2.5px;
	}
}
/*　重要なお知らせ */
.info-important{
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 0;
    padding: 0 0 0 34px;
	border-bottom: 2px solid #DBDBDB;
}

.info-important_title{
	display: flex;
	width: 190px;
	padding: 16px 16px 16px 60px;
	border-right: 2px solid #DBDBDB;
	color:#00517e;
	background-color: #F8F9FA;
}

.info-important_list a:hover{
	text-decoration: none;
}

.info-important_list .status{
	display: flex;
	align-items: center;
	gap: 15px;
	width: 200px;
}

.info-important_list .date{
	color: #00517e;
}

.info-important_list .tag{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	padding: 0 4px;
	line-height: 1.75;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #3E86AF;
	color: #00517e;
}

.info-important_list .note{
	width: calc(100% - 200px);
	padding-left: 15px;
	padding-right: 10px;
}

.info-important_list_wrap{
	position: relative;
	display: flex;
	width: calc(100% - 340px);
	height: 100%;
	padding: 0;
	overflow: hidden;
}


.info-important_list a.swiper-slide .note {
	position: relative;
}

@media screen and (min-width: 768px) {
	.info-important_list_wrap{
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0;
		overflow: hidden;
	}
	.info-important_list .swiper-slide{
		display: flex;
		align-items: flex-start;
		padding: 16px;
	}
	.info-important_list .note{
		color: #00517e;
	}
	.info-important_list .date,
	.info-important_list .note > span{
		font-size: 14px;
	}
	.info-important_list .note > span + span{
		display: none;
	}
	.swiper-pagination-bullet-active {
		opacity: 1;
		background: #00517e;
	}
	.lnav02_btn.current {
		position: relative;
		color: #718591;
		background: transparent;
	}
	.lnav02_btn.current::before {
        content: "";
        position: absolute;
		bottom: 0;
		left: 0;
        top: calc(100% + 14px);
        width: 100%;
        height: 2px;
        background-color: #00517e;
    }
	.text-center{
		position: relative;
		padding-left: 40%;
	}
	.swiper-pagination{
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 32px 0 0;
		width: 150px;
		height: auto;
		gap: 6px;
		background-color: #F8F9FA;
		z-index: 2;
	}
	.info-important_list .note > span + span{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.text-center {
		padding-left: 0;
	}
	.swiper-slide.swiper-slide-active span{
		animation: loop-text 10s linear 2s infinite;
	}
	.swiper-pagination{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 14px;
		height: 36px;
		gap: 6px;
		left: unset;
		right: 0;
		background-color: #F8F9FA;
		z-index: 2;
	}
	.swiper-pagination-bullet-active {
		opacity: 1;
		background: #00517e;
	}
	@keyframes loop-text {
		0% { transform:translateX(0); }
		100% { transform:translateX(-100%); }
	}
	.info-important_list_wrap{
		width: 100%;
		padding: 0;
	}
	.info-important {
		position: relative;
		padding: 0;
	}
	.info-important_title {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 110px;
		height: 36px;
		padding: 0;
		border-right: 2px solid #DBDBDB;
		border-bottom: 2px solid #DBDBDB;
		color: #00517e;
		font-size: 12px;
		z-index: 2;
	}
	.info-important_list{
		width: 100%;
	}
	.info-important_list .swiper-slide{
		flex-wrap: wrap;
		overflow: hidden;
	}
	.info-important_list .status{
		gap: 10px;
		width: 100%;
		height: 36px;
		padding-left: 120px;
	}
	.info-important_list .date {
		width: 70px;
	}
	.info-important_list .tag{
		width: 70px;
	}
	.info-important_list .note{
		display: flex;
		align-items: center;
		height: 36px;
		padding: 0 20px 0 16px;
		width: 200dvw;
		overflow: hidden;
	}
	.info-important_list .note span{
		display: inline-block;
		width: 100dvw;
		white-space: nowrap;
	}
}

/* mv */
.page_syokuin_top .contents_wrap{
	margin-top: 0;
	width: 100%;
}

.mv-top{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 120px;
	font-family: "Noto Serif JP", serif;
}

.mv-top .fix{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: fixed;
	right: 0;
	width: 30%;
	overflow: hidden;
	z-index: 2;
}

.mv-top .fix a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	aspect-ratio: 1;
}

.mv-top .fix .icon{
	width: 150px;
	max-width: unset;
	aspect-ratio: 1;
	animation: rotatefixicon 2s ease-in-out infinite;
}

@keyframes rotatefixicon {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(2px);
	}
	100% {
		transform: translateY(0);
	}
}

.mv-top .fix .cover_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	aspect-ratio: 1;
	animation: rotatefix 10s linear infinite;
}

img[src$="top_block0104.png"]{
	animation: rotatefix 20s linear infinite;
}

@keyframes rotatefix {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mv-top_block01{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mv-top h1{
	font-family: "Noto Serif JP", serif!important;
	font-weight: 300;
	line-height: 1.6;
	font-size: 40px;
	letter-spacing: 4px;
}

.mv-top_note01{
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 60px;
}

.mv-top_imgae01{
	position: relative;
	z-index: -1;
	margin-top: -260px;
	margin-left: auto;
	width: 94%;
}

.mv-top_imgae01 .sharp{
	font-family: "Noto Serif JP", serif;
	position: absolute;
	top: -90px;
	left: -40px;
	font-size: 16rem;
	line-height: 1;
	font-weight: 200;
}

.mv-top_imgae01 .coming{
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 50px;
	letter-spacing: 4px;
	line-height: 1;
	font-weight: 200;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.mv-top_imgae01 img{
	width: 100%;
}

.mv-top_block02{
	display: flex;
	margin-top: 100px;
	margin-left: auto;
	width: 94%;
}

.mv-top_note02{
	margin-top: 100px;
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	width: 100%;
}

.mv-top_note02 h2{
	font-size: 32px;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}

.mv-top_note02 p{
	margin-top: 24px;
	letter-spacing: 2px;
	line-height: 2.4;
}

.mv-top_block02 img{
	width: 68%;
}

.mv-top_block02 img + div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 32%;
	padding-bottom: 5%;
}

.mv-top_block02 .note{
	font-size: 24px;
	text-align: left;
	letter-spacing: 2px;
}

.mv-top_block02 .com_btn01{
	margin-top: 30px;
}

.mv-top_block02 .com_btn01 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 0 0;
	min-width: 186px;
	padding: 20px 16px;
	border-radius: 5px;
	color: #fff;
	background-color: #00517e;
	font-size: 18px;
}

.mv-top_block02 .com_btn01 a::after{
	display: none;
}

@media screen and (max-width: 767px) {
	.mv-top .fix a{
		width: 100px;
	}
	.mv-top .fix .icon{
		width: 90px;
	}
	.mv-top .fix .cover_text{
		width: 100px;
	}
	.mv-top_imgae01 .coming{
		font-size: 4rem;
	}
	.mv-top{
		padding-top: 62px;
	}
	.mv-top h1{
		font-size: 24px;
		padding-left: 45px;
		margin-bottom: 40px;
	}
	.mv-top_block02,
	.top_block03{
		flex-direction: column;
	}
	.mv-top_imgae01{
		margin-top: 0;
		margin-left: auto;
		width: 100%;
	}
	.mv-top_imgae01 .sharp{
		font-family: "Noto Serif JP", serif;
		position: absolute;
		top: unset;
		bottom: -25px;
		left: unset;
		right: 10px;
		font-size: 6rem;
		line-height: 1;
		font-weight: 200;
	}
	.mv-top_imgae01 .coming{
		bottom: 10px;
		left: 10px;
		font-size: 25px;
		letter-spacing: 6px;
	}
	.mv-top_note01{
		padding: 0 0 45px 45px;
	}
	.mv-top .fix{
		top:10px;
		right: 10px;
		position: absolute;
		width: 100px;
	}
	.mv-top .fix img{
		margin-left: 0;
		width: 100px;
		aspect-ratio: 1;
	}
	.mv-top_note02 {
		margin-top: 0;
	}
	img[src$="_pic_mv02.jpg"]{
		width: calc(100% - 54px);
	}
	.mv-top_note02 h2{
		margin-top: 70px;
		padding-left: 45px;
	}
	.mv-top_note02 p{
		margin-top: 20px;
		padding-left: 45px;
	}
	.mv-top_block02{
		margin-top: 72px;
		width: 100%;
	}
	.mv-top_block02 img + div{
		justify-content: flex-start;
		width: 100%;
		padding-left: 45px;
		padding-bottom: 0;
	}
}

/* block */

.syokuin_top_block{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.top_block01{
	width: 100%;
	position: relative;
	padding: 450px 0 210px;
}

.top_block01 img{
	position: absolute;
}

.top_block01 img[src$="top_block0101.png"]{
	position: absolute;
	top: 18px;
	left: 0;
}

.top_block01-anc03{
	padding-top: 530px;
}

.top_block02{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	align-items: flex-end;
}

.top_block01-anc04{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 540px;
	padding: 100px 80px;
	background-color: rgb(255, 255, 255, .8);
}

.top_block01-anc04 h2 + .top_fs,
.top_block01-anc04 .top_fs + .top_fs{
	margin-top: 40px;
}

.top_block03{
	display: flex;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;	
	padding: 200px 40px 180px;
}

.top_block03_inner{
	width: 50%;
}

.top_block03_inner:first-of-type{
	padding-right: 168px;
	border-right: 1px solid #DBDBDB;
}

.top_block03_inner + .top_block03_inner{
	padding-left: 168px;
}

.top_block03_inner h2{
	font-size: 26px;
	font-weight: 300;
	line-height: 1.8;
}

.top_block03_inner h2 + p{
	min-height: 150px;
	margin-top: 20px;
}

.top_block04{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;	
	padding: 0 40px;
}

.top_block03_inner .link_list01{
	max-width: 280px;
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.top_block03_inner .link_list01 a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	transition: .4s;
}

.top_block03_inner .link_list01 a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #DBDBDB;
	border-right: 2px solid #DBDBDB;
	transform: rotate(45deg);
}

.top_block03_inner .link_list01 a:hover{
	text-decoration: none;
}

.top_block01 h2{
	margin-top: 0!important;
}

.syokuin_top_block > section{
	width: 100%;
}

@media screen and (max-width: 767px) {
	.top_block01 img{
		position: static;
		width: 100%;
	}
	.top_block01 {
		padding: 160px 0 66px;
	}
	.top_block01-anc02 h2{
		padding-top: 66px;
		padding-bottom: 0;
	}
	.top_block01-anc02 h2,
	.top_block01-anc02 .top_fs{
		padding-left: 45px;
	}
	.top_block01-anc02 img[src$="top_block0104.png"]{
		position: absolute;
		top: unset;
		left: unset;
		right: 60px;
		bottom: 5px;
		height: 250px;
		width: 250px;
		animation: rotatefix 30s linear infinite;
	}
	.top_block01 img[src$="top_block0102_sp.png"] {
		margin-top: 66px;
	}
	.top_block01-anc03 {
		padding: 66px 45px 0;
	}
	.top_block01-anc04 {
		position: static;
		padding: 0;
		width: 100%;
	}
	.top_block01-anc04 > h2,
	.top_block01-anc04 > .top_fs{
		position: static;
		padding: 0 0 0 45px;
	}
		.top_block03 {
		padding: 45px 45px;
	}
	.top_block03_inner {
		width: 100%;
	}
	.top_block03_inner:first-of-type{
	padding-right: 0;
	border-right: unset;
	}
	.top_block03_inner h2 {
		margin-top: 0;
		font-size: 20px;
		line-height: 2;
	}
	.top_block03_inner h2 + p {
		min-height: unset;
	}
	.top_block03_inner + .top_block03_inner{
		margin-top: 45px;
		padding-top: 45px;
		padding-left: 0;
		border-top: 1px solid #DBDBDB;
	}
	.top_block03_inner .link_list01{
		margin: 10px auto 0;
	}
	.top_block03_inner .link_list01 a{
		margin-top: 10px;
		width: 100%;
	}
	.top_block04{
		margin-top: 45px;
	}
}

/* tab */

.top_tab{
	margin-top: 120px;
	width: 100%;
}

.top_tab .tab{
	display: flex;
	margin-bottom: 30px;
}

.top_tab .tab button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 173px;
	height: 59px;
	border: 2px solid #B4AFAE;
	color: #B4AFAE;
	font-size: 16px;
}

.top_tab .tab button:first-of-type::before{
	content: "";
	position: absolute;
	top: calc(50% - 3.4px);
    right: -1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fefefe url("/img/departments_and_centers/departments/08nurse/icon_tab_arrow.png") center / contain;
}

.top_tab .tab button + button::before{
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: -1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: no-repeat #fefefe url("/img/departments_and_centers/departments/08nurse/icon_tab_arrow.png") center / contain;
	rotate: -180deg;
}

.top_tab .tab button.open::before{
	background: no-repeat #fefefe url("/img/departments_and_centers/departments/08nurse/icon_tab_arrow_b.png") center / contain;
}

.top_tab .tab button + button.open::before{
	top: calc(50% - 3.5px);
	left: -2px;
}

.top_tab .tab button.open{
	color: #00517e;
	border: 2px solid #00517e;
}

.top_tab .tab button:first-of-type{
	border-right-width: 1px;	
}

.top_tab .tab button + button,
.top_tab .tab button + button.open{
	border-left-width: 1px;	
}

.tab-image-wrap{
	position: relative;
}

.tab-image + .tab-image{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s;
}

.tab-image + .tab-image.open{
	opacity: 1;
}

.tab-cont-wrap{
	position: relative;
}

.tab-cont{
	opacity: 0;
	width: 100%;
	z-index: -1;
	transition: .4s;
}

.tab-cont + .tab-cont{
	position: absolute;
	top: 0;
	left: 0;
}

.tab-cont.open{
	opacity: 1;
	z-index: 2;
}

.top_tab .image{
	display: flex;
	padding-top: 100px;
	align-items: flex-start;
	justify-content: center;
	height: 600px;
	background: url("/img/departments_and_centers/departments/08nurse/pic_top_tab01.jpg") center / cover;
}

#tabNaraCont .image{
	background-image: url("/img/departments_and_centers/departments/08nurse/pic_top_tab02.jpg");
}

.tab-cont .note dl{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}

.tab-cont .note dt{
	width: 20%;
	border-right: 1px solid #B4AFAE;
	font-family: "Noto Serif JP", serif;
}

.tab-cont .note dd{
	padding-left: 16px;
	width: 80%;
	font-family: "Noto Serif JP", serif;
}

.tab-cont  .com_btn01{
	margin-top: 30px;
}

.tab-cont .com_btn01 a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	background-color: #00517e;
	height: 68px;
	margin-left: 0;
}

.syokuin_top_block h2{
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #000;
}

.top_block01-anc02,.top_block01-anc03{
	position: relative;
}

.top_block01 img[src$="top_block0102.png"]{
	position: absolute;
	top: 70px;
	right: 0;
}

.top_block01 img[src$="top_block0103.png"]{
	position: absolute;
	top: 70px;
	left: 0;
}

.top_block01-anc03 img[src$="top_block0104.png"]{
	position: absolute;
	top: 70px;
	right: 200px;
}

.top_block01-anc02{
	position: relative;
}

.top_block01-anc02 p + p{
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.top_tab{
		margin-top: 66px;
	}
	.top_tab img{
		width: 100%;
	}
	.top_tab .tab {
		margin-bottom: 0;
		padding: 45px 45px 30px;
	}
	.tab-cont .note p{
		margin-top: 0;	
	}
	.top_tab .tab button {
		font-size: 14px;
	}
	.tab-cont .com_btn01 a{
		margin-top: 20px;
	}
	.note-wrap{
		padding: 0 45px 60px;
	}
	.note dl{
		margin-top: 30px;
	}
	.note-wrap a{
		display: flex!important;
		align-items: center;
		max-width: 230px;
		width: 100%;
		height: 60px;
		margin: 66px auto 0;
	}
}

/* news */

.news_list01{
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #D9D9D9;
}

.news_cont{
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding-right: 34px;
}

.info-important_list a.swiper-slide .note::after,
a.news_cont::after{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #3E3A39;
    border-right: 1px solid #3E3A39;
    transform: rotate(45deg);
    transition: .4s;	
}

.info-important_list a.swiper-slide .note::after {
	right: 0;
    border-top: 1px solid #00517e;
    border-right: 1px solid #00517e;
}

.news_cont:hover{
	text-decoration: unset;
}

.news_cont .tag{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	margin-top: 14px;
	padding: 0 4px;
	line-height: 1.75;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #3E3A39;
}

.news_cont .title{
	font-size: 20px;
}

.news_cont .note{
	display: flex;
	flex-direction: column;
	width: calc(100% - 120px);
}

.news_list01 dt{
	position: relative;
	font-size: 14px;
	width: 100%;
	color: #3E3A39;
}

.news_list01 dt::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 98px);
	height: 1px;
	font-size: 14px;
	background-color: #D9D9D9;
}

.news_list01 dd + dt{
	margin-top: 12px;
}

.news_list01 .text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	max-height: calc(100px * 1);
	font-size: 14px!important;
}

.news_list_link{
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}

.news_list_link a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	color: #000;
	letter-spacing: 2px;
}

.news_list_link a::after{
	content: '';
	display: inline-block;
	margin: 0 2px 0 6px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #DBDBDB;
	border-right: 2px solid #DBDBDB;
	transform: rotate(45deg);
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.info-important_list a.swiper-slide .note span{
		text-decoration: underline;
	}
	.info-important_list a.swiper-slide .note::after {
		display:none;
	}
	.news_list01{
		position: relative;
	}
	.news_list01 dt::after{
		width: calc(100% - 210px);
	}
	.news_list01 dd + dt{
		margin-top: 15px;
	}
	.news_cont .tag {
		position: absolute;
		top: -25px;
		left: 90px;
		margin-top: 0;
	}
	.news_cont .note {
		margin-top: 10px;
		width: 100%;
	}
	.news_cont .title {
		font-size: 16px;
		line-height: 2!important;
	}
	.news_list01 .text {
		margin-top: 8px;
		font-size: 12px!important;
		-webkit-line-clamp: 3;
		max-height: calc(100px * 1);
	}
}

/* デジタルパンフレット */
.syokuin_digital{
	margin-top: 150px;
}

.syokuin_digital a{
	font-size: 18px;
	max-width: 310px;
	width: 100%;
	line-height: 1.2;
}

.syokuin_digital .icon_external{
	display: none;
}

@media screen and (max-width: 767px) {
	.syokuin_digital {
		margin-top: 100px;
	}
	.syokuin_digital .com_btn01 a{
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: 0 auto;
		height: 80px;
		font-size: 18px!important;
		line-height: 1.5;
	}
	.syokuin_digital .com_btn01 a small{
		font-size: 14px;
	}
}

@media (hover: hover) {
	.info-important_list a.swiper-slide:hover .note span{
		text-decoration: underline;
	}
	a.news_cont:hover .title{
		text-decoration: underline;
	}
	a.news_cont:hover::after{
		right: 10px;
	}
	.top_block03_inner .link_list01 a:hover{
		transform: translateY(-6px);
		box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, .1)!important;
	}
	.info-important_list a:hover {
		opacity: .8;
	}
}
