/*

  MV

================================================================
*/
.top-mv {
	width: 100%;
	margin-bottom: 60px;
}
.top-mv .slide-mv {
	display: none;
}
.top-mv .slide-mv.slick-initialized {
	display: block;
}
.top-mv .slide-mv a + a,
.top-mv .slide-mv .mv-video + a {
	margin-left: 30px;
}
.top-mv .slide-mv .mv-video {
	position: relative;
	width: 1200px;
	margin-left: 30px;
}
.top-mv .slide-mv .mv-video-thumbnail {
	display: none;
}
.top-mv .slide-mv .mv-video-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
.top-mv .slide-mv .mv-video video {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.top-mv .slide-mv .mv-video.slick-slide:not(.slick-current) {
	background-color: transparent;
}
.top-mv .slide-mv .mv-video.slick-slide:not(.slick-current) video {
	visibility: hidden;
}
.top-mv
	.slide-mv
	.mv-video.slick-slide:not(.slick-current)
	.mv-video-thumbnail {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.top-mv .slide-mv a img {
	display: block;
	width: 1200px;
	height: auto;
	transition: 0.2s;
}
.top-mv .slide-mv a picture {
	display: block;
	width: 1200px;
}
.top-mv .slide-mv a:hover img {
	opacity: 0.8;
}
.top-mv .slide-thumbnail {
	margin-top: 20px;
}
.top-mv .slide-thumbnail img {
	cursor: pointer;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-mv {
		margin-bottom: 10vw;
	}
	.top-mv .slide-mv a {
		width: 100vw;
		height: auto;
	}
	.top-mv .slide-mv .mv-video {
		width: 100vw;
		height: 130vw;
		margin-left: 0;
		display: flex;
		align-items: center;
		background-color: transparent;
		overflow: hidden;
	}
	.top-mv .slide-mv .mv-video video {
		height: 100%;
		object-fit: cover;
	}
	.top-mv .slide-mv a.none {
		pointer-events: none;
	}
	.top-mv .slide-mv a + a,
	.top-mv .slide-mv .mv-video + a {
		margin-left: 0;
	}
	.top-mv .slide-mv a picture {
		width: 100%;
		height: 130vw;
	}
	.top-mv .slide-mv a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: bottom center;
	}
	.top-mv .slide-thumbnail {
		margin-top: 0;
		padding: 3vw;
	}
	.top-mv .slide-thumbnail img {
		width: 30vw;
	}
}

/*

  共通h2

================================================================
*/
.top-h2-area {
	display: flex;
	flex-direction: column-reverse;
}
.top-h2-area .en-title {
	letter-spacing: 0.05em;
	font-size: 60px;
	color: rgba(198, 195, 196, 0.5);
}
.top-h2-area .top-h2 {
	margin-top: 5px;
	font-size: 20px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-h2-area .en-title {
		font-size: 10vw;
	}
	.top-h2-area .top-h2 {
		margin-top: 1.5vw;
		font-size: 4vw;
	}
}

/*

  共通リンク

================================================================
*/
.view-more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 395px;
	height: 65px;
	border-radius: 100px;
	background: linear-gradient(90deg, #ebcdaf, #ed9790);
	font-size: 18px;
	color: #fff;
}
.view-more:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 63px;
	border-radius: 100px;
	border: 1px solid #fff;
}
.view-more span {
	position: relative;
	bottom: 0.1em;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.view-more {
		width: 70vw;
		height: 12vw;
		margin: 0 auto;
		font-size: 4vw;
	}
	.view-more:after {
		top: -0.5vw;
		left: -0.5vw;
		width: calc(70vw - 2px);
		height: calc(12vw - 2px);
	}
}

/*

  コンテナ

================================================================
*/
#container {
	padding-top: 100px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	#container {
		padding-top: 14vw;
	}
}

/*

  おすすめCP

================================================================
*/
.top-cp {
	position: relative;
	padding-bottom: 100px;
}
.top-cp .top-h2-area {
	text-align: center;
}
.top-cp .slide-cp {
	margin-top: 50px;
}
.top-cp .slide-cp a + a {
	margin-left: 50px;
}
.top-cp .slide-cp img {
	width: 610px;
	height: auto;
}
.top-cp .slick-dots {
	position: absolute;
	bottom: -31px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.top-cp .slick-dots li {
	text-indent: -9999px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: rgba(198, 195, 196, 0.5);
}
.top-cp .slick-dots li + li {
	margin-left: 10px;
}
.top-cp .slick-dots li.slick-active {
	background-color: #ed9790;
}
.top-cp .tips {
	pointer-events: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 224px;
	height: 200px;
	margin-left: -400px;
	background: url(../img/top/top-cp_tips.png) no-repeat center / cover;
}
.top-cp .tips p {
	width: 120px;
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	color: #676767;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-cp {
		padding-bottom: 18vw;
	}
	.top-cp .slide-cp {
		margin-top: 10vw;
	}
	.top-cp .slide-cp a + a {
		margin-left: 5vw;
	}
	.top-cp .slide-cp img {
		width: 85vw;
	}
	.top-cp .slick-dots {
		padding-left: 10vw;
		bottom: -5vw;
	}
	.top-cp .slick-dots li {
		width: 2vw;
		height: 2vw;
	}
	.top-cp .slick-dots li + li {
		margin-left: 3vw;
	}
	.top-cp .tips {
		bottom: 0;
		left: 2vw;
		width: 40vw;
		height: 23.4vw;
		margin-left: 0;
		background-image: url(../img/top/top-cp_tips_sp.png);
	}
	.top-cp .tips p {
		width: 20vw;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0;
		font-size: 2.5vw;
	}
}

