@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
}

/*============================================================
 オープニングアニメーション
*============================================================*/
#page-top #opening {
	position: fixed;
	top: 0;
    left: 0;
    z-index: 999999;
	width: 100%;
	height: var(--common-vh);
	transform-origin: center 43vh;
}
#page-top #opening img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	height: 832px;
	background-image: url(../images/top/mainvisual-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1920px auto;
	position: relative;
}
#page-top #mainvisual .info {
	width: 100%;
	max-width: 1440px;
	padding: 0 48px;
	position: absolute;
	bottom: 56px;
	left: 50%;
    transform: translateX(-50%);
}
#page-top #mainvisual .info .info-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}
#page-top #mainvisual .info .info-layout .site-title {
	flex: 1;
}
#page-top #mainvisual .info .info-layout .about {
	padding: 6px 0 0 24px;
	border-left: solid 2px var(--common-color-white);
	color: var(--common-color-white);
}
#page-top #mainvisual .info .info-layout .about .title {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 8px;
}
#page-top #mainvisual .info .info-layout .about .lead {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 12px;
}
#page-top #mainvisual .info .info-layout .about .link-arrow-anim .arrow-anim-label::before {
	padding-left: 24px;
	background-image: url(../images/common/icon-info-white.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 16px auto;
}
#page-top #mainvisual .info .info-layout .about .link-arrow-anim .arrow-anim-label .arrow-anim {
	width: 118px;
}

/* SP用スライダー
---------------------------------------- */
#page-top #mainvisual .mainvisual-slider {
	display: none;
}

/*============================================================
 ページ内共通
*============================================================*/
/* セクションタイトル
---------------------------------------- */
#page-top .sec-title-en {
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	color: #CFC3B2;
}
#page-top .title-wrap {
	text-align: center;
}
#page-top .title-wrap .sec-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: 0.08em;
	margin-bottom: 0;
}
#page-top .title-wrap-l .sec-title-en {
	font-size: 20px;
	line-height: 160%;
}

/* ページインデックス（スティッキー）
---------------------------------------- */
#page-top .block-sticky {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	gap: 128px;
}
#page-top .block-sticky .sticky {
	position: sticky;
    position:-webkit-sticky; 
	top: var(--common-header-height);
}
#page-top .block-sticky .sticky .sec-title {
	height: 224px;
	padding: 4px 0 6px 0;
	background-color: rgba(255, 255, 255, 0.80);
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	letter-spacing: -0.011em;
	writing-mode: vertical-rl;
	text-align-last:justify;
	position: absolute;
	top: 0;
	right: 46px;
	margin: 0;
}
#page-top .block-sticky .content {
	flex: 1;
	padding-top: 92px;
}
#page-top .block-sticky .content .page-index-block {
	max-width: 752px;
	flex-direction: column;
}
#page-top .block-sticky .content .page-index-block .item {
	width: 100%;
}
#page-top .block-sticky .content .page-index-block .item .image {
	width: 40%;
	max-width: 300px;
}


/*============================================================
 根本から・公休的に治療する再生医療
*============================================================*/
#page-top #sec-permanent-resolution {
	padding-top: 0;
	overflow: hidden;
    margin-bottom: 68px;
}
#page-top #sec-permanent-resolution .inner {
	max-width: 1240px;
	padding: 128px 80px 184px 80px;
	background-color: #F5F3F2;
	position: relative;
}
#page-top #sec-permanent-resolution .layout {
	display: flex;
	gap: 40px 100px;
}
#page-top #sec-permanent-resolution .info {
	width: 57.4%;
	max-width: 620px;
}
#page-top #sec-permanent-resolution .info .title-wrap-l {
	position: relative;
	margin-bottom: 32px;
}
#page-top #sec-permanent-resolution .info .title-wrap-l h2 {
	text-align: left;
}
#page-top #sec-permanent-resolution .info .title-wrap-l::before {
	display: block;
	content: "";
	width: 2px;
	height: 180px;
	background-color: #CFC3B2;
	position: absolute;
	top: -4px;
	left: -34px;
}
#page-top #sec-permanent-resolution .title-wrap-l .sec-title {
	margin-bottom: 16px;
}
#page-top #sec-permanent-resolution .lead {
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 4px;
}
#page-top #sec-permanent-resolution .photo {
	width: 43.55%;
	max-width: 540px;
    position: absolute;
    top: 112px;
	right: -100px;
    /* right: clamp(-100px, calc((var(--common-vw) - 1240px) / 2 * -1), 0px); */
}
@media screen and (max-width: 1439px) {
	#page-top #sec-permanent-resolution .inner {
		max-width: 86.2vw;
		padding-bottom: 10%;
	}
	#page-top #sec-permanent-resolution .info {
		width: 60%;
	}
	#page-top #sec-permanent-resolution .photo {
		width: 40%;
		right: -6.8vw;
	}
}

