@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	z-index: 1;
}
#main .mainVisual .subBox {
	align-items: center;
	justify-content: flex-end;
}
#main .mainVisual .mainImg {
	width: calc(50% + 35.9rem);
	max-height: 85rem;
	border-radius: 10rem 0 0 0;
	overflow: hidden;
}
#main .mainVisual .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .logo {
	position: absolute;
	left: 0;
	top: 4.4rem;
	width: calc(50% - 10.7rem);
	height: 19.7rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0.8rem 12.4rem 1.5rem 1rem;
	background: url(../img/index/mv_logo_bg.png) no-repeat right top/auto 100%;
}
#main .mainVisual .logo img {
	width: 33rem;
}
#main .mainVisual .txtBox {
	margin: 9.3rem -23.5rem 0 2rem;
	position: relative;
	z-index: 1;
}
#main .mainVisual .txtBox .title {
	margin-bottom: 3.9rem;
	color: #CA337B;
	font-size: 4.2rem;
	letter-spacing: 0.1em;
}
#main .mainVisual .txtBox .txt {
	margin-left: 0.6rem;
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .mainVisual .infoBox {
	position: absolute;
	left: 0;
	bottom: -20.2rem;
	padding: 3rem 6rem 2.2rem 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	width: calc(50% + 27.7rem);
	background-color: #fff;
	border-radius: 0rem 3rem 3rem 0rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0.5rem 0.5rem 1.2rem rgba(0, 0, 0, 0.15);
}
#main .mainVisual .infoBox .comInfo {
	width: 75.8rem;
}
#main .mainVisual .infoBox .lBox {
	margin-top: -0.4rem;
	flex: 1;
}
#main .mainVisual .infoBox .rBox {
	width: 43rem;
}
#main .mainVisual .symbol {
	position: absolute;
	left: calc(50% + 15.5rem);
	bottom: -43.3rem;
	width: 43.3rem;
}
#main .feature {
	padding: 30.1rem 0 0;
	position: relative;
	overflow: hidden;
}
#main .feature:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: calc(50% + 38rem);
	height: 100%;
	background: url(../img/index/feature_bg.jpg) repeat-y left top/100%;
	content: "";
}
#main .feature .content {
	max-width: 136.6rem;
	align-items: flex-start;
	justify-content: flex-end;
}
#main .feature .txtBox {
	width: 49rem;
}
#main .feature .txtBox .subTtl {
	margin-bottom: 2.6rem;
	font-size: 3rem;
	line-height: 2;
	letter-spacing: 0.06em;
}
#main .feature .txtBox .txtDl {
	margin-bottom: 2.8rem;
	font-weight: 700;
}
#main .feature .txtBox .txtDl dt {
	padding: 1.4rem 1.4rem 1rem;
	width: 12rem;
	color: #fff;
	text-align: center;
	background: #D45B95;
	border-radius: 6px 0px 0px 0.6rem;
}
#main .feature .txtBox .txtDl dd {
	padding: 1.4rem 2.8rem 1rem;
	border-radius: 0rem 0.6rem 0.6rem 0rem;
	background-color: #fff;
}
#main .feature .txtBox .txt {
	font-size: 1.7rem;
	line-height: 2.38;
	letter-spacing: -0.04em;
	margin-bottom: 80px;
}
#main .feature .phoBox {
	margin: 34.2rem -2.8rem 0 5.2rem;
	width: 68.9rem;
}
#main .feature .phoBox img {
	width: 100%;
}
#main .intro {
	padding: 12.7rem 0 10rem;
}
#main .introList li {
	display: flex;
}
#main .introList li:not(:last-child) {
	margin-bottom: 4.3rem;
}
#main .introList .phoBox {
	width: 53.7%;
}
#main .introList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .introList .txtBox {
	margin-left: -7.5rem;
	flex: 1;
	min-height: 38rem;
	padding: 2rem 10.5rem 2rem 10rem;
	color: #fff;
	display: flex;
	align-items: center;
	clip-path: polygon(5rem 0, 100% 0, 100% 100%, 5rem 100%, 0 50%);
	background: url(../img/index/intro_bg01.jpg) no-repeat left top/cover;
}
#main .introList .txtBox .subBox {
	max-width: 41rem;
}
#main .introList .txtBox .subTtl {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#main .introList .txtBox .subTtl .en {
	margin-right: 2rem;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}
