@charset "utf-8";
/* CSS Document */


/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	padding-top: 140px;
	overflow-x: clip;
	z-index: 1;
}
#top_mainvisual::before { /*左上の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_08.png") no-repeat;
	background-size: 238px 320px;
	width: 238px; height: 320px;
	top: 140px;
	left: 50%; margin-left: -960px;
	z-index: 1;
}
#top_mainvisual::after { /*右下の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_09.png") no-repeat;
	background-size: 292px 317px;
	width: 292px; height: 317px;
	bottom: -130px;
	left: 50%; margin-left: 670px;
	z-index: 1;
}
@media screen and (max-width:640px) {
	#top_mainvisual {
		padding-top: 75px;
		padding-bottom: 100px;
	}
	#top_mainvisual::before { /*左上の飾り*/
		background-size: 100px auto;
		top: 90px;
		left: -40px;
		margin-left: auto;
	}
	#top_mainvisual::after { /*右下の飾り*/
		background-size: 130px auto;
		width: 130px;
		margin-left: 0;
		left: auto;
		right: -40px;
	}
}


/*------------------------------ MV ------------------------------*/
#top_mv {
	position: relative;
	width: calc( 100% - 40px );
	margin-left: 20px;
	height: 750px;
	border-radius: 5px;
}
#top_mv::before {
	position: absolute;
	content: "";
	background: url("../images/bg03.png");
	background-size: 2px 2px;
	width: 100%;
	height: 100%;
	opacity: .5;
}
#top_mv h2 {
	position: absolute;
	top: 90px;
	right: 8%;
	z-index: 1;
}
@media screen and (max-width:640px) {
	#top_mv {
		width: calc( 100% - 20px );
		margin-left: 10px;
		height: 400px;
	}
	#top_mv h2 {
		top: 30px;
		right: 5%;
	}
	#top_mv h2 img {
		width: 120px;
	}
}


#video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 5px;
}



/*------------------------------ ポイント ------------------------------*/
.mv_point {
	position: absolute;
	bottom: -30px;
	left: 4%;
	display: flex;
	justify-content: flex-start;
	z-index: 5;
}
.mv_point a {
	margin-right: 20px;
}
@media screen and (max-width:640px) {
	.mv_point {
		bottom: -100px;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center;
	}
	.mv_point a {
		margin: 0 10px;
	}
	.mv_point a img {
		width: 140px;;
	}
}




/*==================================================================

		$index　＊　#top_news

==================================================================*/
#top_news {
	position: relative;
	background: url("../images/bg02.png") center top no-repeat , url("../images/bg01.jpg") center top no-repeat;
	padding: 100px 0;
	overflow-x: clip;
}
#top_news::before { /*右上の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_04.png") no-repeat;
	background-size: 287px 393px;
	width: 287px; height: 393px;
	top: 200px;
	left: 50%;
	margin-left: 608px;
	z-index: 7;
}
#top_news::after { /*左下の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_05.png") no-repeat;
	background-size: 327px 278px;
	width: 327px; height: 278px;
	top: 430px;
	left: 50%;
	margin-left: -970px;
	z-index: 5;
}
@media screen and (max-width:1400px) {
	#top_news::before { /*右上の飾り*/
		margin-left: 550px;
	}
	#top_news::after { /*左下の飾り*/
		margin-left: -910px;
	}
}
@media screen and (max-width:640px) {
	#top_news {
		padding: 40px 0 60px;
	}
	#top_news::before { /*右上の飾り*/
		background-size: 187px auto;
		top: 100px;
		width: 187px;
		margin-left: 0;
		left: auto;
		right: -135px;
	}
	#top_news::after { /*左下の飾り*/
		background-size: 227px auto;
		top: 427px;
		left: -50px;
		margin-left: auto;
	}
}


#top_news .inner { /*白い枠*/
	position: relative;
	background: #FFF;
	border-radius: 30px;
	width: 90%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	padding: 52px 80px 66px;
	display: flex;
	justify-content: space-between;
	z-index: 6;
}
@media screen and (max-width:640px) {
	#top_news .inner { /*白い枠*/
		border-radius: 20px;
		padding: 22px 5% 90px;
		display: block;
	}
}



/*------------------------------ 白い枠内＊左 ------------------------------*/
#top_news .inner div {
	width: 240px;
}
@media screen and (max-width:640px) {
	#top_news .inner div {
		width: 100%;
		text-align: center;
	}
}


