@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.top #gHeader{
 max-width: unset;
}
#index .mainVisual {
	padding-top: 4rem;
	position: relative;
}
#index .mainVisual .ttl {
	margin-bottom: 4rem;
	color: #83BDD8;
	font-size: 7.5rem;
	font-weight: 700;
}
#index .mainVisual .linkBtn {
	width: 19.2rem;
	margin: 0 0 -11.5rem -7rem;
	position: relative;
	z-index: 1;
}
#index .mainVisual .linkBtn a {
	position: relative;
	height: 19.2rem;
	padding-top: 6rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #6CB3D9;
	border-radius: 100%;
}
#index .mainVisual .linkBtn .comArrow {
	left: 50%;
	bottom: 4rem;
	transform: translate(-50%,0);
	width: 1.6rem;
	height: 1.7rem;
}
#index .mainVisual .linkBtn .comArrow:before,
#index .mainVisual .linkBtn .comArrow:after {
	background-image: url(../img/common/arrow08.png);
}
#index .mainVisual .linkBtn a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 17.7rem;
	height: 17.7rem;
	background: url(../img/index/link_btn_img.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	margin: -8.8rem 0 0 -8.8rem;
	animation: point_rotate linear 10s infinite;
}
@keyframes point_rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
#index .mainVisual .linkBtn span {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
}
#index .mainVisual .linkBox {
	position: absolute;
	right: 0;
	top: 3rem;
	min-height: 61.2rem;
	width: 53.1rem;
	padding: 3rem 0 0 3rem;
	border-radius: 3rem 0 0 0;
}
#index .mainVisual .linkBox .ttl {
	position: absolute;
	left: 3rem;
	top: 3rem;
	padding: 3.9rem 2rem 0 0;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FEFEFE;
	background: url(../img/common/icon20.png) no-repeat top left;
	background-size: 2.8rem auto;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
}
#index .mainVisual .linkBox li:not(:last-child) {
	margin-bottom: 1rem;
}
#index .mainVisual .videoBox {
 max-width: 1820px;
	margin: 6rem auto -7rem;
	clip-path: polygon(0 0, calc(100% - 39.8rem) 0, calc(100% - 39.8rem) 8rem, 100% 8rem, 100% 100%, 0 100%);
}
#index .mainVisual .videoBox > div {
	aspect-ratio: 1340 / 700;
	display: block;
	position: relative;
	-webkit-mask: url(../img/index/mask01.png) no-repeat calc(100% - 39.9rem) top / 6.2rem,
	url(../img/index/mask02.png) no-repeat right 10rem / 3.2rem,linear-gradient(#000 0, #000 100%) no-repeat left top / calc(100% - 46rem) 100%,linear-gradient(#000 0, #000 100%) no-repeat right bottom / 46.1rem calc(100% - 13.2rem),linear-gradient(#000 0, #000 100%) no-repeat right 3.1rem top 10rem / 46.1rem 3.4rem;
	-moz-mask: url(../img/index/mask01.png) no-repeat calc(100% - 39.9rem) top / 6.2rem,
	url(../img/index/mask02.png) no-repeat right 10rem / 3.2rem,linear-gradient(#000 0, #000 100%) no-repeat left top / calc(100% - 46rem) 100%,linear-gradient(#000 0, #000 100%) no-repeat right bottom / 46.1rem calc(100% - 13.2rem),linear-gradient(#000 0, #000 100%) no-repeat right 3.1rem top 10rem / 46.1rem 3.4rem;
	mask: url(../img/index/mask01.png) no-repeat calc(100% - 39.9rem) top / 6.2rem,
	url(../img/index/mask02.png) no-repeat right 10rem / 3.2rem,linear-gradient(#000 0, #000 100%) no-repeat left top / calc(100% - 46rem) 100%,linear-gradient(#000 0, #000 100%) no-repeat right bottom / 46.1rem calc(100% - 13.2rem),linear-gradient(#000 0, #000 100%) no-repeat right 3.1rem top 10rem / 46.1rem 3.4rem;
	border-radius: 3rem;
	overflow: hidden;
}
#index .mainVisual .videoBox .btn {
	width: 8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
#index .mainVisual .videoBox .thumbnail {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#index .mainVisual .videoBox .video {
	height: 100%;
	transform: scale(1.195);
}
#index .mainVisual .videoBox img,
#index .mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
#index .mainVisual .textList {
	line-height: 1;
	display: flex;
	opacity: 0.5;
	position: relative;
	z-index: 1;
}
#index .mainVisual .textList li {
	margin: 0 2rem;
	flex-shrink: 0;
	color: #FEFEFE;
	font-size: 14rem;
	font-weight: 600;
}
#index .withyou {
	margin-top: -27rem;
	padding: 35rem 0 11.5rem;
}
#index .withyou .textBox {
	width: 48rem;
 margin: 0;
	color: #FEFEFE;
}
#index .withyou .ttl {
	margin-bottom: 2.5rem;
	font-size: 4rem;
	font-weight: 700;
}
#index .withyou p {
	margin-bottom: 2rem;
	line-height: 2;
}
#index .withyou .img {
	width: 55rem;
}
#index .news {
	padding: 10.5rem 0 10rem;
}
#index .medical {
	padding: 10.5rem 0 10rem;
	border-radius: 3rem;
}
#index .medical .headLine04 {
	margin-bottom: 6.5rem;
	color: #FEFEFE;
	background: url(../img/common/icon22.png) no-repeat left 0.3rem top 0.3rem;
	background-size: 3.4rem auto;
}
#index .medical .headLine04 .jp {
	background-image: url(../img/common/line04.png);
}
#index .facilities {
	padding: 8rem 0 10.5rem;
}
#index .facilities .phoList {
	display: flex;
}
#index .facilities .phoList li {
	width: 60rem;
	margin: 0 1rem;
	border-radius: 2rem;
	overflow: hidden;
}
#index .facilities .widBox {
	max-width: 144rem;
	margin: 0 auto;
}
#index .facilities .textBox {
	width: 72rem;
	position: relative;
	margin-top: -8rem;
	padding: 4.5rem 5rem 0;
	background-color: #fff;
	border-radius: 0 2rem 0 0;
}
#index .facilities .textBox p {
	margin-bottom: 4.5rem;
	color: #4F92BD;
	line-height: 1.8;	
}
#index .column {
	padding: 10rem 0;
	border-radius: 3rem;
}
#index .column .headLine05 {
	color: #FEFEFE;
}
#index .column .text04{
 margin: 50px auto 70px;
 text-align: center;
 width: fit-content;
 color: #fff;
 line-height: 1.8;
}
#index .sawayaka {
	margin-top: 15rem;
	padding: 14rem 0 25rem;
	background: url(../img/index/sawayaka_bg01.jpg) no-repeat top center,url(../img/index/sawayaka_bg02.jpg) no-repeat bottom center #E8F7F6;
	background-size: 100% 20rem;
}
#index .sawayaka .headLine05 {
	margin-bottom: 8rem;
	color: #00AD9B;
}
#index .sawayaka .headLine05 .jp {
	margin: -0.5rem 0 1rem;
	font-size: 1.8rem;
}
#index .sawayaka .headLine05 .big {
	display: block;
	font-size: 4rem;
	font-weight: 700;
}
#index .sawayaka .inner01 {
	margin-bottom: 8.5rem;
}
#index .sawayaka .headLine04 {
	margin-bottom: 3.5rem;
	padding-left: 0;
	color: #00AD9B;
	background: none;
}
#index .sawayaka .headLine04 .jp {
	background-image: url(../img/common/line01.png);
}
#index .sawayaka .inner02 {
	margin-bottom: 3rem;
}
#index .sawayaka .inner02 .ttl {
	color: #00AD9B;
	font-size: 3rem;
}
#index .sawayaka .comLinkUl .slick-slide > div {
	margin: 0 0.7rem;
	width: 40.2rem;
}
#index .instagram p {
	margin: -0.5rem 0 2.5rem;
	line-height: 1.8;
}
#index .instagram .insList {
	margin-bottom: 5rem;
	gap: 2rem;
}
#index .instagram .insList li {
	width: calc((100% - 10rem) / 6);
}
#index .instagram .insList li a {
	display: block;
	aspect-ratio: 190 / 285;
	border-radius: 1rem;
	background: #eee;
	overflow: hidden;
}
#index .instagram .insList li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform ease 0.3s;
}
#index .mitas {
	padding: 20rem 0 19rem;
	position: relative;
}
#index .mitas::before {
	position: absolute;
	right: 0;
	top: 10rem;
	bottom: 10rem;
	width: calc(50% + 20rem);
	background-color: #F7FAFA;
	border-radius: 3rem 0 0 3rem;
	content: "";
}
#index .mitas .imgBox {
	position: relative;
	align-items: flex-start;
}
#index .mitas .pho {
	width: 61rem;
	overflow: hidden;
	border-radius: 2rem;
}
#index .mitas .pho img {
	width: 100%;
}
#index .mitas .textBox {
	width: 53rem;
}
#index .mitas .logo {
	margin-bottom: 3rem;
	width: 20rem;
}
#index .mitas .ttl {
	margin-bottom: 3rem;
	color: #5C7885;
	font-weight: 500;
	font-size: 3rem;
}
#index .mitas p {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	line-height: 1.8;
}
#index .mitas p span {
	display: block;
	font-size: 1.4rem;
}
#index .mitas .comLink {
	margin-bottom: 1rem;
}
#index .mitas .comLink small {
	font-size: 1.6rem;
}
@media all and (min-width: 1921px) {
	.top #gHeader {
		max-width: 1920px;
	}
	.wrap {
		margin: auto;
		max-width: 1920px;
    	position: relative;
	}
	#index .mainVisual .linkBtn {
		transform: scale(1.2);
	}
	#index .mainVisual .linkBox {
		border-radius: 3rem;
		margin-right: 2rem;
		top: 0;
		width: 51.1rem;
	}
}
@media all and (min-width: 1441px) {
	#index .facilities .textBox {
		border-top-left-radius: 2rem;
	}
	#index .mainVisual .videoBox > div {
		aspect-ratio: 1720 / 900;
	}
}
@media all and (min-width: 1761px) {
	#index .comRecruit {
		max-width: 172rem;
		margin: 0 auto -5rem;
	}
}
@media all and (min-width: 897px) {
	#index .content {
		width: 124rem;
	}
	#index .content .headLine04{
		margin-bottom: 6rem;
	}
	#index .withyou .content {
		width: 114rem;
	}
	#index .mainVisual .content {
		margin: 0 10rem;
		width: auto;
	}
	#index .mainVisual .linkBtn a:hover {
		background-color: #4F92BD;
	}
	#index .comColumn {
		margin-bottom: 5rem;
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 2rem;
	}
	#index .comColumn .wid {
		width: 82rem;
		grid-row: span 2;
	}
	#index .comColumn .wid .pho {
		height: 41rem;
		border-radius: 2rem;
	}
	#index .comColumn .wid .textBox {
		margin-top: -5rem;
		min-height: 16rem;
		padding: 3rem 3rem 6rem;
		border-radius: 2rem;
  		transition: 0.3s;
	}
	#index .comColumn li a:hover .textBox {
		background: #E7F2F9;
		transition: 0.3s;
	}
	#index .comColumn .wid .textBox .comArrow {
		right: 2rem;
	}
	#index .comColumn .wid .textBox .ttl {
		font-size: 2.4rem;
	}
	#index .comColumn .wid .comTitle {
		left: 3rem;
		bottom: 2.7rem;
	}
	#index .comColumn .wid .comTitle .time {
		width: 9.5rem;
		font-size: 1.6rem;
	}
	#index .comColumn .wid .comTitle .sort {
		margin-top: 0.1rem;
	}
	#index .instagram .insList li a:hover img {
		transform: scale(1.1);
	}
}
@media all and (min-width: 897px) and (max-width: 1440px) {
#index .mainVisual .content{
  margin: 0 5rem;
 }
 #index .mainVisual .linkBtn{
  margin: 0 0 -11.5rem -2rem;
 }
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		padding-top: 2rem;
	}
	#index .mainVisual .ttl {
		margin-bottom: 3rem;
		font-size: 5rem;
	}
	#index .mainVisual .linkBtn {
		position: absolute;
		width: 12rem;
		right: 1rem;
		top: 11rem;
		margin: 0;
	}
	#index .mainVisual .linkBtn a {
		height: 12rem;
		padding-top: 3rem;
		font-size: 1.1rem;
	}
	#index .mainVisual .linkBtn .comArrow {
		bottom: 2rem;
		width: 1.3rem;
		height: 1.3rem;
	}
	#index .mainVisual .linkBtn a::before {
		width: 10.8rem;
		height: 10.8rem;
		margin: -5.4rem 0 0 -5.4rem;
	}
	#index .mainVisual .linkBtn span {
		margin-bottom: 0;
		font-size: 1.9rem;
	}
	#index .mainVisual .linkBox {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 0 -17.7rem 5rem;
		min-height: 50.4rem;
		width: auto;
		padding: 4rem 0 0 4.5rem;
		border-radius: 2rem 0 0 0;
	}
	#index .mainVisual .linkBox .ttl {
		left: 2rem;
		top: 2rem;
	}
	#index .mainVisual .linkBox li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#index .mainVisual .videoBox {
		margin: 0 2rem -5rem;
		clip-path: polygon(0 0, calc(100% - 25.6rem) 0, calc(100% - 25.6rem) 3rem, 100% 3rem, 100% 100%, 0 100%);
	}
	#index .mainVisual .videoBox > div {
		aspect-ratio: 350 / 500;
		border-radius: 2rem;
		-webkit-mask: url(../img/index/mask01_sp.png) no-repeat calc(100% - 25.6rem) top / 4.4rem,
		url(../img/index/mask02_sp.png) no-repeat right 4rem / 2rem,linear-gradient(#000 0, #000 100%) no-repeat left top / calc(100% - 30rem) 100%,linear-gradient(#000 0, #000 100%) no-repeat right bottom / 30rem calc(100% - 6rem),linear-gradient(#000 0, #000 100%) no-repeat right 2rem top 4rem / 30rem 2.1rem;
		-moz-mask: url(../img/index/mask01_sp.png) no-repeat calc(100% - 25.6rem) top / 4.4rem,
		url(../img/index/mask02_sp.png) no-repeat right 4rem / 2rem,linear-gradient(#000 0, #000 100%) no-repeat left top / calc(100% - 30rem) 100%,linear-gradient(#000 0, #000 100%) no-repeat right bottom / 30rem calc(100% - 6rem),linear-gradient(#000 0, #000 100%) no-repeat right 2rem top 4rem / 30rem 2.1rem;
		mask: url(../img/index/mask01_sp.png) no-repeat calc(100% - 25.6rem) top / 4.4rem,
		url(../img/index/mask02_sp.png) no-repeat right 4rem / 2rem,linear-gradient(#000 0, #000 100%) no-repeat left top / calc(100% - 30rem) 100%,linear-gradient(#000 0, #000 100%) no-repeat right bottom / 30rem calc(100% - 6rem),linear-gradient(#000 0, #000 100%) no-repeat right 2rem top 4rem / 30rem 2.1rem;
	}
	#index .mainVisual .videoBox .btn {
		width: 4rem;
	}
	#index .mainVisual .videoBox .video {
		transform: scale(1.135);
	}
	#index .mainVisual .videoBox video {
		object-position: 66.5% center;
	}
	#index .mainVisual .textList li {
		font-size: 10rem;
	}
	#index .withyou {
		margin-top: -15rem;
		padding: 19.5rem 0 8rem;
	}
	#index .withyou .imgBox {
		display: block;
	}
	#index .withyou .textBox {
		width: auto;
	}
	#index .withyou .ttl {
		margin-bottom: 1rem;
		font-size: 3.2rem;
		line-height: 1.8;
	}
	#index .withyou p {
		margin-bottom: 1rem;
	}
	#index .withyou .img {
		margin: 4rem -2rem 0;
		width: auto;
	}
	#index .withyou .img img {
		width: 100%;
	}
	#index .news {
		padding: 8rem 0;
	}
 	#index .content .headLine04{
		margin-bottom: 0;
	}
	#index .medical {
		padding: 8rem 0;
	}
	#index .medical .headLine04 {
		margin-bottom: 2.5rem;
		padding-left: 3rem;
		background-position: left 0.3rem top 0.5rem;
		background-size: 2.2rem auto;
	}
	#index .facilities {
		padding: 8rem 0;
	}
	#index .facilities .phoList li {
		width: 30rem;
		margin: 0 0.5rem;
	}
	#index .facilities .textBox {
		width: auto;
		margin: -2rem 1rem 0;
		padding: 2.5rem 2rem 0;
		border-radius: 1rem 1rem 0 0;
	}
	#index .facilities .textBox p {
		margin-bottom: 1.5rem;
		line-height: 2;	
	}
	#index .column {
		padding: 8rem 0;
	}
	#index .column .headLine05 {
		margin-bottom: 3rem;
	}
	#index .column .text04{
		margin: 20px auto 30px;
		text-align: left;
	}
	#index .column .comLink a {
		background-color: #E7F2F9;
	}
	#index .sawayaka {
		margin-top: 8rem;
		padding: 10.5rem 0;
		background-size: 100% 5.4rem;
	}
	#index .sawayaka .headLine05 {
		margin-bottom: 3rem;
	}
	#index .sawayaka .headLine05 .jp {
		margin: -0.5rem 0 1rem;
		font-size: 1.6rem;
	}
	#index .sawayaka .headLine05 .big {
		font-size: 3rem;
		font-weight: 500;
	}
	#index .sawayaka .inner01 {
		margin: 0 -1rem 5.5rem;
	}
	#index .sawayaka .headLine04 {
		margin-bottom: 3rem;
		display: block;
		text-align: center;
	}
	#index .sawayaka .headLine04 span {
		display: block;
	}
	#index .sawayaka .headLine04 .jp {
		margin: 1.5rem 0 0;
		padding: 0;
		background: none;
	}
	#index .sawayaka .inner02 {
		margin-bottom: 5.5rem;
	}
	#index .sawayaka .inner02 .ttl {
		margin: 0 1rem 3rem;
		font-size: 2.4rem;
	}
	#index .sawayaka .inner02 .comLink {
		margin-right: auto;
	}
	#index .sawayaka .comLinkUl .slick-slide > div {
        margin: 0 1rem;
        width: 31rem;
    }
	#index .sawayaka .comLinkUl .pho img {
        height: 20rem;
        object-fit: cover;
    }
	#index .instagram {
		margin: 0 -1rem;
	}
	#index .instagram .headLine04 {
		text-align: left;
	}
	#index .instagram .insList {
		margin-bottom: 3rem;
		gap: 1rem;
	}
	#index .instagram .insList li {
		width: calc((100% - 1rem) / 2);
	}
	#index .instagram .insList li a {
		aspect-ratio: 170 / 255;
	}
	#index .sawayaka .instagram .comLink {
		margin-right: auto;
	}
	#index .mitas {
		padding: 8rem 0 12rem;
	}
	#index .mitas::before {
		top: 8rem;
		bottom: 8rem;
		width: calc(100% - 5rem);
		border-radius: 2rem 0 0 2rem;
	}
	#index .mitas .imgBox {
		display: block;
	}
	#index .mitas .pho {
		margin-left: -1rem;
		width: auto;
	}
	#index .mitas .textBox {
		width: auto;
		margin: 3rem 0 0 5rem;
	}
	#index .mitas .logo {
		margin-bottom: 2rem;
		width: 15.1rem;
	}
	#index .mitas .ttl {
		margin-bottom: 2rem;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}
	#index .mitas p {
		margin-bottom: 2.5rem;
		letter-spacing: 0.05em;
	}
	#index .mitas .comLink small {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy .text {
	margin-bottom: 4.5rem;
	line-height: 1.8;
}
#privacy .textInfo {
	margin-left: 1rem;
}
#privacy .headLine03 + .comDotList {
	margin: 0 0 2rem 1.5rem;
}
@media all and (min-width: 897px) {
	#privacy {
		margin-bottom: -0.5rem;
	}
	#privacy .comBold {
		margin-top: -0.5rem;
	}
	#privacy .comDotList li {
		padding-bottom: 0.5rem;
	}
}
@media all and (max-width: 896px) {
	#privacy .text {
		margin-bottom: 3rem;
	}
}
/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#noPage {
	padding-top: 8.5rem;
}
#noPage .ttl {
	margin-bottom: 4.5rem;
	text-align: center;
	font-weight: 700;
	font-size: 3.2rem;
	color: #4F92BD;
}
#noPage .ttl .num {
	margin-bottom: -2rem;
	display: block;
	font-weight: 500;
	font-size: 12rem;
}
@media all and (max-width: 896px) {
	#noPage {
		padding-top: 5rem;
	}
	#noPage .ttl {
		font-size: 2.8rem;
	}
	#noPage .ttl .num {
		font-size: 10rem;
	}
}
/*------------------------------------------------------------
	clinic
------------------------------------------------------------*/
#clinic .comList a::before{
 height: 120px;
 top: unset;
 bottom: 0;
}
@media all and (min-width: 897px) {
	#clinic {
		padding-bottom: 5rem;
	}
}
@media all and (max-width: 897px) {
 #clinic .comList a::before{
  height: 100px;
 }
}
/*------------------------------------------------------------
	doctors
------------------------------------------------------------*/
#doctors .greeting {
	margin-bottom: 9rem;
}
#doctors .greeting .textBox {
	margin-bottom: 3rem;
}
#doctors .greeting .textBox p {
	margin-bottom: 2rem;
	line-height: 2;
}
#doctors .greeting .pho {
	margin-top: 2.5rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#doctors .greeting .pho img {
	flex-shrink: 0;
	width: 12rem;
	border-radius: 1rem;
}
#doctors .greeting .pho .name {
	margin-right: 1rem;
	text-align: right;
	font-size: 1.4rem;
}
#doctors .greeting .pho .name span {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
#doctors .greeting .bgBox {
	padding: 5rem;
	background-color: #E7F2F9;
	border-radius: 2rem;
}
#doctors .greeting .bgBox .ttl {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
}
#doctors .greeting .bgBox .ttl img {
	margin-right: 2rem;
	width: 13rem;
}
#doctors .greeting .noteList {
	margin: -2rem 0 3rem;
}
#doctors .greeting .noteList li {
	margin-top: 2rem;
	width: 33.5rem;
	height: 20rem;
	background-color: #ffff;
	border-radius: 1rem;
	border: 1px solid #E7E9EB;
}
#doctors .doctor .listUl {
	margin-top: -3rem;
}
#doctors .doctor .listUl li {
	width: 22.91%;
	margin: 3rem 2.78% 0 0;
}
#doctors .doctor .listUl a {
	display: block;
}
#doctors .doctor .listUl .pho {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
#doctors .doctor .listUl .pho img {
	width: 100%;
	transition: transform ease 0.3s;
}
#doctors .doctor .listUl .more {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 8rem;
	height: 4rem;
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: #fff;
	background-color: #4F92BD;
	border-radius: 1rem;
}
#doctors .doctor .listUl .comHover1:hover .more {
	background-color: #fff;
	color: #4F92BD;
}
#doctors .doctor .listUl .comArrow {
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
#doctors .doctor .listUl .name {
	margin-top: 1rem;
	color: #666;
	font-size: 1.4rem;
}
#doctors .doctor .listUl .name span {
	display: block;
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
}
#doctors .doctor .listUl ul.specialty{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
 margin: 10px 0 0;
}
#doctors .doctor .listUl ul.specialty li{
 width: fit-content;
 margin: 0;
 background: #F4F5F6;
 border-radius: 5px;
 padding: 3px 5px 3px 6px;
 font-size: 1.4rem;
 line-height: 1.7;
}
#doctors .doctor .listUl + .headLine07 {
	margin-top: 5rem;
}
#doctors .doctor .listUl.adjunct li a{
 height: 100%;
 background: #E7F2F9;
 border-radius: 10px;
 padding: 20px 20px 27px;
 pointer-events: none;
}
#doctors .doctor .listUl.adjunct li a .name{
 margin-top: 0;
}
#doctors .doctor .listUl.adjunct li a ul.specialty li{
 background: #FEFEFE;
 color: #4F92BD;
}
#doctors .doctor .listUl.adjunct.sub {
	margin-top: 2rem;
}
#doctors .doctor .listUl.adjunct.sub li a {
	padding: 20px 20px 60px;
	pointer-events: all;
	position: relative;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
} 
.mfp-bg {
	background-color: rgba(51,51,51,0.5);
}
.doctorsPop {
	width: 89rem;
	margin: 0 auto;
	position: relative;
}
.doctorsPop .close {
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #E7F2F9;
	border-radius: 1.5rem;
	cursor: pointer;
	transition: .3s;
}
.doctorsPop .close:hover{
 background-color: #4F92BD;
 transition: .3s;
}
.doctorsPop .close img {
	width: 1.2rem;
}
.doctorsPop .popBox {
	padding: 5rem 6.7rem 0 5rem;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 3rem;
}
.doctorsPop .phoBox {
	width: 18rem;
	padding-bottom: 3rem;
}
.doctorsPop .pho {
	margin-bottom: 1rem;
}
.doctorsPop .pho img {
	width: 100%;
	border-radius: 1rem;
}
.doctorsPop .name {
	margin: 0 0 0.5rem;
	color: #666;
	font-size: 1.4rem;
}
.doctorsPop .name span {
	display: block;
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
}
.doctorsPop .blue {
	color: #4F92BD;
	font-size: 1.4rem;
}
.doctorsPop .textBox {
	width: 56.3rem;
	padding-right: 1.3rem;
	max-height: calc(100vh - 29rem);
	overflow-y: scroll;
}
.doctorsPop .ttl {
	margin-bottom: 1rem;
	color: #4F92BD;
	font-weight: 700;
}
.doctorsPop .sortList {
	margin: -0.5rem 0 2rem;
	font-size: 1.4rem;
}
.doctorsPop .sortList li {
	padding: 0.5rem 1rem;
	margin: 0.5rem 0.5rem 0 0;
	background-color: #F4F5F6;
	border-radius: 1rem;
}
.doctorsPop .comDotList {
	margin: 0 0 1rem 1rem;
}
.doctorsPop .comDotList li {
	font-size: 1.4rem;
}
.doctorsPop .comDotList li::before {
	top: 0.8rem;
}
.doctorsPop .comDotList a {
	color: #4F92BD;
	text-decoration: underline;
}
.doctorsPop .close img.on + img {	
  display: none;	
}
.doctorsPop .close:hover img.on {
  display: none;
}
.doctorsPop .close:hover img.hover {
  display: block;
}
@media all and (min-width: 897px) {
	#doctors .greeting .comBold {
		margin-bottom: 2rem;
	}
	#doctors .doctor .headLine06 {
		margin-bottom: 3rem;
	}
	#doctors .doctor .listUl li:nth-child(4n) {
		margin-right: 0;
	}
	#doctors .doctor a:hover .pho img {
		transform: scale(1.1);
	}
	.doctorsPop .headLine06 {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
	.doctorsPop .comDotList a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#doctors .greeting {
		margin-bottom: 5rem;
	}
	#doctors .greeting .textBox p {
		margin-bottom: 1rem;
	}
	#doctors .greeting .pho {
		margin-top: 1.5rem;
	}
	#doctors .greeting .bgBox {
		padding: 3rem;
	}
	#doctors .greeting .bgBox .ttl img {
		width: 10rem;
	}
	#doctors .greeting .noteList {
		margin: 0 0 2rem;
		display: block;
	}
	#doctors .greeting .noteList li {
		margin: 0 0 1rem;
		width: auto;
		height: 16rem;
		border-radius: 0.5rem;
	}
	#doctors .greeting .comLink {
		margin-right: auto;
	}
	#doctors .doctor .listUl {
		justify-content: space-between;
	}
	#doctors .doctor .listUl li {
		width: calc(50% - 1rem);
		margin: 2rem 0 0 0;
	}
	.doctorsPop {
		width: auto;
	}
	.doctorsPop .popBox {
		padding: 2rem 2rem 0;
		display: block;
		border-radius: 2rem;
	}
	.doctorsPop .textBox {
		width: auto;
		max-height: calc(100vh - 50rem);
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .textBox {
	max-width: 74rem;
	margin: 0 auto 5rem;
	padding: 5rem 2rem;
	text-align: center;
	color: #4F92BD;
	background-color: #E7F2F9;
	border-radius: 2rem;
}
#contact .textBox a {
	color: #4F92BD;
}
#contact .textBox .ttl {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 700;
}
#contact .textBox .title {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#contact .textBox .telBox {
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}
#contact .textBox .tel {
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
#contact .textBox .tel span {
	margin-top: -0.5rem;
	width: 4.5rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#contact .textBox .time {
	margin: 1rem 0 3rem;
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#contact .textBox .time img {
	width: 1.1rem;
	margin: -0.3rem 1rem 0;
	vertical-align: middle;
	display: inline-block;
}
#contact .textBox ul {
	width: calc(100% - 1.125rem);
 display: flex;
 flex-wrap: wrap;
	margin: 0 auto;
 border-top: 1px solid #83BDD8;
	border-bottom: 1px solid #83BDD8;
 align-items: center;
 justify-content: center;
}
#contact .textBox li {
 width: 50%;
	padding: 2.5rem 2rem 1.8rem;
 display: flex;
 gap: 5px 0;
 flex-wrap: wrap;
 justify-content: center;
	align-items: center;
}
#contact .textBox .lTxt {
 width: 100%;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#contact .textBox .rTxt {
	display: flex;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#contact .textBox .rTxt a {
	margin: -0.1rem 0 0 1rem;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