#main .introList .txtBox p {
	line-height: 2;
	text-align: justify;
}
#main .introList li:nth-child(2n) {
	flex-direction: row-reverse;
}
#main .introList li:nth-child(2n) .txtBox {
	margin: 0 -7.7rem 0 0;
	justify-content: flex-end;
	clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%, calc(100% - 5rem) 100%, 0 100%);
	background-image: url(../img/index/intro_bg02.jpg);
}
#main .facilities {
	padding: 7.6rem 0;
	background: url(../img/index/facilities_bg.jpg) no-repeat center top/cover;
}
#main .facilities .headLine01 {
	margin-bottom: 3rem;
	padding-left: 4rem;
	background-position: left 0.6rem;
}
#main .facilities .headLine01 .en {
	font-size: 3rem;
	letter-spacing: 0.18em;
	vertical-align: -0.1rem;
}
#main .facilities .listUl {
	gap: 4rem;
}
#main .facilities .listUl li {
	width: 30.6rem;
}
#main .facilities .listUl .pho {
	margin-bottom: 2.4rem;
}
#main .facilities .listUl .pho img {
	width: 100%;
}
#main .facilities .listUl .ttl {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
#main .facilities .listUl .txt {
	font-size: 1.4rem;
	line-height: 1.79;
	text-align: justify;
}
#main .doctor {
	padding: 17rem 0 17.8rem;
	position: relative;
}
#main .doctor:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 17rem);
	background: #FAFAFA;
	z-index: -1;
	clip-path: polygon(0 32rem, 100% 0, 100% 100%, 0 100%);
	content: "";
}
#main .doctor .headLine02 {
	margin-bottom: 8.5rem;
}
#main .doctor .imgBox:not(:last-child) {
	margin-bottom: 17rem;
}
#main .doctor .imgBox .phoBox {
	width: 37rem;
}
#main .doctor .imgBox .phoBox img {
	width: 100%;
}
#main .doctor .imgBox .txtBox {
	margin: 0.7rem 0 0 5rem;
	flex: 1;
}
#main .doctor .imgBox .txtBox h3 {
	margin-bottom: 4rem;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
#main .doctor .imgBox .txtBox h3 .sml {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#main .doctor .imgBox .txtBox h3 .en {
	margin-left: 2.5rem;
	color: #808080;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#main .doctor .imgBox .txtBox .txtDl {
	margin-bottom: 2rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .doctor .imgBox .txtBox .txtDl dt {
	float: left;
}
#main .doctor .imgBox .txtBox .txtDl dd {
	padding-left: 4.4em;
}
#main .doctor .imgBox .txtBox p {
	font-size: 1.4rem;
	line-height: 2.3;
}
#main .phoList li {
	width: calc(100%/3);
}
#main .phoList img {
	width: 100%;
}
#main .treatment {
	padding: 11rem 0 16rem;
	color: #fff;
	background: url(../img/index/treatment_bg.jpg) no-repeat center top/cover;
}
#main .treatment .headLine02 {
	margin-bottom: 3rem;
	background-image: url(../img/common/icon03.png);
}
#main .treatment .headLine02 .en {
	color: #fff;
}
#main .treatment .midTxt {
	margin-bottom: 5rem;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}