/*---------- h2 ----------*/
#top_news h2 {
	display: inline-block; /*グラデ用*/
	margin-top: 28px;
	font-size:20px;
	line-height: 1.7;
	color: #756452;
}
#top_news h2 em {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 46px;
	letter-spacing: 3px;
	background: linear-gradient(90deg, #79ca92 0%, #a0d16f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	#top_news h2 {
		margin-top: 20px;
		font-size:18px;
	}
	#top_news h2 em {
		font-size: 35px;
	}
}


/*----------  btn：お知らせ一覧＞ ----------*/
.top_news-btn {
	margin-top: 49px;
	font-size: 15px;
	font-weight: 500;
}
.top_news-btn img {
	margin-left: 10px;
	transition: 0.3s ease-out;
}
.top_news-btn:hover img {
	margin-left: 15px;
}
@media screen and (max-width:640px) {
	.top_news-btn {
		position: absolute;
		width: 90%;
		bottom: 40px;
		text-align: right;
		right: 25px;
	}
	.top_news-btn:hover img {
		margin-left: 10px;
	}
}



/*------------------------------ 白い枠内＊右 ------------------------------*/
#top_news ul {
	width: calc( 100% - 240px );
}
#top_news ul li {
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #c3d5cc;
	height: 80px;
	transition: 0.3s ease-out;
}
#top_news ul li::before { /*▶︎*/
	position: absolute;
	content: "";
	background: url("../images/icon02.png");
	background-size: 9px 10px;
	width: 9px; height: 10px;
	top: 50%; margin-top: -5px;
	left: 0;
}
#top_news ul li a {
	display: flex;
	line-height: 80px;
}
#top_news span.date { /*日付*/
	position: relative;
	top: 2px;
	width: 180px;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	color: #756452;
	font-weight: 300;
	box-sizing: border-box;
	padding-left: 35px;
}
#top_news p.title { /*お知らせタイトル*/
	position: relative;
	width: calc( 100% - 180px );
	top: -1px;
	overflow: hidden;          /* 溢れた部分を隠す */
  	text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
  	white-space: nowrap;       /* 1行で表示 */
	font-weight: 500;
	transition: 0.3s ease-out;
}
@media screen and (max-width:640px) {
	#top_news ul {
		width: 100%;
	}
	#top_news ul li {
		height: 70px;
	}
	#top_news ul li::before { /*▶︎*/
		display: none;
	}
	#top_news ul li a {
		line-height: 70px;
	}
	#top_news span.date { /*日付*/
		width: 100px;
		font-size: 16px;
		padding-left: 0;
	}
	#top_news p.title { /*お知らせタイトル*/
		width: calc( 100% - 100px );
	}
}



/*------------------------------ hover ------------------------------*/
#top_news ul li:hover { /*liの背景色を変える*/
	background: #f8fdf5;
}
#top_news ul li a:hover p.title { /*お知らせタイトル*/
	color: #309e52;
}





/*==================================================================

		$index　＊　#top_information

==================================================================*/
#top_information {
	position:relative;
	width:100%;
	background: #FFF;
	overflow-x: clip;
	box-sizing: border-box;
}
#top_information::before {
	position: absolute;
	content: "";
	background: url("../images/bg01.jpg");
	width: 5%;
	height: 100%;
	right: 0;
	top: 0;
}
#top_information::after {
	position: absolute;
	content: "";
	background: url("../images/top/img02.png");
	background-size: 9px 346px;
	width: 9px;	height: 346px;
	right: 2.2%;
	bottom: 50px;
}
@media screen and (max-width:640px) {
	#top_information::after {
		display: none;
	}
}





/*==================================================================

		$index　＊　#top_img01　＊　飾り写真（医院概要下）

==================================================================*/
#top_img01 {
	position:relative;
	background: url("../images/bg02.png") center top 200px no-repeat , url("../images/bg01.jpg") center top 200px no-repeat;
}
#top_img01::before { /*左下の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_01.png") no-repeat;
	background-size: 243px 317px;
	width: 243px; height: 317px;
	left: 50%; 
	margin-left: -50%;
	top: -170px;
}
#top_img01 .inner {
	width: calc( 100% - 5% );
	height: 500px;
	margin-left: 5%;
	border-radius: 80px 0 0 80px;
	background: url("../images/top/img01.jpg") no-repeat center;
	background-size: cover;
}

@media screen and (max-width:1500px) {
	#top_img01::before { /*左下の飾り*/
		margin-left: -55%;
	}
}
@media screen and (max-width:1300px) {
	#top_img01::before { /*左下の飾り*/
		margin-left: -60%;
	}
}
@media screen and (max-width:640px) {
	#top_img01 {
		position:relative;
		background: url("../images/bg02.png") center top no-repeat , url("../images/bg01.jpg") center top no-repeat;
	}
	#top_img01::before { /*左下の飾り*/
		background-size: 120px auto;
		left: -60px;
		margin-left: auto;
		top: -100px;
	}
	#top_img01 .inner {
		height: 250px;
		border-radius: 40px 0 0 40px;
	}
}