/*

  T CLINICが選ばれる理由

================================================================
*/
.top-reason {
	position: relative;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(../img/top/top-reason_bg_pc.jpg);
}
.top-reason .top-h2-area {
	text-align: center;
}
.top-reason ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	color: #676767;
}
.top-reason ul li {
	width: 24%;
	box-shadow: 0 0 30px rgba(85, 85, 85, 0.05);
	background-color: #fff;
}
.top-reason ul li > div {
	position: relative;
	padding: 30px;
}
.top-reason ul li > div h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
.top-reason ul li > div h3 span {
	background: linear-gradient(transparent 70%, #f8dedb 30%);
}
.top-reason ul li > div .txt {
	line-height: 1.8;
}
.top-reason ul li > div .no {
	pointer-events: none;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: rgba(243, 200, 196, 0.6);
}
.top-reason p.txt span {
	background: linear-gradient(transparent 80%, #f8dedb 20%);
}
.top-reason p.txt span.nobr {
	line-break: strict;
	word-wrap: break-word;
	display: inline-block;
	background: none;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-reason {
		padding: 15vw 0 5vw;
	}
	.top-reason ul {
		flex-direction: column;
		margin-top: 10vw;
		padding: 0 5vw;
	}
	.top-reason ul li {
		overflow: hidden;
		width: 100%;
		box-shadow: none;
		background-color: transparent;
	}
	.top-reason ul li figure img {
		object-fit: cover;
		object-position: top;
		width: 70vw;
		height: 40vw;
		border-radius: 2vw;
	}
	.top-reason ul li > div {
		padding: 3.5vw 3vw 10vw 3vw;
	}
	.top-reason ul li > div h3 {
		margin-bottom: 3.5vw;
		letter-spacing: 0.05em;
		font-size: 5vw;
	}
	.top-reason ul li > div h3 span {
		background: linear-gradient(transparent 70%, #fff 30%);
	}
	.top-reason ul li > div .txt {
		font-size: 3.6vw;
		line-height: 1.8;
	}
	.top-reason ul li > div .no {
		top: -12vw;
		left: auto;
		right: 2vw;
		width: auto;
		font-size: 10vw;
	}
	.top-reason p.txt span {
		background: linear-gradient(transparent 80%, #fff 20%);
	}
}
/*

  症例掲載

================================================================
*/
.top-case {
	position: relative;
	padding: 80px 0;
}
.top-case .top-h2-area {
	text-align: center;
}
.top-case .top-h2-area .en-title {
	color: rgba(237, 151, 144, 0.5);
}
.top-case .tabs {
	margin-top: 30px;
}
.top-case .tabs .label-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.top-case .tabs .label-flex .tab_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16%;
	height: 60px;
	border-radius: 10px 10px 0 0;
	background-color: #bdbdbd;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}
.top-case .tabs .label-flex .tab_item + .tab_item {
	margin-left: 0.8%;
}
.top-case .tabs input[name="tab_item"] {
	display: none;
}
.top-case .tab_content {
	overflow: hidden;
	display: none;
	padding: 50px 80px;
	background-color: #fff;
	color: #676767;
}
.top-case #case01:checked ~ #case01_content,
.top-case #case02:checked ~ #case02_content,
.top-case #case03:checked ~ #case03_content,
.top-case #case04:checked ~ #case04_content,
.top-case #case05:checked ~ #case05_content,
.top-case #case06:checked ~ #case06_content {
	display: block;
}
.top-case .tabs #case01:checked ~ .label-flex .case01,
.top-case .tabs #case02:checked ~ .label-flex .case02,
.top-case .tabs #case03:checked ~ .label-flex .case03,
.top-case .tabs #case04:checked ~ .label-flex .case04,
.top-case .tabs #case05:checked ~ .label-flex .case05,
.top-case .tabs #case06:checked ~ .label-flex .case06 {
	height: 75px;
	background-color: #fff;
	color: #676767;
}
.top-case .more-btn {
	position: relative;
}
.top-case .more-btn .more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: linear-gradient(0deg, #fff, #fff 80%, transparent);
	text-align: center;
	z-index: 2;
}
.top-case .more-btn .more.none {
	display: none;
}
.top-case .more-btn .more p {
	display: inline-flex;
	cursor: pointer;
}
.top-case ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	height: 550px;
	transition: 0.2s;
}
.top-case ul.active {
	height: auto;
}
.top-case ul li {
	width: 31%;
	margin-top: 50px;
}
.top-case ul li + li {
	margin-left: 3.5%;
}
.top-case ul li:nth-child(3n + 1) {
	margin-left: 0;
}
.top-case ul li:nth-child(-n + 3) {
	margin-top: 0;
}
.top-case ul li h3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	border-left: 2px solid #ed9790;
	border-right: 2px solid #ed9790;
	font-weight: 600;
	font-size: 16px;
	color: #676767;
	padding: 0 30px;
	line-height: 1.3;
}
.top-case ul li h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #ed9790;
}
.top-case ul li h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 2px;
	background-color: #ed9790;
}
.top-case ul li .point {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 15px 20px;
	border-radius: 10px;
	background-color: #f6f6f6;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.top-case ul li .point:before {
	pointer-events: none;
	content: "";
	position: absolute;
	top: -10px;
	left: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #f6f6f6 transparent;
}
.top-case ul li .img_movie iframe {
	width: 100%;
	height: auto;
	border: none;
	aspect-ratio: 16/9;
}
.top-case ul li .modal_link {
	position: relative;
	z-index: 0;
	display: block;
}
.top-case ul li .modal_link::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	padding: 10px;
	box-sizing: border-box;
	background:
		url(../img/common/zoom_in_24.svg) no-repeat center / 75%,
		rgba(0, 0, 0, 0.5);
}
.top-case ul li video,
.top-case ul li .modal_link iframe {
	pointer-events: none;
}
.top-case ul li video,
.top-case ul li .img_movie picture:not(.post_thumb) {
	aspect-ratio: 16/9;
	display: block;
	background: #000;
}
.top-case ul li video {
	max-width: 100%;
}
.top-case ul li .img_movie picture img {
	display: block;
	object-fit: contain;
	/* ↓macで崩れていたのでコメントアウト */
	/* height: 100%; */
	margin: 0 auto;
}
.top-case ul.movieArea + ul {
	margin: 4vw 0 0 0;
}
.top-case ul.movieArea li {
	width: calc(50% - (3.5% / 2));
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-case {
		padding: 15vw 0;
	}
	.top-case .tabs {
		margin-top: 10vw;
		padding: 0 4vw;
	}
	.top-case .tabs .label-flex {
		justify-content: space-between;
	}
	.top-case .tabs .label-flex .tab_item {
		width: 32.5%;
		height: 13vw;
		margin-top: 1vw;
		border-radius: 2vw;
		font-size: 3.3vw;
	}
	.top-case .tabs .label-flex .tab_item + .tab_item {
		margin-left: 0;
	}
	.top-case .tabs .label-flex .tab_item:nth-child(-n + 3) {
		margin-top: 0;
	}
	.top-case .tab_content {
		margin-top: 5vw;
		padding: 0;
		background-color: transparent;
	}
	.top-case .tabs #case01:checked ~ .label-flex .case01,
	.top-case .tabs #case02:checked ~ .label-flex .case02,
	.top-case .tabs #case03:checked ~ .label-flex .case03,
	.top-case .tabs #case04:checked ~ .label-flex .case04,
	.top-case .tabs #case05:checked ~ .label-flex .case05,
	.top-case .tabs #case06:checked ~ .label-flex .case06 {
		height: 13vw;
		background-color: rgb(237, 151, 144);
		color: #fff;
	}
	.top-case .more-btn .more {
		padding: 3vw 0;
		background: rgba(255, 255, 255, 0.5);
	}
	.top-case ul {
		align-items: flex-start;
		justify-content: space-between;
		height: 100vw;
	}
	.top-case ul li {
		width: 48.5%;
		margin-top: 5vw;
	}
	.top-case ul li + li {
		margin-left: 0;
	}
	.top-case ul li:nth-child(-n + 3) {
		margin-top: 5vw;
	}
	.top-case ul li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.top-case ul li:nth-child(n + 9) {
		display: none;
	}
	.top-case ul li h3 {
		height: 12vw;
		margin-bottom: 2vw;
		padding: 2vw 1vw 2.5vw;
		background-color: transparent;
		font-size: 3vw;
	}
	.top-case ul li h3 span {
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.top-case ul li h3:before {
		width: 3vw;
	}
	.top-case ul li h3:after {
		width: 3vw;
	}
	.top-case ul li .point {
		margin-top: 20px;
		padding: 2.5vw 3vw 3vw;
		border-radius: 2vw;
		font-size: 3.2vw;
	}
	.top-case ul li .point:before {
		top: -2vw;
		left: 5vw;
		border-width: 0 2vw 2.5vw 2vw;
	}
	.top-case ul li .img_movie picture.post_thumb {
		display: block;
		background: #000;
		aspect-ratio: 1/1;
		/*aspect-ratio: 16/9;*/
	}
	.top-case ul li .img_movie picture.post_thumb img {
		margin: 0 auto;
	}
	.top-case ul.movieArea {
		gap: 20px 0;
	}
	.top-case ul.movieArea li {
		width: 100%;
	}
}