/*============================================================
 再生医療
*============================================================*/
#page-top #sec-regenerative {
	margin-bottom: 112px;
}
#page-top #sec-regenerative .inner {
	max-width: 1440px;
	padding-left: 0;
}
#page-top #sec-regenerative .block-sticky .sticky .sec-title {
	height: 224px;
}

/*============================================================
 美容再生医療
*============================================================*/
#page-top #sec-beauty-regenerative {
	margin-bottom: 112px;
}
#page-top #sec-beauty-regenerative .inner {
	max-width: 1440px;
	padding-left: 0;
}
#page-top #sec-beauty-regenerative .block-sticky .sticky .sec-title {
	height: 336px;
}

/*============================================================
 iPS細胞受託作製サービス
*============================================================*/
#page-top #sec-ips {
	padding: 128px 0 64px 0;
	background-color: var(--common-color-background1);
	margin-bottom: 0;
}
#page-top #sec-ips .title-wrap-l {
	padding: 4px 0 6px 24px;
	border-left: solid 2px #CFC3B2;
	margin-bottom: 48px;
}
#page-top #sec-ips .title-wrap-l .sec-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 12px;
	letter-spacing: -0.011em;
}
#page-top #sec-ips .catch-image {
	margin-bottom: 48px;
}
#page-top #sec-ips .summary {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 72px;
}
#page-top #sec-ips .summary .images {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	width: 46.49%;
    max-width: 502px;
}
#page-top #sec-ips .summary .images .image {
	flex: 1;
}
#page-top #sec-ips .summary .images .image img {
	width: 100%;
}
#page-top #sec-ips .summary .info {
	flex: 1;
    padding: 10px 0 0 0;
}
#page-top #sec-ips .summary .info .lead {
	max-width: 420px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 78px;
	position: relative;
}
#page-top #sec-ips .summary .info .lead::before,
#page-top #sec-ips .summary .info .lead::after {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	background-image: url(../images/top/icon-brackets.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
}
#page-top #sec-ips .summary .info .lead::before {
	top: -8px;
	left: -28px;
}
#page-top #sec-ips .summary .info .lead::after {
	bottom: -8px;
	right: -2px;
	transform: rotate(180deg);
}

/*============================================================
 クリニックについて
*============================================================*/
#page-top #sec-clinic {
	padding: 64px 0 40px 0;
	background-color: var(--common-color-background1);
	margin-bottom: 0;
}
#page-top #sec-clinic .page-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 48px;
}
#page-top #sec-clinic .page-list .item {
	flex: 1;
	display: block;
	transition: all .3s;
}
#page-top #sec-clinic .page-list .item:hover {
	opacity: 0.7;
}
#page-top #sec-clinic .page-list .item .image {
	margin-bottom: 18px;
}
#page-top #sec-clinic .page-list .item .info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	background-image: url(../images/common/icon-link-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 18px auto;
}
#page-top #sec-clinic .page-list .item .info .title {
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
}
#page-top #sec-clinic .page-list .item .info .icon {
	line-height: 1;
}
#page-top #sec-clinic .page-list .item:nth-child(1) {
	padding-top: 0;
}
#page-top #sec-clinic .page-list .item:nth-child(2) {
	padding-top: 72px;
}
#page-top #sec-clinic .page-list .item:nth-child(3) {
	padding-top: 134px;
}

/*============================================================
 メッセージ
*============================================================*/
#page-top #sec-message {
	padding: 48px 0 72px 0;
	margin-bottom: 0;
	color: var(--common-color-white);
	background-image: url(../images/top/message-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#page-top #sec-message::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(107, 89, 72, 0.60);
	backdrop-filter: blur(8px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#page-top #sec-message .inner {
	position: relative;
	z-index: 20;
}
#page-top #sec-message .catch {
	padding-top: 60px;
	background-image: url(../images/top/message-icon.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 44px auto;
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 32px;
	position: relative;
}
#page-top #sec-message .catch::after {
	display: block;
	content: "";
	width: 24px;
	height: 1px;
	background-color: var(--common-color-white);
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
#page-top #sec-message .lead {
	font-weight: 500;
	text-align: center;
	margin-bottom: 28px;
}
#page-top #sec-message .link-arrow-anim .arrow-anim-label::before {
	font-size: 14px;
}