/*==================================================================

		$index　＊　#top_medical　＊　診療案内

==================================================================*/
#top_medical {
	background: url("../images/bg01.jpg") center top;
	padding: 210px 0 80px;
	overflow-x: clip;
}
#top_medical .wrapper {
	position: relative;
	width: 100%;
	background: #FFF;
}
#top_medical .wrapper::before { /*エリア上の全体飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_10.png")no-repeat center top;
	background-size: 1921px 300px;
	width: 100%; height: 300px;
	top: -260px;
	left: 0;
}
#top_medical .wrapper::after { /*エリア下の全体飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_11.png")no-repeat center top;
	background-size: 1921px 222px;
	width: 100%; height: 222px;
	bottom: -220px;
	left: 0;
	z-index: 2;
}
@media screen and (max-width:640px) {
	#top_medical {
		background: url("../images/bg01.jpg") center top;
		padding: 30px 0 30px;
		overflow-x: clip;
	}
	#top_medical .wrapper {
		position: relative;
		width: 100%;
		background: #FFF;
	}
	#top_medical .wrapper::before { /*エリア上の全体飾り*/
		background: url("../images/deco/img_10.png")no-repeat right -80px top;
		background-size: 180% auto;
		width: 100%; 
		top: -70px;
	}
	#top_medical .wrapper::after { /*エリア下の全体飾り*/
		background: url("../images/deco/img_11.png")no-repeat left top;
		background-size: 180% auto;
	}
}



#top_medical .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	background: #FFF;
}
@media screen and (max-width:640px) {
	#top_medical .inner {
		width: 95%;
		padding-top: 10px;
	}
}


/*------------------------------ h2 ------------------------------*/
#top_medical h2 {
	position: absolute;
	top: -140px;
	display: inline-block; /*グラデ用*/
	margin-top: 28px;
	font-size: 24px;
	line-height: 1.8;
	color: #756452;
	margin-bottom: 40px;
}
#top_medical h2 em {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 56px;
	letter-spacing: 3px;
	background: linear-gradient(90deg, #79ca92 0%, #a0d16f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	#top_medical h2 {
		position: relative;
		display: block;
		top: 0;
		font-size:18px;
		text-align: center;
		margin-bottom: 20px;
	}
	#top_medical h2 em {
		font-size: 40px;
	}
}


/*------------------------------ ul ------------------------------*/
#top_medical ul {
	padding-top: 100px; /*h2との高さ調整*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#top_medical ul li {
	position: relative;
	width: 19%;
	text-align: center;
	background: #FFF;
	padding: 25px 0 30px;
	transition: 0.3s ease-out;
	margin-bottom: 20px;
}
#top_medical ul li:hover {
	background: #eff6ea;
	border-radius: 10px;
}
@media screen and (max-width:640px) {
	#top_medical ul {
		padding-top: 0; /*h2との高さ調整*/
	}
	#top_medical ul li {
		width: 48%;
		padding: 10px 0 15px;
	}
}


#top_medical ul li:nth-of-type(-n+5)::before { /*1列目（5こ目まで）のみ下の線*/
	position: absolute;
	content: "";
	width: 90%;
	height: 1px;
	background: #e3e3e3;
	left: 5%;
	bottom: -10px;
}
#top_medical ul li::after { /*右の線*/
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #e3e3e3;
	right: -3.5%;
	top: 0;
}
#top_medical ul li:nth-of-type(5n)::after { /*右の線・一番最後は無し*/
	display: none;
}
@media screen and (max-width:640px) {
	#top_medical ul li:nth-of-type(-n+8)::before { /*1列目（5こ目まで）のみ → 8こ目まで、下の線*/
		position: absolute;
		content: "";
		width: 90%;
		height: 1px;
		background: #e3e3e3;
		left: 5%;
		bottom: -10px;
	}
	#top_medical ul li:nth-of-type(5n)::after { /*右の線・一番最後は無し*/
		display: block;
	}
	#top_medical ul li:nth-of-type(2n)::after { /*右の線・一番最後は無し*/
		display: none;
	}
}