#contact .mailForm {
	max-width: 94rem;
	margin: 0 auto;
}
#contact .mailForm table {
	width: 100%;
	border-collapse: collapse;
}
#contact .mailForm th,
#contact .mailForm td {
	vertical-align: top;
	text-align: left;
	font-size: 1.8rem;
	color: #333;
	font-weight: 500;
	word-break: break-all;
	box-sizing: border-box;
}
#contact .mailForm:not(.confirmation) th,
#contact .mailForm:not(.confirmation) td {
	display: block;
	width: 100%;
}
#contact .mailForm th {
	font-weight: 700;
}
#contact .mailForm th small {
	font-size: 1.6rem;
}
#contact .mailForm td {
	padding: 1rem 0 2rem;
}
#contact .mailForm .must {
	margin: -0.7rem 0 0 1rem;
	display: inline-block;
	vertical-align: middle;
	width: 4.8rem;
	padding: 0.4rem 0;
	text-align: center;
	color: #F42B66;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #FEEDED;
	border-radius: 1rem;
}
#contact .mailForm input[type="text"],
#contact .mailForm input[type="email"],
#contact .mailForm input[type="tel"],
#contact .mailForm textarea,
#contact .mailForm input[type="button"] {
	width: 100%;
	padding: 0 2rem;
	height: 5.6rem;
	font-size: 1.8rem;
	color: #333;
	font-weight: 500;
	border: 1px solid #CCC;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 1rem;
	background: #fff;
}
#contact .mailForm input[type="button"] {
	padding: 0 1rem 0 3rem;
	color: #4F92BD;
	border-color: #E7F2F9;
	background: #E7F2F9 url(../img/common/icon33.png) no-repeat left 2.3rem top 53%;
	background-size: 1.7rem auto;
	cursor: pointer;
}
#contact .mailForm td textarea {
	height: 18.6rem;
	padding: 1.5rem 2rem;
	resize: vertical;
}
#contact .mailForm .error {
	margin: 1rem 0 0;
	color: #F42B66;
	font-size: 1.6rem;
}
#contact .mailForm .inputUl li {
	margin-right: 1rem;
	width: 25rem;
}
#contact .mailForm .inputUl .wid {
	width: 18rem;
}
#contact .mailForm .radioUl li {
	margin-right: 2rem;
}
#contact .mailForm input[type="radio"] {
	display: none;
}
#contact .mailForm input[type="radio"] + span {
	padding-left: 3.4rem;
	display: inline-block;
	color: #666;
	cursor: pointer;
	background: url(../img/common/radio_img01.png) no-repeat left center;
	background-size: 2.4rem auto;
}
#contact .mailForm input[type="radio"]:checked + span {
	background-image: url(../img/common/radio_img02.png);
}
#contact .mailForm input::-webkit-input-placeholder,
#contact .mailForm textarea::-webkit-input-placeholder { 
	color: #CCC;
	opacity: 1;
}
#contact .mailForm input:-moz-placeholder,
#contact .mailForm textarea:-moz-placeholder {
	color: #CCC;
	opacity: 1;
}
#contact .mailForm input::-moz-placeholder,
#contact .mailForm textarea::-moz-placeholder {
	color: #CCC;
	opacity: 1;
}
#contact .mailForm input:-ms-input-placeholder,
#contact .mailForm textarea:-ms-input-placeholder {
	color: #CCC;
	opacity: 1;
}
#contact .mailForm .agree {
	margin-bottom: 5rem;
	text-align: center;
}
#contact .mailForm .agree a {
	color: #4F92BD;
	text-decoration: underline;
}
#contact .mailForm input[type="checkbox"] {
	display: none;
}
#contact .mailForm input[type="checkbox"] + span {
	padding-left: 3.4rem;
	display: inline-block;
	font-weight: 700;
	cursor: pointer;
	background: url(../img/common/check_img01.png) no-repeat left top 0.3rem;
	background-size: 2.4rem auto;
}
#contact .mailForm input[type="checkbox"]:checked + span {
	background-image: url(../img/common/check_img02.png);
}
#contact .mailForm .submit li {
	width: 30rem;
	margin: 0 2rem;
	position: relative;
}
#contact .mailForm .submit input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	border: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	z-index: 1;
}
#contact .mailForm .submit p {
	height: 6rem;
	padding: 0 7rem 0 2rem;
	position: relative;
	display: flex;
	align-items: center;
	color: #4F92BD;
	font-size: 1.6rem;
	background-color: #E7F2F9;
	border-radius: 1rem;
	transition: .3s;
}
@media all and (min-width: 897px) {
	#contact .mailForm .agree a:hover {
		text-decoration: none;
	}
	#contact .mailForm input[type="button"]:hover {
		opacity: 0.7;
	}
	#contact .mailForm .submit li:hover p {
		color: #FEFEFE;
		background-color: #4F92BD;
	}
	#contact .mailForm .submit li:hover .comArrowBg {
		background-color: #FEFEFE;
	}
}
@media all and (max-width: 896px) {
	#contact .textBox {
		max-width: inherit;
		padding: 3rem 2rem;
		border-radius: 2rem;
	}
	#contact .textBox .ttl {
		font-size: 1.8rem;
	}
	#contact .textBox ul {
  width: 100%;
  display: block;
	}
	#contact .textBox li {
		width: 100%;
		padding: 2rem 2rem 0;
		display: block;
		text-align: center;
	}
		#contact .textBox li:last-child{
		padding-bottom: 2rem;
		}
	#contact .textBox .rTxt {
  		margin: 0.5rem auto 0;
		font-size: 1.8rem;
		justify-content: center;
	}
	#contact .mailForm {
		max-width: initial;
		margin: 0 auto;
	}
	#contact .mailForm table {
		margin-bottom: -0.5rem;
	}
	#contact .mailForm input[type="button"] {
		background-position: left calc(50% - 5.8rem) top 53%;
	}
	#contact .mailForm .inputUl {
		display: block;
	}
	#contact .mailForm .inputUl li {
		margin: 0 0 1rem;
		width: auto;
	}
	#contact .mailForm .inputUl li:last-child {
		margin-bottom: 0;
	}
	#contact .mailForm .inputUl .wid {
		width: auto;
	}
	#contact .mailForm .inputUl .wid02 {
		width: 25rem;
	}
	#contact .mailForm .radioUl {
		margin-bottom: -1rem;
		display: block;
	}
	#contact .mailForm .radioUl li {
		margin: 0 0 1rem;
	}
	#contact .mailForm .agree {
		font-size: 1.8rem;
	}
	#contact .mailForm .submit {
		display: block;
	}
	#contact .mailForm .submit li {
		margin: 0 auto 1rem;
	}
	#contact .mailForm .submit li:last-child {
		margin-bottom: 0;
	}
	#contact .mailForm .submit .comArrowBg {
		width: 4rem;
		height: 4rem;
	}
	#contact .mailForm .submit .comArrow {
		width: 1.4rem;
		height: 1.5rem;
	}
}
/*------------------------------------------------------------
	confirmation
------------------------------------------------------------*/
#contact .confirmation table {
	margin-bottom: 5rem;
}
#contact .confirmation th,
#contact .confirmation td {
	padding: 2.5rem 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#contact .confirmation th {
	width: 19.2%;
	text-align: center;
	color: #4F92BD;
	border-right: 1px dotted #CCC;
}
#contact .confirmation td {
	padding-left: 3rem;
}
#contact .confirmation .submit li p {
	color: #FEFEFE;
	background-color: #4F92BD;
}
#contact .confirmation .submit li .comArrowBg {
	background-color: #FEFEFE;
}
#contact .confirmation .submit .comArrowBg .comArrow:before {
	background-image: url(../img/common/arrow07.png);
}
#contact .confirmation .submit .comArrowBg .comArrow:after {
	background-image: url(../img/common/arrow06.png);
}
@media all and (min-width: 897px) {
	#contact .confirmation .submit li:hover p {
		color: #4F92BD;
		background-color: #E7F2F9;
	}
	#contact .confirmation .submit li:hover .comArrowBg {
		background-color: #4F92BD;
	}
}
@media all and (max-width: 896px) {
	#contact .confirmation table {
		margin-bottom: 5rem;
		border-top: 1px solid #CCC;
	}
	#contact .confirmation th,
	#contact .confirmation td {
		display: block;
		width: 100% !important;
		padding: 2.5rem 1rem 0;
	}
	#contact .confirmation th {
		text-align: left;
		border: none;
	}
	#contact .confirmation td {
		padding: 1rem 1rem 2.5rem;
		border-top: none;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .comNews {
	margin-top: 0;
}
@media all and (min-width: 897px) {
	#news .content {
		width: 124rem;
	}
	#news .comNews .tabUl {
		margin-bottom: 5rem;
	}
	#news .comTitle .sort {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	newsDetail