/*

  インフルエンサー一覧

================================================================
*/
.top-insta {
	overflow: hidden;
	position: relative;
	padding: 80px 0 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.top-insta.is-bg-loaded {
	background-image: url(../img/top/top-insta_bg_pc.jpg);
}
.top-insta .top-h2-area {
	text-align: center;
}
.top-insta .slide-insta {
	margin-top: 40px;
}
.top-insta .slide-insta a {
	position: relative;
	pointer-events: none;
}
.top-insta .slide-insta a p.name {
	font-size: small;
	padding: 0.2em 0.4em;
	text-align: center;
	color: #676767;
	position: absolute;
	z-index: 2;
	bottom: -2.8em;
	left: 50%;
	transform: translateX(-50%);
	min-width: 16em;
}
.top-insta .slide-insta a:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #ed9790;
	z-index: 1;
}
.top-insta .slide-insta a + a {
	margin-left: 50px;
}
.top-insta .slide-insta a img {
	position: relative;
	z-index: 2;
}
.top-insta .slick-list {
	overflow: visible;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-insta {
		padding: 10vw 0 18vw;
	}
	.top-insta .top-h2-area h2 {
		line-height: 1.5;
	}
	.top-insta .slide-insta {
		margin-top: 5vw;
	}
	.top-insta .slide-insta a:after {
		top: 1vw;
		left: 1vw;
	}
	.top-insta .slide-insta a + a {
		margin-left: 5vw;
	}
	.top-insta .slide-insta a img {
		width: 40vw;
	}
	.top-insta .slide-insta a p.name {
		font-size: 3.2vw;
		line-height: 1.5em;
		bottom: -2.5em;
	}
	.top-insta .slide-insta a p.name.w-r {
		bottom: -4em;
	}
}