/*----------　吹き出し ----------*/
#top_medical ul li p:first-child {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 25px;
    border-bottom: 1px solid #81cb8b;
	transition: 0.3s ease-out;
}
#top_medical ul li p:first-child::before {
	position: absolute;
    content: "";
    top: 99%;
    left: 50%;
    transform: translateX(-50%) skew(-35deg);
    height: 9px;
    width: 9px;
    border-right: 2px solid #81cb8b;
    background-color: white;
	transition: 0.3s ease-out;
}
#top_medical ul li:hover p:first-child {
    color: #81cb8b;
}
#top_medical ul li:hover p:first-child::before {
    background-color: #eff6ea;
}
@media screen and (max-width:640px) {
	#top_medical ul li p:first-child {
		padding-bottom: 3px;
		margin-bottom: 20px;
	}
}


/*----------　アイコン ----------*/
@media screen and (max-width:640px) {
	#top_medical ul li figure img {
		width: 60px;
	}
}


/*----------　タイトルと説明文 ----------*/
#top_medical ul li dt {
	margin-top: 10px;
	font-size: 22px;
	color: #309e52;
	letter-spacing: 2px;
}
#top_medical ul li dd {
	margin-top: 10px;
	font-size: 15px;
	color: #716151;
}
@media screen and (max-width:640px) {
	#top_medical ul li dt {
		margin-top: 7px;
		font-size: 19px;
	}
	#top_medical ul li dd {
		margin-top: 3px;
		font-size: 13px;
		line-height: 1.8;
	}
}


/*----------　やじるし ----------*/
#top_medical ul li p:last-child {
	width: 26px;
	margin: auto;
	margin-top: 18px;
	line-height: 1;
	transition: 0.3s ease-out;
}
#top_medical ul li:hover p:last-child {
	transform: rotate(90deg);
}
@media screen and (max-width:640px) {
}






/*------------------------------ 可能な限り削らない〜 ------------------------------*/
#top_medical02 {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
	padding-bottom: 5px;
	margin-top: 100px;
}
@media screen and (max-width:640px) {
	#top_medical02 {
		display: block;
		margin-top: 50px;
	}
}


#top_medical02 figure {
	position: relative;
	margin-right: 5%;
	width: 40%;
}
#top_medical02 figure img {
	width: 100%;
	border-radius: 20px;
}
@media screen and (max-width:640px) {
	#top_medical02 figure {
		margin: auto;
		width: 90%;
	}
}


#top_medical02 dl {
	position: relative;
	max-width: 620px;
    width: 50%;
    margin-left: calc((100% - 1280px) / 2);
	z-index: 2;
}
#top_medical02 dl dt {
	margin-bottom: 20px;
	font-size: 24px;
	color: #309e52;
	letter-spacing: 2px;
}
#top_medical02 dl dd {
	line-height: 2.2;
}
#top_medical02 dl dd .btn {
	width: 240px;
	margin-top: 30px;
	float: right;
}
@media screen and (max-width:1400px) {
	#top_medical02 {
		align-items: stretch;
	}
	#top_medical02 dl {
		max-width: 600px;
		margin-left: 5%;
		padding: 30px 0;
	}
	#top_medical02 figure img {
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width:640px) {
	#top_medical02 dl {
		width: 90%;
		margin: auto;
	}
	#top_medical02 dl dt {
		margin-bottom: 15px;
		font-size: 20px;
		text-align: center;
	}
	#top_medical02 dl dd {
		line-height: 2;
	}
	#top_medical02 dl dd .btn {
		margin: 30px auto 0;
		float: inherit;
	}
}


#top_medical02::before {
	position: absolute;
	content: "";
	background: url("../images/deco/img_12.png") no-repeat;
	background-size: 205px 330px;
	width: 205px; height: 330px;
	top: -195px;
	left: 50%;
	margin-left: 755px;
}
#top_medical02::after {
	position: absolute;
	content: "";
	background: url("../images/deco/img_13.png") no-repeat;
	background-size: 376px 340px;
	width: 376px; height: 340px;
	top: -170px;
	left: 50%;
	margin-left: -960px;
}
@media screen and (max-width:1400px) {
	#top_medical02::before {
		top: 235px;
		margin-left: 505px;
		z-index: 3;
	}
	#top_medical02::after {
		margin-left: -860px;
	}
}
@media screen and (max-width:640px) {
	#top_medical02::before {
		background-size: 100px auto;
		width: 100px;
		top: -85px;
		left: auto;
		right: -50px;
		margin-left: 0;
	}
	#top_medical02::after {
		background-size: 276px auto;
		top: 50px;
		left: -220px;
		margin-left: 0;
	}
}









