/* 
 TOP
----------------------------------------------------------- */ 
body.home,
body.home a{
	color: #9DA2AF;
}
.header__nav{
	background-image: linear-gradient(to right, #0F1525, #243B51, #0F1525);
	transition: background-image var(--trans-base), background-color var(--trans-base);
}
.header__nav.is-fixed{
	background-image: none;
	background-color: rgba(20,30,43,0.95);
}
.header__item:not(.header__item--instagram):not(.header__item--contact) .header__link{
	padding: 32px 0;
	color: #fff;
	transition: color var(--trans-base), padding var(--trans-base);
}
.header__nav.is-fixed .header__item:not(.header__item--instagram):not(.header__item--contact) .header__link{
	padding: 22px 0;
}
.header__dropdown-icon{
	color: var(--main-color);
}
.header__link:hover{
	color: var(--main-color);
}
.header__item.header__item--instagram{
	border-left: 1px dashed var(--gray-color);
	border-right: 1px dashed var(--gray-color);
}
.header__item.header__item--instagram svg path{
	fill: var(--gray-color);
}
.header__item--contact .header__link{
	color: var(--font-color);
}
.header__submenu{
	top: 100px;
}
.header__submenu-item{
	border: none;
	background-color: #1E2834;
}
.header__submenu-link{
	color: #fff !important;
}
.header__submenu-link:hover{
	color: var(--main-color) !important;
}
.header__nav.is-fixed .header__submenu{
	top: 80px;
}
.header__submenu-link svg path{
	fill: var(--main-color)
}
.header__submenu-link:hover svg path{
	fill: #fff;
}
.p-top{
	background-color: #141E2B;
}
.p-top-h2__en{
	font-family: var(--font-en);
}
.p-top-h2__title{
	color: #fff;
	font-size: clamp(30px, 2.6vw, 50px);
	font-weight: 700;
	margin-bottom: 6px;
	display: block;
}
.p-top-h2__title.p-top-h2__en{
	font-size: clamp(40px, 3.4vw, 65px);
	font-weight: 500;
	line-height: 1.2;
}
.p-top-h2__small{
	font-size: var(--fontsize-16);
	display: block;
}
.p-top-h2__icon{
	padding-left: 30px;
	position: relative;
}
.p-top-h2__icon::before{
	content: '';
	left: 0;
	top: 2px;
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.p-top-fv{
	width:100%;
	height:100vh;
	padding: 93px 30px 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image: linear-gradient(to right, #0F1525, #243B51, #0F1525);
}
.p-top-fv__img{
	width: calc(100% - clamp(230px, 15.6vw, 300px) - 30px);
	height: 100%;
	border-radius: 15px;
	position: relative;
	background: url("../img/top/top-fv01.jpg") center center / cover no-repeat;
}
.p-top-fv__heading{
	position: absolute;
	left: clamp(25px, 2.6vw, 50px);
	bottom: 40px;
	padding-right: clamp(25px, 2.6vw, 50px);
}
.p-top-fv__heading-title{
	font-family: var(--font-en);
	font-size: clamp(40px, 3.9vw, 75px);
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	mix-blend-mode:overlay;
	transform:translate3d(0,0,0);
}
.p-top-fv__heading-text{
	color: #fff;
	margin-top: 12px;
}
.p-top-fv__training{
	width: clamp(230px, 15.6vw, 300px);
	height: 100%;
}
.p-top-fv__link{
	width: 100%;
	height: 100%;
	padding: 24px 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background: url("../img/top/top-fv-link-bg.jpg") center center / cover no-repeat;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.p-top-fv__link::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	transition: opacity var(--trans-base);
	z-index: -2;
}
.p-top-fv__link:hover::before{
	opacity: 1;
}
.p-top-fv__link-skeleton{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	z-index: -1;
	transition: transform var(--trans-base);
	mix-blend-mode: multiply;
}
.p-top-fv__link:hover .p-top-fv__link-skeleton{
	transform: scale(1.05);
}
.p-top-fv__link-label{
	display: block;
	padding: 8px 12px;
	width: fit-content;
	border: 1px solid var(--border-color);
	color: #fff;
	font-size: var(--fontsize-18);
	line-height: 1.3;
	margin-bottom: 15px;
}
.p-top-fv__link-title{
	font-weight: 700;
	font-size: clamp(24px, 1.8vw, 35px);
	color: #fff;
}
.p-top-fv__link-en{
	display: block;
	font-weight: 400;
	color: var(--gray-color);
	font-size: var(--fontsize-16);
	font-family: var(--font-en);
}
.p-top-fv__link-text{
	font-size: var(--fontsize-18);
	color: #fff;
	margin-top: auto;
}
.p-top-fv__link:hover .p-top-fv__link-text{
	text-decoration: underline;
}
.p-top-fv__link .c-link-arrow{
	margin: 30px 0 0 auto;
}
.p-top-instagram{
	background-image: url("../img/top/top-instagram-bg.png"), linear-gradient(to right, #0F1525, #243B51, #0F1525);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.p-top-instagram .p-top-h2{
	padding-bottom: clamp(20px, 2vw, 40px);
	margin-bottom: clamp(25px, 2.6vw, 50px);
	position: relative;
	z-index: 0;
}
.p-top-instagram .p-top-h2::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: var(--main-color);
	margin-inline: calc(50% - 50vw);
	box-shadow: 0 0 6px var(--main-color);
	transition: width ease 2s;
}
.p-top-instagram.is-active .p-top-h2::before{
	width: 100vw;
}
.p-top-instagram__body{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-top-instagram__content{
	width: 47.5%;
}
.p-top-instagram__content{
	width: 47.5%;
}
.p-top-patients{
	background: url("../img/top/top-patients-bg.png") center center / cover no-repeat;
}
.p-top-patients .p-top-h2{
	padding-bottom: clamp(25px, 2.6vw, 50px);
	position: relative;
}
.p-top-patients .p-top-h2__icon::before{
	background-image: url("../img/top/top-patients-icon.svg");
}
.p-top-patients .p-top-h2::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: var(--gray-color);
	margin-inline: calc(50% - 50vw);
	transition: width ease 2s;
}
.p-top-patients.is-active .p-top-h2::before{
	width: 100vw;
}
.p-top-patients__list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-left: 1px solid var(--gray-color);
	border-right: 1px solid var(--gray-color);
	position: relative;
	z-index: 0;
}
.p-top-patients__list::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: var(--gray-color);
	margin-inline: calc(50% - 50vw);
	transition: width ease 1.5s 2s;
}
.p-top-patients.is-active .p-top-patients__list::before{
	width: 100vw;
}
.p-top-patients__item:not(:last-child){
	border-right: 1px dashed var(--gray-color);
}
.p-top-patients__link{
	display: block;
	padding: 40px;
}
.p-top-patients__img{
	position: relative;
	z-index: 0;
}
.p-top-patients__img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,28,40,0.2);
	opacity: 0;
	transition: opacity var(--trans-base);
	z-index: 1;
}
.p-top-patients__link:hover .p-top-patients__img::before{
	opacity: 1;
}
.p-top-patients__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--trans-base);
}
.p-top-patients__link:hover .p-top-patients__img img{
	transform: scale(1.05);
}
.p-top-patients__text{
	margin-top: 18px;
	position: relative;
	padding-right: 55px;
}
.p-top-patients__text .c-link-arrow{
	position: absolute;
	right: 0;
	bottom: 0;
}
.p-top-patients__heading{
	color: #fff;
	font-weight: 700;
	font-size: var(--fontsize-20);
	margin-bottom: 5px;
}
.p-top-professionals{
	position: relative;
	z-index: 0;
}
.p-top-professionals::before{
	content: "";
	position: absolute;
	left: 40%;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dashed var(--gray-color);
	z-index: 1;
}
.p-top-professionals::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background-color: #141E2B;
	z-index: -1;
}
.p-top-professionals__en {
	display:flex;
	position:absolute;
	left: 0;
	top: 25%;
	pointer-events: none;
	z-index: -1;
}
.p-top-professionals__en li {
	animation: text-loop 100s linear 0s infinite;
	height: 70px;
	width: 2450px;
}
.p-top-professionals__en li:nth-child(2) {
	animation:text-loop2 100s linear -50s infinite;
}
.p-top-professionals__en li img{
	height: 100%;
	width: auto;
}
@keyframes text-loop {
	0% {
		transform:translateX(100%)
	}
	to {
		transform:translateX(-100%)
	}
}
@keyframes text-loop2 {
	0% {
		transform:translateX(0)
	}
	to {
		transform:translateX(-200%)
	}
}
.p-top-professionals__inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(50px, 6.8vw, 130px) 5%;
}
.p-top-professionals .p-top-h2__icon::before{
	background-image: url("../img/top/top-professionals-icon.svg");
}
.p-top-professionals__item:not(:last-child){
	margin-bottom: 24px;
}
.p-top-professionals__link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid var(--gray-color);
	padding: 30px;
	border-radius: 4px;
	transform: background-color var(--trans-base),border var(--trans-base);
	width: 60%;
	width: 100%;
}
.p-top-professionals__link:hover{
	background-color: #1E3045;
	border: 1px solid #1E3045;
}
.p-top-professionals__img{
	width: 218px;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
}
.p-top-professionals__img img{
	width: 100%;
	height: auto;
	transition: transform var(--trans-base);
}
.p-top-professionals__link:hover .p-top-professionals__img img{
	transform: scale(1.05);
}
.p-top-professionals__text{
	width: calc(100% - 218px - 30px);
	padding-right: clamp(60px, 4.9vw, 95px);
	position: relative;
}
.p-top-professionals__title{
	font-size: var(--fontsize-25);
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.p-top-professionals__title-en{
	font-size: var(--fontsize-14);
	color: var(--main-color);
}
.p-top-professionals__read{
	line-height: 1.6;
}
.p-top-professionals__text .c-link-arrow{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.p-top-professionals__heading{
	width: 40%;
	position: relative;
	overflow: hidden;
}
.p-top-professionals__list{
	width: 60%;
	padding-left: clamp(30px, 3.4vw, 65px);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
	.p-top-professionals__heading{
		width: 100%;
	}
	.p-top-professionals__list{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.p-top-professionals::before,
	.p-top-professionals::after{
		display: none;
	}
	.p-top-professionals__en{
		left: 0;
		top: 50px;
	}
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 767px){
	.p-top-fv{
		padding: 73px 5% 15px;
	}
	.p-top-fv__img{
		border-radius: 10px;
		height: calc(100% - 215px - 15px);
	}
	.p-top-fv__img{
		width: 100%;
	}
	.p-top-fv__heading{
		left: 20px;
		bottom: 20px;
		padding-right: 20px;
	}
	.p-top-fv__training{
		width: 100%;
		height: 215px;
		margin-top: 15px;
	}
	.p-top-fv__link .c-link-arrow{
		position: absolute;
		right: 13px;
		bottom: 16px;
		margin: 0;
	}
	.p-top-instagram__body{
		gap: 25px;
	}
	.p-top-instagram__content{
		width: 100%;
	}
	.c-gradation-btn.c-gradation-btn--big{
		padding: 10px 15px;
	}
	.p-top-patients__link{
		padding: 20px;
	}
	.p-top-patients__text{
		margin-top: 15px;
		padding-right: 0;
	}
	.p-top-patients__text .c-link-arrow{
		position: relative;
		margin: 10px 0 0 auto;
	}
	.p-top-professionals__link{
		align-items: flex-start;
		padding: 15px;
	}
	.p-top-professionals__title{
		margin-bottom: 10px;
		font-size: 17px;
	}
	.p-top-professionals__img{
		width: 82px;
	}
	.p-top-professionals__text{
		width: calc(100% - 92px);
		padding-right: 0;
	}
	.p-top-professionals__text .c-link-arrow{
		display: none;
	}
	.p-top-professionals__read{
		padding-left: 10px;
	}
}
@media screen and (max-width: 480px){
	.p-top-fv__heading-title{
		font-size: 31px;
	}
	.p-top-fv__heading-text{
		font-size: 14.4px;
	}
	.p-top-fv__link-text{
		font-size: 14.4px;
	}
	.p-top-patients__list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-patients__item:not(:last-child){
		border-right: none;
		border-bottom: 1px dashed var(--gray-color);
	}
}