------------------------------------------------------------*/
#newsDetail {
	padding-top: 5rem;
}
#newsDetail .comTitle {
	margin: 0 -1rem 2.5rem;
	justify-content: flex-end;
}
#newsDetail .comTitle .sort {
	font-size: 1.2rem;
}
#newsDetail .detail {
	margin-bottom: 24rem;
}
#newsDetail .detail p {
	line-height: 1.8;
	word-break: break-all;
}
#newsDetail .detail a {
	color: #4F92BD;
}
@media all and (min-width: 897px) {
	#newsDetail .headLine06 {
		margin-bottom: 3rem;
	}
	#newsDetail .detail a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#newsDetail {
		padding-top: 3rem;
	}
	#newsDetail .detail {
		margin-bottom: 10rem;
	}
}
/*------------------------------------------------------------
	column
------------------------------------------------------------*/
#column .comBold {
	margin-top: -0.5rem;
}
#column .topText {
	margin-bottom: 2.5rem;
	line-height: 1.8;
}
#column .comLink {
	margin-bottom: 5rem;
}
@media all and (min-width: 897px) {
	#column .comColumn {
		margin: -3rem 0 5rem;
		position: relative;
	}
	#column .comColumn::after {
		content: "";
		width: 37rem;
	}
	#column .comColumn li {
		margin-top: 3rem;
		width: 37rem;
	}
	#column .comColumn a:hover .textBox {
		background-color: #E7F2F9;
	}
	#column .comColumn .textBox {
		margin-top: -4rem;
		min-height: 13rem;
		padding-bottom: 2.5rem;
		border-radius: 0.5rem;
		transition: .3s;
	}
	#column .comColumn .comArrow {
		bottom: 2rem;
		right: 2rem;
		width: 1.3rem;
		height: 1.4rem;
	}
	#column .comColumn .comTitle {
		margin-bottom: 1rem;
		position: static;
		font-size: 1.3rem;
	}
	#column .comColumn .comTitle .time {
		width: 7.5rem;
	}
	#column .comColumn .comTitle .sort {
		margin-top: 0;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 896px) {
	#column .comBold {
		margin: 0 0 1rem;
	}
	#column .comColumn {
		margin: 0 0 5rem;
		display: block;
	}
	#column .comColumn li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#column .comColumn .pho {
		height: 0;
		padding-bottom: 60%;
	}
}
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#access .bgBox {
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 2rem;
	background-color: #E7F2F9;
}
#access .bgBox.space{
 margin-bottom: 5rem;
}
#access .bgBox .ttl {
	padding: 1.5rem 0;
	text-align: center;
	color: #FEFEFE;
	font-weight: 700;
	background-color: #4F92BD;
}
#access .bgBox .ttl small {
	font-size: 1.6rem;
}
#access .bgBox .ttl img {
	margin: -0.9rem 0.9rem 0 0;
	width: 3.2rem;
	display: inline-block;
	vertical-align: middle;
}
#access .bgInfo {
	padding: 3rem 4rem 2rem;
}
#access .map {
	margin: 3rem 0;
	position: relative;
    height: 40rem;
    overflow: hidden;
}
#access .map iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access .bgBox .comDotList a{
 text-decoration: underline;
}
#access .bgBox .comDotList a[href^="tel:"]{
 text-decoration: none;
}
@media all and (min-width: 897px) {
	#access .headLine06 {
		margin-bottom: 3rem;
	}
}
@media all and (max-width: 896px) {
 #access .bgBox.space{
  margin-bottom: 3rem;
 }
	#access .bgBox .ttl {
		padding: 1.5rem 0;
	}
	#access .bgBox .ttl small {
		font-size: 1.4rem;
	}
	#access .bgBox .ttl img {
		margin: -0.7rem 0.5rem 0 0;
		width: 2.6rem;
	}
	#access .bgInfo {
		padding: 2rem;
	}
	#access .map {
		height: 0;
		padding-bottom: 56.25%;
	}
}
/*------------------------------------------------------------
	rehabilitation
------------------------------------------------------------*/
#rehabilitation .inner01 {
	margin-bottom: 5rem;
}
#rehabilitation .inner01 .comBold {
	margin-bottom: 2rem;
}
#rehabilitation .inner01 .pho{
 margin-bottom: 4.4rem;
}
#rehabilitation .inner01 .textBox {
	width: 48rem;
}
#rehabilitation .inner01 p {
	margin-bottom: 2rem;
	line-height: 2;
}
#rehabilitation .inner01 .phoList {
	width: 28rem;
	margin-top: 0.5rem;
}
#rehabilitation .inner01 .phoList li:not(:last-child) {
	margin-bottom: 2rem;
}
#rehabilitation .inner01 img {
	width: 100%;
	border-radius: 1rem;
}
#rehabilitation .inner02 .topText {
	margin-bottom: 2rem;
}
#rehabilitation .inner02 .topText small {
	font-size: 1.6rem;
}
#rehabilitation .comDotList {
	margin-left: 1rem;
}
#rehabilitation .inner03 {
	margin-bottom: 5rem;
}
#rehabilitation .inner03 .pho {
	margin-bottom: 2.5rem;
	overflow: hidden;
	border-radius: 2rem;
}
#rehabilitation .inner03 .topText {
	margin-bottom: 1.5rem;
	line-height: 2;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	#rehabilitation .inner01 {
		margin-bottom: 4rem;
	}
 #rehabilitation .inner01 .pho{
  margin-bottom: 2rem;
 }
	#rehabilitation .inner01 .imgBox {
		display: block;
	}
	#rehabilitation .inner01 .textBox {
		width: auto;
	}
	#rehabilitation .inner01 .phoList {
		width: auto;
	}
	#rehabilitation .inner02 .topText small {
		font-size: 1.4rem;
	}
	#rehabilitation .inner03 {
		margin-bottom: 3rem;
	}
	#rehabilitation .inner03 .pho img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	facilities
------------------------------------------------------------*/
#facilities .inner01 {
	padding-bottom: 30rem;
	padding-left: 5rem;
	position: relative;
}
#facilities .inner01 p {
	line-height: 2;
}
#facilities .inner01 p:not(:last-child){
 margin-bottom: 3rem;
}
#facilities .inner01 p span{
 color: #4F92BD;
}
#facilities .inner01 .images {
	opacity: 0;
	position: absolute;
	transform: translateY(20px);
	transition: opacity 3s ease, transform 3s ease !important;
}
#facilities .inner01 .images.is-visible {
	opacity: 1;
	transform: translateY(0);
}
#facilities .inner01 .images.f01 {
	left: -280px;
	max-width: 360px;
	top: 0;
}
#facilities .inner01 .images.f02 {
	max-width: 520px;
    right: -420px;
	top: 100px;
}
#facilities .inner01 .images.f03 {
	max-width: 329px;
    right: -330px;
	top: 350px;
}
#facilities .inner01 .images.f04 {
    left: -310px;
	max-width: 458px;
	top: 650px;
}
#facilities .inner01 .images.f05 {
	bottom: 280px;
	max-width: 629px;
    right: -480px;
}
#facilities .inner01 .images.f06 {
	bottom: -100px;
	max-width: 444px;
	left: -100px;
}
#facilities .inner01 .images.f07 {
	bottom: -80px;
	max-width: 579px;
    right: -230px;
}
#facilities .inner02 {
	margin-bottom: 5rem;
}
#facilities .inner02 .comPopList {
	margin-bottom: 3rem;
}
#facilities .inner02 .comPopList li{
 cursor: pointer;
}
#facilities .inner02 .comPopList li:hover .popLink{
 background-color: #4F92BD;
 background-image: url(../img/common/icon38_on.png);
}
#facilities .inner01 .comBold{
 font-size: 4rem;
}
@media all and (min-width: 897px) {
	#facilities .inner01 .comBold {
		margin-bottom: 3rem;
	}
}
@media all and (max-width: 897px) {
  #facilities .inner01 {
    padding-left: 2rem;
	padding-bottom: 20rem;
  }
  #facilities .inner01 p {
	max-width: 330px;
  }
  #facilities .inner01 p.mb:not(:last-child) {
	margin-bottom: 15rem;
  }
  #facilities .inner01 .images.f01 {
    max-width: 180px;
    left: -110px;
    top: 30px;
  }
  #facilities .inner01 .images.f02 {
	right: 0;
	max-width: 260px;
	top: 260px;
  }
  #facilities .inner01 .images.f03 {
    max-width: 164px;
    right: -100px;
    top: 690px;
  }
  #facilities .inner01 .images.f04 {
    left: -30px;
    max-width: 229px;
    top: 730px;
  }
  #facilities .inner01 .images.f05 {
	bottom: 500px;
    max-width: 314px;
    right: -80px;
  }
  #facilities .inner01 .images.f06 {
	bottom: -10px;
	max-width: 222px;
	left: -30px;
  }
  #facilities .inner01 .images.f07 {
	bottom: -40px;
	max-width: 289px;
	right: -90px;
  }
  #facilities .inner01 .comBold{
    font-size: 2.5rem;
    line-height: 2;
  }
  #facilities .inner01 p:not(:last-child){
    margin-bottom: 1rem;
  }
}
/*------------------------------------------------------------
	feature
------------------------------------------------------------*/
#feature .topBox {
	margin-bottom: 7rem;
}
#feature .topBox .ttl {
	margin-bottom: 2.5rem;
	color: #4F92BD;
	font-weight: 700;
	font-size: 4rem;
}
#feature .topBox p {
	margin-bottom: 2rem;
	line-height: 2;
}
#feature .topBox .comLinkFlex {
	margin: 3.5rem 0 0;
}
#feature .inner:not(:last-child) {
	margin-bottom: 5rem;
}
#feature .inner p {
	margin-bottom: 2rem;
	position: relative;
	line-height: 2;
}
#feature .inner p:last-of-type {
	margin-bottom: 0;
}
#feature .inner .images {
	width: 68rem;
	margin: 2rem auto 0;
}
#feature .inner .comLink {
	margin-top: 2.5rem;
}
#feature .inner .pho {
	margin-top: 2.5rem;
	overflow: hidden;
	border-radius: 2rem;
}
/* #feature .inner03 .images {
	width: auto;
	margin: -2.5rem -0.5rem -6rem;
} */
#feature .inner04 .flex{
 width: 100%;
 flex-wrap: nowrap;
 gap: 8px;
}
#feature .inner04 .flex a{
 width: 100%;
 width: calc((100% - 16px) / 3);
}
#feature .inner04 .comLink a.color04{
 color: #5C7886;
}
#feature .inner04 .comLink.color01 a.color04{
 background-color: #F7FAFA;
}
#feature .inner04 .comLink.color01 a.color04:hover{
 background-color: #5C7885;
 color: #fff;
}
#feature .inner04 .comLink.color01 a.color04 .comArrowBg{
 background-color: #5C7886;
}
#feature .inner04 .comLink.color01 a.color04:hover .comArrowBg{
 background-color: #fff;
}
#feature .inner04 .comLink.color01 a.color04:hover .comArrow:after{
 background-image: url(../img/common/arrow10.png);
}
@media all and (min-width: 897px) {
	#feature .inner .comBold {
		margin-bottom: 2rem;
	}
	#feature .inner .pho + .comLink {
		margin-top: 3rem;
	}
}
@media all and (max-width: 896px) {
	#feature {
		margin-bottom: -2rem;
	}
	#feature .topBox {
		margin: -0.5rem 0 5rem;
	}
	#feature .topBox .ttl {
		margin-bottom: 2rem;
		font-weight: 500;
		line-height: 1.8;
	}
	#feature .topBox p {
		margin-bottom: 2rem;
	}
	#feature .topBox .comLinkFlex {
  display: block;
		margin: 0;
	}
	#feature .inner .headLine06 {
		margin-bottom: 2.5rem;
	}
	#feature .inner .comBold {
		margin-bottom: 1rem;
		line-height: 2;
	}
	#feature .inner p {
		margin-bottom: 1rem;
	}
	#feature .inner .images {
		width: auto;
		margin: 2rem -10.5rem 0;
	}
	#feature .inner .images img {
		width: 100%;
	}
	#feature .inner .comLink {
  display: block;
		margin: 3rem auto 0;
		width: 33rem;
	}
	#feature .inner .comLink a {
  width: 100%;
		height: 6rem;
		padding: 0 5.5rem;
		font-size: 1.8rem;
	}
 #feature .inner .comLink a:not(:last-child){
  margin-bottom: 1rem;
 }
	#feature .inner .comLink .ico {
		width: 2.4rem;
		height: 2.4rem;
		left: 2rem;
	}
	#feature .inner .comLink .comArrowBg {
		width: 4rem;
		height: 4rem;
	}
	#feature .inner .comLink .comArrow {
		width: 1.4rem;
		height: 1.5rem;
	}
	#feature .inner .pho {
		border-radius: 1rem;
	}
	#feature .inner .pho img {
		width: 100%;
	}
	#feature .inner03 .images {
		width: auto;
		margin: 0 -18%;
	}
}
/*------------------------------------------------------------
	admission
------------------------------------------------------------*/
#admission .comLinkFlex {
	margin-bottom: 8rem;
}
#admission .inner01 {
	margin-bottom: 7.5rem;
}
#admission .inner01 .text {
	margin-bottom: 4.5rem;
	line-height: 1.8;
}
#admission .comDotList {
	margin-left: 1rem;
}
#admission .inner01 .comDotList small {
	font-size: 1.6rem;
}
#admission .inner01 .comDotList .comDotList {
	margin-top: 1rem;
}
#admission .inner01 .info01 {
	margin-bottom: 3rem;
}
#admission .inner01 .info02 .text {
	margin: -0.5rem 0 0.5rem;
}
#admission .inner01 .info02 .note {
	margin-top: 1rem;
	display: block;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5;
}
#admission .inner01 .info02 .bold {
	font-weight: 700;
	color: #4F92BD;
}
#admission .inner01 .info02 .comDotList + .comDotList {
	margin-top: 2rem;
}
#admission .inner01 .info02 .comLink {
    width: fit-content;
    margin: 1rem 0 2rem;
}
#admission .inner01 .info02 .comLink .comArrowBg {
    background-image: url(../img/common/icon50.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.4rem auto;
}
#admission .inner01 .info02 .comLink a:hover .comArrowBg {
	background-image: url(../img/common/icon55.png);
}
#admission .inner01 .btmText {
	margin-top: -0.5rem;
	line-height: 2;
}
#admission .inner02 {
	margin-bottom: 8rem;
}
#admission .inner02 .title {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 2rem;
}
#admission .inner02 .title01 {
	margin-bottom: 5rem;
}
#admission .inner02 .title .sml {
	font-size: 1.8rem;
}
#admission .inner02 .title .line {
	margin-left: 1rem;
	padding-left: 2rem;
	font-weight: 500;
	background: url(../img/common/line02.png) no-repeat left top 1.2rem;
	background-size: 1rem auto;
}
#admission .inner02 .comTable{
 margin-bottom: 2rem;
}
#admission .inner02 .comTable.room th {
	width: 14.5%;
}
#admission .inner02 .comTable.room td {
	width: auto;
}
#admission .inner02 .comLink{
 margin-bottom: 5rem;
}
#admission .comPopList {
	margin-bottom: 0;
}
#admission .inner03 {
	margin-bottom: 6rem;
}
#admission .inner03 .info01 {
	margin-bottom: 5rem;
}
#admission .inner03 .title {
	margin: 1rem 0 3rem;
	color: #4F92BD;
	font-weight: 700;
}
#admission .inner03 .title img {
	margin: -0.5rem 1rem 0;
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
}
#admission .inner03 .comDotList .bold {
	margin-bottom: 0.5rem;
	display: block;
	color: #4F92BD;
}
#admission .inner03 .comDotList small {
	display: block;
	font-size: 1.6rem;
	line-height: 1.8;
}
#admission .inner04 {
	margin-bottom: 7rem;
}
#admission .inner04 .info01 {
	margin-bottom: 4rem;
}
#admission .inner05 {
	margin-bottom: 7.5rem;
}
#admission .inner06 {
	margin-bottom: -1rem;
}
#admission .inner06 .title {
	margin: 0 0 3rem;
	font-size: 2rem;
	color: #4F92BD;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#admission .inner:not(.inner01) .headLine06 {
		margin-bottom: 5rem;
	}
	#admission .comPopList {
		position: relative;
	}
	#admission .comPopList::after {
		content: "";
		width: 25rem;
	}
	#admission .comPopList li {
		width: 25rem;
	}
	#admission .comDotList01 li {
		padding-bottom: 0.5rem;
		line-height: 1.8;
	}
	#admission .comDotList01 li::before {
		top: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	#admission .comLinkFlex {
		margin-bottom: 4rem;
	}
	#admission .inner01 {
		margin-bottom: 4rem;
	}
	#admission .inner01 .text {
		margin-bottom: 2rem;
	}
	#admission .inner01 .comDotList small {
		font-size: 1.4rem;
	}
	#admission .inner01 .info01 {
		margin-bottom: 2rem;
	}
	#admission .inner01 .info02 .text {
		margin: 0;
	}
	#admission .inner01 .info02 .note {
		font-size: 1.4rem;
	}
	#admission .inner01 .btmText {
		margin-top: 0;
	}
	#admission .inner02 {
		margin-bottom: 4rem;
	}
	#admission .inner02 .title {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#admission .inner02 .title01 {
		margin-bottom: 2rem;
	}
	#admission .inner02 .title .sml {
		font-size: 1.6rem;
	}
	#admission .inner02 .comLink {
	margin-bottom: 3rem;
	}
	#admission .inner03 {
		margin-bottom: 4rem;
	}
	#admission .inner03 .info01 {
		margin-bottom: 3rem;
	}
	#admission .inner03 .title {
		margin: 1rem 0 2rem;
	}
	#admission .inner03 .comDotList small {
		font-size: 1.4rem;
	}
	#admission .inner04 {
		margin-bottom: 4rem;
	}
	#admission .inner04 .info01 {
		margin-bottom: 3rem;
	}
	#admission .inner05 {
		margin-bottom: 4rem;
	}
	#admission .inner06 .title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	homecare