/*==================================================================

		$index　＊　#top_concept　＊　医院コンセプト

==================================================================*/
#top_concept {
	position: relative;
	background: url("../images/bg01.jpg") center top;
	padding: 120px 0 0;
	overflow-x: clip;
}
#top_concept::before {
	position: absolute;
	content: "";
	background: url("../images/deco/img_15.png") no-repeat;
	background-size: 352px 350px;
	width: 352px; height: 350px;
	top: 0;
	right: 0;
}
#top_concept::after {
	position: absolute;
	content: "";
	background: url("../images/top/img20.png");
	background-size: 9px 327px;
	width: 9px;	height: 327px;
	left: 2.2%;
	bottom: 100px;
}
@media screen and (max-width:640px) {
	#top_concept {
		padding: 70px 0 0;
	}
	#top_concept::before {
		background-size: 200px auto;
		width: 200px; 
		right: -70px;
	}
	#top_concept::after {
		display: none;
	}
}


/*------------------------------ h2 ------------------------------*/
#top_concept h2 {
	font-size: 24px;
	line-height: 1.6;
	color: #756452;
	margin-bottom: 40px;
	text-align: center;
}
#top_concept h2 em {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 56px;
	letter-spacing: 3px;
	background: linear-gradient(90deg, #79ca92 0%, #a0d16f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	#top_concept h2 {
		position: relative;
		font-size:18px;
		z-index: 3;
	}
	#top_concept h2 em {
		font-size: 40px;
	}
}


/*------------------------------ 0番 ------------------------------*/
#top_concept_00 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	padding-bottom: 100px;
}
#top_concept_00 figure {
	position: relative;
	margin-left: 5%;
	width: 42%;
}
#top_concept_00 figure img {
	width: 100%;
	border-radius: 20px;
}
#top_concept_00 .text {
	position: relative;
	max-width: 620px;
    width: 50%;
    margin-right: calc((100% - 1280px) / 2);
	line-height: 2.2;
	z-index: 2;
}
@media screen and (max-width:1400px) {
	#top_concept_00 {
		align-items: stretch;
	}
	#top_concept_00 .text {
		width: 50%;
		margin-right: 5%;
		padding: 30px 0;
	}
	#top_concept_00 figure {
		width: 38%;
	}
	#top_concept_00 figure img {
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width:640px) {
	#top_concept_00 {
		display: block;
		padding-bottom: 60px;
		width: 90%;
		margin: 40px auto 0;
	}
	#top_concept_00 figure {
		margin-left: 0;
		width: 100%;
	}
	#top_concept_00 .text {
		width: 100%;
		margin-right: 0;
		line-height: 2;
		padding: 30px 0 0;
	}
}


#top_concept_00::before {
	position: absolute;
	content: "";
	background: url("../images/top/img19.png") no-repeat;
	background-size: 526px 198px;
	width: 526px; height: 198px;
	bottom: 0;
	right: 5%;
}
#top_concept_00::after {
	position: absolute;
	content: "";
	background: url("../images/deco/img_14.png");
	background-size: 142px 191px;
	width: 142px; height: 191px;
	bottom: -30px;
	left: 0;
}
@media screen and (max-width:640px) {
	#top_concept_00::before {
		background-size: 330px auto;
		width: 330px; height: 128px;
		right: 0;
	}
	#top_concept_00::after {
		display: none;
	}
}


/*------------------------------ 1番-4番＊大枠・共通 ------------------------------*/
#top_concept_01-04 {
	width: calc( 100% - 5% );
	margin-left: 5%;
	background: #FFF;
	border-radius: 80px 0 0 0;
	overflow: hidden;
}
@media screen and (max-width:640px) {
	#top_concept_01-04 {
		border-radius: 40px 0 0 0;
	}
}


#top_concept_01-04 div { /*共通部分*/
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}
#top_concept_01-04 div:nth-of-type(odd) { /*共通：奇数は写真が左*/
	flex-flow: row-reverse;
}
@media screen and (max-width:1400px) {
}
@media screen and (max-width:640px) {
	#top_concept_01-04 div { /*共通部分*/
		display: block;
		padding-top: 50px;
	}
}


#top_concept_01-04 div figure { /*共通：写真*/
	position: relative;
	width: 38%;
	margin-left: 5%;
}
#top_concept_01-04 div figure img { /*共通：写真*/
	width: 100%;
	border-radius: 10px;
}
#top_concept_01-04 div:nth-of-type(odd) figure { /*共通：奇数は空間指示が逆、且つ5%*2倍*/
	margin-right: 10%;
	margin-left: 0;
}
@media screen and (max-width:1400px) {
	#top_concept_01-04 div:nth-of-type(odd) figure {
		margin-right: 5%;
	}
}
@media screen and (max-width:640px) {
	#top_concept_01-04 div figure { /*共通：写真*/
		width: 90%;
		margin: auto;
	}
	#top_concept_01-04 div:nth-of-type(odd) figure { /*共通：奇数は空間指示が逆、且つ5%*2倍*/
		margin: auto;
	}
}


