/* 404 */

.error404 .title-warp {
	background: url(../imgs/common/bg-title-404.jpg) center center no-repeat;
	background-size: cover;
}
.error404 .title-warp::before { background-color: rgba(30,30,30,0.85);}
.search-404 { position: relative;}

.search-404 input {
 width: 100%;
 border: #d5d8d7 solid 1px;
 border-radius: 3px;
 font-size: 16px;
 padding: 0.75rem;
}

.search-404 button {
 position: absolute;
 top: 0;
 right: 0;
 background: #1794ac;
 border: none;
 border-radius: 3px;
 height: 56px;
 width: 56px;
 font-size: 11px;
 color: #fff;
}

.search-404 button::before {
 font-family: 'Material Icons';
 content: "search";
 color: #a1d4e2;
 font-weight: bold;
 display: block;
 width: 100%;
 font-size: 26px;
 line-height: 1.0;
}


/* 患者の声 */

.archive-list-voice {
 margin-top: 3.75rem;
 margin-left: 1.25rem;
 margin-right: 1.25rem;
}

.archive-list-voice ul {
	border-top: #a1d4e2 dotted 1px;
}

.archive-list-voice li {
 border-bottom: #a1d4e2 dotted 1px;
 margin-bottom: 0;
}

.archive-list-voice a {
 display: block;
 padding: 1.875rem 0;
 transition: 0.3s;
}

.archive-list-voice a:hover {
 background: #dff2f7;
 transition: 0.3s;
 text-decoration: none;
}

.archive-list-voice a dl {
 display: block;
 overflow: hidden;
 padding-left: 0.625rem;
 padding-right: 0.625rem;
}

.archive-list-voice a dl dt {
 display: flex;
 align-items: center;
 font-weight: normal;
	width: 415px;
 float: left;
	line-height: 1.4;
}

.archive-list-voice a dl dd {
 display: flex;
 align-items: center;
 width: -webkit-calc(100% - 445px);
 width: calc(100% - 445px);
	margin-left: 1.875rem;
 float: left;
	position: relative;
 color: #1794ac!important;
}
.archive-list-voice a dl dd span {
	padding-left: 2.0rem;
	display: inline-block;
}

.archive-list-voice a dl dd:before {
	content: url(../imgs/voice/icon-question.png);
 position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
}

.archive-list-voice a .postDate {
 font-size: 0.875rem;
 color: #7a7a7a;
}

.archive-list-voice a .postTitle {
	margin-left: 1.875rem;
	color: #000!important;
}

@media (max-width: 1199px) {
	.archive-list-voice { margin-top: 1.875rem;}
 .contents-warp > .container { max-width: 100%;}
	.archive-list-voice a dl dt {
		display: block;
  width: 100%;
  float: none;
 }
	.archive-list-voice a dl dd {
  display: block;
		margin-top: 0.625rem;
  width: 100%;
  margin-left: 0;
  float: none;
 }
}

.single.voice .title-warp {
 background: url(../imgs/common/bg-title-voice.jpg) center center no-repeat;
 background-size: cover;
}

.voiceBox {}
.voiceBox dt {
	background: url(../imgs/voice/icon-question-large.png) left top no-repeat;
	padding-left: 65px;
	font-size: 1.125rem;
	line-height: 1.4;
	min-height: 48px;
}

.voiceBox dd {
	position: relative;
	margin-top: 2.50rem;
	margin-left: 4.0625rem;
	border: #f0f0f0 solid 2px;
	border-radius: 8px;
 background: #fff;
}

.voiceBox dd p {
	display: block;
	padding: 1.875rem 1.875rem 0 2.8125rem;
}

.voiceBox dd:before {
	position: absolute;
	top: -14px;
	left: 22px;
	content: url(../imgs/voice/tri-answer.png);
	width: 16px;
	height: 11px;
	line-height: 1.0;
}


.voiceBox dd:after {
	position: absolute;
	top: 10px;
 left: -24px;
	content: url(../imgs/voice/icon-answer.png);
	width: 48px;
	height: 48px;
	line-height: 1.0;
}

@media (max-width: 575px) {
	.archive-list-voice {
  margin-left: 0;
  margin-right: 0;
 }
	.voiceBox dd {	margin-left: 25px;}
}


/* 若鮎だより */

.archive-list-magazine {
 margin-top: 3.75rem;
 margin-left: 1.25rem;
 margin-right: 1.25rem;
}

.archive-list-magazine ul {
	border-top: #a1d4e2 dotted 1px;
}

.archive-list-magazine li {
 border-bottom: #a1d4e2 dotted 1px;
 margin-bottom: 0;
}

.archive-list-magazine a {
 display: block;
 padding: 1.875rem 0;
 transition: 0.3s;
}

.archive-list-magazine a:hover {
 background: #dff2f7;
 transition: 0.3s;
 text-decoration: none;
}

.archive-list-magazine a dl {
 display: block;
 overflow: hidden;
 padding-left: 0.625rem;
 padding-right: 0.625rem;
}

.archive-list-magazine a dl dt {
 display: flex;
 font-weight: normal;
	width: 350px;
 float: left;
	line-height: 1.4;
}

.archive-list-magazine a dl dd {
 display: block;
 width : -webkit-calc(100% - 380px) ;
 width : calc(100% - 380px) ;
	margin-left: 1.875rem;
 float: left;
	position: relative;
 color: #1794ac!important;
}

.archive-list-magazine a dl dd span {
	padding-left: 2.0rem;
	display: inline-block;
}

.archive-list-magazine a dl dd:before {
	content: url(../imgs/magazine/icon-magazine.png);
 position: absolute;
	width: 24px;
	height: 24px;
	top: 4px;
}

.archive-list-magazine a .postDate {
 font-size: 0.875rem;
 color: #7a7a7a;
}

.archive-list-magazine a .postTitle {
	display: block;
	width: 100%;
	margin-left: 0;
	color: #000!important;
}

.archive-list-magazine a .postTitle:after {
	content: url(../imgs/common/icon-pdf.png);
	margin-left: 0.5rem;
}
	
.archive-list-magazine a .postThum {
	display: block;
	margin-left: 5.625rem;
}