/*

  施術メニュー

================================================================
*/
.top-menu {
	width: 100%;
	min-width: 1300px;
	height: 680px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.top-menu.is-bg-loaded {
	background-image: url(../img/top/top-menu_bg_pc.jpg);
}
.top-menu .inner {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.top-menu.is-bg-loaded .inner {
	background-image: url(../img/top/top-menu_model_pc.png);
}
.top-menu h2 {
	position: absolute;
	top: 80px;
	left: 0;
	font-size: 26px;
	color: #fff;
	z-index: 2;
}
.top-menu .cate-list {
	position: absolute;
	bottom: 80px;
	left: 0;
	display: block;
	padding: 20px;
	border: 1px solid #fff;
	color: #fff;
}
.top-menu .cate-list ul li {
	position: relative;
	padding-left: 1.5em;
}
.top-menu .cate-list ul li + li {
	margin-top: 15px;
}
.top-menu .cate-list ul li:before {
	pointer-events: none;
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.top-menu .cate-list ul li:nth-child(1):before {
	color: #ed9790;
}
.top-menu .cate-list ul li:nth-child(2):before {
	color: #bfd36c;
}
.top-menu .cate-list ul li:nth-child(3):before {
	color: #d0bc86;
}
.top-menu .menu-list ul li {
	position: absolute;
	font-size: 14px;
}
.top-menu .menu-list ul li a {
	position: relative;
	display: block;
	padding: 7px 13px 9px 2em;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	color: #676767;
	transition: 0.2s;
}
.top-menu .menu-list ul li a:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.top-menu .menu-list ul li a:before {
	pointer-events: none;
	content: "●";
	position: absolute;
	top: 6px;
	left: 7px;
	font-size: 16px;
}
.top-menu .menu-list ul li:nth-child(1) {
	top: 150px;
	right: 882px;
}
.top-menu .menu-list ul li:nth-child(2) {
	top: 195px;
	right: 882px;
}
.top-menu .menu-list ul li:nth-child(3) {
	top: 440px;
	right: 720px;
}
.top-menu .menu-list ul li:nth-child(4) {
	top: 260px;
	right: 882px;
}
.top-menu .menu-list ul li:nth-child(5) {
	top: 318px;
	right: 882px;
}
.top-menu .menu-list ul li:nth-child(6) {
	top: 378px;
	right: 882px;
}
.top-menu .menu-list ul li:nth-child(7) {
	top: 105px;
	left: 815px;
}
.top-menu .menu-list ul li:nth-child(8) {
	top: 192px;
	left: 815px;
}
.top-menu .menu-list ul li:nth-child(9) {
	top: 337px;
	left: 815px;
}
.top-menu .menu-list ul li:nth-child(10) {
	top: 437px;
	left: 772px;
}
.top-menu .menu-list ul li.surgery a:before {
	color: #ed9790;
}
.top-menu .menu-list ul li.surgery a:hover {
	color: #ed9790;
}
.top-menu .menu-list ul li.other a,
.top-menu .menu-list ul li.beauty a {
	padding: 7px 2em 9px 13px;
}
.top-menu .menu-list ul li.other a:before,
.top-menu .menu-list ul li.beauty a:before {
	left: auto;
	right: 7px;
}
.top-menu .menu-list ul li.other a:before {
	color: #bfd36c;
}
.top-menu .menu-list ul li.other a:hover {
	color: #bfd36c;
}
.top-menu .menu-list ul li.beauty a:before {
	color: #d0bc86;
}
.top-menu .menu-list ul li.beauty a:hover {
	color: #d0bc86;
}
.top-menu .more {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.top-menu .more a {
	display: inline-flex;
	cursor: pointer;
}
.top-menu .menu-list ul li a span {
	display: none;
}
.top-menu .menu-list li.vh {
	opacity: 1;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-menu {
		min-width: 100%;
		height: 144vw;
		background: none;
	}
	.top-menu.is-bg-loaded {
		background: none;
	}
	.top-menu .inner {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 3vw 10vw;
	}
	.top-menu.is-bg-loaded .inner {
		background-image: url(../img/top/top-menu_model_sp.png);
	}
	.top-menu h2 {
		top: 5vw;
		left: auto;
		right: 7vw;
		font-size: 5vw;
	}
	.top-menu .cate-list {
		display: none;
	}
	.top-menu .menu-list {
		margin-bottom: 7vw;
	}
	.top-menu .menu-list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		letter-spacing: 0;
	}
	.top-menu .menu-list ul li {
		position: static;
		width: 49%;
		margin-top: 1.5vw;
		font-size: 3.2vw;
	}
	.menu-list ul li:nth-child(1) {
		order: 6;
	}
	.menu-list ul li:nth-child(2) {
		order: 8;
	}
	.menu-list ul li:nth-child(3) {
		order: 10;
	}
	.menu-list ul li:nth-child(4) {
		order: 9;
	}
	.menu-list ul li:nth-child(5) {
		order: 7;
	}
	.menu-list ul li:nth-child(6) {
		order: 5;
	}
	.menu-list ul li:nth-child(7) {
		order: 3;
	}
	.menu-list ul li:nth-child(8) {
		order: 1;
	}
	.menu-list ul li:nth-child(9) {
		order: 4;
	}
	.menu-list ul li:nth-child(10) {
		order: 2;
	}
	.top-menu .menu-list ul li a {
		display: inline-flex;
		align-items: center;
		padding: 1vw 2.5vw 1vw 1vw;
	}
	.top-menu .menu-list ul li a span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 5vw;
		height: 5vw;
		margin-right: 1.5vw;
		border-radius: 100%;
		font-weight: 600;
		font-size: 3vw;
		color: #fff;
	}
	.top-menu .menu-list ul li.beauty a span {
		background-color: #d0bc86;
	}
	.top-menu .menu-list ul li.other a span {
		background-color: #bfd36c;
	}
	.top-menu .menu-list ul li.surgery a span {
		background-color: #ed9790;
	}
	.top-menu .menu-list ul li a:before {
		display: none;
	}
	.top-menu .menu-list ul li.other a,
	.top-menu .menu-list ul li.beauty a {
		padding: 1vw 2.5vw 1vw 1vw;
	}
	.top-menu .menu-list .ul-other {
		margin-top: -7vw;
	}
	.top-menu .menu-list .ul-surgery {
		margin-top: 1.5vw;
	}
	.top-menu .menu-list li.vh {
		opacity: 0;
		visibility: hidden;
	}
	.top-menu .more {
		position: static;
	}
}

/*

  案内

================================================================
*/
.top-guidance {
	padding: 60px 0;
}
.top-guidance ul {
	width: 1000px;
	margin: 0 auto;
}
.top-guidance ul li + li {
	margin-top: 20px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-guidance {
		padding: 10vw 5vw 0;
	}
	.top-guidance ul {
		width: 100%;
	}
	.top-guidance ul li + li {
		margin-top: 5vw;
	}
	.top-guidance ul li a {
		display: block;
		width: 100%;
		height: 42.5vw;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}
	.top-guidance ul li a img {
		display: none;
	}
	.top-guidance ul li.monitor a {
		background-image: url(../img/top/top-guidance_monitor_sp.png);
	}
	.top-guidance ul li.line a {
		background-image: url(../img/top/top-guidance_line_sp.png);
	}
}

/*

  クリニック紹介

================================================================
*/
.top-clinic {
	overflow: hidden;
	width: 100%;
	margin: 80px 0;
}
.top-clinic .box {
	width: 600px;
	height: auto;
	margin-top: 40px;
	padding: 45px;
	background-color: #fff;
}
.top-clinic .box .txt {
	color: #676767;
	margin-bottom: 1.6em;
	line-height: 1.8;
}
.top-clinic .box .txt.big {
	font-size: large;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.top-clinic figure {
	position: absolute;
	top: 0;
	left: 400px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-clinic {
		width: 100%;
		margin: 15vw 0;
	}
	.top-clinic .top-h2-area {
		margin-bottom: 10vw;
		padding-left: 7vw;
	}
	.top-clinic .box {
		width: 100%;
		margin-top: 5vw;
		padding: 0 7vw;
		background-color: transparent;
	}
	.top-clinic .box .txt {
		font-size: 3.6vw;
		line-height: 1.9;
	}
	.top-clinic figure {
		position: static;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
}

/*

  レビュー

================================================================
*/
.top-review {
	overflow: hidden;
	position: relative;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.top-review.is-bg-loaded {
	background-image: url(../img/top/top-review_bg_pc.jpg);
}
.top-review .top-h2-area {
	text-align: center;
}
.top-review .top-h2-area .en-title {
	color: #ed9790;
}
.top-review .slide-review {
	margin-top: 40px;
}
.top-review .slide-review .review-box {
	width: 840px;
	height: 460px;
	padding: 50px 60px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(85, 85, 85, 0.05);
}
.top-review .slide-review .review-box + .review-box {
	margin-left: 60px;
}
.top-review .slide-review .review-box .name {
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 30px;
	color: #676767;
}
.top-review .slide-review .review-box .name span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 100%;
	margin-right: 10px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.top-review .slide-review .review-box .name span i {
	position: relative;
	bottom: 0.1em;
}
.top-review .slide-review .review-box .name span.orange {
	background-color: #ef6c00;
}
.top-review .slide-review .review-box .name span.blue {
	background-color: #01579b;
}
.top-review .slide-review .review-box .name span.green {
	background-color: #689f38;
}
.top-review .slide-review .review-box .name span.icon01 {
	background-image: url(../img/top/top-review-icon01.png);
}
.top-review .slide-review .review-box .name span.icon02 {
	background-image: url(../img/top/top-review-icon02.png);
}
.top-review .slide-review .review-box .star {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.top-review .slide-review .review-box .star span {
	margin-left: 10px;
	font-size: 14px;
	color: #c5c5c5;
}
.top-review .slide-review .review-box .star figure img {
	width: auto;
	height: 20px;
}
.top-review .slide-review .review-box .txt {
	color: #676767;
	line-height: 1.8;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-review {
		padding: 15vw 0;
	}
	.top-review .slide-review {
		margin-top: 10vw;
	}
	.top-review .slide-review .review-box {
		width: 80vw;
		height: auto;
		padding: 5vw;
	}
	.top-review .slide-review .review-box + .review-box {
		margin-left: 5vw;
	}
	.top-review .slide-review .review-box .name {
		height: 10vw;
		margin-bottom: 5vw;
		font-size: 3vw;
	}
	.top-review .slide-review .review-box .name span {
		width: 10vw;
		margin-right: 3vw;
	}
	.top-review .slide-review .review-box .star {
		margin-bottom: 3vw;
	}
	.top-review .slide-review .review-box .star span {
		margin-left: 3vw;
		font-size: 3vw;
	}
	.top-review .slide-review .review-box .star figure img {
		height: 3vw;
	}
	.top-review .slide-review .review-box .txt {
		font-size: 3.3vw;
	}
}

/*

  インフルエンサー来院情報

================================================================
*/
.top-influencer {
	overflow: hidden;
	position: relative;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.top-influencer.is-bg-loaded {
	background-image: url(../img/top/top-influencer_bg_pc.jpg);
}
.top-influencer .top-h2-area {
	text-align: center;
}
.top-influencer .top-h2-area .en-title {
	color: #d0bc86;
}
.top-influencer ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.top-influencer ul li {
	width: 18%;
	margin-top: 30px;
}
.top-influencer ul li + li {
	margin-left: 2%;
}
.top-influencer ul li:nth-child(5n + 1) {
	margin-left: 0;
}
.top-influencer ul li:nth-child(-n + 5) {
	margin-top: 0;
}
.top-influencer ul li a {
	position: relative;
	display: inline-block;
	pointer-events: none;
}
.top-influencer ul li a:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #ed9790;
	z-index: 1;
}
.top-influencer ul li a img {
	position: relative;
	z-index: 2;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-influencer {
		padding: 15vw 8vw;
	}
	.top-influencer .top-h2-area h2 {
		line-height: 1.5;
	}
	.top-influencer ul {
		justify-content: space-between;
		margin-top: 10vw;
	}
	.top-influencer ul::after {
		content: "";
		display: block;
		width: 30%;
	}
	.top-influencer ul li {
		/* width: 30%; */
		/* ↓3列から2列へ */
		width: 45%;
		margin-top: 5vw;
	}
	.top-influencer ul li + li {
		margin-left: 0;
	}
	.top-influencer ul li:nth-child(-n + 5) {
		margin-top: 5vw;
	}
	/* ↓2列にしたらいらない */
	/* .top-influencer ul li:nth-child(-n + 3) {
		margin-top: 0;
	} */
	/* .top-influencer ul li:last-child {
		display: none;
	} */
	.top-influencer ul li a:before {
		top: 2vw;
		left: 2vw;
		width: 6vw;
		height: 6vw;
	}
	.top-influencer ul li a:after {
		top: 1vw;
		left: 1vw;
	}
}

/*

  ドクター紹介

================================================================
*/
.top-doctor {
	overflow: hidden;
	margin-top: 80px;
}
.top-doctor .inner:before {
	pointer-events: none;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2000px;
	height: 75%;
	background: #fff;
	z-index: 1;
	clip-path: polygon(0% 100%, 6% 0%, 94% 0%, 100% 100%);
}
.top-doctor .flex {
	position: relative;
	display: flex;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 680px auto;
	z-index: 2;
}
.top-doctor.is-bg-loaded .flex {
	background-image: url(../img/top/top-doctor.png);
}
.top-doctor .flex .left {
	display: none;
}
.top-doctor .flex .right {
	width: 560px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.top-doctor .flex .right .txt {
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 2.2;
	color: #676767;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-doctor {
		margin-top: 15vw;
	}
	.top-doctor .inner:before {
		bottom: auto;
		top: 25vw;
		left: 7vw;
		height: 65vw;
	}
	.top-doctor .flex {
		position: relative;
		flex-direction: column;
		background: none;
		z-index: 2;
	}
	.top-doctor.is-bg-loaded .flex {
		background: none;
	}
	.top-doctor .flex .left {
		display: block;
		width: 100%;
		height: 90vw;
		background-repeat: no-repeat;
		background-position: top left 5vw;
		background-size: 128% auto;
	}
	.top-doctor.is-bg-loaded .flex .left {
		background-image: url(../img/top/top-doctor.png);
	}
	.top-doctor .flex .right {
		width: 100%;
		padding-top: 5vw;
		padding-bottom: 0;
	}
	.top-doctor .flex .right .top-h2-area {
		position: absolute;
		top: 5vw;
		left: 7vw;
	}
	.top-doctor .flex .right .txt {
		margin-top: 0;
		margin-bottom: 5vw;
		padding: 0 7vw;
		line-height: 1.9;
		font-size: 3.6vw;
	}
}

/*

  アクセス

================================================================
*/
.top-access {
	overflow: hidden;
	width: 100%;
	margin: 120px 0 0;
}
.top-access.ginza {
	margin: 0;
}
.top-access.yokohama {
	margin: 0;
}
.top-access .txt {
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 2.2;
	color: #676767;
}
.top-access .box {
	width: 485px;
	height: auto;
	padding: 45px;
	background-color: #fff;
}
.top-access .box table {
	width: 100%;
	line-height: 1.7;
	color: #676767;
}
.top-access .box table tr + tr {
	border-top: 1px solid rgba(198, 195, 196, 0.5);
}
.top-access .box table th {
	padding: 10px 0;
	white-space: nowrap;
	font-weight: 500;
	vertical-align: top;
	text-align: left;
}
.top-access .box table td {
	padding: 10px 0;
	padding-left: 20px;
}
.top-access .box table tr:first-child th,
.top-access .box table tr:first-child td {
	padding-top: 0;
}
.top-access .box table tr:last-child th,
.top-access .box table tr:last-child td {
	padding-bottom: 0;
}
.top-access .box ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.top-access .box ul li {
	width: 180px;
	height: 40px;
}
.top-access .box ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 100px;
	background: linear-gradient(90deg, #ebcdaf, #ed9790);
	color: #fff;
}
.top-access .box ul li a span {
	position: relative;
	bottom: 0.1em;
}
.top-access .slide-box {
	position: absolute;
	top: 0;
	left: 400px;
	width: 880px;
	height: 100%;
	z-index: -1;
}
.top-access .slide-box .slide-clinic {
	width: 100%;
	height: 100%;
}
.top-access .slide-box .slide-clinic .slick-list,
.top-access .slide-box .slide-clinic .slick-track {
	height: 100%;
}
.top-access .slide-box .slide-clinic p {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top-access.is-bg-loaded .slide-box .slide-clinic .s01 {
	background-image: url(../img/top/top-slide-clinic01.jpg);
}
.top-access.is-bg-loaded .slide-box .slide-clinic .s02 {
	background-image: url(../img/top/top-slide-clinic02.jpg);
}
.top-access.is-bg-loaded .slide-box .slide-clinic .s03 {
	background-image: url(../img/top/top-slide-clinic03.jpg);
}
.top-access .slick-dots {
	position: absolute;
	top: 0;
	left: -30px;
}
.top-access .slick-dots li {
	text-indent: -9999px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: rgba(198, 195, 196, 0.5);
}
.top-access .slick-dots li + li {
	margin-top: 10px;
}
.top-access .slick-dots li.slick-active {
	background-color: #ed9790;
}
.top-access.ginza.is-bg-loaded .slide-box .slide-clinic .s01 {
	background-image: url(../img/top/top-slide-clinic_ginza01.jpg);
}
.top-access.ginza.is-bg-loaded .slide-box .slide-clinic .s02 {
	background-image: url(../img/top/top-slide-clinic_ginza02.jpg);
}
.top-access.ginza.is-bg-loaded .slide-box .slide-clinic .s03 {
	background-image: url(../img/top/top-slide-clinic_ginza03.jpg);
}

.top-access.yokohama.is-bg-loaded .slide-box .slide-clinic .s01 {
	background-image: url(../img/top/top-slide-clinic_yokohama01.jpg);
}
.top-access.yokohama.is-bg-loaded .slide-box .slide-clinic .s02 {
	background-image: url(../img/top/top-slide-clinic_yokohama02.jpg);
}
.top-access.yokohama.is-bg-loaded .slide-box .slide-clinic .s03 {
	background-image: url(../img/top/top-slide-clinic_yokohama03.jpg);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-access {
		width: 100%;
		margin: 15vw 0 0;
		padding: 0 7vw;
	}
	.top-access .top-h2-area {
		text-align: center;
	}
	.top-access .txt {
		margin-top: 10vw;
		margin-bottom: 10vw;
		text-align: center;
		line-height: 1.9;
		font-size: 3.6vw;
	}
	.top-access .box {
		width: 100%;
		margin-top: 12vw;
		padding: 0;
		background-color: transparent;
	}
	.top-access .box table {
		line-height: 1.6;
		font-size: 3.2vw;
	}
	.top-access .box table th {
		padding: 2.5vw 0;
	}
	.top-access .box table td {
		padding: 2.5vw 0;
		padding-left: 5vw;
	}
	.top-access .box ul {
		margin-top: 10vw;
	}
	.top-access .box ul li {
		width: 48%;
		height: 12vw;
	}
	.top-access .box ul li a span {
		font-size: 3.5vw;
	}
	.top-access .slide-box {
		position: static;
		width: 100vw;
		margin: 0 -7vw;
		height: 60vw;
	}
	.top-access .slick-dots {
		top: auto;
		bottom: -5vw;
		left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.top-access .slick-dots li {
		width: 2vw;
		height: 2vw;
	}
	.top-access .slick-dots li + li {
		margin-top: 0;
		margin-left: 5vw;
	}
}

/*

  院内写真

================================================================
*/
.top-inphoto {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 80px 0;
}
.top-inphoto .slide-photo .loop {
	position: relative;
	width: 460px;
	height: 326px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top-inphoto .slide-photo .loop + .loop {
	margin-left: 10px;
}
.top-inphoto.is-bg-loaded .slide-photo .photo01 {
	background-image: url(../img/top/top-slide-photo01.jpg);
}
.top-inphoto.is-bg-loaded .slide-photo .photo02 {
	background-image: url(../img/top/top-slide-photo02.jpg);
}
.top-inphoto.is-bg-loaded .slide-photo .photo03 {
	background-image: url(../img/top/top-slide-photo03.jpg);
}
.top-inphoto.is-bg-loaded .slide-photo .photo04 {
	background-image: url(../img/top/top-slide-photo04.jpg);
}
.top-inphoto .slide-photo .loop span {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.1) 80%,
		transparent
	);
	font-size: 18px;
	color: #fff;
}
.top-inphoto.ginza.is-bg-loaded .slide-photo .photo01 {
	background-image: url(../img/top/top-slide-ginza_photo01.jpg);
}
.top-inphoto.ginza.is-bg-loaded .slide-photo .photo02 {
	background-image: url(../img/top/top-slide-ginza_photo02.jpg);
}
.top-inphoto.ginza.is-bg-loaded .slide-photo .photo03 {
	background-image: url(../img/top/top-slide-ginza_photo03.jpg);
}
.top-inphoto.ginza.is-bg-loaded .slide-photo .photo04 {
	background-image: url(../img/top/top-slide-ginza_photo04.jpg);
}

.top-inphoto.yokohama.is-bg-loaded .slide-photo .photo01 {
	background-image: url(../img/top/top-slide-yokohama_photo01.jpg);
}
.top-inphoto.yokohama.is-bg-loaded .slide-photo .photo02 {
	background-image: url(../img/top/top-slide-yokohama_photo02.jpg);
}
.top-inphoto.yokohama.is-bg-loaded .slide-photo .photo03 {
	background-image: url(../img/top/top-slide-yokohama_photo03.jpg);
}
.top-inphoto.yokohama.is-bg-loaded .slide-photo .photo04 {
	background-image: url(../img/top/top-slide-yokohama_photo04.jpg);
}
.top-inphoto .map {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 48%;
	max-width: 1000px;
	height: 326px;
	z-index: 2;
}
.top-inphoto .map::before {
	content: "";
	position: absolute;
	top: 0;
	right: 8%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6) 4%,
		rgba(255, 255, 255, 1) 7%
	);
}
.top-inphoto .map iframe {
	position: relative;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-inphoto {
		padding: 10vw 0 20vw;
	}
	.top-inphoto .slide-photo .loop {
		width: 60vw;
		height: 42vw;
	}
	.top-inphoto .slide-photo .loop + .loop {
		margin-left: 0;
	}
	.top-inphoto .slide-photo .loop span {
		padding: 3vw;
		background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.1) 80%,
			transparent
		);
		font-size: 3.3vw;
	}
	.top-inphoto .map {
		position: static;
		width: 100%;
		height: 80vw;
		transform: initial;
	}
	.top-inphoto .map::before {
		content: initial;
	}
}

/*

  スケジュール

================================================================
*/
.top-schedule {
	padding: 80px 0;
	background-color: #fff;
	overflow: hidden;
}
.top-schedule .top-h2-area {
	text-align: center;
}
.top-schedule .top-h2-area .en-title {
	color: rgba(237, 151, 144, 0.5);
}
.top-schedule ul {
	display: flex;
	justify-content: space-between;
	/* width: 850px; */
	max-width: 1300px;
	width: 100%;
	margin: 40px auto 0;
	gap: 44px;
}
.top-schedule ul li img {
	width: 400px;
	height: auto;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-schedule {
		/* padding: 0 0 15vw 7vw; */
		padding: 80px 0 15vw 7vw;
	}
	.top-schedule .inner {
		padding-top: 18vw;
	}
	.top-schedule .top-h2-area {
		position: absolute;
		top: -5vw;
		left: 0;
		right: 7vw;
		text-align: center;
	}
	.top-schedule ul {
		overflow-x: auto;
		width: 100%;
		margin: 0 auto;
		gap: 0;
	}
	.top-schedule ul li {
		position: relative;
		flex-shrink: 0;
	}
	.top-schedule ul li + li {
		margin-left: 5vw;
	}
	.top-schedule ul li img {
		width: 65vw;
	}
	.top-schedule ul li:last-child:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: -7vw;
		width: 7vw;
		height: 7vw;
	}
}

/*

  同意書ダウンロード

================================================================
*/
.top-download {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
}
.top-download.is-bg-loaded {
	background-image: url(../img/top/top-download_bg_pc.jpg);
}
.top-download .txt {
	color: #676767;
	line-height: 1.9;
}
.top-download a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-top: 30px;
	padding: 0 50px;
	border-radius: 100px;
	background-color: #c6c3c4;
	font-size: 16px;
	color: #fff;
}
.top-download a span {
	display: inline-block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-image: url(../img/common/icon_download.svg);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-download {
		padding: 10vw 7vw;
	}
	.top-download .txt {
		text-align: left;
		font-size: 3.6vw;
	}
	.top-download a {
		width: 70vw;
		height: 13vw;
		margin-top: 5vw;
		padding: 0;
		font-size: 3.5vw;
	}
	.top-download a span {
		line-height: 1.4;
		padding-left: 7vw;
		background-size: 5vw auto;
	}
}

/*

  おすすめ記事

================================================================
*/
.top-post {
	padding: 80px 0;
	background-color: #fff;
}
.top-post .top-h2-area {
	text-align: center;
}
.top-post .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.top-post .flex .left {
	flex: 1;
	margin-right: 50px;
}
.top-post .flex .left ul {
	font-size: 14px;
}
.top-post .flex .left ul li + li {
	margin-top: 5px;
}
.top-post .flex .left ul li a {
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid #676767;
	color: #676767;
	line-height: 1.5;
}
.top-post .flex .left .all {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-top: 40px;
	border-radius: 100px;
	background: linear-gradient(90deg, #ebcdaf, #ed9790);
	color: #fff;
}
.top-post .flex .left .all span {
	position: relative;
	bottom: 0.1em;
}
.top-post .flex .right {
	width: 920px;
}
.top-post .flex .right ul {
	display: flex;
}
.top-post .flex .right ul li {
	width: 31%;
}
.top-post .flex .right ul li + li {
	margin-left: 3.5%;
}
.top-post .flex .right ul li a {
	display: block;
	color: #676767;
}
.top-post .flex .right ul li a figure {
	margin-bottom: 10px;
}
.top-post .flex .right ul li a .cate {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #676767;
	font-size: 14px;
}
.top-post .flex .right ul li a .title {
	font-size: 16px;
	line-height: 1.6;
}
.top-post .flex .right ul li a .date {
	margin-top: 10px;
	text-align: right;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-post {
		padding: 15vw 0;
	}
	.top-post .flex {
		flex-direction: column-reverse;
		margin-top: 10vw;
	}
	.top-post .flex .left {
		width: 100%;
		margin-right: 0;
		padding: 3vw 7vw 0;
		border-top: 1px solid #f4f2e7;
	}
	.top-post .flex .left ul {
		font-size: 3.4vw;
	}
	.top-post .flex .left ul li + li {
		margin-top: 0;
	}
	.top-post .flex .left ul li a {
		display: block;
		padding: 2.5vw 0;
		font-size: 3.4vw;
	}
	.top-post .flex .left .all {
		width: 60vw;
		height: 12vw;
		margin: 0 auto;
		margin-top: 5vw;
		font-size: 3.6vw;
	}
	.top-post .flex .right {
		width: 100%;
		padding-left: 7vw;
	}
	.top-post .flex .right ul {
		overflow-x: scroll;
		padding-bottom: 5vw;
	}
	.top-post .flex .right ul li {
		position: relative;
		flex-shrink: 0;
		width: 60vw;
	}
	.top-post .flex .right ul li + li {
		margin-left: 5vw;
	}
	.top-post .flex .right ul li:last-child:after {
		pointer-events: none;
		content: "";
		position: absolute;
		top: 0;
		right: -7vw;
		width: 7vw;
		height: 7vw;
	}
	.top-post .flex .right ul li a figure {
		margin-bottom: 1vw;
	}
	.top-post .flex .right ul li a .cate {
		margin-bottom: 2vw;
		padding: 2vw 0;
		font-size: 3.2vw;
	}
	.top-post .flex .right ul li a .title {
		font-size: 3.6vw;
	}
	.top-post .flex .right ul li a .date {
		margin-top: 3vw;
		font-size: 3.2vw;
	}
}

/*

  お知らせ

================================================================
*/
.top-news {
	padding: 80px 0;
	background-color: #f6f6f6;
}
.top-news .flex {
	display: flex;
	justify-content: space-between;
}
.top-news .flex .right {
	width: 920px;
}
.top-news .flex .right ul li {
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
}
.top-news .flex .right ul li a {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	color: #676767;
}
.top-news .flex .right ul li a.event-none {
	pointer-events: none;
}
.top-news .flex .right ul li a .cate_date {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.top-news .flex .right ul li a .cate_date i {
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #676767;
}
.top-news .flex .right ul li a .title {
	font-size: 16px;
	line-height: 1.7;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-news {
		padding: 15vw 0;
	}
	.top-news .top-h2-area {
		text-align: center;
	}
	.top-news .flex {
		flex-direction: column;
		padding: 0 7vw;
	}
	.top-news .flex .right {
		width: 100%;
		margin-top: 5vw;
	}
	.top-news .flex .right ul li a {
		padding: 5vw 0;
	}
	.top-news .flex .right ul li a .cate_date {
		display: flex;
		align-items: center;
		margin-bottom: 2.5vw;
		font-size: 3.2vw;
	}
	.top-news .flex .right ul li a .cate_date i {
		margin-left: 3vw;
		padding-left: 3vw;
	}
	.top-news .flex .right ul li a .title {
		font-size: 3.6vw;
	}
}

.top-news .flex .right ul li div {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	color: #676767;
}
.top-news .flex .right ul li div .cate_date {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.top-news .flex .right ul li div .cate_date i {
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #676767;
}
.top-news .flex .right ul li div .title {
	font-size: 16px;
	line-height: 1.7;
}
.top-news .flex .right ul li div a {
	display: inline;
	flex-direction: column;
	padding: 10px 0;
	width: fit-content;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.top-news .flex .right ul li div a.pb00 {
	padding: 0 !important;
}
.top-news .flex .right ul li div a.pb0 {
	padding-bottom: 0 !important;
}
.top-news .flex .right ul li div .title span {
	white-space: nowrap;
}
.home .p-menu-02 {
	padding: 80px 0 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-news .flex .right ul li div .cate_date {
		font-size: 3.2vw;
	}
	.top-news .flex .right ul li div .title {
		font-size: 3.6vw;
	}
	.top-news .flex .right ul li div a {
		font-size: 3.6vw;
	}
	.home .p-menu-02 {
		padding: 0 0 5vw;
	}
}

/*

  interview_banner

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

.interview_banner {
	width: 100%;
	padding: 100px 0 0;
	background-color: #fff;
}

.interview_banner a {
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
	/* width: 55.536%; */
	width: 800px;
}

.interview_banner a:hover {
	opacity: 0.8;
}

.interview_banner a img {
	width: 100%;
	height: auto;
	aspect-ratio: 3200/640;
}
@media (max-width: 767px) {
	.interview_banner {
		padding: 10vw 5vw 0;
	}

	.interview_banner a {
		width: 100%;
	}
}

.interview_banner2 {
	width: 100%;
	padding: 50px 0 100px;
	background-color: #fff;
}

.interview_banner2 a {
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
	/* width: 55.536%; */
	width: 800px;
}

.interview_banner2 a:hover {
	opacity: 0.8;
}

.interview_banner2 a img {
	width: 100%;
	height: auto;
	aspect-ratio: 3200/640;
}
@media (max-width: 767px) {
	.interview_banner2 {
		padding: 10vw 5vw 0;
	}

	.interview_banner2 a {
		width: 100%;
	}
}


.interview_banner2_doctor {
	width: 100%;
	padding: 0 0 100px;
	background-color: #fff;
}

.interview_banner2_doctor a {
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
	/* width: 55.536%; */
	width: 800px;
}

.interview_banner2_doctor a:hover {
	opacity: 0.8;
}

.interview_banner2_doctor a img {
	width: 100%;
	height: auto;
	aspect-ratio: 3200/640;
}
@media (max-width: 767px) {
	.interview_banner2_doctor {
		padding: 0 7vw 5vw;
	}

	.interview_banner2_doctor a {
		width: 100%;
	}
}


/*

  googleマップ

================================================================
*/
.top-map {
	width: 100%;
	min-width: 1300px;
	height: 460px;
}
.top-map iframe {
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.top-map {
		min-width: 100%;
		height: 60vw;
	}
}

/*

  Remodal

================================================================
*/
.home .remodal {
	max-width: 800px;
	max-height: 90dvh;
	margin-bottom: 0;
	background: url(../img/common/bg_body.jpg) no-repeat top center / cover;
}
.home .remodal .imagesWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
}
.home .remodal .imagesWrap .box {
	flex: 1;
}
.home .remodal .imagesWrap .box:has(iframe):has(+ .box) {
	flex: 0.7;
}
.home .remodal .imagesWrap .box:has(iframe) + .box:has(picture) {
	flex: 0.4;
}
.home .remodal .imagesWrap .box iframe {
	pointer-events: none;
	aspect-ratio: 16/9;
	width: 100%;
	border: none;
}
.home .remodal .imagesWrap .box picture {
	aspect-ratio: 16/9;
	display: block;
}
.home .remodal .imagesWrap .box:has(iframe) + .box:has(picture) picture {
	aspect-ratio: 1/1;
}

.home .remodal .imagesWrap .box:has(picture) picture,
.home .remodal .imagesWrap .box:has(picture) + .box:has(picture) picture {
	aspect-ratio: 1/1;
}
.home .remodal .imagesWrap .box:has(picture):only-child picture {
	aspect-ratio: 16/9;
}
.home .remodal .imagesWrap .box picture img {
	display: block;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}
.home .remodal .p-case-detaile {
	margin-bottom: 0;
	max-height: 80dvh;
	overflow-y: auto;
}
.home .remodal .layout table th br {
	display: none;
}
.home .remodal .layout table td {
	text-align: left;
}
.home .remodal .doc-come .box {
	text-align: left;
}
.home .remodal-close {
	color: #fff;
	top: 0;
	left: -48px;
	width: 30px;
	height: 30px;
}
.home .remodal-close::before {
	border: 3px solid #fff;
	border-radius: 100px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.home .remodal {
		padding: 15px;
	}
	.home .remodal .imagesWrap {
		display: block;
	}
	.home .remodal .imagesWrap .box:not(:last-child) {
		margin: 0 0 3.5vw 0;
	}
	.home .remodal .layout table th br {
		display: inline;
	}
	.home .remodal-close {
		top: -48px;
		left: auto;
		right: 10px;
	}
	.home .remodal .p-case-detaile {
		margin-top: 0;
	}
	.home .remodal .p-case-detaile .case-bottom {
		margin-top: 5vw;
	}
	.home .remodal .p-case-detaile .case-bottom .view-more {
		width: 100%;
	}
	.home .remodal .p-case-detaile {
	}
	.home .remodal .imagesWrap .box:has(iframe) + .box:has(picture) picture {
		aspect-ratio: 16/9;
	}
	.home .remodal .imagesWrap .box:has(picture):only-child picture {
		aspect-ratio: 1/1;
	}
}