#top_concept_01-04 div dl { /*共通：左側：文字のほう・全体*/
	position: relative;
    width: 42%;
    margin-right: 10%;
	margin-left: 70px;
	z-index: 2;
}
#top_concept_01-04 div:nth-of-type(odd) dl { /*共通：奇数は空間指示が逆*/
    margin-left: 5%;
    margin-right: 70px;
}
#top_concept_01-04 div dl dt { /*共通：左側・タイトル*/
	padding-left: 140px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #309e52;
	letter-spacing: 2px;
}
#top_concept_01-04 div dl dt::before { /*共通：左側の数字*/
	position: absolute;
	content: "01";
	top: 0; left: 0;
	font-size: 100px;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
  	font-optical-sizing: auto;
	background: linear-gradient(90deg, #79ca92 0%, #a0d16f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#top_concept_01-04 div dl dd { /*共通：左側*/
	line-height: 2.2;
}
@media screen and (max-width:1400px) {
	#top_concept_01-04 div dl {
    	width: 47%;
		margin-right: 5%;
	}
}
@media screen and (max-width:640px) {
	#top_concept_01-04 div dl { /*共通：左側：文字のほう・全体*/
		width: 90%;
		margin: auto;
	}
	#top_concept_01-04 div:nth-of-type(odd) dl { /*共通：奇数は空間指示が逆*/
		margin: auto;
	}
	#top_concept_01-04 div dl dt { /*共通：左側・タイトル*/
		padding-left: 0;
		margin-bottom: 10px;
		font-size: 19px;
	}
	#top_concept_01-04 div dl dt::before { /*共通：左側の数字*/
		position: relative;
		display: block;
		width: 100%;
		font-size: 50px;
		margin-top: 20px;
	}
	#top_concept_01-04 div dl dd { /*共通：左側*/
		line-height: 2;
	}
}


#top_concept_01-04 .btn { /*共通：btn*/
	width: 240px;
	margin-top: 30px;
	float: right;
}


/*------------------------------ 1番 ------------------------------*/
#top_concept_01 {
	padding-top: 100px !important;
}
#top_concept_01 figure {
	display: flex;
	justify-content: space-between;
}
#top_concept_01 figure p {
	width: calc( 50% - 7px );
	height: 420px;
}
#top_concept_01 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept_01 figure p:first-child {
	margin-top: 50px;
}
#top_concept_01 dt {
	padding-left: 120px !important;
}
#top_concept_01::before {
	position: absolute;
	content: "";
	background: url("../images/deco/img_16.png") no-repeat;
	background-size: 752px 718px;
	width: 752px; height: 718px;
	top: 0;
	right: 0;
}
@media screen and (max-width:1400px) {
	#top_concept_01::before {
		right: -100px;
	}
}
@media screen and (max-width:640px) {
	#top_concept_01 {
		padding-top: 60px !important;
	}
	#top_concept_01 figure p {
		width: calc( 50% - 5px );
		height: 220px;
	}
	#top_concept_01 figure p:first-child {
		margin-top: 30px;
	}
	#top_concept_01 dt {
		padding-left: 0 !important;
	}
	#top_concept_01::before {
		background-size: 400px auto;
		width: 400px;
		top: 0;
		right: -80px;
	}
}


/*------------------------------ 2番 ------------------------------*/
#top_concept_02 {
	z-index: 3;
}
#top_concept_02 dt::before {
	content: "02" !important;
}
#top_concept_02 dt {
	padding-top: 20px;
	margin-bottom: 40px !important;
}
#top_concept_02 figure {
	display: flex;
	justify-content: space-between;
}
#top_concept_02 figure p {
	width: calc( 50% - 7px );
	height: 420px;
}
#top_concept_02 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept_02 figure p em {
	display: block;
	width: 100%;
	height: calc( 50% - 7px );
}
#top_concept_02 figure p em:last-of-type {
	margin-top: 14px;
}
@media screen and (max-width:640px) {
	#top_concept_02 dt {
		padding-top: 0;
		margin-bottom: 10px !important;
	}
	#top_concept_02 figure p {
		width: calc( 50% - 5px );
		height: 220px;
	}
	#top_concept_02 figure p em {
		height: calc( 50% - 5px );
	}
	#top_concept_02 figure p em:last-of-type {
		margin-top: 10px;
	}
}