------------------------------------------------------------*/
#homecare .treatment {
	margin-bottom: 8rem;
}
#homecare .inner01 {
	margin-bottom: 5rem;
}
#homecare .inner01 .text01 {
	margin-bottom: 2rem;
	line-height: 2;
}
#homecare .inner01 .text02 {
	margin-bottom: 2.5rem;
	line-height: 1.8;
}
#homecare .inner01 .pho{
 overflow: hidden;
 border-radius: 2rem;
}
#homecare .inner02 {
	margin-bottom: 4rem;
}
#homecare .inner02 .comDotList {
	margin-left: 1rem;
}
#homecare .inner03 {
	margin-bottom: 5rem;
}
#homecare .inner03 .comUl {
	margin-top: 0;
}
#homecare .inner03 .comUl li {
	display: flex;
	gap: 30px;
}
#homecare .inner03 .comUl li .pho {
	margin-top: 0;
	max-width: 280px;
}
#homecare .inner04 {
	margin-bottom: 4.5rem;
}
#homecare .inner04 p {
	margin-top: -0.5rem;
	line-height: 1.8;
}
#homecare .inner05 .comTable td {
	padding-left: 3rem;
	width: auto;
	vertical-align: middle;
}
#homecare .inner05 .comTable th {
	width: 22.8%;
	font-weight: 500;
	vertical-align: middle;
}
#homecare .nursing .inner01 .pho {
	margin-bottom: 2.5rem;
}
#homecare .nursing .inner01 .text03 {
	line-height: 2;
	display: flex;
}
#homecare .nursing .inner01 .text03 img {
	margin: 0.5rem 1rem 0 2rem;
	width: 28rem;
	flex-shrink: 0;
}
#homecare .nursing .inner05 .time {
	margin: 0.5rem 0 1rem;
	display: flex;
}
#homecare .nursing .inner05 .time:last-child {
	margin-bottom: 0.5rem;
}
#homecare .nursing .inner05 .time span {
	width: 13.5rem;
	flex-shrink: 0;
}
#homecare .nursing .inner05 .note {
	margin-top: 2rem;
	text-align: center;
	color: #F42B66;
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	#homecare .inner01 .comBold {
		margin-bottom: 2rem;
	}
	#homecare .inner03 .headLine07 {
		margin-bottom: 3rem;
	}
	#homecare .inner03 .comUl .ttl {
		margin-bottom: 2.5rem;
	}
	#homecare .nursing .inner01 .comBold {
		margin-bottom: 2.5rem;
	}
}
@media all and (max-width: 896px) {
	#homecare .treatment {
		margin-bottom: 5rem;
	}
	#homecare .inner01 {
		margin-bottom: 4rem;
	}
	#homecare .inner03 {
		margin-bottom: 4rem;
	}
	#homecare .inner04 {
		margin-bottom: 4rem;
	}
	#homecare .inner05 .comTable td {
		padding: 2rem 1rem !important;
	}
	#homecare .inner05 .comTable th {
		width: 30%;
	}
	#homecare .nursing .inner01 .text03 {
		display: block;
	}
	#homecare .nursing .inner01 .text03 img {
		margin: 1rem 0 0;
		width: 100%;
	}
	#homecare .nursing .inner05 .time span {
		width: 12rem;
	}
	#homecare .nursing .inner05 .note {
		font-size: 1.4rem;
	}
	#homecare .inner03 .comUl li {
		flex-direction: column;
		gap: 10px;
	}
	#homecare .inner03 .comUl li .pho {
		order: 1;
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	professionals
------------------------------------------------------------*/
#professionals .comTopList {
	margin-bottom: 6.5rem;
}
#professionals .comTopList p {
	font-size: 2rem;
}
#professionals .comTopList .btn a {
	height: 8rem;
}
#professionals .comTopList .btn small {
	display: block;
	font-size: 1.8rem;
}
#professionals .inner01 {
	margin-bottom: 8rem;
}
#professionals .inner01 .comTable th,
#professionals .inner01 .comTable td {
	text-align: center;
	vertical-align: middle;
}
#professionals .inner01 .comTable tbody th {
	font-weight: 500;
	color: #333;
	background-color: transparent;
}
#professionals .comTable .txtList {
	margin: 0.5rem 0 -0.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 1;
	color: #4F92BD;
	font-weight: 700;
}
#professionals .comTable .txtList::after {
	content: "";
	width: 5.5rem;
}
#professionals .comTable .txtList li {
	width: 5.5rem;
	height: 5.5rem;
	padding-top: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #E7F2F9;
	border-radius: 1rem;
}
#professionals .comTable .txtList li.color01 {
	 color: #666;
	 background-color: #F4F5F6;
}
#professionals .comTable .txtList li.sml {
	font-size: 1rem;
}
#professionals .comTable .txtList li.sml01 {
	letter-spacing: -0.1rem;
}
#professionals .comTable .txtList img {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 0.9rem;
	transform: translateX(-50%);
}
#professionals .comContact {
	margin-bottom: 5rem;
}
#professionals .inner02 {
	margin-bottom: 8rem;
}
#professionals .inner02 .pho{
 overflow: hidden;
 border-radius: 2rem;
}
#professionals .inner02 .imgBox {
	margin-bottom: 3rem;
}
#professionals .inner02 .imgBox p {
	margin-bottom: 2rem;
	line-height: 2;
}
#professionals .inner02 .imgBox small {
	font-size: 1.6rem;
}
#professionals .inner02 .imgBox .pho {
	margin-top: 2.5rem;
	overflow: hidden;
	border-radius: 2rem;
}
#professionals .inner02 .staff {
	margin-bottom: 5rem;
	padding: 1.6rem 2rem 2rem;
	background-color: #E7F2F9;
	border-radius: 2rem;
}
#professionals .inner02 .staff .ttl {
	padding: 0 0 2rem 3.5rem;
	color: #4F92BD;
	font-weight: 500;
	background: url(../img/common/icon43.png) no-repeat left top 0.4rem;
	background-size: 2.4rem auto;
}
#professionals .inner02 .staff ul {
	justify-content: flex-start;
	/* gap: 40px; */
	margin-top: -1rem;
	position: relative;
}
#professionals .inner02 .staff li {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	flex: 1;
	border-left: 1px dotted #4F92BD;
}
#professionals .inner02 .staff li:first-of-type {
	border-left: none;
	flex: 1.3;
}
/* #professionals .inner02 .staff li:last-of-type::after {
	border-bottom: none;
	border-left: none;
}
#professionals .inner02 .staff li::after {
    content: "";
    border-left: 1px dotted #4F92BD;
    height: 100%;
    width: 1px;
    margin-left: 40px;
} */
#professionals .inner02 .staff .pho {
	width: 8rem;
	flex-shrink: 0;
	border-radius: 1rem;
	margin: 0 .5em 0 0;
	overflow: hidden;
}
#professionals .inner02 .staff p {
	margin: 0 0 0.5rem 0;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
}
#professionals .inner02 .staff span {
	display: block;
	color: #666;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: .4em;
}
#professionals .inner02 .staff small {
	font-size: 1.2rem;
}
#professionals .inner02 .staff p > small {
	display: block;
	margin-top: .5em;
}
#professionals .inner03 p {
	margin-bottom: 2rem;
	line-height: 2;
}
#professionals .inner03 p + p {
	margin-bottom: 2.5rem;
}
@media all and (min-width: 897px) {
	#professionals .comTopList .pho {
		margin: -14.5rem -5.75rem -17rem;
	}
	#professionals .inner01 .headLine06 {
		margin-bottom: 5rem;
	}
	#professionals .inner02 .headLine06 {
		margin-bottom: 5.5rem;
	}
	#professionals .inner02 .headLine07 {
		margin-bottom: 1.5rem;
	}
	#professionals .inner03 .headLine06 {
		margin-bottom: 4.5rem;
	}
	#professionals .inner03 .comBold {
		margin-bottom: 2rem;
	}
}
@media all and (max-width: 896px) {
	#professionals .comTopList {
		margin-bottom: 4rem;
	}
	#professionals .comTopList p {
		font-size: 1.8rem;
	}
	#professionals .comTopList .btn a {
		height: 6rem;
	}
	#professionals .comTopList .btn small {
		font-size: 1.6rem;
	}
	#professionals .inner01 {
		margin-bottom: 4rem;
	}
	#professionals .comContact {
		margin-bottom: 3rem;
	}
	#professionals .inner02 {
		margin-bottom: 4rem;
	}
	#professionals .inner02 .imgBox {
		margin-bottom: 2rem;
	}
	#professionals .inner02 .imgBox p {
		margin-bottom: 1rem;
	}
	#professionals .inner02 .imgBox small {
		font-size: 1.4rem;
	}
	#professionals .inner02 .imgBox .pho {
		margin-top: 1rem;
	}
	#professionals .inner02 .staff {
		margin-bottom: 3rem;
		padding: 1.5rem;
	}
	#professionals .inner02 .staff .ttl {
		font-size: 1.8rem;
	}
 #professionals .inner02 .staff ul.sp{
  margin: 0 0 20px;
 }
 #professionals .inner02 .staff ul.sp li{
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
 }
	#professionals .inner02 .staff li {
		flex-flow: column;
		justify-content: flex-start;
  align-items: center;
		margin-top: 15px;
		width: auto;
  border-left: none;
  border-right: 1px dotted #4F92BD;
	}
 #professionals .inner02 .staff li:last-child{
  border-right: none;
 }
	#professionals .inner02 .staff li:first-of-type {
		margin-top: 1rem;
	}
	#professionals .inner02 .staff li::after {
		border-left: none;
		border-top: 1px dotted #4F92BD;
		height: 1px;
		margin: 10px 0 0;
		width: 100%;
	}
}
/*------------------------------------------------------------
	vaccination
------------------------------------------------------------*/
#vaccination .topText {
	margin-bottom: 4.5rem;
	line-height: 2;
}
#vaccination .topImg {
	margin: -14rem -12.5rem -5rem;
}
#vaccination .headLine07 + .topText {
	margin: -0.5rem 0 8.5rem;
}
#vaccination .inner {
	margin-bottom: 9rem;
	position: relative;
}
#vaccination .inner:last-child {
	margin-bottom: 0 !important;
}
#vaccination .inner .pho {
	position: absolute;
	right: 0;
	top: -4rem;
	width: 25rem;
}
#vaccination .inner .text {
	margin: 0 2rem 2rem;
}
#vaccination .textList {
	margin: 0 2rem;
}
#vaccination .textList li:not(:last-child) {
	margin-bottom: 1rem;
}
#vaccination .textList li {
	background-color: #E7F2F9;
	border-radius: 2rem;
	overflow: hidden;
}
#vaccination .textList .ttl {
	padding: 1.6rem 3rem 1.7rem;
	color: #FEFEFE;
	font-weight: 700;
	background-color: #4F92BD;
}
#vaccination .textList .ttl small {
	font-size: 1.6rem;
}
#vaccination .textList .bgBox {
	padding: 2rem 3rem 1rem;
}
#vaccination .textList dt {
	float: left;
	color: #4F92BD;
	font-weight: 700;
}
#vaccination .textList dd {
	padding: 0 0 1rem 5.1em;
}
#vaccination .textList small {
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	#vaccination .topText {
		margin-bottom: 2rem;
	}
	#vaccination .topImg img {
		width: 100%;
	}
	#vaccination .headLine07 + .topText {
		margin-bottom: 4rem;
	}
	#vaccination .inner {
		margin-bottom: 5rem;
	}
	#vaccination .inner .pho {
		top: -2rem;
		width: 12rem;
	}
	#vaccination .inner .text {
		margin: 0 0 1rem;
	}
	#vaccination .textList {
		margin: 0;
	}
	#vaccination .textList li {
		border-radius: 1rem;
	}
	#vaccination .textList .ttl {
		padding: 1rem;
	}
	#vaccination .textList .ttl small {
		font-size: 1.4rem;
	}
	#vaccination .textList .bgBox {
		padding: 2rem;
	}
	#vaccination .textList small {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	sawayaka