#main .treatment .listUl {
	margin-left: -0.5rem;
	gap: 5.4rem 5.7rem;
}
#main .treatment .listUl li {
	padding: 3.5rem 2.7rem 2.2rem;
	width: calc((100% - 11.4rem)/3);
	border: 2px solid #fff;
	border-radius: 1.2rem;
}
#main .treatment .listUl .ttl {
	margin: 0 0.9rem 1.8rem;
	padding-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 2px dotted #fff;
}
#main .treatment .listUl .ttl img {
	display: block;
	margin: 0 auto 1.7rem;
	height: 6.3rem;
}
#main .access {
	padding: 17rem 0 15rem;
}
#main .access .headLine02 {
	margin-bottom: 6.5rem;
}
#main .access .infoBox {
	align-items: flex-start;
	justify-content: flex-end;
}
#main .access .infoBox .comInfo {
	margin-right: 10.3rem;
	width: 43rem;
}
#main .access .comInfo .lBox {
	margin-bottom: 2.8rem;
}
#main .access .comInfo .lBox p {
	margin-bottom: 1.7rem;
	font-size: 1.8rem;
	line-height: 1.67;
}
#main .access .comInfo .lBox .ttl {
	margin-bottom: 2.4rem;
	font-size: 2.8rem;
	line-height: 1.57;
}
#main .access .comInfo .lBox .tel {
	margin: 2.7rem 0;
}
#main .access .comInfo .lBox .tel a {
	margin-top: -0.2rem;
	font-size: 3.6rem;
}
#main .access .infoBox .map {
	margin-top: 1rem;
	width: calc(50% - 3.3rem);
	aspect-ratio: 65/46;
	border-radius: 3rem 0 0 3rem;
	overflow: hidden;
}
#main .access .infoBox .map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#main .snsBox h2 {
	margin: 0 0 2.9rem 1rem;
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: 0.1em;
}
#main .snsBox h2 img {
	width: 3.5rem;
	margin-right: 2rem;
	vertical-align: -0.6rem;
}
#main .snsBox p {
	margin-bottom: 3.9rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .snsBox p:last-child {
	margin-bottom: 0 !important;
}
#main .snsBox .btn a {
	width: 30rem;
	padding: 1.6rem;
	display: block;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	border: 2px solid #fff;
	border-radius: 2.9rem;
}
#main .insBox {
	background: #CA337B;
}
#main .insBox .content {
	max-width: 113.4rem;
	align-items: center;
}
#main .insBox .txtBox {
	margin-bottom: 6.4rem;
	width: 30rem;
	color: #fff;
	text-align: center;
}
#main .insBox .insList {
	margin-right: 9.7rem;
	width: 55.2rem;
	padding: 1px;
}
#main .insBox .insList li {
	width: calc(98%/3);
	background-color: #fff;
	margin: 1px;
}
#main .insBox .insList a {
	display: block;
	aspect-ratio: 184/245;
}
#main .insBox .insList a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .facebook {
	padding: 14rem 0 12.5rem;
	color: #fff;
	background: #2172D4;
}
#main .facebook .content {
	align-items: center;
}
#main .facebook .txtBox {
	margin: 0 7.2rem 0 1rem;
}
#main .facebook .txtBox h2 {
	margin: 0 0 2rem;
}
#main .facebook .txtBox h2 img {
	width: 3.8rem;
	vertical-align: -0.8rem;
}
#main .facebook .btn a {
	padding-right: 6.8rem;
	text-align: center;
	background: url(../img/common/icon06.png) no-repeat right 2.8rem center/0.9rem;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: -11rem;
	}
	#main .mainVisual .subBox {
		flex-direction: column-reverse;
	}
	#main .mainVisual .mainImg {
		margin-left: auto;
		width: calc(100% - 5.2rem);
		aspect-ratio: 323/237;
		max-height: inherit;
		border-radius: 0 0 0 7rem;
	}
	#main .mainVisual .mainImg img {
		object-position: 65% top;
	}
	#main .mainVisual .logo {
		top: -7.4rem;
		width: 27.7rem;
		height: 13.2rem;
		padding: 0.8rem 6.6rem 1.5rem 1rem;
		background-image: url(../img/index/mv_logo_bg_sp.png);
	}
	#main .mainVisual .logo img {
		width: 18.4rem;
	}
	#main .mainVisual .txtBox {
		margin: 0;
		padding: 2rem 2.9rem 5.6rem;
		width: 100%;
	}
	#main .mainVisual .txtBox .title {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
	#main .mainVisual .txtBox .txt {
		margin-left: 0.3rem;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	#main .mainVisual .infoBox {
		margin: 0 2rem;
		position: relative;
		left: auto;
		bottom: auto;
		padding: 3.1rem 2.2rem 2rem;
		display: block;
		width: auto;
		border-radius: 2rem;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0.5rem 0.5rem 1.2rem rgba(0, 0, 0, 0.15);
	}
	#main .mainVisual .infoBox .comInfo {
		width: auto;
		display: block;
	}
	#main .mainVisual .infoBox .lBox {
		margin-top: 0;
	}
	#main .mainVisual .infoBox .rBox {
		width: auto;
	}
	#main .mainVisual .symbol {
		left: auto;
		right: -5.2rem;
		bottom: 44.3rem;
		opacity: 0.3;
		width: 26rem;
	}
	#main .feature {
		padding: 18.4rem 0 0;
		overflow: visible;
	}
	#main .feature:before {
		width: 100%;
		height: 100%;
		background-image: url(../img/index/feature_bg_sp.jpg);
		background-size: cover;
	}
	#main .feature .content {
		margin: 0 3.8rem;
		display: block;
	}
	#main .feature .txtBox {
		width: auto;
	}
	#main .feature .txtBox .subTtl {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
	#main .feature .txtBox .txtDl {
		margin-bottom: 3.1rem;
		font-size: 1.2rem;
	}
	#main .feature .txtBox .txtDl dt {
		padding: 1rem 1.4rem 0.8rem;
		width: 9rem;
	}
	#main .feature .txtBox .txtDl dd {
		padding: 1rem 2rem 1rem;
	}
	#main .feature .txtBox .txt {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	#main .feature .phoBox {
		margin: -34% -3.8rem 0 -1.6rem;
		width: auto;
		transform: translateY(52%);
	}
	#main .intro {
		padding: calc(10rem + 33vw) 0 0;
	}
	#main .introList li {
		display: block;
	}
	#main .introList li:not(:last-child) {
		margin-bottom: 4rem;
	}
	#main .introList .phoBox {
		width: auto;
		aspect-ratio: 375/210;
	}
	#main .introList .txtBox {
		margin: 0 !important;
		min-height: inherit;
		padding: 5rem 3rem 6.1rem;
		clip-path: inherit !important;
		background-image: url(../img/index/intro_bg_sp.jpg) !important;
	}
	#main .introList .txtBox .subBox {
		max-width: inherit;
	}
	#main .introList .txtBox .subTtl {
		margin-bottom: 4rem;
		font-size: 2rem;
		align-items: flex-end;
	}
	#main .introList .txtBox .subTtl .en {
		margin: 0 1.2rem -1.3rem -0.4rem;
		font-size: 7rem;
		letter-spacing: -0.04em;
	}
	#main .introList .txtBox .subTtl02 {
		margin-bottom: 3rem;
		align-items: center;
	}
	#main .introList .txtBox .subTtl02 .en {
		margin-bottom: 0;
	}
	#main .facilities {
		padding: 7.4rem 0;
		background: url(../img/index/facilities_bg_sp.jpg) repeat-y center top/100%;
	}
	#main .facilities .headLine01 {
		margin-bottom: 3.3rem;
		padding-left: 3rem;
		background-position: left 0.8rem;
	}
	#main .facilities .headLine01 .en {
		margin-right: 1.7rem;
		font-size: 2.4rem;
	}
	#main .facilities .listUl {
		margin: 0 1.5rem;
		display: block;
	}
	#main .facilities .listUl li {
		width: auto;
	}
	#main .facilities .listUl li:not(:last-child) {
		margin-bottom: 5.8rem;
	}
	#main .doctor {
		padding: 11.8rem 0 7rem;
	}
	#main .doctor:after {
		height: calc(100% - 19.3rem);
		clip-path: polygon(0 9.3rem, 100% 0, 100% 100%, 0 100%);
	}
	#main .doctor .content {
		margin: 0 3rem;
	}
	#main .doctor .headLine02 {
		margin-bottom: 6rem;
	}
	#main .doctor .imgBox {
		position: relative;
		display: block;
	}
	#main .doctor .imgBox:not(:last-child) {
		margin-bottom: 7.5rem;
	}
	#main .doctor .imgBox .phoBox {
		position: absolute;
		left: 0;
		top: 0;
		width: 14rem;
	}
	#main .doctor .imgBox .txtBox {
		margin: -0.1rem 0 0 15.6rem;
	}
	#main .doctor .imgBox .txtBox h3 {
		margin-bottom: 2.1rem;
		font-size: 2.4rem;
	}
	#main .doctor .imgBox .txtBox h3 .sml {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
		letter-spacing: 0.13em;
	}
	#main .doctor .imgBox .txtBox h3 .en {
		margin: 0.4rem 0 0;
		display: block;
		font-size: 0.9rem;
	}
	#main .doctor .imgBox .txtBox .txtDl {
		margin: 0 -1rem 0 0;
		font-size: 1.1rem;
		line-height: 1.64;
	}
	#main .doctor .imgBox .txtBox .txtDl dd {
		padding-left: 3.8em;
	}
	#main .doctor .imgBox .txtBox .subBox {
		min-height: 13rem;
	}
	#main .doctor .imgBox .txtBox p {
		margin: 7rem 0 0 -15.6rem;
		line-height: 2;
		text-align: justify;
	}
	#main .phoList li {
		width: calc(100%/2);
	}
	#main .phoList li:first-child {
		width: 100%;
	}
	#main .treatment {
		padding: 7.5rem 0 12rem;
		background: url(../img/index/treatment_bg_sp.jpg) repeat-y center top/100%;
	}
	#main .treatment .headLine02 {
		margin-bottom: 3.5rem;
	}
	#main .treatment .midTxt {
		margin-bottom: 3.3rem;
		font-size: 1.4rem;
	}
	#main .treatment .listUl {
		margin: 0;
		display: block;
	}
	#main .treatment .listUl li {
		padding: 2.5rem 1.8rem 2.6rem 8.9rem;
		width: auto;
		position: relative;
	}
	#main .treatment .listUl li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .treatment .listUl .ttl {
		margin: 0 0 1.2rem;
		padding-bottom: 0.7rem;
		font-size: 1.6rem;
	}
	#main .treatment .listUl .ttl img {
		margin: 0;
		position: absolute;
		left: 1rem;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
		width: 6.4rem;
	}
	#main .treatment .listUl .txt {
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#main .treatment .listUl li:first-child .txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .access {
		padding: 11.5rem 0 0;
	}
	#main .access .headLine02 {
		margin-bottom: 5.3rem;
	}
	#main .access .infoBox {
		display: block;
	}
	#main .access .infoBox .comInfo {
		margin: 0 2.2rem;
		width: auto;
	}
	#main .access .comInfo .lBox {
		margin-bottom: 1.2rem;
	}
	#main .access .comInfo .lBox p {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	#main .access .comInfo .lBox .txt01 {
		letter-spacing: 0.1em;
	}
	#main .access .comInfo .lBox .ttl {
		margin-bottom: 1.7rem;
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: 0;
	}
	#main .access .comInfo .lBox .tel {
		margin: 3.4rem 0 2.8rem;
		letter-spacing: 0;
	}
	#main .access .comInfo .lBox .tel a {
		margin-top: 0;
		font-size: 3rem;
	}
	#main .access .comInfo table {
		margin-bottom: 1.7rem;
	}
	#main .access .comInfo table th,
	#main .access .comInfo table td {
		padding: 0.9rem 0.2rem;
		font-size: 1.4rem;
	}
	#main .access .comInfo table thead th,
	#main .access .comInfo table thead td {
		padding: 0.5rem 0.2rem;
		font-size: 1.25rem;
	}
	#main .access .comInfo table thead th {
		width: 35.5%;
		padding-left: 0.9rem;
	}
	#main .access .comInfo table tbody th {
		padding-left: 0.9rem;
		font-size: 1.25rem;
		letter-spacing: 0.06em;
	}
	#main .access .comInfo table tbody tr:last-child th,
	#main .access .comInfo table tbody tr:last-child td {
		padding-bottom: 0.6rem;
	}
	#main .access .comInfo table td:last-child {
		width: auto;
		padding-right: 0.2rem;
	}
	#main .access .comInfo .noteBox p {
		font-size: 1.2rem;
		line-height: 2.17;
		letter-spacing: 0.03em;
	}
	#main .access .comInfo .note {
		margin-bottom: 0.8rem;
	}
	#main .access .infoBox .map {
		margin-top: 3.2rem;
		width: auto;
		aspect-ratio: 375/200;
		border-radius: 0;
	}
	#main .snsBox h2 {
		margin-bottom: 2.2rem;
		font-size: 2.4rem;
	}
	#main .snsBox h2 img {
		width: 2.6rem;
		margin-right: 1.8rem;
		vertical-align: -0.4rem;
	}
	#main .snsBox p {
		margin-bottom: 4.3rem;
	}
	#main .snsBox .btn a {
		margin: 0 auto;
		width: 31.5rem;
		padding: 1.3rem;
	}
	#main .insBox {
		padding: 7.4rem 0 7.9rem;
	}
	#main .insBox .content {
		display: block;
	}
	#main .insBox .txtBox {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .insBox .insList {
		margin-right: 0;
		width: auto;
	}
	#main .facebook {
		padding: 8.3rem 0 8rem;
	}
	#main .facebook .content {
		display: block;
	}
	#main .facebook .txtBox {
		margin: 0 0 4rem;
		text-align: center;
	}
	#main .facebook .txtBox h2 {
		margin: 0 0 2.3rem 0.5rem;
	}
	#main .facebook .txtBox h2 img {
		margin-right: 1.2rem;
		width: 2.9rem;
		vertical-align: -0.4rem;
	}
	#main .facebook .btn a {
		padding-right: 1rem;
		background-position: right 1.5rem center;
	}
}