/*------------------------------ 3番 ------------------------------*/
#top_concept_03 {
	z-index: 2;
}
#top_concept_03 dt::before {
	content: "03" !important;
}
#top_concept_03 figure {
	height: 420px;
}
#top_concept_03 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept_03::before {
	position: absolute;
	content: "";
	background: url("../images/deco/img_17.png") no-repeat;
	background-size: 618px 988px;
	width: 618px; height: 988px;
	top: -420px;
	left: 0;
}
@media screen and (max-width:640px) {
	#top_concept_03 figure {
		height: 220px;
	}
	#top_concept_03::before {
		background-size: 400px auto;
		width: 618px;
		top: 70px;
		left: -100px;
	}
}


/*------------------------------ 4番 ------------------------------*/
#top_concept_04 {
	padding-bottom: 110px;
	z-index: 1;
}
#top_concept_04 dt::before {
	content: "04" !important;
}
#top_concept_04 figure {
	display: flex;
	justify-content: space-between;
}
#top_concept_04 figure p {
	width: calc( 50% - 7px );
	height: 420px;
}
#top_concept_04 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept_04 figure p:last-child {
	margin-top: 50px;
}
#top_concept_04::before {
	position: absolute;
	content: "";
	background: url("../images/deco/img_18.png");
	background-size: 752px 783px;
	width: 752px; height: 783px;
	bottom: 0;
	right: 0;
}
@media screen and (max-width:640px) {
	#top_concept_04 {
		padding-bottom: 70px;
	}
	#top_concept_04 figure p {
		width: calc( 50% - 5px );
		height: 220px;
	}
	#top_concept_04 figure p:last-child {
		margin-top: 30px;
	}
	#top_concept_04::before {
		display: none;
	}
}







/*==================================================================

		$index　＊　#top_img02　＊　ごあいさつ上

==================================================================*/
#top_img02 {
	background: url("../images/bg02.png") center top 200px no-repeat , url("../images/bg01.jpg") center top 200px no-repeat;
}
#top_img02 .inner {
	width: calc( 100% - 5% );
	height: 500px;
	border-radius: 0 80px 80px 0;
	background: url("../images/top/img31.jpg") no-repeat center;
	background-size: cover;
}
@media screen and (max-width:640px) {
	#top_img02 {
		background: url("../images/bg02.png") center top no-repeat , url("../images/bg01.jpg") center top no-repeat;
	}
	#top_img02 .inner {
		position: relative;
		height: 250px;
		border-radius: 0 40px 40px 0;
		z-index: 5;
	}
}





/*==================================================================

		$index　＊　#top_greeting　＊　ごあいさつ

==================================================================*/
#top_greeting {
	position:relative;
	width:100%;
	overflow-x: clip;
	box-sizing: border-box;
	background: url("../images/bg01.jpg");
	padding-top: 110px;
}
#top_greeting::after {
	position: absolute;
	content: "";
	background: url("../images/top/img05.png");
	background-size: 9px 322px;
	width: 9px;	height: 322px;
	left: 2.2%;
	top: 50%;
	margin-top: -100px;
}
@media screen and (max-width:640px) {
	#top_greeting {
		padding-top: 20px;
	}
	#top_greeting::after {
		display: none;
	}
}


/*------------------------------ 白い枠 ------------------------------*/
#top_greeting .inner {
	position: relative;
	background: #FFF;
	width: calc(100% - 5%);
	margin-left: 5%;
	border-radius: 80px 0 0 0;
	padding-bottom: 130px;
}
#top_greeting .inner::before { /*右上の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_06.png") no-repeat;
	background-size: 426px 419px;
	width: 426px; height: 419px;
	right: 0; 
	top: -110px;
}
#top_greeting .inner::after { /*左下の飾り*/
	position: absolute;
	content: "";
	background: url("../images/deco/img_07.png") no-repeat;
	background-size: 173px 190px;
	width: 173px; height: 190px;
	left: 50%; 
	margin-left: -972px;
	bottom: 35px;
}
@media screen and (max-width:1400px) {
	#top_greeting .inner {
		padding-bottom: 160px;
	}
	#top_greeting .inner::after { /*左下の飾り*/
		margin-left: -772px;
	}
}
@media screen and (max-width:640px) {
	#top_greeting .inner {
		border-radius: 40px 0 0 0;
		padding-bottom: 70px;
	}
	#top_greeting .inner::before { /*右上の飾り*/
		background-size: 226px auto;
		right: -280px; 
		top: -110px;
	}
	#top_greeting .inner::after { /*左下の飾り*/
		background-size: 173px 190px;
		width: 173px; height: 190px;
		left: 50%; 
		margin-left: -972px;
		bottom: 35px;
	}
}