------------------------------------------------------------*/
body.sawayaka {
	background-image: url(../img/common/body_bg_sawayaka.png);
}
body.sawayaka .fixLink ul {
	background-color: #00AD9B;
}
#sawayaka {
	margin-top: 24.5rem;
	padding-top: 0.1rem;
	position: relative;
	background-color: #E8F7F6;
}
#sawayaka::before {
	position: absolute;
	left: 0;
	width: 100%;
	top: -20rem;
	height: 20rem;
	background: url(../img/sawayaka/bg01.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
#sawayaka .headLine01 {
	margin: -12rem 0 -2.5rem;
	position: relative;
	left: auto;
	top: auto;
	text-align: center;
	color: #00AD9B;
}
#sawayaka #pagePath {
	margin-bottom: 2rem;
	position: relative;
	right: auto;
	top: auto;
	padding: 0;
	justify-content: flex-end;
	background-color: transparent;
}
#sawayaka #pagePath::before,
#sawayaka #pagePath::after {
	display: none;
}
#sawayaka #pagePath ul {
	color: #00AD9B;
}
#sawayaka #pagePath a {
	color: #00AD9B;
}
#sawayaka .headLine06 {
	color: #00AD9B;
	border-color: #FEFEFE;
}
#sawayaka .whiteInner .headLine06 {
	border-color: #ccc;
}
#sawayaka .headLine06::before {
	background-color: #00AD9B;
}
#sawayaka .comNewsList {
	margin-bottom: 3rem;
}
#sawayaka .comNewsList a {
	background-color: #FEFEFE;
}
#sawayaka .comNewsList .txt {
	color: #00AD9B;
}
#sawayaka .comTitle .time {
	color: #00AD9B;
}
#sawayaka .comTitle .sort {
	font-size: 1.2rem;
}
#sawayaka .widBox .comLink.color01 .comArrowBg{
 background-color: #00AD9B;
}
#sawayaka .widBox .comLink.color01 a{
 background: #fff;
 color: #00AD9B;
}
#sawayaka .widBox .comLink.color01 .comArrow::after{
 background-image: url(../img/common/arrow14.png);
}
#sawayaka .comNewsList .comArrow:before {
	background-image: url(../img/common/arrow03.png);
}
#sawayaka .comNewsList .comArrow:after {
	background-image: url(../img/common/arrow04.png);
}
#sawayaka .info01 {
	margin-bottom: 8rem;
}
#sawayaka .info01 .comLink {
	margin-bottom: 5rem;
}
#sawayaka .comContact {
	background-color: #FEFEFE;
}
#sawayaka .comContact .ttl {
	background-color: #00AD9B;
}
#sawayaka .comContact li {
	color: #00AD9B;
}
#sawayaka .comContact li a {
	color: #00AD9B;
}
#sawayaka .info02 {
	margin-bottom: 7.5rem;
}
#sawayaka .info02 p {
	line-height: 2;
}
#sawayaka .info02 p small {
	font-size: 1.6rem;
}
#sawayaka .info02 .comBold {
	margin: 2rem 0;
	color: #00AD9B;
	font-weight: 500;
}
#sawayaka .info02 .comBold + p{
 margin-bottom: 3rem;
}
#sawayaka .info02 .pho {
	margin: 2.5rem 0 5rem;
	overflow: hidden;
	border-radius: 2rem;
}
#sawayaka .headLine07 {
	color: #00AD9B;
}
#sawayaka .headLine07::before {
	background-color: #00AD9B;
}
#sawayaka .comDotList {
	margin: 0 0 1.5rem 1rem;
}
#sawayaka .comDotList li::before {
	background-color: #00AD9B;
}
#sawayaka .info03 {
	margin-bottom: 5rem;
}
#sawayaka .info03 .topText {
	margin-bottom: 4.5rem;
	line-height: 1.8;
}
#sawayaka .info03 .inner {
	margin-bottom: 2rem;
	border-radius: 3rem;
	background-color: #FEFEFE;
	overflow: hidden;
}
#sawayaka .info03 .inner:last-child {
	margin-bottom: 0 !important;
}
#sawayaka .info03 .inner > .ttl {
	min-height: 14.3rem;
	padding: 0 10rem;
	position: relative;
	display: flex;
	align-items: center;
	color: #00AD9B;
	font-size: 2.4rem;
	font-weight: 700;
	background: url(../img/sawayaka/photo05.jpg) no-repeat right center;
	background-size: auto 100%;
	cursor: pointer;
	transition: .3s;
}
#sawayaka .info03 .inner#b02 > .ttl {
	background-image: url(../img/sawayaka/photo06.jpg);
}
#sawayaka .info03 .inner#b03 > .ttl {
	background-image: url(../img/sawayaka/photo07.jpg);
}
#sawayaka .info03 .inner#b04 > .ttl {
	background-image: url(../img/sawayaka/photo08.jpg);
}
#sawayaka .info03 .inner > .ttl.on {
	background-image: none !important;
}
#sawayaka .info03 .inner > .ttl::after {
	position: absolute;
	right: 5rem;
	top: 50%;
	width: 4rem;
	height: 4rem;
	background: url(../img/common/icon45.png) no-repeat;
	background-size: 4rem auto;
	content: "";
	transform: translateY(-50%);
}
#sawayaka .info03 .inner > .ttl.on::after {
	background-image: url(../img/common/icon45_on.png);
}
#sawayaka .info03 .inner > .ttl small {
	font-size: 2.2rem;
}
#sawayaka .info03 .inner > .ttl .ico {
	width: 4.2rem;
	position: absolute;
	left: 5rem;
	top: 50%;
	transform: translateY(-50%);
}
#sawayaka .info03 .innerBox {
	padding: 0 5rem 5rem;
	display: none;
}
#sawayaka .info03 .comTimeList {
	margin: -2rem 0 5rem;
	width: auto;
}
#sawayaka .info03 .comTimeList > li {
	margin-top: 2rem;
	width: 33.5rem;
	background-color: #E8F7F6;
}
#sawayaka .info03 .comTimeList .ttl {
	color: #FEFEFE;
	background-color: #00AD9B;
}
#sawayaka .info03 .comTimeList .ttl img {
	height: 2rem;
}
#sawayaka .info03 .comTimeList .whiteBg {
	padding: 2rem;
	min-height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#sawayaka .info03 .comTimeList .whiteBg .green {
	margin-bottom: 1rem;
	color: #00AD9B;
	font-weight: 700;
}
#sawayaka .info03 .comTimeList .whiteBg .green:last-child {
	margin-bottom: 0;
}
#sawayaka .info03 .comTimeList .whiteBg .green small {
	color: #666;
	font-size: 1.6rem;
}
#sawayaka .info03 .comDotList {
	margin-bottom: 4rem;
}
#sawayaka .info03 .comLinkFlex {
	margin-bottom: 5rem;
}
#sawayaka .info03 .comLink a {
	padding-left: 2rem;
}
#sawayaka .info03 .comLink.sml a {
	font-size: 1.6rem;
}
#sawayaka .info03 .comLink .comArrowBg {
	background-image: url(../img/common/icon50.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
}
#sawayaka .info03 .comTable th,
#sawayaka .info03 .comTable td {
	vertical-align: middle;
	text-align: center;
	border-color: #00AD9B;
}
#sawayaka .info03 .comTable th,
#sawayaka .info03 .comTable thead td {
	color: #00AD9B;
	background-color: #E8F7F6;
}
#sawayaka .info03 .comTable td {
	width: 50%;
}
#sawayaka .info03 .comTable img {
	width: 3rem;
}
#sawayaka .info03 .heading {
	padding: 0.2rem 0 3rem 4.2rem;
	color: #00AD9B;
	font-size: 2rem;
	font-weight: 700;
	background: url(../img/common/icon53.png) no-repeat left top;
	background-size: 3.2rem auto;
}
#sawayaka .info03 .last {
	margin-bottom: 0 !important;
}
#sawayaka .info03 .innerBox .topTxt {
	margin-bottom: 4.5rem;
	line-height: 2;
}
#sawayaka .info03 .innerBox .topTxt small {
	font-size: 1.6rem;
}
#sawayaka .info03 .flow{
 text-align: center;
}
#sawayaka .info03 .flow p{
 background: #E8F7F6;
 color: #00AD9B;
 border-radius: 1rem;
 margin-bottom: 1rem;
 padding: 1.6rem 1.5rem 1.5rem;
 font-size: 2rem;
}
#sawayaka .info03 .flow .f-arrow{
 position: relative;
 margin-bottom: 6rem;
}
#sawayaka .info03 .flow .f-arrow img{
 position: absolute;
 width: 3rem;
 height: 4rem;
 left: 0;
 right: 0;
 margin: auto;
 top: unset;
 bottom: -5rem;
 object-fit: cover;
}
#sawayaka .info03 .flow div.f-arrow img{
 bottom: -4rem;
}
#sawayaka .info03 .flow div.f-arrow.arrow-long img{
 height: 17rem;
}
#sawayaka .info03 .flow > div{
 display: flex;
 gap: 2rem;
}
#sawayaka .info03 .flow > div div{
 width: 100%;
}
#sawayaka .info03 .flow .bg-green{
 background: #00AD9B;
 color: #FEFEFE;
}
#sawayaka .info03 .flow > div div .bg-gray{
 background: #666;
 color: #FEFEFE;
}
#sawayaka .info03 .flow > div div .t-gray{
 color: #666;
 background: #F4F5F6;
}
#sawayaka .info03 .flow .f-mid{
 font-size: 1.8rem;
}
#sawayaka .info03 .flow .last{
 width: 33.5rem;
 margin: auto;
}
#sawayaka .whiteInner {
	padding-top: 28rem;
	background: #fff url(../img/index/sawayaka_bg02.jpg) no-repeat top center;
	background-size: 100% 20rem;
}
#sawayaka .comUl {
	margin-top: 0;
}
#sawayaka .comUl .ttl {
	color: #00AD9B;
}
#sawayaka .comUl .num {
	background-color: #00AD9B;
}
#sawayaka .comUl p {
	margin-bottom: 2rem;
}
#sawayaka .info04 {
	margin-bottom: 9rem;
}
#sawayaka .info05 {
	margin-bottom: 5.5rem;
}
#sawayaka .comFlowList {
	margin-bottom: 0;
}
#sawayaka .comFlowList .num {
	background-color: #00AD9B;
}
#sawayaka .comFlowList .ttl {
	color: #00AD9B;
}
#sawayaka .tabPanel .tabUl a {
	color: #666;
}
#sawayaka .tabPanel .tabUl a::before,
#sawayaka .tabPanel .tabUl .on a::after {
	display: none;
}
#sawayaka .tabPanel .tabUl .on a {
	color: #00AD9B;
	border-color: #E8F7F6;
	background-color: #E8F7F6;
}
#sawayaka .tabPanel .tabBox {
	background-color: #E8F7F6;
	border-color: #E8F7F6;
	border-radius: 0 1rem 1rem 1rem !important;
}
#sawayaka .tabPanel .tabUl .on + li a {
	border-bottom-left-radius: 0;
}
#sawayaka .tabPanel .comDotList {
	margin: 0;
}
#sawayaka .info06 {
	margin-bottom: 8rem;
}
#sawayaka .info06 .tabPanel .tabUl li {
	width: 18rem;
}
#sawayaka .info06 .tabPanel .tabUl a {
	padding: 0 1rem 0 5.3rem;
	position: relative;
}
#sawayaka .info06 .tabPanel .tabUl .ico {
	width: 2.4rem;
	position: absolute;
	left: 1.9rem;
	top: 50%;
	transform: translateY(-50%);
}
#sawayaka .info06 .tabPanel .tabUl .ico img {
	transition: .3s;
}
#sawayaka .info06 .tabPanel .tabUl .ico .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0 !important;
}
#sawayaka .info06 .tabPanel .tabUl .on a .ico .hover {
	opacity: 1 !important;
}
#sawayaka .info06 .tabPanel .tabUl .on a .ico .on {
	opacity: 0 !important;
}
#sawayaka .info06 .tabPanel .tabBox {
	padding: 3rem;
}
#sawayaka .info06 .qaList li {
	margin-bottom: 1rem;
	background-color: #FEFEFE;
	border-radius: 1rem;
}
#sawayaka .info06 .qaList li:last-child {
	margin-bottom: 0 !important;
}
#sawayaka .info06 .qaList .ttl {
	min-height: 6rem;
	padding: 0 5.8rem;
	position: relative;
	display: flex;
	align-items: center;
	color: #00AD9B;
	font-weight: 700;
	background: url(../img/common/icon45.png) no-repeat right 1rem center;
	background-size: 4rem auto;
	cursor: pointer;
	transition: .3s;
}
#sawayaka .info06 .qaList .ttl.on {
	background-image: url(../img/common/icon45_on.png);
}
#sawayaka .info06 .qaList .aBox {
	padding: 0 2rem 0.5rem 5.8rem;
	position: relative;
	display: none;
}
#sawayaka .info06 .qaList .ttl::before,
#sawayaka .info06 .qaList .aBox::before {
	position: absolute;
	left: 1rem;
	top: 0;
	width: 3.8rem;
	height: 3.8rem;
	padding-top: 0.5rem;
	text-align: center;
	color: #00AD9B;
	background-color: #E8F7F6;
	border-radius: 1rem;
	content: "A";
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
}
#sawayaka .info06 .qaList .ttl::before {
	top: 50%;
	transform: translateY(-50%);
	color: #FEFEFE;
	content: "Q";
	background-color: #00AD9B;
}
.sawayaka .fixLink ul{
 width: fit-content;
 padding: 0 2rem;
}
.sawayaka .fixLink ul{
 gap: 1.5rem;
}
.sawayaka .fixLink li.tel-link{
 width: fit-content;
 white-space: nowrap;
}
.sawayaka .fixLink li.tel-link a{
 gap: 1.5rem;
 padding-left: 0rem;
 background-image: none;
}
.sawayaka .fixLink li.tel-link a span{
 padding-left: 2.2rem;
 background-image: url(../img/common/icon16.png);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: auto 1.4rem;
}
#sawayaka .info06 .qaList p {
	line-height: 1.8;
}
#sawayaka .info06 .qaList small {
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	body.sawayaka .fixLink ul {
		letter-spacing: -.05rem;
	}
	.fixLink li:last-child {
/*		letter-spacing: -.3rem;*/
	}
	#sawayaka .mainInfo {
		position: relative;
	}
	#sawayaka .widBox {
		width: 79rem;
	}
	#sawayaka #sideBar {
		position: absolute;
		right: 50%;
		margin-right: -57rem;
		top: 0;
		bottom: 0;
	}
	#sawayaka #sideBar .sideBg {
		background-color: #FEFEFE;
	}
	#sawayaka #sideBar .arrow:before,
	#sawayaka #sideBar .arrow:after {
		background-image: url(../img/common/arrow16.png);
	}
	#sawayaka .comImgBox {
		margin: 0 -5rem 5rem;
	}
	#sawayaka .info01 .headLine06 {
		margin-bottom: 5rem;
	}
	#sawayaka .comNewsList li {
		width: 38.5rem;
	}
	#sawayaka .comNewsList a {
		min-height: 17rem;
	}
	#sawayaka .comNewsList a:hover {
		background-color: #00AD9B;
	}
	#sawayaka .comNewsList a:hover .txt,
	#sawayaka .comNewsList a:hover .time,
	#sawayaka .comNewsList a:hover .sort {
		color: #FEFEFE;
	}
	#sawayaka .comNewsList a:hover .sort {
		background-image: url(../img/common/line04.png);
	}
	#sawayaka .info03 .inner > .ttl:hover {
		opacity: 0.7;
	}
	#sawayaka .info04 .headLine06 {
		margin-bottom: 5rem;
	}
	#sawayaka .comUl .ttl {
		margin-bottom: 2.5rem;
	}
	#sawayaka .info05 .headLine06 {
		margin-bottom: 5.5rem;
	}
	#sawayaka .info06 .headLine06 {
		margin-bottom: 5rem;
	}
	#sawayaka .info07 {
		margin-bottom: -2rem;
	}
	#sawayaka .info07 .headLine06 {
		margin-bottom: 5rem;
	}
	#sawayaka .tabPanel .tabBox {
		padding-top: 3rem;
	}
	#sawayaka .tabPanel .comDotList li {
		padding-bottom: 0.5rem;
	}
	#sawayaka .tabPanel .tableImg {
		margin-top: 2.5rem;
	}
	#sawayaka .tabPanel .tabUl a:hover {
		color: #00AD9B;
		border-color: #E8F7F6;
		background-color: #E8F7F6;
	}
	#sawayaka .info06 .tabPanel .tabUl a:hover .ico .hover {
		opacity: 1 !important;
	}
	#sawayaka .info06 .tabPanel .tabUl a:hover .ico .on {
		opacity: 0 !important;
	}
	#sawayaka .info06 .qaList .ttl:hover {
		opacity: 0.7;
	}
	#sawayaka .info03 .comLink a:hover .comArrowBg {
		background-image: url(../img/common/icon50_on.png);
	}
}
@media all and (max-width: 896px) {
	body.sawayaka {
		background-image: url(../img/common/body_bg_sawayaka_sp.png);
	}
	#sawayaka {
		margin-top: 10rem;
	}
	#sawayaka::before {
		top: -6.9rem;
		height: 10rem;
  background-size: 100% 70%;
	}
 #sawayaka .content{
  margin: 3rem 3rem 0;
 }
	#sawayaka .headLine01 {
		margin: -6rem 0 3rem;
	}
 #sawayaka aside.sp{
  margin-bottom: 3rem;
 }
 #sawayaka #sideBar .spPageMenu .ttl{
  background-color: #fff;
  color: #00AD9B;
 }
 #sawayaka #sideBar .spPageMenu .ttl::after{
  background: #00AD9B url(../img/common/icon08.png) no-repeat center center;
  background-size: 1.2rem auto;
 }
 #sawayaka #sideBar .spPageMenu .ttl.on::after{
  background-image: url(../img/common/icon08_on.png);
 }
 #sawayaka #sideBar .arrow:before,
 #sawayaka #sideBar .arrow:after{
  background: url(../img/common/arrow16.png) no-repeat;
  background-size: 100% 100%;
 }
 #sawayaka #sideBar .spPageMenu .textInfo{
  background-color: #fff;
 }
	#sawayaka .info01 {
		margin-bottom: 5rem;
	}
	#sawayaka .info01 .comLink {
		margin-bottom: 3rem;
	}
	#sawayaka .info02 {
		margin-bottom: 5rem;
	}
	#sawayaka .info02 p small {
		font-size: 1.4rem;
	}
	#sawayaka .info02 .comBold {
		margin: 1rem 0;
	}
 #sawayaka .info02 .comBold + p{
  margin-bottom: 1rem;
 }
	#sawayaka .info02 .pho {
		margin: 1rem 0 3rem;
	}
	#sawayaka .info02 .pho img {
		width: 100%;
	}
	#sawayaka .info03 .topText {
		margin-bottom: 2rem;
	}
	#sawayaka .info03 .inner {
		margin-bottom: 1rem;
		border-radius: 2rem;
	}
	#sawayaka .info03 .inner > .ttl {
		min-height: 10rem;
		padding: 0 6rem;
		font-size: 2rem;
		background: none !important;
	}
	#sawayaka .info03 .inner > .ttl::after {
		right: 2rem;
	}
	#sawayaka .info03 .inner > .ttl small {
		font-size: 1.8rem;
	}
	#sawayaka .info03 .inner > .ttl span small {
		display: block;
	}
	#sawayaka .info03 .inner > .ttl .ico {
		width: 3.2rem;
		left: 2rem;
	}
	#sawayaka .info03 .innerBox {
		padding: 0 2rem 2rem;
	}
	#sawayaka .info03 .comTimeList {
		margin: 0 0 3rem;
		display: block;
	}
	#sawayaka .info03 .comTimeList > li {
		width: auto;
		margin: 0 0 1rem;
	}
	#sawayaka .info03 .comTimeList .whiteBg {
		min-height: 8rem;
	}
	#sawayaka .info03 .comTimeList .whiteBg .green small {
		font-size: 1.4rem;
	}
	#sawayaka .info03 .comDotList {
		margin-bottom: 3rem;
	}
	#sawayaka .info03 .comLinkFlex {
		margin-bottom: 3rem;
	}
	#sawayaka .info03 .comLink a {
		padding-left: 1rem;
	}
	#sawayaka .info03 .comLinkFlex li {
		width: 28rem;
	}
	#sawayaka .info03 .comLink.sml a {
		font-size: 1.4rem;
	}
	#sawayaka .info03 .heading {
		padding-bottom: 2rem;
	}
	#sawayaka .info03 .innerBox .topTxt {
		margin-bottom: 2rem;
	}
	#sawayaka .info03 .innerBox .topTxt small {
		font-size: 1.4rem;
	}
 #sawayaka .info03 .flow p{
  font-size: 1.8rem;
  text-align: left;
 }
 #sawayaka .info03 .flow > div{
  gap: 1rem;
 }
 #sawayaka .info03 .flow .f-arrow{
  margin-bottom: 5rem;
 }
 #sawayaka .info03 .flow .f-arrow img{
  bottom: -4.5rem;
 }
 #sawayaka .info03 .flow div.f-arrow img{
  bottom: -4rem;
 }
 #sawayaka .info03 .flow div.f-arrow.arrow-long img{
  bottom: -2rem;
 }
 #sawayaka .info03 .flow .f-mid{
  font-size: 1.7rem;
 }
 #sawayaka .info03 .flow .last{
  width: 100%;
  text-align: center;
 }
	#sawayaka .whiteInner {
		padding-top: 14rem;
		background-size: 100% 10rem;
	}
	#sawayaka .info04 {
		margin-bottom: 5rem;
	}
	#sawayaka .info05 {
		margin-bottom: 5rem;
	}
	#sawayaka .info06 {
		margin-bottom: 5rem;
	}
	#sawayaka .info06 .tabPanel .tabUl li {
		width: 15.5rem;
	}
	#sawayaka .info06 .tabPanel .tabUl a {
		padding: 0 0.5rem 0 3.7rem;
	}
	#sawayaka .info06 .tabPanel .tabUl .ico {
		width: 2.4rem;
		left: 1rem;
	}
	#sawayaka .info06 .tabPanel .tabBox {
		padding: 2rem;
	}
	#sawayaka .info06 .qaList .ttl {
		padding: 1rem 5.8rem;
	}
	#sawayaka .info06 .qaList small {
		font-size: 1.4rem;
	}
 .sawayaka .fixLink ul{
  width: 95%;
  padding: 0 1rem;
 }
 .sawayaka .fixLink li.tel-link a{
  gap: 1rem;
 }
}
/*------------------------------------------------------------
	overview
------------------------------------------------------------*/
#overview .summary {
	margin-bottom: 8rem;
}
#overview .community {
	margin-bottom: 6.5rem;
}
#overview .community .pho {
	width: 68rem;
	margin: 0 auto 5rem;
}
#overview .community .comTab {
	margin-bottom: 3rem;
}
#overview .community .comTab th,
#overview .community .comTab td {
	padding: 2rem 3rem;
	line-height: 2;
}
#overview .community .comTab small {
	font-size: 1.6rem;
}
#overview .community .comTab .comDotList {
	margin: 0 0 0 1rem;
}
#overview .community .bgBox {
	margin-bottom: 3rem;
	background-color: #E7F2F9;
	border-radius: 2rem;
	overflow: hidden;
}
#overview .community .bgBox .ttl {
	padding: 1.7rem 0 1.6rem;
	text-align: center;
	font-weight: 700;
	color: #FEFEFE;
	background-color: #4F92BD;
}
#overview .community .bgInfo {
	padding: 2.5rem 3rem 2rem;
}
#overview .community .bgInfo p {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
#overview .community .bgInfo .sortList {
	margin: -1rem 0 2rem;
}
#overview .community .bgInfo .sortList li {
	margin: 1rem 1rem 0 0;
	padding: 0.5rem 1rem;
	color: #4F92BD;
	background-color: #FEFEFE;
	border-radius: 1rem;
}
#overview .community .bgInfo .comDotList {
	margin-left: 1rem;
} 
#overview .community .comLinkFlex {
	margin-bottom: 5rem;
}
#overview .community .textBox .headLine07 {
	margin-bottom: 1.5rem;
}
#overview .community .textBox p {
	margin-bottom: 4.5rem;
	line-height: 2;
}
#overview .community .textBox small {
	font-size: 1.6rem;
}
#overview .community .textBox .ttl {
	margin: -2rem 0 0.5rem;
	font-weight: 700;
	color: #4F92BD;
}
#overview .community .textBox .comDotList {
	margin-left: 1rem;
}
#overview .website .txtList{
 margin-bottom: 8rem;
}
#overview .website .txtList > li {
	margin-bottom: 1rem;
	background-color: #E7F2F9;
	border-radius: 1rem;
}
#overview .website .txtList > li:last-child {
	margin-bottom: 0 !important;
}
#overview .website .txtList.action {
	margin-bottom: 8rem;
}
#overview .website .ttl {
	min-height: 6rem;
	padding: 1.1rem 6rem 1.1rem 2rem;
	display: flex;
	align-items: center;
	color: #4F92BD;
	font-weight: 500;
	background: url(../img/common/icon54.png) no-repeat right 1rem center;
	background-size: 4rem auto;
	cursor: pointer;
	transition: .3s;
}
#overview .website .ttl.on {
	background-image: url(../img/common/icon54_on.png);
}
#overview .website .textInfo {
	padding: 1rem 3rem 2rem;
	display: none;
}
#overview .website .textInfo a {
	text-decoration: underline;
}
#overview .website .comDotList li {
	padding-bottom: 0.5rem;
}
#overview .website .txtList > li .comNumList + p{
	margin-bottom: 5rem;
}
#overview .website .txtList > li .comFlowList li{
	padding: 0 4.8rem 2.1rem 4.8rem;
}
#overview .website .txtList > li .comFlowList li:last-child{
	padding: 0 4.8rem 0 4.8rem;
}
#overview .website .txtList > li .comFlowList li h3{
	padding: 0;
	min-height: unset;
	background: unset;
	pointer-events: none;
}
#overview .website h4 {
	color: #4F92BD;
    margin: 2rem 0 2rem 2rem;
}
#overview .online.overview .ttl{
	font-weight: 500;
}
#outpatient .online.overview .textInfo .ttl{
	min-height: unset;
	padding: 0;
	color: #333;
	background: unset;
}
#overview .greeting {
	margin-bottom: 9rem;
}
#overview .greeting .bgBox {
	padding: 5rem;
	background-color: #E7F2F9;
	border-radius: 2rem;
}
#overview .greeting .bgBox .ttl {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
}
#overview .greeting .bgBox .text{
 margin-bottom: 3rem;
}
#overview .greeting .bgBox .ttl img {
	margin-right: 2rem;
	width: 13rem;
}
#overview .greeting .noteList {
	margin: -2rem 0 3rem;
}
#overview .greeting .noteList li {
	margin-top: 2rem;
	width: 33.5rem;
}
#overview .greeting .comLink {
 margin-right: 0;
}
#overview .greeting .flexB{
 flex-wrap: nowrap;
 gap: 2rem;
}
#overview .greeting .flexB li{
 width: 100%;
}
@media all and (min-width: 897px) {
	#overview .summary .headLine06 {
		margin-bottom: 3rem;
	}
	#overview .community .headLine06 {
		margin-bottom: 5rem;
	}
	#overview .community .comTab .comDotList li {
		padding-bottom: 0;
	}
	#overview .community .comTab .comDotList li::before {
		top: 1.5rem;
	}
	#overview .community .textBox .comDotList li {
		line-height: 1.8;
	}
	#overview .community .textBox .comDotList li::before {
		top: 1.5rem;
	}
	#overview .website .ttl:hover {
		opacity: 0.7;
	}
	#overview .website .headLine06 {
		margin-bottom: 5rem;
	}
	#overview .website .textInfo a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#overview .summary {
		margin-bottom: 5rem;
	}
	#overview .community {
		margin-bottom: 4rem;
	}
	#overview .community .headLine06 {
		margin-bottom: 2.5rem;
	}
	#overview .community .pho {
		width: auto;
		margin: 0 -10.5rem 3rem;
	}
	#overview .community .pho img {
		width: 100%;
	}
	#overview .community .comTab {
		margin-bottom: 3rem;
	}
	#overview .community .comTab th,
	#overview .community .comTab td {
		padding: 2rem 2rem 0;
		line-height: 1.68;
	}
	#overview .community .comTab td {
		padding: 0.7rem 2rem 1.8rem;
	}
	#overview .community .comTab small {
		font-size: 1.4rem;
	}
	#overview .community .comTab .comDotList {
		margin: 0 0 0 1rem;
		line-height: 1.5;
	}
	#overview .community .bgBox {
		margin-bottom: 2rem;
		border-radius: 1rem;
	}
	#overview .community .bgBox .ttl {
		padding: 1.8rem 0;
	}
	#overview .community .bgInfo {
		padding: 2rem;
	}
	#overview .community .bgInfo p {
		margin-bottom: 1rem;
	}
	#overview .community .bgInfo .sortList {
		margin: -1rem -1rem 2rem 0;
	}
	#overview .community .bgInfo .sortList li {
		margin: 1rem 1rem 0 0;
		padding: 0.5rem 0.8rem;
	}
	#overview .community .bgInfo .comDotList {
		margin-left: 1rem;
	} 
	#overview .community .comLinkFlex {
		margin-bottom: 3rem;
	}
	#overview .community .comLinkFlex li:first-child a {
		font-size: 1.6rem;
	}
	#overview .community .textBox .headLine07 {
		margin-bottom: 1rem;
	}
	#overview .community .textBox p {
		margin-bottom: 3rem;
		line-height: 1.68;
	}
	#overview .community .textBox p small {
		font-size: 1.4rem;
	}
	#overview .community .textBox .ttl {
		margin: 0 0 1rem;
	}
	#overview .website .txtList > li {
		margin-bottom: 1rem;
	}
	#overview .website .ttl {
		line-height: 1.4;
  flex-wrap: wrap;
	}
	#overview .website .textInfo {
		padding: 0 3rem 1.5rem;
	}
 #overview .website .txtList.action li h3 small{
  display: block;
 }
 #overview .greeting{
  margin-bottom: 5rem;
 }
 #overview .greeting .bgBox {
		padding: 3rem;
	}
 #overview .greeting .bgBox .text{
  margin-bottom: 3rem;
  line-height: 2;
 }
	#overview .greeting .bgBox .ttl img {
		width: 10rem;
	}
	#overview .greeting .noteList {
		margin: 0 0 2rem;
		display: block;
	}
	#overview .greeting .noteList li {
		margin: 0 0 1rem;
		width: auto;
		height: 16rem;
		border-radius: 0.5rem;
	}
	#overview .greeting .comLink {
		margin-right: auto;
  margin-top: 6rem;
	}
 #overview .greeting .noteList.flexB{
  flex-wrap: wrap;
  gap: 0;
 }
 #overview .greeting .noteList.flexB li{
  margin: 0 0 2rem;
  width: auto;
  border-radius: 0.6rem;
 }
}
/*------------------------------------------------------------
	outpatient
------------------------------------------------------------*/
#outpatient .medical {
	margin-bottom: 5.5rem;
}
#outpatient .comTimeList {
	width: auto;
}
#outpatient .comTimeList > li {
	background-color: #E7F2F9;
}
#outpatient .comTimeList .red {
	margin: 0 auto 2rem;
	background-color: #FEFEFE;
}
#outpatient .comTimeList .timeList li {
	padding-left: 0;
	text-align: center;
}
#outpatient .comTimeList .timeList li:first-child {
	border-bottom-color: #4F92BD;
}
#outpatient .list .comLink .comArrowBg,
#outpatient .document .comLink .comArrowBg {
	background-image: url(../img/common/icon50.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
}
#outpatient .information {
	margin-bottom: 8rem;
}
#outpatient .comNewsList {
	margin-bottom: 3rem;
}
#outpatient .comNewsList .comTitle .sort {
	font-size: 1.2rem;
}
#outpatient .visit {
	margin-bottom: 7rem;
}
#outpatient .visit .comNumList {
	margin-bottom: 4.5rem;
}
#outpatient .visit .comDotList {
	margin-left: 1rem;
 	margin-bottom: 3rem;
}
#outpatient .visit .pho {
	border-radius: 10px;
	overflow: hidden;
}
#outpatient .list {
	margin-bottom: 8rem;
}
#outpatient .list .comLink{
 width: fit-content;
 margin-bottom: 5rem;
}
#outpatient .list .comLink .comArrowBg .comArrow:before{
 background-image: url(../img/common/icon55.png);
}
#outpatient .list .info:not(:last-child) {
	margin-bottom: 5rem;
}
#outpatient .list .topText {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
#outpatient .list .bgBox {
	margin-bottom: 2rem;
	background-color: #E7F2F9;
	border-radius: 1rem;
}
#outpatient .list h4.ttl {
	height: 6rem;
	padding: 0 6rem 0 2rem;
	display: flex;
	align-items: center;
	color: #4F92BD;
	font-size: 1.6rem;
	font-weight: 500;
	background: url(../img/common/icon54.png) no-repeat right 1rem center;
	background-size: 4rem auto;
	cursor: pointer;
	transition: .3s;
}
#outpatient .list .ttl.on {
	background-image: url(../img/common/icon54_on.png);
}
#outpatient .list .ttl img {
	margin-right: 1rem;
	width: 2.4rem;
	flex-shrink: 0;
}
#outpatient .list h5.ttl {
	margin: 0 0 2rem;
    font-size: 1.8rem;
    color: #4F92BD;
    font-weight: 700;
	pointer-events: none;
}
#outpatient .list .bgInfo {
	padding: 1rem 3rem;
	font-size: 1.6rem;
	display: none;
}
#outpatient .list dt {
	padding: 0.5rem 1.6rem 0;
	position: relative;
	float: left;
	color: #4F92BD;
	font-weight: 700;
}
#outpatient .list dt::before {
	position: absolute;
	left: 0;
	top: 1.5rem;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #4F92BD;
	content: "";
	border-radius: 100%;
}
#outpatient .list dd {
	padding: 0 0 0 5em;
}
#outpatient .list dd ul {
	align-items: flex-start;
}
#outpatient .list dd li {
	padding: 0.5rem 1rem;
	margin: 0 0.8rem 1rem 0;
	background-color: #FEFEFE;
	border-radius: 1rem;
}
#outpatient .list dd li small {
	font-size: 1.4rem;
}
#outpatient .list .comTable {
	margin: 0;
}
#outpatient .list .comTable th,
#outpatient .list .comTable td {
	padding: 2.5rem 0;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
}
#outpatient .list .comTable td {
	width: 16.66%;
}
#outpatient .list .comTable th {
	border-right: 1px solid #4F92BD;
	width: 10%;
}
#outpatient .list .comTable a {
	display: block;
	width: fit-content;
	margin: 0 auto 0.8rem;
	text-decoration: underline;
}
#outpatient .list .comTable a:last-child {
	margin-bottom: 0 !important;
}
#outpatient .list .comTable small {
	color: #4F92BD;
	display: block;
	font-size: 1.2rem;
}
#outpatient .list .comTable sup {
	font-size: 1rem;
}
#outpatient .list .attention {
	margin-top: 1rem;
	text-align: right;
}
#outpatient .web .topText {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
#outpatient .web .photo{
	border-radius: 10px;
	margin-bottom: 3rem;
	overflow: hidden;
}
#outpatient .comContact.blue {
	margin-bottom: 5rem;
	background-color: #E7F2F9;
}
#outpatient .comContact.blue .ttl {
	padding: 1.2rem 0 1.1rem;
	background-color: #4F92BD;
}
#outpatient .comContact.blue .bgBox {
	padding: 2rem 2rem 3rem;
}
#outpatient .comContact.blue .bgBox p {
	color: #4F92BD;
	font-size: 2.4rem;
}
#outpatient .web {
	margin-bottom: 8rem;
}
#outpatient .web .headLine07 {
	margin-bottom: 2.5rem;
}
#outpatient .comFlowList .ttl {
	margin-bottom: 0;
	font-size: 1.8rem;
}
#outpatient .web .comFlowList .ttl small {
	font-size: 1.6rem;
}
#outpatient .web .comFlowList .comLink.left{
 margin-top: 1.6rem;
}
#outpatient .web .comFlowList .note {
	margin: 1rem 0 -1rem;
	color: #666;
	font-size: 1.6rem;
}
#outpatient .web .comLink a {
	font-size: 1.8rem;
}
#outpatient .comLink.noIcon .comArrowBg {
	background-image: url(../img/common/icon60.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
}
#outpatient .imgBox .textBox {
	width: 48rem;
	margin-top: -0.5rem;
}
#outpatient .imgBox p {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
#outpatient .imgBox p:last-child {
	margin-bottom: 0;
}
#outpatient .imgBox .photo {
	width: 28rem;
}
#outpatient .imgBox .photo img {
	width: 100%;
	border-radius: 1rem;
}
#outpatient .clinic {
	margin-bottom: 7rem;
}
#outpatient .clinic .imgBox {
	margin-bottom: 5rem;
}
#outpatient .clinic .comContact {
	margin-bottom: 5rem;
}
#outpatient .clinic .comDotList {
	margin-left: 1rem;
}
#outpatient .clinic .sml {
	margin-top: -0.5rem;
	display: block;
}
#outpatient .fever {
	margin-bottom: 8rem;
}
#outpatient .fever .topText {
	margin: 0 0 4.5rem;
	line-height: 1.8;
}
#outpatient .fever .pho {
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
#outpatient .fever .pho:last-child {
	margin-bottom: 0 !important;
}
#outpatient .fever .pho::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7.3rem;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
	content: "";
}
#outpatient .fever .pho img {
	border-radius: 0.5rem;
}
#outpatient .fever .pho span {
	position: absolute;
	right: 1rem;
	bottom: 0.9rem;
	color: #FEFEFE;
	font-size: 1.6rem;
}
#outpatient .fever .note {
	margin-top: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#outpatient .about {
	margin-bottom: 5.5rem;
}
#outpatient .about .comNumList {
	margin-bottom: 1.2rem;
}
#outpatient .about p + .headLine07 {
	margin-top: 5rem;
}
#outpatient .about .comFlowList {
	margin: 2.5rem 0 0;
}
#outpatient .about .comFlowList .ttl + p {
	margin-top: 0.7rem;
}
#outpatient .about .comLink.noIcon .comArrowBg,
#outpatient .about .comLink.noIcon a:hover .comArrowBg,
#outpatient .online .comLink.noIcon a:hover .comArrowBg{
 background-image: none;
}
#outpatient .online {
	margin-bottom: 5.5rem;
}
#outpatient .online .ttl {
	margin-bottom: 1.5rem;
	font-weight: 700;
}
#outpatient .online .topText {
	line-height: 1.8;
}
#outpatient .online .line {
	margin-left: 1rem;
	padding-left: 2.7rem;
	display: inline-block;
	background: url(../img/common/icon61.png) no-repeat left center;
	background-size: 2.2rem auto;
}
#outpatient .online .pho {
	margin: -5rem -12rem -7rem;
	position: relative;
}
#outpatient .online .pho span {
	position: absolute;
	right: 12rem;
	bottom: 15rem;
	font-weight: 700;
	color: #666;
}
#outpatient .online .comNumList.last{
 margin-bottom: 5rem;
}
#outpatient .online .lineLink {
	margin: 1rem 0 5rem;
}
#outpatient .online .lineLink a {
	color: #FEFEFE;
	background: #52B34D url(../img/common/icon62.png) no-repeat left 2rem center;
	background-size: 2.4rem auto;
}
#outpatient .online .lineLink .comArrowBg {
	background: #FEFEFE url(../img/common/icon60_on.png) no-repeat center center;
	background-size: 1.4rem auto;
}
#outpatient .online .note {
	margin: 1rem 0 5rem;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.8;
}
#outpatient .online .comLink.noIcon {
	margin-top: 1.5rem;
}
#outpatient .document .topText {
	margin-bottom: 5rem;
	font-weight: 700;
}
#outpatient .document .text {
	margin: -0.5rem 0 4.5rem;
	line-height: 1.8;
}
#outpatient .document .comLink{
 width: fit-content;
 margin-bottom: 3rem;
}
#outpatient .document .comTable {
	margin-bottom: 2rem;
}
#outpatient .document .comTable th,
#outpatient .document .comTable td {
	padding: 2.5rem 0;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
}
#outpatient .document .comTable tbody th {
	color: #333;
	background-color: transparent;
}
#outpatient .document .comTable small {
	font-size: 1.6rem;
}
#outpatient .document .comTable .wid02 {
	width: 19%;
}
#outpatient .document .comTable .wid01 {
	width: 58.3%;
}
#outpatient .document .note {
	margin-bottom: 3rem;
	font-size: 1.6rem;
}
#outpatient .document .note small {
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	#outpatient .medical .headLine06 {
		margin-bottom: 3rem;
	}
	#outpatient .comTimeList > li {
		width: 38.5rem;
	}
	#outpatient .comTimeList .whiteBg {
		padding-bottom: 2.5rem;
	}
	#outpatient .comTimeList .timeList {
		margin: -0.5rem auto;
	}
	#outpatient .list .comLink a:hover .comArrowBg,
 	#outpatient .document .comLink a:hover .comArrowBg {
		background-image: url(../img/common/icon55.png);
	}
	#outpatient .comLink.noIcon a:hover .comArrowBg {
		background-image: url(../img/common/icon60_on.png);
	}
	#outpatient .headLine06 {
		margin-bottom: 3rem;
	}
	#outpatient .comNewsList li {
		width: 38.5rem;
	}
	#outpatient .comNewsList a {
		min-height: 17rem;
	}
	#outpatient .visit .comDotList li {
		padding-bottom: 0.7rem;
	}
	#outpatient .list .headLine07 {
		margin-bottom: 2rem;
	}
	#outpatient .list .ttl:hover {
		opacity: 0.7;
	}
	#outpatient .list .comTable a:hover {
		text-decoration: none;
	}
	#outpatient .web .comFlowList {
		margin: 0 -2rem 3.5rem 0;
	}
	#outpatient .comFlowList .num {
		top: -0.6rem;
	}
	#outpatient .clinic .comDotList li {
		padding-bottom: 0.7rem;
	}
	#outpatient .fever .textBox {
		margin-top: 0;
	}
	#outpatient .online .lineLink a:hover {
		opacity: 0.7;
	}
	#outpatient .document .comContact.blue .ttl {
		padding: 1.6rem 0 1.7rem;
	}
	#outpatient .document .comContact.blue .bgBox p {
		font-size: 3rem;
	}
}
@media all and (max-width: 896px) {
	#outpatient .medical {
		margin-bottom: 5rem;
	}
	#outpatient .comTimeList {
		width: auto;
	}
	#outpatient .comTimeList > li {
		margin-bottom: 1rem;
		border-radius: 1rem;
	}
	#outpatient .comTimeList .whiteBg {
		padding-bottom: 2rem;
	}
	#outpatient .comTimeList .red {
		font-size: 1.6rem;
	}
	#outpatient .comTimeList .timeList {
		width: 29rem;
	}
	#outpatient .comTimeList .timeList + .red {
		margin-bottom: 0;
	}
	#outpatient .comTimeList .timeList li {
		font-size: 1.8rem;
	}
	#outpatient .comTimeList .timeList .time {
		margin: 0 0.8rem 0;
	}
	#outpatient .medical .comLink {
		width: 29rem;
	}
	#outpatient .comLink a {
		height: 6rem;
		padding: 0 5.4rem;
	}
	#outpatient .comLink .ico {
		width: 2.4rem;
		left: 2rem;
	}
	#outpatient .comLink .comArrowBg {
		width: 4rem;
		height: 4rem;
	}
	#outpatient .information {
		margin-bottom: 5rem;
	}
	#outpatient .comNewsList {
		margin-bottom: 2rem;
	}
	#outpatient .information .comLink {
		width: 33rem;
		margin: 0 auto;
	}
	#outpatient .visit {
		margin-bottom: 2rem;
	}
	#outpatient .visit .headLine07 {
		margin-bottom: 1rem;
	}
	#outpatient .visit .comNumList {
		margin-bottom: 2.5rem;
	}
	#outpatient .visit .comDotList{
		margin-bottom: 1rem;
	}
	#outpatient .list {
		margin-bottom: 5rem;
	}
	#outpatient .list .info:not(:last-child) {
		margin-bottom: 4rem;
	}
	#outpatient .list .headLine07 {
		margin-bottom: 1rem;
	}
	#outpatient .list .topText {
		margin-bottom: 1rem;
		line-height: 1.5;
	}
	#outpatient .list .bgBox {
		margin-bottom: 1rem;
	}
	#outpatient .list .bgInfo {
		padding: 0 2.8rem 0.5rem;
		font-size: 1.6rem;
	}
	#outpatient .list dt {
		padding-top: 0;
		float: none;
	}
	#outpatient .list dt::before {
		top: 1.1rem;
	}
	#outpatient .list dd {
		padding: 0.8rem 0 0.7rem 1.6rem;
	}
	#outpatient .list dd li {
		padding: 0.5rem 0.8rem;
		margin-bottom: 1rem;
	}
	#outpatient .web .topText {
		margin-bottom: 2rem;
		line-height: 1.5;
	}
	#outpatient .comContact.blue {
		margin-bottom: 3rem;
	}
	#outpatient .comContact.blue .ttl {
		padding: 1.9rem 0 1.7rem;
	}
	#outpatient .comContact.blue .bgBox {
		padding: 2rem;
	}
	#outpatient .comContact.blue .bgBox p {
		font-size: 1.8rem;
	}
	#outpatient .web {
		margin-bottom: 5rem;
	}
	#outpatient .web .headLine07 {
		margin-bottom: 2.5rem;
	}
	#outpatient .web .photo{
		margin-bottom: 2rem;
	}
	#outpatient .web .comFlowList .comLink.left{
		width: 100%;
	}
	#outpatient .comFlowList .ttl {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	#outpatient .web .comFlowList .ttl small {
		font-size: 1.4rem;
	}
	#outpatient .web .comFlowList .note {
		margin: 1rem 0 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#outpatient .web .comLink {
		width: 33rem;
		margin: 0 auto;
	}
	#outpatient .web .comLink a {
		padding-left: 2rem;
	}
	#outpatient .imgBox {
		display: block;
	}
	#outpatient .imgBox .textBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#outpatient .imgBox p {
		margin-bottom: 2rem;
		line-height: 1.5;
	}
	#outpatient .imgBox .photo {
		width: auto;
	}
	#outpatient .clinic {
		margin-bottom: 4rem;
	}
	#outpatient .clinic .imgBox {
		margin-bottom: 3rem;
	}
	#outpatient .clinic .comContact {
		margin-bottom: 3rem;
	}
	#outpatient .fever {
		margin-bottom: 5rem;
	}
	#outpatient .fever .topText {
		margin: 0 0 3rem;
		line-height: 1.5;
	}
	#outpatient .fever .headLine07 {
		margin-bottom: 1rem;
	}
	#outpatient .fever .note {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#outpatient .fever .textBox {
		margin-bottom: 3rem;
	}
	#outpatient .about {
		margin-bottom: 5rem;
	}
	#outpatient .about .comLink a{
		padding: 0 6rem 0 2rem;
	}
	#outpatient .online {
		margin-bottom: 5rem;
	}
	#outpatient .online .pho {
		margin: -2rem -3.5rem 0;
	}
	#outpatient .online .pho span {
		right: 2rem;
		bottom: 3rem;
		font-size: 1.3rem;
	}
	#outpatient .online .pho img {
		width: 100%;
	}
	#outpatient .about .comLink,
	#outpatient .online .comLink {
		width: 33rem;
		margin: 0 auto;
	}
	#outpatient .online .line {
		background-size: 2rem auto;
	}
	#outpatient .online .lineLink {
		margin: 1rem auto 3rem;
	}
	#outpatient .online .comLink.color01 a {
		padding-left: 2rem;
	}
	#outpatient .online .note {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#outpatient .document .topText {
		margin-bottom: 3rem;
	}
	#outpatient .document .text {
		margin: -0.5rem 0 4.5rem;
		line-height: 1.8;
	}
	#outpatient .document .note {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	#outpatient .document .note small {
		font-size: 1.2rem;
	}
	#outpatient .document td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#outpatient .list h5.ttl {
		font-size: 1.4rem;
		margin-top: 2rem;
	}
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#recruit .recruitBg {
	margin-bottom: 21rem;
	padding: 16rem 0 0.1rem;
	background-color: #E7F2F9;
}
#recruit .topTextList {
	margin-bottom: 10.5rem;
	line-height: 1;
	display: flex;
	opacity: 0.7;
	position: relative;
	z-index: 1;
}
#recruit .topTextList li {
	margin: 0 2rem;
	flex-shrink: 0;
	color: #FEFEFE;
	font-size: 10rem;
	font-weight: 600;
}
#recruit .headLine04 {
	margin-bottom: 3.5rem;
	padding-left: 0;
	background: none;
}
#recruit .recruitment {
 position: relative;
	margin-bottom: 4rem;
}
#recruit .comLinkUl {
 display: flex;
 align-items: center;
 position: relative;
	margin-bottom: 3.5rem;
}
#recruit .comLinkUl .slick-slide > div {
	margin: 0 0.7rem;
	width: 37rem;
}
#recruit .comLinkUl a::before {
	height: 12rem;
	background: linear-gradient(rgba(63, 116, 182, 0) 0%, #3f74b6 100%);
}
#recruit .comLinkUl .comArrow {
	bottom: 3.2rem;
}
#recruit .comLinkUl p {
	bottom: 3rem;
	text-shadow: none;
}
#recruit .comLinkUl small {
	font-size: 1.4rem;
}
#recruit .comLinkUl li.sawayaka a::before {
    background: linear-gradient(rgba(0, 173, 155, 0) 0%, #00AD9B 100%);
}
#recruit .slick-arrow {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 10;
 background: none;
 border: none;
 padding: 0;
 width: auto;
 height: auto;
 line-height: 1;
 margin-bottom: 0;
 object-position: unset;
 transition: 0.3s;
}
#recruit .slick-arrow:hover{
 opacity: 0.7;
 transition: 0.3s;
}
#recruit .slick-dots {
 position: absolute;
 bottom: -25px;
 left: 0;
 right: 0;
 list-style: none;
 display: flex !important;
 justify-content: center;
 gap: 8px;
 padding: 0;
 margin: 0;
}
#recruit .slick-dots li button {
 font-size: 0;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: #c0d8e8;
 border: none;
 padding: 0;
 cursor: pointer;
}
#recruit .slick-dots li.slick-active button {
 background: #4a90c4;
}
#recruit .slick-prev .comArrow{
 transform: rotate(180deg) translate(50%, 50%);
}
#recruit .slick-prev .comArrowBg,
#recruit .slick-next .comArrowBg {
 position: relative;
 display: block;
 margin-bottom: -30px;
}
#recruit .slick-next .comArrowBg {
 position: relative;
 right: auto;
}
@media screen and (max-width: 896px) {
 #recruit .slick-prev .comArrowBg,
 #recruit .slick-next .comArrowBg {
  width: 4rem;
  height: 4rem;
 }
 #recruit .slick-prev .comArrow,
 #recruit .slick-next .comArrow {
  width: 1.3rem;
  height: 1.4rem;
 }
}
#recruit .btnLink01 {
	width: 80rem;
	margin: 0 auto -0.5rem;
}
#recruit .btnLink02 {
	width: 65rem;
	margin: 0 auto;
}
#recruit .headLine04.sml .en {
	font-size: 3rem;
}
#recruit .headLine04.sml .jp {
	font-size: 1.2rem;
}
#recruit .message {
	margin-bottom: 8rem;
}
#recruit .message .headLine04 {
	margin-bottom: 5rem;
}
#recruit .message .ttl {
	color: #4F92BD;
	font-weight: 500;
	font-size: 6rem;
}
#recruit .message .textBox {
	width: 57rem;
	margin: -8.5rem 0 7.5rem auto;
}
#recruit .message .textBox p {
	margin-bottom: 2rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#recruit .message .whiteBg {
	width: 94rem;
	margin: 0 auto 8rem;
	padding: 5rem;
	background-color: #FEFEFE;
	border-radius: 2rem;
}
#recruit .message .whiteBg .title {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
}
#recruit .message .whiteBg .title img {
	width: 13rem;
	margin-right: 2rem;
	flex-shrink: 0;
}
#recruit .message .whiteBg .text{
 margin: 0 0 2rem;
 line-height: 1.8;
}
#recruit .message .whiteBg ul {
	margin: -2rem 0 3rem;
}
#recruit .message .whiteBg li {
	margin-top: 2rem;
	width: 41rem;
	background-color: #ffff;
	border-radius: 1rem;
}
#recruit .message .phoList {
	display: flex;
}
#recruit .message .phoList li {
	margin: 0 1rem;
	flex-shrink: 0;
	width: 24.8rem;
	border-radius: 1rem;
	overflow: hidden;
}
#recruit .interview {
	margin-bottom: 8.5rem;
}
#recruit .interview .lBox p {
	margin-top: -1rem;
	line-height: 2;
}
#recruit .interview li {
	margin-top: 5rem;
	width: 37rem;
}
#recruit .interview .pho {
	margin-bottom: 2rem;
}
#recruit .interview .pho img {
	width: 100%;
	border-radius: 2rem;
}
#recruit .interview .ttl {
	margin: 0 1rem 1.5rem;
	color: #4F92BD;
	font-weight: 700;
}
#recruit .interview .txt {
	margin: 0 1rem;
	font-size: 1.4rem;
	text-align: right;
	color: #666;
}
#recruit .interview .txt img {
	margin: -0.6rem 1rem 0;
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
}
#recruit .benefits {
	margin-bottom: 6rem;
}
#recruit .benefits .lBox p {
	margin-top: -1rem;
	line-height: 2;
}
#recruit .benefits li {
	padding: 0 8rem 2rem 0;
	display: flex;
	justify-content: space-between;
}
#recruit .benefits .pho {
	width: 8rem;
}
#recruit .benefits .textBox {
	width: calc(100% - 10rem);
}
#recruit .benefits .textBox .ttl {
	margin-bottom: 0.5rem;
	color: #4F92BD;
	font-size: 2rem;
	font-weight: 700;
}
#recruit .benefits .textBox small {
	font-size: 1.6rem;
}
#recruit .benefits .textBox .ttl small {
	font-size: 1.8rem;
}
#recruit .number {
	margin: 0 5rem 8rem;
	padding: 10rem 0 13rem;
	border-radius: 5rem;
}
#recruit .number .headLine04 {
	margin-bottom: 5.5rem;
	color: #fff;
}
#recruit .number p.date{
 color: #fff;
}
#recruit .number .headLine04 .jp {
	background-image: url(../img/common/line04.png);
}
#recruit .number ul {
	margin-top: -1.5rem;
}
#recruit .number li {
	margin-top: 1.5rem;
	width: 24rem;
	height: 24rem;
	padding: 4rem;
	background-color: #FFFFFF;
	border-radius: 3rem;
}
#recruit .number .wid01 {
	width: 37rem;
}
#recruit .number .wid02 {
	width: 24.5rem;
}
#recruit .number .title {
	margin-bottom: 3.8rem;
	color: #4F92BD;
	font-weight: 700;
}
#recruit .number .title img {
	margin: -1rem 1rem 0 0;
	width: 3.2rem;
	display: inline-block;
	vertical-align: middle;
}
#recruit .number li .txt {
	margin: 0 -4rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	color: #4F92BD;
	font-weight: 700;
}
#recruit .number li .num {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
}
#recruit .number li .txt01 {
	margin-top: -2rem;
}
#recruit .number li .txt01 .num {
	font-size: 8rem;
	align-items: flex-start;
}
#recruit .number li .dot {
	margin: 0 2rem;
	color: #666;
	font-size: 8rem;
	line-height: 1;
	font-weight: 600;
}
#recruit .number li .sml {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -2.7rem;
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#recruit .number li .jp {
	margin: 0 0 0.5rem 1rem;
	font-size: 1.6rem;
}
#recruit .number li .jp + .num {
	margin-left: 1rem;
}
#recruit .number li .color {
	color: #83BDD8;
}
#recruit .faq {
	padding: 8.5rem 0 8rem;
	background-color: #E7F2F9;
}
#recruit .faq li {
	margin-bottom: 1rem;
	background-color: #FEFEFE;
	border-radius: 1rem;
}
#recruit .faq li:last-child {
	margin-bottom: 0 !important;
}
#recruit .faq .ttl {
	padding: 1.7rem 5.8rem;
	position: relative;
	color: #4F92BD;
	font-weight: 700;
	background: url(../img/common/icon54.png) no-repeat right 1rem center;
	background-size: 4rem auto;
	cursor: pointer;
	transition: .3s;
}
#recruit .faq .ttl.on {
	background-image: url(../img/common/icon54_on.png);
}
#recruit .faq .aBox {
	padding: 0.1rem 1rem 1rem 5.8rem;
	position: relative;
	display: none;
}
#recruit .faq .aBox p {
	line-height: 1.8;
}
#recruit .faq .ttl::before,
#recruit .faq .aBox::before {
	position: absolute;
	left: 1rem;
	top: 1.1rem;
	width: 3.8rem;
	height: 3.8rem;
	padding-top: 0.6rem;
	text-align: center;
	font-weight: 600;
	color: #FEFEFE;
	background-color: #4F92BD;
	border-radius: 1rem;
	content: "Q";
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}
#recruit .faq .aBox::before {
	top: 0;
	color: #4F92BD;
	background-color: #E7F2F9;
	content: "A";
}
#recruit .comTxt {
	margin-top: 1.3rem;
	display: flex;
	align-items: center;
	line-height: 1.5 !important;
}
#recruit .comTxt img {
	margin-right: 1rem;
	width: 13.6rem;
}
#recruit .comTxt a {
	color: #4F92BD;
	text-decoration: underline;
}
#recruit .description {
	padding-top: 8.5rem;
	margin-bottom: -6.5rem;
}
#recruit .description .info {
	margin-bottom: 2rem;
	background-color: #E7F2F9;
	border-radius: 1rem;
}
#recruit .description .ttl {
	padding: 3.3rem 3rem 3.1rem;
	font-size: 2.4rem;
	color: #4F92BD;
	font-weight: 500;
	background: url(../img/common/icon54.png) no-repeat right 3rem center;
	background-size: 4rem auto;
	cursor: pointer;
	transition: .3s;
}
#recruit .description .ttl.on {
	background-image: url(../img/common/icon54_on.png);
}
#recruit .description .infoBox {
	padding: 0 5rem 5rem;
	display: none;
}
#recruit .description table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #83BDD8;
}
#recruit .description th,
#recruit .description td {
	padding: 2.5rem 0;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
	border-bottom: 1px solid #83BDD8;
}
#recruit .description th {
	width: 20.2%;
	padding-right: 3rem;
	text-align: center;
	color: #4F92BD;
}
#recruit .description td .line {
	width: 1rem;
	margin: -0.2rem 1.5rem 0;
	display: inline-block;
	vertical-align: middle;
}
#recruit .description .comTxt {
	margin-top: 2rem;
}
#recruit .description td small {
	font-size: 1.6rem;
}
#recruit .fixLink ul {
	padding: 0 1rem;
	width: fit-content;
}
#recruit .fixLink li {
	width: auto !important;
}
#recruit .fixLink a {
	padding: 0 3rem 0 1rem;
	background: url(../img/common/arrow17.png) no-repeat right 1.5rem top 55%;
	background-size: 1.1rem auto;
}
#recruit .fixLink li:last-child a {
	padding: 0 1rem 0 1.8rem;
	background: none;
}
#recruit .fixLink img {
	margin-right: 0.5rem;
	width: 1.8rem;
	display: inline-block;
	vertical-align: middle;
}
#recruit .fixLink li:first-child a {
	font-weight: 500;
}
#recruit .description .info.sawayaka {
    background-color: #E0F5F3;
}
#recruit .description .info.sawayaka .ttl {
    color: #00AD9B;
}
#recruit .description .info.sawayaka table {
    border-top-color: #7DDCD4;
}
#recruit .description .info.sawayaka th,
#recruit .description .info.sawayaka td {
    border-bottom-color: #7DDCD4;
}
#recruit .description .info.sawayaka th {
    color: #00AD9B;
}
#recruit .description .info.sawayaka .ttl {
    background-image: url(../img/common/icon45.png);
}
#recruit .description .info.sawayaka .ttl.on {
    background-image: url(../img/common/icon45_on.png);
}
@media all and (min-width: 897px) {
	#recruit .comRecruit {
		max-width: 124rem;
		margin: 0 auto -21rem;
	}
	#recruit #pagePath {
		bottom: auto;
		top: 0;
		border-radius: 0 0 0 3rem;
	}
	#recruit #pagePath::before,
	#recruit #pagePath::after {
		background-image: url(../img/common/icon63.png);
	}
	#recruit #pagePath::before {
		top: 0;
		right: auto;
		left: -2.9rem;
	}
	#recruit #pagePath::after {
		right: -0.1rem;
		left: auto;
		bottom: -3rem;
	}
	#recruit .comLinkUl {
		margin-top: 0;
	}
	#recruit .comLinkUl li {
  display: flex;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0;
	}
	#recruit .headLine01 {
		left: 8rem;
		top: 8rem;
		text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
	}
	#recruit .comRecruit .textImg {
		right: 10.1rem;
		top: 16.3rem;
		width: 34.5rem;
	}
	#recruit .btnLink01 a:hover,
	#recruit .btnLink02 a:hover {
		opacity: 0.7;
	}
	#recruit .interview .content {
		display: flex;
		justify-content: space-between;
	}
	#recruit .interview .lBox {
		width: 32rem;
	}
	#recruit .interview .listUl {
		width: 75.5rem;
		margin-top: -5.4rem;
	}
	#recruit .benefits .content {
		display: flex;
		justify-content: space-between;
	}
	#recruit .benefits .lBox {
		width: 32rem;
	}
	#recruit .benefits .listUl {
		margin-top: -0.6rem;
		width: 75.5rem;
	}
	#recruit .faq .headLine04 {
		margin-bottom: 5.5rem;
	}
	#recruit .faq .ttl:hover {
		opacity: 0.7;
	}
	#recruit .comTxt a:hover {
		text-decoration: none;
	}
	#recruit .description .headLine04 {
		margin-bottom: 5.5rem;
	}
	#recruit .description .ttl:hover {
		opacity: 0.7;
	}
	#recruit .number li:last-child .sml {
		right: -2.5rem;
		width: auto;
	}
}
@media all and (max-width: 896px) {
	#recruit {
		padding-top: 1rem;
	}
	#recruit .comRecruit {
		margin-bottom: -36rem;
	}
	#recruit .comRecruit .textImg {
		bottom: 5.6rem;
		width: 30.8rem;
		margin-right: -15.4rem;
	}
	#recruit .recruitBg {
  margin-bottom: 5rem;
		padding-top: 31rem;
	}
	#recruit .topTextList {
		margin-bottom: 3.5rem;
	}
	#recruit .recruitment {
		margin-bottom: 1rem;
	}
 #recruit .message{
  margin-bottom: 5rem;
 }
	#recruit .comLinkUl {
		margin-bottom: 4.5rem;
	}
	#recruit .comLinkUl .slick-slide > div {
		margin: 0 1rem;
		width: 31rem;
	}
	#recruit .comLinkUl .pho img {
		height: 20rem;
		object-fit: cover;
	}
	#recruit .comLinkUl a::before {
		height: 10rem;
	}
	#recruit .comLinkUl .comArrow {
		bottom: 2.4rem;
	}
	#recruit .comLinkUl p {
		bottom: 2rem;
	}
	#recruit .comLinkUl p span {
		margin-bottom: 0;
	}
	#recruit .btnLink01 {
		max-width: 35rem;
		width: auto;
		margin: 0 auto -1.5rem;
	}
	#recruit .btnLink02 {
		width: 33rem;
	}
	#recruit .btnLink02 a {
		display: block;
		margin: 0 -5.5rem;
	}
	#recruit .headLine04.sml .jp {
		font-size: 1.4rem;
	}
	#recruit .message .headLine04 {
		margin-bottom: 2.5rem;
	}
	#recruit .message .ttl {
		margin-bottom: 2rem;
		font-size: 4rem;
		line-height: 1.8;
	}
	#recruit .message .textBox {
		width: auto;
		margin: 0 0 2.5rem;
	}
	#recruit .message .textBox p {
		letter-spacing: 0;
	}
	#recruit .message .whiteBg {
		width: auto;
		margin: 0 auto 5rem;
		padding: 3rem 3rem;
	}
	#recruit .message .whiteBg .title {
		margin-bottom: 2rem;
		display: block;
	}
	#recruit .message .whiteBg .title img {
		width: 10rem;
		margin: 0 0 2rem;
		display: block;
	}
 #recruit .message .whiteBg .text{
  margin: 0 0 2rem;
  line-height: 2;
 }
	#recruit .message .whiteBg ul {
		margin: 0 0 2rem;
		display: block;
	}
	#recruit .message .whiteBg li {
		margin: 0 0 1rem;
		width: auto;
		border-radius: 0.6rem
	}
	#recruit .message .whiteBg .comLink {
		margin-right: auto;
	}
	#recruit .interview {
		margin-bottom: 5.5rem;
	}
	#recruit .interview .lBox p {
		margin-top: -0.5rem;
	}
	#recruit .interview .listUl {
		margin-top: 2.6rem;
		display: block;
	}
	#recruit .interview li {
		margin: 0 0 3rem;
		width: auto;
	}
	#recruit .interview li:last-child {
		margin-bottom: 0;
	}
	#recruit .interview .pho {
		margin-bottom: 1rem;
	}
	#recruit .interview .ttl {
		margin: 0 0 1rem;
		font-size: 1.8rem;
	}
	#recruit .interview .txt {
		margin: 0;
	}
	#recruit .interview .txt img {
		margin: -0.6rem 1rem 0;
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
	}
	#recruit .benefits {
		margin-bottom: 2.5rem;
	}
	#recruit .benefits .lBox {
		margin-bottom: 2.5rem;
	}
	#recruit .benefits .lBox p {
		margin-top: -0.5rem;
	}
	#recruit .benefits li {
		padding: 0 0 2.5rem;
		display: block;
	}
	#recruit .benefits .pho {
		margin-bottom: 1rem;
	}
	#recruit .benefits .textBox {
		width: auto;
	}
	#recruit .benefits .textBox .ttl {
		margin-bottom: 1rem;
	}
	#recruit .benefits .textBox p {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	#recruit .number {
		margin: 0 0 4rem;
		padding: 5.5rem 0;
		border-radius: 3rem;
	}
	#recruit .number .headLine04 {
		margin-bottom: 2.5rem;
	}
	#recruit .number ul {
		margin-top: 0;
		display: block;
	}
	#recruit .number li {
		margin: 0 0 1rem;
		width: auto !important;
		height: 24rem;
		height: 7.7rem;
		padding: 2rem 3rem 2rem 2.4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 1rem;
	}
	#recruit .number .wid01 {
		height: 9.3rem;
	}
	#recruit .number .title {
		margin-bottom: 0;
		font-size: 1.8rem;
		display: flex;
		align-items: center;
	}
	#recruit .number .title img {
		margin: 0 1rem 0 0;
		width: 2.4rem;
		flex-shrink: 0;
	}
	#recruit .number li .txt {
		margin: 0;
	}
	#recruit .number li .num {
		font-size: 3rem;
	}
	#recruit .number li .txt01 {
		margin-top: -2rem;
	}
	#recruit .number li .txt01 .num {
		font-size: 4rem;
	}
	#recruit .number li .dot {
		margin: 0 1.2rem;
		font-size: 4rem;
	}
	#recruit .number li .sml {
		left: -2rem;
		width: auto;
		right: -2rem;
		bottom: -1.7rem;
	}
	#recruit .number li .jp {
		margin: 0 0 0 0.5rem;
		font-size: 1.6rem;
	}
	#recruit .number li .jp + .num {
		margin-left: 0.5rem;
	}
	#recruit .faq {
		padding: 4rem 0;
	}
	#recruit .comTxt img {
		margin-right: 0.5rem;
		width: 10rem;
	}
	#recruit .description {
		padding-top: 4rem;
		margin-bottom: -4rem;
	}
	#recruit .description .info {
		margin-bottom: 1rem;
	}
	#recruit .description .ttl {
		align-items: center;
		background: url(../img/common/icon54.png) no-repeat right 1rem center;
    	background-size: 4rem auto;
		display: flex;
		font-size: 1em;
		min-height: 6rem;
		padding: 1.1rem 6rem 1.1rem 2rem;;
	}
	#recruit .description .infoBox {
		padding: 0 2rem 2rem;
	}
	#recruit .description table{
		border-top: none;
	}
	#recruit .description th,
	#recruit .description td {
  		display: block;
		width: 100%;
		padding: 1.6rem 2rem 0;
		line-height: 2;
		border: none;
	}
	#recruit .description th {
		width: 100%;
		text-align: left;
		border-top: 1px solid #4F92BD;
	}
	#recruit .description td{
		padding: 0.2rem 2rem 1.6rem;
		border: none;
	}
	#recruit .description .comTxt {
		margin-top: 1rem;
	}
	#recruit .comTxt {
		display: block;
	}
	#recruit .comTxt img {
		display: block;
		margin: 0;
	}
	#recruit .description td small {
		font-size: 1.4rem;
	}
	#recruit .fixLink {
		padding: 0;
		width: 95%;
	}
	#recruit .fixLink li {