.archive-list-magazine a .postDescription {
	display: block;
	width: 100%;
	margin-top: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #7a7a7a;
}

@media (max-width: 1199px) {
	.archive-list-magazine { margin-top: 1.875rem;}
}

@media (max-width: 767px) {
 .archive-list-magazine a dl dt {
  display: block;
	 width: 100%;
  float: none;
 }

 .archive-list-magazine a dl dd {
  display: block;
  width : 100%;
	 margin-left: 0;
		margin-top: 1.250rem;
  float: none;
 }

	.archive-list-magazine a .postDate {
  display: block;
		width: 100%;
	}
	
	.archive-list-magazine a .postThum {
  display: block;
		width: 100%;
  margin-left: 0;
		margin-top: 0.625rem;
 }
	.archive-list-magazine a .postThum img { margin: 0 auto;}
}

@media (max-width: 575px) {
	.archive-list-magazine {
  margin-left: 0;
  margin-right: 0;
 }
}


/* 医学生の皆様へ */

.post-type-archive-training {}
.post-type-archive-training .title-warp {
	height: 940px;
	background: url(../imgs/training/main-v.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
 align-items: center;
}

.post-type-archive-training .title-warp::before {
 z-index: 0;
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(23,148,172,0);
}

.training-title-box {
	margin-left: -40px;
	border-radius: 10px;
	padding: 3.75rem 2.625rem 3.0rem 2.625rem;
	background: rgba(23,148,172,0.85);
	width: 560px;
	color: #fff;
	font-size: 0.875rem;
}

.training-title-box h1, .training-title-box h2 { color: #fff!important;}
.training-title-box h1 {
	font-size: 2.250rem;
	margin: 0 0 40px 0;
	font-weight: bold;
}

.training-title-box h2 {
	font-size: 1.375rem;
	font-family: 'Noto Sans Japanese';
	margin: 0 0 30px 0;
}

.training-contents {
	margin-top: 2.375rem;
	padding-bottom: 5.625rem;
}

.training-contents h2 {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	margin: 54px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.training-contents h2:before, .training-contents h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #a1d4e2;
	display: block;
	max-width: 4.0rem;
}

.training-contents h2:before {	margin-right: 1.25rem;}
.training-contents h2:after {	margin-left: 1.25rem;}
.trainingNews {
	padding-left: 1.250rem;
	padding-right: 1.250rem;
}

.trainingNews a dl {
	border-bottom: #a1d4e2 dotted 1px;
	display: block;
	overflow: hidden;
	transition: 0.2s;
}

.trainingNews a:hover dl {
	transition: 0.2s;
	background: #dff2f7;
}
.trainingNews a:hover dl dd {	text-decoration: none!important;}

.trainingNews a dl dt {
	float: left;
	font-weight: normal;
	font-size: 0.875rem;
	padding-left: 10px;
	padding-right: 10px;
	color: #7a7a7a;
	display: flex;
	align-items: center;
	min-height: 84px;
}

.trainingNews a dl dd {
	min-height: 84px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

.trainingNews .archiveLink {
	display: block;
	margin-top: 1.25rem;
	text-align: right;
	line-height: 1.0;
}

.trainingNews .archiveLink a {
	position: relative;
	display: inline-block;
	padding: 1.250rem 2.50rem;
	background: #1794ac;
	line-height: 1.0;
	border-radius: 5px;
	color: #fff!important;
	font-weight: bold;
}
.trainingNews .archiveLink a:hover { text-decoration: none;}

.trainingNews .archiveLink a:after {
 position: absolute;
	content: 'navigate_next';
 font-family: 'Material Icons';
	font-size: 24px;
	font-weight: normal;
	right: 2px;
	top: 50%;
	margin-top: -10px;
}

.training-childLink {
	background: linear-gradient(25deg, #a1d4e2, #1794ac);
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
}

.training-childLink a dl {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	height: 75px;
	transition: 0.2s;
}

.training-childLink a dd:after {
 position: absolute;
	content: 'navigate_next';
 font-family: 'Material Icons';
	font-size: 24px;
	font-weight: normal;
	right: 2px;
	color: #1794ac;
 height: 75px;
 line-height: 1.0;
 display: flex;
 align-items: center;
}

.training-childLink a dl dt {
 height: 75px;
	width: 75px;
	float: left;
	overflow: hidden;
}
.training-childLink a:hover { text-decoration: none;}
.training-childLink a:hover dl {
	background: #dff2f7;
	transition: 0.2s;
}

.training-childLink a:hover dl dt img {	transition: 0.2s;}
.training-childLink a:hover dl dd { text-decoration: none!important;}
.training-childLink a:hover dl dt img {
	transform: scale(1.05);
	transition: 0.2s;
}

.training-childLink a dl dd {
	height: 75px;
 padding: 0.75rem 1.25rem 0.75rem 0.75rem;	
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.training-movie {	padding: 2.375rem 0 5.625rem 0;}
.training-movie h2 {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin: 54px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-movie h2:before, .training-movie h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #a1d4e2;
	display: block;
	max-width: 4.0rem;
}

.training-movie h2:before {	margin-right: 1.25rem;}
.training-movie h2:after {	margin-left: 1.25rem;}
.training-movie p { margin-bottom: 3.0rem!important;}

.training-contact {
 background: #1794ac;
	display: block;
	padding-top: 2.375rem;
	padding-bottom: 5.625rem;
}

.training-contact h2 {
 font-size: 1.875rem;
 font-weight: bold;
 text-align: center;
 margin: 54px 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
}

.training-contact h2:before, .training-contact h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
	max-width: 4.0rem;
}

.training-contact h2:before {	margin-right: 1.25rem;}
.training-contact h2:after {	margin-left: 1.25rem;}
.post-type-archive-training .contents-warp { padding-bottom: 0;}

.training-contact-block {
	display: flex;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.training-contact-inner {
	background:
		url(../imgs/training/contact-left.png) left center no-repeat,
		url(../imgs/training/contact-right.png) right center no-repeat;
	color: #fff;
	font-size: 0.875rem;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
	display: block;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.training-contact-inner p {
	text-align: center;
	margin-bottom: 0;
}

.training-contact-inner a {
	color: #fff!important;
	text-decoration: underline;
}

.training-contact-inner a:hover {
	text-decoration: none;
}

@media (max-width: 1119px) {
	.training-title-box { margin-left: 0;}
}

@media (max-width: 991px) {
	.post-type-archive-training .title-warp { height: 715px;}
	.training-contact h2 {
  font-size: 1.750rem;
  margin: 27px 0;
 }
}

@media (max-width: 781px) {
 .training-title-box {
  padding: 1.875rem 1.875rem 1.50rem 1.875rem;
  width: 560px;
 }
	.training-title-box h1 {
  font-size: 2.0rem;
  margin: 0 0 20px 0;
 }
	.training-title-box h2 {
  font-size: 1.250rem;
  margin: 0 0 15px 0;
 }
	.training-contents {
  margin-top: 2.375rem;
  padding-bottom: 2.8125rem;
 }
	.training-contents h2 {
  font-size: 1.750rem;
  margin: 26px 0;
 }
	.training-childLink {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
 }
	.training-childLink a dl dd { font-size: 0.875rem;}
	.training-movie {	padding: 2.375rem 2.1825rem 2.375rem 2.1825rem;}
	.training-movie h2 {
  font-size: 1.750rem;
  margin: 26px 0;
 }
	.training-movie .wp-block-column { margin-bottom: 30px!important;}
	.training-contact {
	 padding-top: 0;
		padding-bottom: 2.1825rem;
	}
}

@media (max-width: 767px) {
	.training-contact-inner { line-height: 1.6;}
 .training-childLink a dl { margin-bottom: 0.625rem;}
}

@media (max-width: 590px) {
	.training-contact-inner {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}
	.training-title-box {
		display: block;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 30px;
	}
	.post-type-archive-training .title-warp { height: auto;}
}

@media (max-width: 575px) {
	.training-childLink, .training-contact {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 539px) {
 .trainingNews {
  padding-left: 0;
  padding-right: 0;
 }
	.trainingNews a dl dt {
  float: none;
		min-height: 50px;
 }
	.trainingNews a dl dd {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
		min-height: 50px;
 }
}

/* 各診療科 */

.sinryoka-link-warp {	margin-top: 60px;}
.sinryoka-link-warp h2 {
	position: relative;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.0;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 1.25rem 1.50rem;
	margin-bottom: 0;
	margin-bottom: 1.50rem;
}

.sinryoka-link-warp h2:after {
	content: url(../imgs/sinryoka/tri-sinryoka-title.png);
	position: absolute;
	left: 60px;
	bottom: 10px;
	width: 27px;
	height: 8px;
	line-height: 1.0;
}

.sinryoka-link-warp.bottom-link h2 {}
.sinryoka-link-warp.bottom-link h2:after {}
.sinryoka-link-warp ul { margin-bottom: 50px;}
.sinryoka-link-warp ul li { border-top: none;}
.sinryoka-link-warp ul li span {
 border-bottom: #a1d4e2 dotted 1px;
 height: 78px;
 display: block;
}
.postid-122 .sinryoka-link-warp ul li span { border-bottom: #f7becb dotted 1px;}

.sinryoka-link-warp ul li:nth-of-type(1) span {	border-top: #a1d4e2 dotted 1px;}
.sinryoka-link-warp ul li:nth-of-type(2) span {	border-top: #a1d4e2 dotted 1px;}
.sinryoka-link-warp ul li:nth-of-type(3) span {	border-top: #a1d4e2 dotted 1px;}
.postid-122 .sinryoka-link-warp ul li:nth-of-type(1) span {	border-top: #f7becb dotted 1px;}
.postid-122 .sinryoka-link-warp ul li:nth-of-type(2) span {	border-top: #f7becb dotted 1px;}
.postid-122 .sinryoka-link-warp ul li:nth-of-type(3) span {	border-top: #f7becb dotted 1px;}

@media (max-width: 991px) {
	.sinryoka-link-warp ul li:nth-of-type(1) span {	border-top: #a1d4e2 dotted 1px;}
	.sinryoka-link-warp ul li:nth-of-type(2) span {	border-top: #a1d4e2 dotted 1px;}
	.sinryoka-link-warp ul li:nth-of-type(3) span {	border-top: none;}
 .postid-122 .sinryoka-link-warp ul li:nth-of-type(1) span {	border-top: #f7becb dotted 1px;}
 .postid-122 .sinryoka-link-warp ul li:nth-of-type(2) span {	border-top: #f7becb dotted 1px;}
 .postid-122 .sinryoka-link-warp ul li:nth-of-type(3) span {	border-top: #f7becb dotted 1px;}
}

@media (max-width: 767px) {
	.sinryoka-link-warp ul li:nth-of-type(1) span {	border-top: #a1d4e2 dotted 1px;}
	.sinryoka-link-warp ul li:nth-of-type(2) span {	border-top: none;}
	.sinryoka-link-warp ul li:nth-of-type(3) span {	border-top: none;}
 .postid-122 .sinryoka-link-warp ul li:nth-of-type(1) span {	border-top: #f7becb dotted 1px;}
 .postid-122 .sinryoka-link-warp ul li:nth-of-type(2) span {	border-top: none;}
 .postid-122 .sinryoka-link-warp ul li:nth-of-type(3) span {	border-top: none;}
}


.sinryoka-link-warp ul li span a {
	display: flex;
 align-items: center;
	height: 100%;
	line-height: 1.2;
	padding-left: 1.0rem;
	padding-right: 2.0rem;
	transition: 0.3s;
	position: relative;
}

.sinryoka-link-warp ul li span a:after {
	position: absolute;
 font-family: 'Material Icons';
	content: 'chevron_right';
	line-height: 1.0;
	font-size: 26px;
	right: 6px;
	color: #1794ac;
}

.sinryoka-link-warp ul li span a:hover, .sinryoka-link-warp ul li span a.active {
	background: #1794ac;
	transition: 0.3s;
	text-decoration: none;
	color: #fff!important;
	font-weight: bold;
}

.sinryoka-link-warp ul li span a:hover:after, .sinryoka-link-warp ul li span a.active:after {
	position: absolute;
 font-family: 'Material Icons';
	content: 'chevron_right';
	line-height: 1.0;
	font-size: 26px;
	right: 6px;
	color: #fff;
}

.postid-122 .sinryoka-link-warp ul li span a {
 display: flex;
 align-items: center;
 height: 100%;
 line-height: 1.2;
 padding-left: 1.0rem;
 padding-right: 2.0rem;
 transition: 0.3s;
 background: url(../imgs/nurse/icon-list-pink.png) center right 1.0rem no-repeat;
}

.postid-122 .sinryoka-link-warp ul li span a:hover {
 background: #fee4ea url(../imgs/nurse/icon-list-pink.png) center right 1.0rem no-repeat;
 transition: 0.3s;
 text-decoration: none;
}

.sinryoka-link-warp h2.link {
	background: #1794ac;
	transition: 0.2s;
}
.sinryoka-link-warp h2.link:after {	content: "";}

.sinryoka-link-warp h2.link a {
 color: #fff!important;
	display: block;
	background: url(../imgs/sinryoka/icon-link.png) right center no-repeat;
}
.sinryoka-link-warp h2.link a:hover {
	background: url(../imgs/sinryoka/icon-link.png) right center no-repeat;
 text-decoration: none;
}

.sinryoka-link-warp h2.link:hover {
	transition: 0.2s;
	background: #a4d4e2 url(../imgs/sinryoka/icon-link.png) right center no-repeat;
}

/* 若鮎だより */

.category-magazine .title-warp {
 background: url(../imgs/magazine/bg-title.jpg) center center no-repeat;
 background-size: cover;
}

/* 看護部 */

.sinryoka-child-link {
	margin-top: 90px;
}

#nurse .title-warp {
 background: url(../imgs/nurse/bg-title.jpg) center center no-repeat;
 background-size: cover;
}

#nurse .title-warp::before {
 z-index: 0;
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(245,88,123,0.85);
}

#nurse .panks ul li {	color: #fff !important;}

#nurse .main-contents h2::after {
 content: url(../imgs/nurse/border-h1.png);
 position: absolute;
 left: 0;
 bottom: 4px;
 height: 5px;
 line-height: 5px;
}

#nurse .page-link-warp h2 span {
 display: inline-block;
 min-width: 220px;
 padding-top: 1.25rem;
 padding-bottom: 1.25rem;
 line-height: 1.0;
 background: #f5587b;
 border-radius: 999px;
 position: relative;
 padding-left: 2.50rem;
 padding-right: 2.50rem;
}

#nurse .page-link-warp h2 span::after {
 position: absolute;
 bottom: -1px;
 left: 50%;
 margin-left: -8px;
 content: url(../imgs/nurse/tri-bottom-pink.png);
 width: 16px;
 height: 8px;
 line-height: 1.0;
}

#nurse .page-link-warp ul li span {
 border-bottom: #f7becb dotted 1px;
 height: 78px;
 display: block;
}

#nurse .page-link-warp ul li span a:after {
	position: absolute;
 font-family: 'Material Icons';
	content: 'chevron_right';
	line-height: 1.0;
	font-size: 26px;
	right: 6px;
	color: #f55e80;
}

#nurse .page-link-warp ul li span a:hover, #nurse .page-link-warp ul li span a.active {
	background: #f5587b;
	transition: 0.3s;
	text-decoration: none;
	color: #fff!important;
	font-weight: bold;
}

#nurse .page-link-warp ul li span a:hover:after, #nurse .page-link-warp ul li span a.active:after {
	position: absolute;
 font-family: 'Material Icons';
	content: 'chevron_right';
	line-height: 1.0;
	font-size: 26px;
	right: 6px;
	color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 9999px) {
 #nurse .page-link-warp ul li:nth-child(-n+3) span {	border-top: #f7becb dotted 1px;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
 #nurse .page-link-warp ul li:nth-child(-n+2) span {	border-top: #f7becb dotted 1px;}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
 #nurse .page-link-warp ul li:nth-child(-n+1) span {	border-top: #f7becb dotted 1px;}
}



/* ホーム */

.main-v-warp {
	display: block;
	height: 49vw;
}

.main-v-warp .slider img {
 width: 100%;
 height: 49vw;
 object-fit: cover;
}

.slick-slider {
 position: absolute!important;
 width: 100%;
}

.main-menu {
	display: flex;
	height: 100%;
	align-items: flex-end;
	padding-bottom: 120px;
}

.main-menu a dl {
	background: #1794ac;
	border-radius: 10px;
	padding-top: 3.0rem;
	padding-bottom: 1.5rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	transition: 0.2s;
}

.main-menu a dl dt, .main-menu a dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-menu a dl dd {
	margin-top: 28px;
	color: #fff!important;
	font-weight: bold;
}

.main-menu a:hover {
	text-decoration: none;
}

.main-menu a:hover dl {
	background: #dff2f7;
	transition: 0.2s;
}

.main-menu a dl dt img {
-webkit-transition: all .3s;
    transition: all .3s;
}

.main-menu a:hover dl dt img {
	-webkit-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 transform: translateY(-5px);
    transition: all .3s;
}

.main-menu a:hover dl dd {
	color: #000!important;
	transition: 0.2s;
}


.newsWarp {
	background: url(../imgs/common/bg-contents.png);
	padding-bottom: 90px;
}

.home-tabBlock {
 width: 100%;
 display: block;
 padding-left: 1.50rem;
 padding-right: 1.50rem;
 border-bottom: #d5d8d7 solid 1px;
}

.home-tabBlock ul {
 display: flex;
 justify-content: space-around;
 margin-bottom: 0;
}

.home-tabBlock ul li {
 width: 25%;
 display: block;
 border-left: #fff solid 1px;
}
.home-tabBlock ul li:first-child { border-left: none;}

.home-tabBlock ul li a {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 width: 100%;
 height: 66px;
 padding-left: 0.625rem;
 padding-right: 0.625rem;
 line-height: 1.4;
}

.home-tabBlock .info a {
 background: #1794ac;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .patient a {
 background: #19405e;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .medical a {
 background: #e25d6e;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .concerned a {
 background: #866667;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .openlecture a {
 background: #00b796;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock ul li a:hover {
 text-decoration: none;
}

.home-tabBlock a:hover, .home-tabBlock .active a {
 background: #fff;
 color: #1794ac !important;
 font-weight: bold;
 position: relative;
}

.newsInner h2 {
 font-size: 1.875rem;
 font-weight: bold;
 text-align: center;
 margin: 54px 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
	font-family: 'Noto Sans Japanese';
}

.newsInner h2::before, .newsInner h2::after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background: #a1d4e2;
 display: block;
 max-width: 4.0rem;
}

.newsInner h2::before { margin-right: 1.25rem;}
.newsInner h2::after { margin-left: 1.25rem;}

.tabnav {}
.tabnav li { display: inline;}
.tabnav li a {
	display: inline-block;
	text-decoration: none;
}

.tabnav li a:hover, .tabnav li a.active{
 background: #fff;
 color: #1794ac !important;
	font-weight: bold;
}
.tabcontent{}

.home-list {
 margin-top: 0.625rem;
 margin-left: 1.25rem;
 margin-right: 1.25rem;
}
.home-list ul { margin-bottom: 0;}
.home-list li {
	border-bottom: #a1d4e2 dotted 1px;
	margin-bottom: 0;
}

.home-list a {
	display: block;
	padding: 1.875rem 0;
	transition: 0.3s;
}

.home-list a dl {
 display: block;
	overflow: hidden;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.home-list a dl dt {
	display: flex;
	align-items: center;
	font-weight: normal;
	float: left;
}

.home-list a dl dd {
	display: flex;
	align-items: center;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	padding-left: 1.875rem;
	float: left;
}

.home-list .postDate {
	font-size: 0.875rem;
	color: #7a7a7a;
}

.home-list .postCat {
	display: inline-block;
	margin-left: 1.0rem;
	min-width: 115px;
	padding: 6px 0;
	background: #000;
	border-radius: 3px;
	color: #fff !important;
	font-size: 0.75rem;
	line-height: 1.0;
	text-align: center;
}

.home-list a:hover {
	background: #dff2f7;
	transition: 0.3s;
	text-decoration: none;
}

.home-archiveLink {
	text-align: right;
	margin-top: 1.250rem;
}

.home-archiveLink {
}

.archiveLink-inner a {
	position: relative;
	line-height: 1.0;
	display: inline-block;
	padding: 1.25rem 2.8125rem;
	margin: 0 0;
	background: #1794ac;
	border-radius: 5px;
	font-size: 0.875rem;
	color: #fff!important;
	font-weight: bold;
	transition: 0.2s;
}

.archiveLink-inner a:after {
	position: absolute;
	font-family: 'Material Icons';
 content: "chevron_right";
	font-size: 24px;
	margin-top: -3px;
	right: 2px;
	font-weight: normal;
}
.archiveLink-inner a:hover, .archiveLink-inner a:hover:after { color: #000!important;}
	
/* ホーム */

.main-v-warp {
	display: block;
	height: 49vw;
}

.main-menu {
	display: flex;
	height: 100%;
	align-items: flex-end;
	padding-bottom: 3.25vw;
}

.main-menu a dl {
	background: #1794ac;
	border-radius: 10px;
	padding-top: 3.0rem;
	padding-bottom: 1.5rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	transition: 0.2s;
}

.main-menu a dl dt, .main-menu a dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-menu a dl dd {
	margin-top: 28px;
	color: #fff!important;
	font-weight: bold;
}

.main-menu a:hover {
	text-decoration: none;
}

.main-menu a:hover dl {
	background: #dff2f7;
	transition: 0.2s;
}

.main-menu a dl dt img {
-webkit-transition: all .3s;
    transition: all .3s;
}

.main-menu a:hover dl dt img {
	-webkit-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 transform: translateY(-5px);
    transition: all .3s;
}

.main-menu a:hover dl dd {
	color: #000!important;
	transition: 0.2s;
}

.newsWarp {
	background: url(../imgs/common/bg-contents.png);
	padding-bottom: 90px;
	overflow: hidden;
}

.home-tabBlock {
 width: 100%;
 display: block;
 padding-left: 1.50rem;
 padding-right: 1.50rem;
 border-bottom: #d5d8d7 solid 1px;
}

.home-tabBlock ul {
 display: flex;
 justify-content: space-around;
 margin-bottom: 0;
}

.home-tabBlock ul li {
 width: 25%;
 display: block;
 border-left: #fff solid 1px;
}
.home-tabBlock ul li:first-child { border-left: none;}

.home-tabBlock ul li a {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 width: 100%;
 height: 66px;
 padding-left: 0.625rem;
 padding-right: 0.625rem;
 line-height: 1.4;
}

.home-tabBlock .info a {
 background: #1794ac;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .patient a {
 background: #19405e;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .medical a {
 background: #e25d6e;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .concerned a {
 background: #866667;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock .openlecture a {
 background: #00b796;
 border-radius: 5px 5px 0 0;
 color: #fff !important;
}

.home-tabBlock ul li a:hover {
 text-decoration: none;
}

.home-tabBlock a:hover, .home-tabBlock .active a {
 background: #fff;
 color: #1794ac !important;
 font-weight: bold;
 position: relative;
}

.newsInner h2 {
 font-size: 1.875rem;
 font-weight: bold;
 text-align: center;
 margin: 54px 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
	font-family: 'Noto Sans Japanese';
}

.newsInner h2::before, .newsInner h2::after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background: #a1d4e2;
 display: block;
 max-width: 4.0rem;
}

.newsInner h2::before { margin-right: 1.25rem;}
.newsInner h2::after { margin-left: 1.25rem;}

.tabnav {}
.tabnav li { display: inline;}
.tabnav li a {
	display: inline-block;
	text-decoration: none;
}

.tabnav li a:hover, .tabnav li a.active{
 background: #fff;
 color: #1794ac !important;
	font-weight: bold;
}
.tabcontent{}

.home-list {
 margin-top: 0.625rem;
 margin-left: 1.25rem;
 margin-right: 1.25rem;
}
.home-list ul { margin-bottom: 0;}
.home-list li {
	border-bottom: #a1d4e2 dotted 1px;
	margin-bottom: 0;
}

.home-list a {
	display: block;
	padding: 1.875rem 0;
	transition: 0.3s;
}

.home-list a dl {
 display: block;
	overflow: hidden;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.home-list a dl dt {
	display: flex;
	align-items: center;
	font-weight: normal;
	float: left;
}

.home-list a dl dd {
	display: flex;
	align-items: center;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	padding-left: 1.875rem;
	float: left;
}

.home-list .postDate {
	font-size: 0.875rem;
	color: #7a7a7a;
}

.home-list .postCat {
	display: inline-block;
	margin-left: 1.0rem;
	min-width: 115px;
	padding: 6px 0;
	background: #000;
	border-radius: 3px;
	color: #fff !important;
	font-size: 0.75rem;
	line-height: 1.0;
	text-align: center;
}

.home-list a:hover {
	background: #dff2f7;
	transition: 0.3s;
	text-decoration: none;
}

.home-archiveLink {
	text-align: right;
	margin-top: 1.250rem;
}

.home-archiveLink {
}

.archiveLink-inner a {
	position: relative;
	line-height: 1.0;
	display: inline-block;
	padding: 1.25rem 2.8125rem;
	margin: 0 0;
	background: #1794ac;
	border-radius: 5px;
	font-size: 0.875rem;
	color: #fff!important;
	font-weight: bold;
	transition: 0.2s;
}

.archiveLink-inner a:after {
	position: absolute;
	font-family: 'Material Icons';
 content: "chevron_right";
	font-size: 24px;
	margin-top: -3px;
	right: 2px;
	font-weight: normal;
}
.archiveLink-inner a:hover, .archiveLink-inner a:hover:after { color: #000!important;}
	
.home-pickupWarp {
	padding: 3.75rem 0 1.875rem 0;
	background: linear-gradient(25deg, #a1d4e2, #1794ac);
}

.home-pickupWarp a {
	display: block;
	margin-bottom: 1.875rem;
}
.home-pickupWarp a:hover { text-decoration: none;}

.home-pickupWarp a dl {
	display: block;
	overflow: hidden;
	background: #fff;
	transition: 0.2s;
}

.home-pickupWarp a:hover dl {
	background: #dff2f7;
	transition: 0.2s;
}

.home-pickupWarp a dl dt {
	float: left;
	width: 75px;
	height: 75px;
}

.home-pickupWarp a dl dd {
 height: 75px;
 padding: 0.75rem 1.25rem 0.75rem 0.75rem;
 display: flex;
 align-items: center;
 line-height: 1.2;
	font-weight: bold;
	position: relative;
}

.home-pickupWarp a dl dd::after {
 position: absolute;
 content: 'navigate_next';
 font-family: 'Material Icons';
 font-size: 24px;
 font-weight: normal;
 right: 2px;
 color: #1794ac;
 height: 75px;
 line-height: 1.0;
 display: flex;
 align-items: center;
}

@media screen and (max-width: 1239px) {
	.main-v-warp { height: 850px;}
 .main-v-warp .slider img {
  width: 100%;
  height: 850px;
  object-fit: cover;
 }
}

@media screen and (max-width: 991px) {
	.main-menu {
		margin-left: 15px;
		margin-right: 15px;
	}
	.main-menu a dl {
	 margin-bottom: 15px;
  padding-top: 1.250rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
 }
	.main-menu a dl dd { font-size: 0.875rem;}
	.newsInner {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-tabBlock {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
 }
	.home-tabBlock ul li a { font-size: 0.75rem;}
	.newsInner h2 {
  font-size: 1.50rem;
  margin: 46px 0 20px 0;
 }
}

@media screen and (max-width: 768px) {
	.home-list a dl dt { float: none;}
	.home-list a dl dd {
		display: block;
		width: 100%;
		float: none;
		margin-top: 0.625rem;
		font-size: 0.875rem;
		padding-left: 0;
	}
	.home-pickupWarp {
		padding-top: 3.0rem;
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
		padding-bottom: 3.0rem;
	}
	.home-pickupWarp a { margin-bottom: 0.625rem;}
	.home-list li a { padding: 1.250rem 0;}
}
.wp-block-table td,
.wp-block-table th,
.wp-block-table { border:none!important;}

/* 検索結果 */

.search-list-warp {
 margin-top: 5.625rem;
}

.search-list {
 margin-top: 0.625rem;
 margin-left: 1.25rem;
 margin-right: 1.25rem;
}
.search-list ul { margin-bottom: 0;}
.search-list li {
	border-bottom: #a1d4e2 dotted 1px;
	margin-bottom: 0;
}

.search-list a {
	display: block;
	text-decoration: none;
}

.search-list dl {
	display: block;
	overflow: hidden;
	padding-left: 1.250rem;
	padding-right: 1.250rem;
	padding-top: 1.875rem;
	padding-bottom: 1.250rem;
	transition: 0.3s;
}

.search-list dl:hover {
	background: #dff2f7;
	transition: 0.3s;
	cursor: pointer;
}

.search-list dl dt {
	padding-left: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.4;
	background: url(../imgs/common/point-list.png) top 7px left no-repeat;
}

.search-list dl dd {
	padding-left: 1.875rem;
	margin-top: 0.625rem;
}

.search-list dl dd p:after {	content:'...';}
.result-title {
	display: block;
	width: 100%;
}

.result-text {
	display: block;
	margin-top: 0.625rem;
}

.search-list dl dt a[target="_blank"]:after{
	content: url(../imgs/common/icon-blank.png);
	margin-left: 0.625rem;
}

@media screen and (max-width: 768px) {
 .search-list-warp { margin-top: 0;}
	.search-list dl dt { font-size: 1.0rem;}
	.search-list dl dd { font-size: 0.875rem;}
}

@media screen and (max-width: 575px) {
	.search-list {
		margin-left: 0;
		margin-right: 0;
	}
	.search-list dl {
  padding-top: 1.250rem;
  padding-bottom: 0.750rem;
 }
}

/* 検索（モーダルウィンドウ） */

.modal dt {
 display: block;
	text-align: center;
	font-size: 1.50rem;
}

.sp-head-search.pc-search #s-btn {
	font-size: 10px!important;
}

.closeWarp {
	display: block;
	text-align: center;
}

.closeWarp a {
 display: inline-block;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	line-height: 1.0;
	background: #1794ac;
	border-radius: 5px;
	position: relative;
	width: 200px;
	color: #fff!important;
}
.closeWarp a:hover { text-decoration: none;}

.closeWarp a:before {
	font-family: 'Material Icons';
	content: 'highlight_off';
	line-height: 1.0;
	font-size: 24px;
	position: absolute;
	left: 0.625rem;
	margin-top: -2px;
}


/* サイトマップ */

.sitemapWarp {}
.sitemapWarp a {
	display: block;
	text-decoration: none;
}

.sitemapWarp h2 a {
	position: relative;
}

.sitemapWarp h2 a:after {
	position: absolute;
	right: 1.250rem;
	top: 0.5rem;
	font-size: 28px;
 font-family: 'Material Icons';
	content: 'navigate_next';
	line-height: 1.0;
}

.sitemapWarp dl {
	display: inline-block;
}

.sitemap-childLink ul {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.sitemap-childLink li {
	width: 30.0%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.sitemap-infoLink dt { font-weight: normal;}
.sitemap-infoLink .postDate {
	font-size: 0.875rem;
	color: #7a7a7a;
}

.sitemap-infoLink .postCat {
	display: inline-block;
	margin-left: 1.0rem;
	min-width: 115px;
	padding: 6px 0;
	background: #000;
	border-radius: 3px;
	color: #fff !important;
	font-size: 0.75rem;
	line-height: 1.0;
	text-align: center;
}

.sitemapWarp h3 a {
	position: relative;
}

.sitemapWarp h3 a:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	font-size: 28px;
 font-family: 'Material Icons';
	content: 'navigate_next';
	line-height: 1.0;
}

.main-contents .sitemap-infoLink a[target="_blank"]::after { content: '';}
.main-contents .sitemap-infoLink a[target="_blank"] dl dd::after {
 content: url(../imgs/common/icon-blank.png);
 margin-left: 0.50rem;
 margin-right: 0;
}


@media screen and (max-width: 991px) {
 .sitemap-childLink li {	width: 46.0%;}
}

@media screen and (max-width: 768px) {
 .sitemap-childLink li {	width: 100%;}
}

.back-link-inner a {
	text-decoration: none;
}

/* 新型コロナウイルス関連 */

.newsCorona-inner {
 margin-top: 54px;
 padding: 30px;
 border: #e6e6e6 solid 3px;
 border-radius: 5px;
 background: #ffeeee;
}

.newsCorona-inner h2 {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans Japanese';
}

.newsCorona-inner h2::before, .newsCorona-inner h2::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #FF0000;
    display: block;
    max-width: 4.0rem;
}

.newsCorona-inner h2::before {
    margin-right: 1.25rem;
}

.newsCorona-inner h2::after {
    margin-left: 1.25rem;
}

.newsCorona-inner ul { margin-bottom: 0;}
.newsCorona-inner li {
    border-bottom: #FF0000 dotted 1px;
    margin-bottom: 0;
}

.newsCorona-inner .postDate {
    font-size: 0.875rem;
    color: #7a7a7a;
}

.newsCorona-inner a {
    display: block;
    padding: 1.875rem 0;
    transition: 0.3s;
}

.newsCorona-inner a dl {
    display: block;
    overflow: hidden;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.newsCorona-inner a dl dt {
    display: flex;
    align-items: center;
    font-weight: normal;
    float: left;
}

.newsCorona-inner a dl dd {
    display: flex;
    align-items: center;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 1.875rem;
    float: left;
}

.newsCorona-inner a:hover {
    background: #ffd5d5;
    transition: 0.3s;
    text-decoration: none;
}

.corona-archiveLink {
    text-align: right;
    margin-top: 1.250rem;
}

.newsCorona-inner .archiveLink-inner a {
 
    position: relative;
    line-height: 1.0;
    display: inline-block;
    padding: 1.25rem 2.8125rem;
    margin: 0 0;
    background: #FF0000;
    border-radius: 5px;
    font-size: 0.875rem;
    color: #fff !important;
    font-weight: bold;
    transition: 0.2s;
}

.newsCorona-inner .archiveLink-inner a:hover, .newsCorona-inner .archiveLink-inner ahover::after {
    color: #000 !important;
}
.newsCorona-inner .archiveLink-inner a:hover {
    background: #ffd5d5;
    transition: 0.3s;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
.newsCorona-inner h2 {
    font-size: 1.50rem;
}
}

@media screen and (max-width: 768px) {
.newsCorona-inner a dl dt {
    float: none;
}
 .newsCorona-inner a {
  padding: 1.250rem 0;
 }
 .newsCorona-inner a dl dd {
    display: block;
    align-items: center;
    width: 100%;
 margin-top: 0.625rem;
 font-size: 0.875rem;
  padding-left: 0;
    float: none;
}

}

@media screen and (max-width: 575px) {
 .newsCorona-inner {
  margin-top: 30px;
  padding: 20px;
 }
}


/* スライダー */

.sliderWarp {
 display: block;
 margin-top: 60px;
 margin-bottom: 60px;
}

.sp-sliderWarp {
 display: none;
}

.sliderInner img {
 margin-left: auto;
 margin-right: auto;
}

@media screen and (max-width: 767px) {
 .sliderWarp { display: none;}
 .sp-sliderWarp {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
 }
}


.newCorona {
 margin-top: 60px;
}

.newCorona a {
 display: block;
 background: #FF3D3D;
 padding: 30px;
 text-align: center;
 font-size: 1.50rem;
 font-weight: bold;
 color: #fff!important;
 transition: 0.2s;
}

.newCorona a:hover {
 background: #42b2d0;
 text-decoration: none;
 transition: 0.2s;
}

/* 5セル用 */

.main-menu a dl {
 padding-left: 1.250rem;
 padding-right: 1.250rem;
}

@media screen and (min-width:992px){
 .col-lg-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
 }
}

@media screen and (max-width:991px){
 .main-menu { padding-bottom: 3.25vw;}
 .main-menu a dl dd {
  margin-top: 10px;
 }
}

@media screen and (max-width:767px){
 .main-v-warp {
  height: 650px;
 }
 .main-v-warp .slider img {
  width: 100%;
  height: 650px;
  object-fit: cover;
 }

 .main-menu a dl {
  padding-left: 15px;
  padding-right: 15px;
 }
 .main-menu a dl dt img {
  width: 40px;
  height: 40px;
 }
 .main-menu a dl dd {
  font-size: 0.75rem;
 }
}

.home-banner {
 position: relative;
}
.home-banner-inner {
 width: 425px;
 position: absolute;
 top: 180px;
}

@media screen and (max-width: 991px) {
 .home-banner-inner {
  top: 90px;
 }
}

@media screen and (max-width: 479px) {
 .home-banner-inner {
  width: 330px;
 }
 .home-banner-inner img {
  width: 100%;
  height: auto;
 }
}

/* 2024.03.23 Shortcutリンク */
.shortcutInner {
	margin-top: 60px;
}
.shortcutInner .main-menu {
	margin-left: 1px;
	margin-right: 1px;
}
@media screen and (min-width: 992px) {
	.shortcutInner .main-menu .col-lg-2 {
			 padding-left: 8px;
			 padding-right: 8px;
		 }
	.shortcutInner .main-menu dl dt img {
			max-width: 48px;
			 height: auto;
		 }
	.shortcutInner .main-menu dl dd {
			 font-size: 14px;
		 }
	.shortcutInner .main-menu dl dd br {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.shortcutInner .main-menu .col-4 {
			 padding: 2px;
	}
	.shortcutInner .main-menu a dl{
		margin-bottom: 0;
	}
}

.bannerInner .nurse-banner,.training-banner {
	width: 100%;
}
.bannerInner .col-12 {
	padding-left: 0;
	padding-right: 0;
	
}
.bannerInner a {
	display: block;
	padding-top: 4.25rem;
	padding-bottom: 4.25rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff !important;
	width: 100%;
}
.bannerInner a span {
	padding-bottom: 1rem;
	border-bottom: #fff solid 1px;
}
.bannerInner a:hover {
	text-decoration: none;
}
.bannerInner .nurse-banner a {
  background-color:#F76B8A;
  background-image: url("../imgs/home/banner_bg_nurse.png");
	border-radius: 10px 0 0 10px;	
}
.bannerInner .training-banner a {
	background: #1E549F 0% 0% no-repeat padding-box;
	border-radius: 0 10px 10px 0px;
}
/* 2024.03.30~ 追加 */
.main-menu-wrap {
	padding-top: clamp(30px, 1.1177rem + 3.0832vw, 60px);
	padding-bottom: clamp(40px, 1.2378rem + 5.1387vw, 90px);
	margin-top: 0;
}
@media screen and (min-width: 992px) {
	/* .newsWarp {
		margin-top: calc(calc(clamp(9rem, 8.4983rem + 2.4178vw, 10.5625rem) + 30px + 3.25vw) * -1);
	} */
}
.main-menu {
	padding: 0;
}
.main-menu a dl {
	aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: max-content;
    padding: 0;
    grid-template-rows: auto max-content;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
	row-gap: min(0.2463rem + 1.5416vw, 1.5625rem);
	background: transparent;
	z-index: 1;
	justify-content: center;
}
.main-menu a dl::before {
	background: #1794AC;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
	transition: 0.2s;
	z-index: -1;
}
.main-menu a:hover dl::before {
	background: #dff2f7;
    transition: 0.2s;
    opacity: 1;
}
.main-menu a dl dd {
    margin: 0;
	text-align: center;
	line-height: 1.6;
}
@media screen and (min-width: 992px) {
	.main-menu .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.main-menu a dl {
		padding-top: 20px;
	}
}

.shortcutInner {
    margin-top: 30px;
}
.bannerInner {
	margin-left: -15px;
    margin-right: -15px;
}
@media screen and (min-width: 992px) {
	.shortcutInner {
		margin-top: 20px;
	}
	.bannerInner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.bannerInner .nurse-banner a,
.bannerInner .training-banner a {
	padding: 0;
	height: clamp(7.5rem, 6.4902rem + 4.111vw, 10rem);
	display: grid;
    justify-items: center;
    align-items: center;
}
.bannerInner .nurse-banner a {
	position: relative;
    border-radius: 0;
	background: url(../imgs/home/banner_bg_nurse.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
	overflow: hidden;
}
.bannerInner .nurse-banner a::before {
	background: transparent linear-gradient(254deg, #F76B8A 0%, #7C3645 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.bannerInner .nurse-banner a::after {
	background: #F76B8A;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
	transition: .2s;
}
.bannerInner .nurse-banner a:hover::after {
    opacity: 0.25;
	transition: .2s;
}
.bannerInner .training-banner a {
    border-radius: 0;
	position: relative;
	background: url(../imgs/home/banner_bg_training.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
	overflow: hidden;
}
.bannerInner .training-banner a::before {
	background: transparent linear-gradient(106deg, #1E549F 0%, #0F2A50 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.bannerInner .training-banner a::after {
	background: #1E549F;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
	transition: .2s;
}
.bannerInner .training-banner a:hover::after {
    opacity: 0.25;
	transition: .2s;
}
.bannerInner a span {
	font-size: clamp(20px, 1.149rem + 0.4111vw, 24px);
    position: relative;
	padding-right: 25px;
    padding-bottom: 2px;
	z-index: 1;
}
.bannerInner a span::after {
	background: url(../imgs/home/arrow__big-white.svg);
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    right: -2px;
    position: absolute;
    top:  clamp(7px, 0.3113rem + 0.5139vw, 12px);
    width: 11px;
}
@media screen and (min-width: 768px) {
	.bannerInner .nurse-banner a {
		border-radius: 10px 0 0 10px;
	}
	.bannerInner .training-banner a {
		border-radius: 0 10px 10px 0px;
	}
}
.main-v-warp,
.main-v-warp .slider img {
	height: clamp(393px, 18.3272rem + 25.3854vw, 640px);
}
.newsInner h2 {
    margin-top: clamp(45px, 1.6765rem + 4.6249vw, 90px);
}