#top_greeting .inner .wrapper { /*白い枠の中で更にw1280を作る*/
	width: 90%;
	max-width: 1280px;
	margin: auto;
}




/*------------------------------ 白い枠内＊h2 ------------------------------*/
#top_greeting h2 {
	position: relative;
	top: -22px;
	margin-top: 28px;
	font-size: 24px;
	line-height: 1.8;
	color: #756452;
	margin-bottom: 40px;
}
#top_greeting h2 em {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 56px;
	letter-spacing: 3px;
	background: linear-gradient(90deg, #79ca92 0%, #a0d16f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	#top_greeting h2 {
		top: 0;
		padding-top: 50px;
		margin-bottom: 20px;
		font-size:18px;
	}
	#top_greeting h2 em {
		font-size: 40px;
	}
}




/*------------------------------ 白い枠内＊ご挨拶 ------------------------------*/
#top_greeting dl dt {
	margin-bottom: 60px;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 2.2;
}
#top_greeting dl dt em { color: #f0880f;}

#top_greeting dl dd { 
	width: 690px;
	line-height: 2.3;
}
#top_greeting .btn {
	margin-top: 50px;
	width: 240px;
}
@media screen and (max-width:1400px) {
	#top_greeting dl dd { 
		width: 650px;
		line-height: 2.3;
	}
}
@media screen and (max-width:640px) {
	#top_greeting dl dt {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 2.2;
	}
	#top_greeting dl dd { 
		width: 100%;
		line-height: 2;
	}
	#top_greeting .btn {
		margin: 40px auto 0;
	}
}




/*------------------------------ 白い枠内＊院長先生のお写真とお名前 ------------------------------*/
#top_greeting-doctor {
	position: absolute;
	width: 41%;
	top: 40px;
	right: 10%;
}
#top_greeting-doctor figure {
	width: 100%;
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
}
#top_greeting-doctor figure img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}
#top_greeting-doctor figcaption { /*クリニック名*/
	margin-top: 78px;
	margin-right: 10%;
	font-size: 18px;
	color: #3cae5a;
	text-align: right;
}
#top_greeting-doctor figcaption em { /*院長先生お名前*/
	display: block;
	font-size: 29px;
}
#top_greeting-doctor figcaption span { /*院長先生お名前＊英語表記*/
	margin-top: 10px;
	display: block;
	font-family: "Josefin Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 15px;
	color: #8ed47b;
}
@media screen and (max-width:640px) {
	#top_greeting-doctor {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
	}
	#top_greeting-doctor figure {
		height: 220px;
	}
	#top_greeting-doctor figure img {
		height: 220px;
	}
	#top_greeting-doctor figcaption { /*クリニック名*/
		margin-top: 20px;
		margin-right: 10px;
		font-size: 16px;
		margin-bottom: 30px;
	}
	#top_greeting-doctor figcaption em { /*院長先生お名前*/
		font-size: 24px;
	}
	#top_greeting-doctor figcaption span { /*院長先生お名前＊英語表記*/
		margin-top: 5px;
		font-size: 14px;
	}
}



/*------------------------------ 白い枠内＊右下の写真3つ並び ------------------------------*/
#top_greeting-images {
	position: absolute;
	bottom: 60px;
	right: 5%;
	display: flex;
}
#top_greeting-images li {
	position: relative;
}
#top_greeting-images li img {
	height: 180px;
	margin-left: 20px;
	border-radius: 10px;
}
#top_greeting-images li em {
	position: absolute;
	background: rgba(255,255,255,.8);
	font-size: 14px;
	right: 0;
	bottom: 0;
	padding: 5px 20px;
	border-radius: 10px 0 0 0;
}
#top_greeting-images li:last-of-type em {
	font-size: 12px;
	letter-spacing: 0;
	padding: 5px 10px;
}
@media screen and (max-width:640px) {
	#top_greeting-images {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 40px;
		align-items: flex-start;
		justify-content: space-between;
	}
	#top_greeting-images li {
		width: 32%;
	}
	#top_greeting-images li img {
		height: auto;
		margin-left: 0;
	}
	#top_greeting-images li em , #top_greeting-images li:last-of-type em {
		position: relative;
		display: block;
		background: none;
		font-size: 12px;
		line-height: 1.7;
		right: 0;
		bottom: 0;
		padding: 5px 0;
		border-radius: 10px 0 0 0;
		color: #3cae5a;
	}
}