/*		width: calc(100% /3) !important;*/
  		width: fit-content!important;
	}
	#recruit .fixLink a {
  		padding: 0 1rem!important;
		text-align: center;
		justify-content: center;
		background: none;
	}
	#recruit .fixLink li:nth-child(2) a{
		padding: 0 0.6rem!important;
	}
/*
	#recruit .fixLink img {
		display: none;
	}
*/
}
/*------------------------------------------------------------
	checkups
------------------------------------------------------------*/
#checkups .information {
	margin-bottom: 8rem;
}
#checkups .comNewsList {
	margin-bottom: 3rem;
}
#checkups .comNewsList .sort {
	font-size: 1.2rem;
}
#checkups .medical {
	margin-bottom: 8rem;
}
#checkups .medical .text {
	margin-bottom: 2.5rem;
	line-height: 2;
}
#checkups .medical .comArrowBg .comArrow {
	width: 1.5rem;
	height: 1.4rem;
}
#checkups .medical .comArrowBg .comArrow:before {
	background-image: url(../img/common/arrow14.png);
	animation-name: transformLeftRight1;
}
#checkups .medical .comArrowBg .comArrow:after {
	background-image: url(../img/common/arrow15.png);
}
#checkups .medical .comContact {
	margin-bottom: 5rem;
}
#checkups .medical .info01 p {
	margin: -0.5rem 0 2rem;
	line-height: 1.8;
}
#checkups .medical .comLink.noIcon .comArrowBg {
	background-image: url(../img/common/icon50.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
}
#checkups .medical .info01 {
	margin-bottom: 5rem;
}
#checkups .medical .info02 p {
	margin: -0.5rem 0 1.5rem;
	line-height: 2;
}
#checkups .medical .info02 {
	margin-bottom: 8rem;
}
#checkups .medical .info03 p {
	margin: -0.5rem 0 3rem;
	line-height: 2;
}
#checkups .medical .info03 p .note {
	margin-top: 0.5rem;
	display: block;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5;
}
#checkups .medical .comTable td {
	width: 77%;
}
#checkups .medical .comTable th,
#checkups .medical .comTable td {
	font-weight: 500;
	vertical-align: middle;
}
#checkups .medical .comTable tbody th {
	color: #333;
	line-height: 2;
	background-color: transparent;
}
#checkups .medical .comTable tbody td {
	padding: 3.2rem 3rem 1rem;
}
#checkups .medical .comTable .comDotList li {
	display: flex;
}
#checkups .medical .comTable span {
	color: #4F92BD;
	text-decoration: underline;
}
#checkups .medical .comTable a {
	margin: -0.7rem 0 0 1rem;
	padding: 1rem 3.7rem 1rem 1.5rem;
	width: fit-content;
	display: block;
	color: #4F92BD;
	font-size: 1.4rem;
	background: #E7F2F9 url(../img/common/arrow15.png) no-repeat right 1.3rem center;
	background-size: 1.5rem auto;
	border-radius: 1rem;
}
#checkups .medical .comTable a:hover{
 background: #4F92BD url(../img/common/arrow14.png) no-repeat right 1.3rem center;
 background-size: 1.5rem auto;
 color: #fff;
}
#checkups .medical .comTable p {
	margin: 0.6rem -1rem 1.5rem;
}
#checkups .medical .comTable p a {
	margin: 0;
	padding: 0.6rem 3.7rem 0.6rem 1.5rem;
}
#checkups .various .tabUl li {
	width: 18rem;
}
#checkups .various .tabUl li:last-child {
	width: 20rem;
}
#checkups .various .tabUl a {
	padding: 0 0 0 1.5rem;
	color: #4F92BD;
}
#checkups .various .tabUl img{
	margin-right: 1rem;
	width: 2.4rem;
	display: inline-block;
	vertical-align: middle;
}
#checkups .various .tabBox {
	padding: 3rem 2.9rem 5rem;
}
#checkups .various .info01 {
	margin-bottom: 4.5rem;
}
#checkups .various .info01 p {
	margin-top: -0.5rem;
	line-height: 1.8;
}
#checkups .various .info01 p .note {
	margin-top: 0.5rem;
	display: block;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5;
}
#checkups .various .info05 p .note {
	margin-top: 1.5rem;
	line-height: 1.8;
}
#checkups .various .info02 {
	margin-bottom: 5rem;
}
#checkups .various .info02 .comTab {
	margin-bottom: 5rem;
}
#checkups .various .info02 .comTab td {
	width: 65%;
}
#checkups .various .info02 .comTab td:last-of-type {
	width: 20%;
}
#checkups .various .info02 .color table,
#checkups .various .info02 .color th,
#checkups .various .info02 .color td {
	border-color: #CCC;
}
#checkups .various .info02 .color th {
	background-color: transparent;
}
#checkups .various .info02 table small {
	font-size: 1.6rem;
}
#checkups .various .info03 th,
#checkups .various .info03 td {
	padding: 2.6rem 0;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.31;
	font-weight: 500;
	color: #4F92BD;
}
#checkups .various .info03 tbody th {
	padding: 2.5rem 0;
	background-color: transparent;
}
#checkups .various .info03 .wid01 {
	width: 12.5%;
}
#checkups .various .info03 .wid03 {
	width: 18.5%;
}
#checkups .various .info03 .wid02 {
	width: 9.5%;
}
#checkups .various .info03 td img {
	width: 2rem;
	vertical-align: middle;
}
#checkups .various .info03 td span {
	margin-top: 0.7rem;
	display: block;
	color: #333;
}
#checkups .various .info03 table small {
	font-size: 1.4rem;
}
#checkups .various .info03 table sup {
	font-size: 1rem;
}
#checkups .various .info03 .note {
	margin-top: -3rem;
	font-size: 1.6rem;
	color: #666;
}
#checkups .various .info03 .note small {
	font-size: 1.4rem;
}
#checkups .various .info04 .comTable {
	margin-bottom: 2.5rem;
}
#checkups .various .info04 th,
#checkups .various .info04 td {
	padding: 2.5rem 0;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}