/*============================================================
 お知らせ
*============================================================*/
#page-top #sec-news {
	padding: 40px 0 36px 0;
	background-color: var(--common-color-background1);
	margin-bottom: 0;
}
#page-top #sec-news .link-arrow-anim .arrow-anim-label::before {
	font-size: 14px;
}

/*============================================================
 ブログ
*============================================================*/
#page-top #sec-blog {
	padding: 36px 0 72px 0;
	background-color: var(--common-color-background1);
	margin-bottom: 72px;
}
#page-top #sec-blog .block-blog {
	flex-direction: row;
}
#page-top #sec-blog .block-blog .item {
	flex: unset;
	width: calc((100% - 48px) / 2);
}
#page-top #sec-blog .link-arrow-anim .arrow-anim-label::before {
	font-size: 14px;
}

/*============================================================
 クリニック情報
*============================================================*/
#page-top #sec-clinic-information {
	margin-top: 72px;
}
#page-top #sec-clinic-information .title-wrap .sec-title {
	padding-top: 28px;
	background-image: url(../images/top/clinic-information-title-icon.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 20px auto;
	letter-spacing: -0.011em;
}
#page-top #sec-clinic-information .clinic-information-list {
	display: flex;
	flex-direction: column;
	gap: 78px;
}
#page-top #sec-clinic-information .site-list {
	display: flex;
	gap: 8px 48px;
}
#page-top #sec-clinic-information .site-list .site {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
#page-top #sec-clinic-information .site-list .site .image {
	width: 80px;
}
#page-top #sec-clinic-information .site-list .site .info {
	flex: 1;
	align-content: center;
	padding: 0 28px 0 16px;
	background-color: #B4AA9F;
	background-image: url(../images/common/icon-link-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center right 6px;
	background-size: 20px auto;
}
#page-top #sec-clinic-information .site-list .site .info .title {
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	color: var(--common-color-white);
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .info .info-layout {
		flex-direction: column;
		align-items: unset;
    }
	#page-top #mainvisual .info .info-layout .site-title {
	}

	/*============================================================
	 ページ内共通
	*============================================================*/
	/* セクションタイトル
	---------------------------------------- */

	/* ページインデックス（スティッキー）
	---------------------------------------- */
	#page-top .block-sticky {
		gap: clamp(24px, 6.4vw, 128px);
	}
	#page-top .block-sticky .sticky {
		width: clamp(104px, 27.74vw, 380px);
	}
	#page-top .block-sticky .sticky .image {
		aspect-ratio: 104 / 200;
	}
	#page-top .block-sticky .sticky .image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#page-top .block-sticky .content {
		padding-top: clamp(32px, 8.54vw, 92px);
	}

	/*============================================================
	 メッセージ
	*============================================================*/
	#page-top #sec-message .catch {
		font-size: 34px;
	}
	#page-top #sec-message .lead {
		font-size: 12px;
	}
	
	/*============================================================
	 クリニック情報
	*============================================================*/
	#page-top #sec-clinic-information .site-list {
		gap: 8px 24px;
	}
	#page-top #sec-clinic-information .site-list .site .info {
		padding: 0 28px 0 4px;
	}
	#page-top #sec-clinic-information .site-list .site .info .title {
		font-size: 14px;
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	/*============================================================
	 オープニングアニメーション
	*============================================================*/
	#page-top #opening {
		display: none;
	}

	/*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
		height: 656px;
    }
    #page-top #mainvisual .slide {
		width: 100%;
		height: 656px;
    }
    #page-top #mainvisual .slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
    }
    #page-top #mainvisual .info {
		padding: 0 16px;
		bottom: 32px;
	}

	/* SP用スライダー
	---------------------------------------- */
	#page-top #mainvisual .mainvisual-slider {
		display: block;
	}

	/*============================================================
	 ページ内共通
	*============================================================*/
	/* セクションタイトル
	---------------------------------------- */
	#page-top .title-wrap .sec-title {
		font-size: 24px;
	}
	#page-top .title-wrap-l .sec-title-en {
		font-size: clamp(12px, 3.2vw, 18px);
	}

	/* ページインデックス（スティッキー）
	---------------------------------------- */
	#page-top .block-sticky {
		gap: clamp(24px, 6.4vw, 128px);
	}
	#page-top .block-sticky .sticky .sec-title {
		font-size: clamp(20px, 5.34vw, 40px);
		right: clamp(16px, 4.27vw, 46px);
	}
	#page-top .block-sticky .content .page-index-block .item {
		flex-direction: column;
		gap: 16px 24px;
	}
	#page-top .block-sticky .content .page-index-block .item .image {
	    width: 100%;
	    max-width: unset;
	}
	#page-top .block-sticky .content .page-index-block .item .image img {
		width: 100%;
	}
	#page-top .block-sticky .content .page-index-block .item .title {
		font-size: 18px;
	}

	/*============================================================
 	 根本から・公休的に治療する再生医療
	*============================================================*/
	#page-top #sec-permanent-resolution {
		padding-right: 48px;
	}
	#page-top #sec-permanent-resolution .inner {
		margin-left: 0;
	    max-width: unset;
		padding: 40px 16px 40px 26px;
	}
	#page-top #sec-permanent-resolution .layout {
		flex-direction: column;
	}
	#page-top #sec-permanent-resolution .info {
		width: 100%;
	}
	#page-top #sec-permanent-resolution .photo {
		position: static;
		width: auto;
		margin-left: auto;
		margin-right: -64px;
	}

	/*============================================================
	 再生医療
	*============================================================*/
	#page-top #sec-regenerative .block-sticky .sticky .sec-title {
		height: 5.2em;
	}
	#page-top #sec-regenerative {
		margin-bottom: 64px;
	}

	/*============================================================
	 美容再生医療
	*============================================================*/
	#page-top #sec-beauty-regenerative {
		margin-bottom: 64px;
	}
	#page-top #sec-beauty-regenerative .block-sticky .sticky .sec-title {
		height: 7.9em;
	}

	/*============================================================
	 iPS細胞受託作製サービス
	*============================================================*/
	#page-top #sec-ips {
		padding: 48px 0 32px 0;
	}
	#page-top #sec-ips .title-wrap-l {
		padding: 0 0 0 10px;
		margin-bottom: 32px;
	}
	#page-top #sec-ips .title-wrap-l .sec-title {
		font-size: clamp(24px, 6.4vw, 32px);
		line-height: 140%;
		margin-bottom: 8px;
	}
	#page-top #sec-ips .summary {
		flex-direction: column;
	}
	#page-top #sec-ips .summary .images {
	    width: 100%;
	    max-width: unset;
	}
	#page-top #sec-ips .summary .info .lead {
		max-width: unset;
		padding: 0 8px;
		margin-bottom: 32px;
	}
	#page-top #sec-ips .summary .info .lead::before,
	#page-top #sec-ips .summary .info .lead::after {
		width: 12px;
		height: 12px;
	}
	#page-top #sec-ips .summary .info .lead::before {
		top: -8px;
		left: 0;
	}
	#page-top #sec-ips .summary .info .lead::after {
		bottom: -8px;
		right: -8px;
	}

	/*============================================================
	 クリニックについて
	*============================================================*/
	#page-top #sec-clinic {
		padding: 32px 0 48px 0;
	}
	#page-top #sec-clinic .page-list {
		flex-direction: column;
		max-width: 342px;
		margin: 0 auto;
	}
	#page-top #sec-clinic .page-list .item {
		padding-top: 0 !important;
	}

	/*============================================================
	 メッセージ
	*============================================================*/
	#page-top #sec-message {
		padding: 48px 0 64px 0;
	}
	#page-top #sec-message .catch {
		padding-top: 64px;
		font-weight: 600;
		font-size: clamp(24px, 6.154vw, 34px);
	}
	#page-top #sec-message .lead {
		margin-bottom: 48px;
	}

	/*============================================================
	 ブログ
	*============================================================*/
	#page-top #sec-blog {
		padding: 36px 0 64px 0;
		margin-bottom: 48px;
	}
	#page-top #sec-blog .block-blog {
		flex-direction: column;
	}
	#page-top #sec-blog .block-blog .item {
		flex: unset;
		width: 100%;
	}

	/*============================================================
	 クリニック情報
	*============================================================*/
	#page-top #sec-clinic-information .clinic-information-list {
		gap: 44px;
	}
	#page-top #sec-clinic-information .site-list {
		flex-direction: column;
	}
	#page-top #sec-clinic-information .site-list .site .info {
		padding: 0 28px 0 16px;
	}
	#page-top #sec-clinic-information .site-list .site .info .title {
		font-size: 16px;
	}

}