#checkups .various .info04 .wid01 {
	width: 16.6%;
}
#checkups .various .info04 .wid02 {
	width: 50%;
}
#checkups .various .info04 td:last-child {
	padding: 2.5rem 2rem;
	text-align: left;
}
#checkups .various .info04 table small {
	font-size: 1.4rem;
}
#checkups .various .info04 .btmBox {
	padding-bottom: 2.5rem;
	text-align: right;
	color: #4F92BD;
	font-size: 1.6rem;
	border-bottom: 1px solid #4F92BD;
}
#checkups .various .info04 .btmBox p:not(:last-child) {
	margin-bottom: 1rem;
}
#checkups .various .info04 .btmText span {
	margin: 0 2rem;
}
#checkups .various .info04 .btmText small {
	font-size: 1.4rem;
}
#checkups .various .info05 {
	margin-bottom: 0 !important;
}
#checkups .various .info05 p {
	margin-bottom: 2.5rem;
}
#checkups .various .info05 > .comLink {
    width: fit-content;
    margin-bottom: 5rem;
}
#checkups .various .info05 .comLink {
 width: fit-content;
 margin-top: 2rem;
}
#checkups .various .inner {
	margin-bottom: 1rem;
	background-color: #E7F2F9;
	border-radius: 1rem;
}
#checkups .various .inner:last-child {
	margin-bottom: 0;
}
#checkups .various .inner .ttl {
	padding: 1.7rem 5rem 1.7rem 2rem;
	color: #4F92BD;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
	background: url(../img/common/icon54.png) no-repeat right 1rem center;
	background-size: 4rem auto;
}
#checkups .various .inner .ttl.on {
	background-image: url(../img/common/icon54_on.png);
}
#checkups .various .innerBox {
	padding: 1rem 2rem 3rem;
	display: none;
}
#checkups .various .info05 .comTable {
	margin-bottom: 0;
}
#checkups .various .info05 th,
#checkups .various .info05 td {
	padding: 2.5rem 1rem;
	width: auto;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
}
#checkups .various .info05 tbody th {
	padding: 2.5rem 0;
}
#checkups .various .info05 tbody th,
#checkups .various .info05 tbody td {
	background-color: #FFFFFF;
}
#checkups .various .info05 table small {
	font-size: 1.4rem;
}
#checkups .various .info05 .wid01 {
	width: 20%;
}
#checkups .various .info05 .wid02 {
	width: 40%;
}
#checkups .various .info05 td.center {
	text-align: center;
}
#checkups .various .info05 .comLink .comArrowBg {
	background-image: url(../img/common/icon50.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
}
@media all and (min-width: 897px) {
	#checkups .information .headLine06 {
		margin-bottom: 5rem;
	}
	#checkups .comNewsList li {
		width: 38.5rem;
	}
	#checkups .comNewsList a {
		min-height: 17rem;
	}
	#checkups .medical .comLinkFlex {
		margin-top: -1.5rem;
	}
	#checkups .medical .comLinkFlex li {
		margin-top: 1.5rem;
	}
	#checkups .medical .comHover1:hover .comArrow:after {
		animation-name: transformRightLeft1;
	}
	#checkups .medical .comHover1:hover .comArrow:before {
		animation-name: transformRightLeft1;
	}
	#checkups .medical .comHover1:hover .comArrow:after {
		animation-name: transformLeftRight1;
	}
	#checkups .medical .comLink.noIcon a:hover .comArrowBg {
        background-image: url(../img/common/icon55.png);
    }
	#checkups .medical .info02 .comLinkFlex {
		margin-top: -2rem;
	}
	#checkups .medical .info02 .comLinkFlex li {
		margin-top: 2rem;
	}
	#checkups .various .headLine06 {
		margin-bottom: 3rem;
	}
	#checkups .various .inner .ttl:hover {
		opacity: 0.7;
	}
	#checkups .medical .comLink.noIcon a {
		font-size: 1.8rem;
		line-height: 1.25;
	}
	#checkups .various .info02 th {
		padding-left: 0;
		padding-right: 0;
		width: 15%;
	}
	#checkups .various .info05 .comLink a:hover .comArrowBg  {
		background-image: url(../img/common/icon55.png);
	}
}
@media all and (max-width: 896px) {
	#checkups .information {
		margin-bottom: 5rem;
	}
	#checkups .comNewsList {
		margin-bottom: 2rem;
	}
	#checkups .medical {
		margin-bottom: 5rem;
	}
	#checkups .medical .comContact {
		margin-bottom: 3rem;
	}
	#checkups .medical .comLink.noIcon a {
		padding-left: 1rem;
		font-size: 1.6rem;
	}
	#checkups .medical .info01 {
		margin-bottom: 3rem;
	}
	#checkups .medical .info02 {
		margin-bottom: 3rem;
	}
	#checkups .medical .info03 p .note {
		font-size: 1.4rem;
	}
	#checkups .various .tabUl li {
		width: 5.8rem;
	}
	#checkups .various .tabUl li:last-child {
		width: 9rem;
	}
	#checkups .various .tabUl li:first-child {
		width: 7.4rem;
	}
	#checkups .various .tabUl a {
		height: 5.8rem;
		padding: 0;
		text-align: center;
	}
	#checkups .various .tabUl img{
		display: none;
	}
	#checkups .various .tabBox {
		padding: 2rem;
	}
	#checkups .various .info01 {
		margin-bottom: 3rem;
	}
	#checkups .various .info01 p {
		margin-top: -1rem;
	}
	#checkups .various .info01 p .note {
		font-size: 1.4rem;
	}
	#checkups .various .info02 {
		margin-bottom: 3rem;
	}
	#checkups .various .info02 .comTab {
		margin-bottom: 3rem;
	}
	#checkups .various .js-scroll {
		margin-right: 0;
	}
	#checkups .various .info03 td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#checkups .various .info03 .note {
		font-size: 1.4rem;
	}
	#checkups .various .info03 .note small {
		font-size: 1.2rem;
	}
	#checkups .various .info04 .btmBox {
		padding-bottom: 1.5rem;
		font-size: 1.4rem;
	}
	#checkups .various .info04 .btmBox p:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	#checkups .various .info04 .btmText span {
		margin: 0 1rem;
	}
	#checkups .various .info04 .btmText small {
		font-size: 1.2rem;
	}
	#checkups .various .info05 p {
		margin-bottom: 2rem;
	}
 #checkups .various .info05 .comLink{
  width: 100%;
 }
 #checkups .various .info05 .comLink a{
  height: 6rem;
  padding: 0 5.5rem;
 }
}
/*------------------------------------------------------------
	patients
------------------------------------------------------------*/
#patients .comList a::before{
 height: 120px;
 top: unset;
 bottom: 0;
}
@media all and (max-width: 896px) {
 #patients .comList a::before{
  height: 100px;
 }
}