@charset "UTF-8";
/* cover */
.cover {
	position: relative;
	z-index: 1;
	display: grid;
	background: var(--color-charcoal);
}
.cover::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: var(--color-cream-light);
}
.cover__heading {
	margin: 0;
	text-align: left;
	filter: drop-shadow(0 0 20px rgba(82, 51, 6, 0.5));
	color: var(--color-white);
	text-shadow: 0 0 20px rgba(0, 0, 0, 1);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
.cover__heading::after {
	content: initial;
}
.cover__summary {
	display: grid;
	grid-template-rows: auto 1fr auto;
	margin: 0;
	color: var(--color-charcoal);
	background: #d4c07c url("../images/img_cover_summary_01.png");
	background-size: 100% 100%;
	box-shadow: 0 0 31px rgba(76, 76, 76, 0.16);
	font-weight: 400;
}
.cover__summary-name {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.cover__summary-name-en {
	margin-left: 20px;
	font-family: "Playfair Display", serif;
	font-weight: 400;
}
.cover__image {
	position: absolute;
	z-index: -1;
	top: 0;
}
@media (max-width: 991px) {
	.cover {
		justify-items: end;
		padding: 239px var(--inner-padding) 0 var(--inner-padding);
	}
	.cover__heading {
		width: 100%;
		max-width: 345px;
		margin-bottom: 29px;
		font-size: min(7.5vw, calc(28rem / 16));
		line-height: calc(40 / 28);
	}
	.cover__summary {
		width: 100%;
		max-width: 345px;
		height: 185px;
		padding: 20px 24px;
		font-size: calc(15rem / 16);
		line-height: calc(20 / 15);
	}
	.cover__summary-award {
		white-space: nowrap;
		line-height: calc(21 / 15);
	}
	.cover__summary-name {
		white-space: nowrap;
		font-size: calc(24rem / 16);
		line-height: calc(35 / 24);
	}
	.cover__summary-name-en {
		font-size: calc(16rem / 16);
		line-height: calc(35 / 16);
	}
	.cover__summary-affiliation {
		white-space: nowrap;
	}
	.cover__image {
		left: 0;
		object-fit: cover;
		object-position: top left;
		width: 100%;
		height: 448px;
	}
}
@media (min-width: 992px) {
	.cover {
		align-content: space-between;
		height: 650px;
		padding: 150px var(--inner-padding) 70px var(--inner-padding);
	}
	.cover__heading {
		margin-left: calc(100% - 610px);
		font-size: calc(42rem / 16);
		line-height: calc(66 / 42);
	}
	.cover__summary {
		width: fit-content;
		min-width: 500px;
		height: 200px;
		margin-left: calc(100% - 610px);
		padding: 22px 35px;
		font-size: calc(17rem / 16);
		line-height: calc(26 / 17);
	}
	.cover__summary-award {
		margin-top: 2px;
	}
	.cover__summary-name {
		font-size: calc(36rem / 16);
		line-height: calc(42 / 36);
	}
	.cover__summary-name-en {
		font-size: calc(22rem / 16);
		line-height: calc(50 / 22);
	}
	.cover__image {
		left: calc(50% - 720px);
		width: auto;
		height: 650px;
	}
}

/* section */
.section--interview {
	background: var(--color-cream-light);
}
.section--private,
.section--life,
.section--background,
.section--words {
	padding-right: var(--inner-padding-large);
	padding-left: var(--inner-padding-large);
	background-position: center center;
	background-size: cover;
}
@media (max-width: 991px) {
	.section--interview {
		padding-bottom: 60px;
	}
	.section--private {
		padding-top: 60px;
		padding-bottom: 60px;
		background-image: url("../images/img_private_01_sp.webp");
	}
	.section--life {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section--background {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section--words {
		margin-top: -121px;
		padding-top: 60px;
		background-image: url("../images/img_words_01_sp.webp");
	}
}
@media (min-width: 992px) {
	.section--private {
		padding-top: 80px;
		padding-bottom: 80px;
		background-image: url("../images/img_private_01_pc.webp");
	}
	.section--life {
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.section--background {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.section--words {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section--words::before {
		position: absolute;
		z-index: -1;
		inset: 0 var(--inner-padding) 0 0;
		content: "";
		background-image: url("../images/img_words_01_pc.webp");
		background-position: center center;
		background-size: cover;
	}
}

/* heading-2 */
.heading-2 {
	margin-top: 0;
	padding: 0;
	color: var(--color-gold);
	border: none;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: italic;
}
.heading-2--private,
.heading-2--words {
	color: var(--color-brown);
}
.heading-2::after {
	content: initial;
}
@media (max-width: 991px) {
	.heading-2 {
		margin-bottom: 20px;
		font-size: calc(26rem / 16);
		line-height: calc(35 / 26);
	}
	.heading-2--words {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.heading-2 {
		margin-bottom: 30px;
		font-size: calc(36rem / 16);
		line-height: calc(48 / 36);
	}
	.heading-2--words {
		margin-bottom: 60px;
	}
	.heading-2--words::before,
	.words__paragraph::before {
		position: absolute;
		z-index: -1;
		inset: -63px -61px -60px -91px;
		content: "";
		filter: blur(50px);
		background-color: rgba(255, 255, 255, 0.40);
	}
}

/* interview */
.interview {
	display: grid;
	gap: 24px 60px;
}
.interview__body {
	position: relative;
	overflow-y: hidden;
}
.interview__heading {
	margin: 0;
	padding: 0;
	color: var(--color-gold);
	border: none;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.interview__heading::after {
	content: initial;
}
.interview__heading-tag {
	display: block;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: italic;
}
.interview__heading-hash {
	font-family: "EB Garamond", serif;
	font-weight: 500;
	font-style: italic;
}
.interview__body strong {
	color: var(--color-gold);
	font-weight: 700;
}
.interview__body p:last-of-type {
	margin-bottom: 0;
}
.interview__more {
	position: absolute;
	inset: auto 0 0 0;
	display: grid;
	align-items: end;
	background-size: 100% 100%;
}

@media (max-width: 991px) {
	.interview:not(:last-child) {
		margin-bottom: 80px;
	}
	.interview__image {
		width: 100%;
	}
	.interview__body {
		height: 520px;
	}
	.interview__body--3 {
		position: relative;
		z-index: 1;
		height: 545px;
		margin: -165px -15px 0 -15px;
		padding: 24px 15px 0 15px;
	}
	.interview__body--3::before {
		position: absolute;
		z-index: -1;
		inset: 0 0 auto 0;
		height: 330px;
		content: "";
		background: url("../images/img_interview-3_overlay_01.png");
		background-size: contain;
	}
	.interview__heading {
		margin-bottom: 20px;
		font-size: calc(24rem / 16);
		line-height: calc(38 / 24);
	}
	.interview__heading-tag {
		margin-bottom: 6px;
		font-size: calc(22rem / 16);
		line-height: calc(32 / 22);
	}
	.interview__heading-hash {
		margin-right: 2px;
		font-size: calc(20rem / 16);
		line-height: calc(22 / 20);
	}
	.interview__body .note {
		font-size: calc(12rem / 16);
		line-height: calc(22 / 12);
	}
	.interview__more {
		justify-content: center;
		height: 180px;
		background-image: url("../images/img_interview_overlay_01_sp.png");
	}
}
@media (min-width: 992px) {
	.interview {
		grid-template-columns: 1fr 1fr;
	}
	.interview:not(:last-child) {
		margin-bottom: 120px;
	}
	.interview__figure {
		position: relative;
	}
	.interview:nth-of-type(odd) .interview__figure {
		order: 2;
	}
	.interview__image--1 {
		position: absolute;
		left: 0;
		width: min(calc(50vw - 30px), 690px);
	}
	.interview__image--2 {
		position: absolute;
		right: 0;
		width: min(calc(50vw - 30px), 690px);
	}
	.interview__image--3 {
		width: 100%;
	}
	.interview__body--1 {
		height: 550px;
	}
	.interview__body--2 {
		height: 626px;
	}
	.interview__body--3 {
		height: 880px;
	}
	.interview__heading {
		margin-bottom: 40px;
		font-size: min(2.9vw, calc(36rem / 16));
		line-height: calc(60 / 36);
	}
	.interview__heading-tag {
		margin-bottom: 20px;
		font-size: calc(28rem / 16);
		line-height: calc(32 / 28);
	}
	.interview__heading-hash {
		margin-right: 4px;
		font-size: calc(22rem / 16);
		line-height: 1;
	}
	.interview__body .note {
		font-size: calc(14rem / 16);
		line-height: calc(26 / 14);
	}
	.interview__more {
		justify-content: end;
		height: 110px;
		background-image: url("../images/img_interview_overlay_01_pc.png");
	}
}

/* more-button */
.more-button {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 181px;
	height: 46px;
	padding: 0;
	color: var(--color-brown);
	border: none;
	border: 1px solid var(--color-brown);
	border-radius: 25px;
	background: none;
	font-family: "EB Garamond", serif;
	font-weight: 500;
}
.more-button::before {
	content: "";
	background-size: contain;
}
@media (max-width: 991px) {
	.more-button {
		gap: 7px;
		padding-right: 4px;
		font-size: calc(17rem / 16);
		line-height: calc(22 / 17);
	}
	.more-button::before {
		width: 17px;
		height: 17px;
		background-image: url("../images/ico_circle-chevron-small_down_01.svg");
	}
}
@media (min-width: 992px) {
	.more-button {
		gap: 6px;
		font-size: calc(18rem / 16);
		line-height: calc(23 / 18);
	}
	.more-button::before {
		width: 20px;
		height: 20px;
		background-image: url("../images/ico_circle-chevron_down_01.svg");
	}
}
@media (hover: hover) {
	.more-button:hover {
		background: var(--color-cream-light-x);
	}
}

/* private */
.private {
	position: relative;
	display: grid;
	gap: 16px 60px;
}
.private__image {
	width: 100%;
}
@media (max-width: 991px) {
	.private__figcaption {
		font-size: calc(15rem / 16);
		line-height: calc(21 / 15);
	}
	.private__image--portrait {
		max-width: 580px;
	}
}
@media (min-width: 992px) {
	.private {
		grid-template-columns: 1fr 1fr;
	}
	.private--landscape-portrait {
		grid-template-columns: 580fr 383fr;
		max-width: 1023px;
	}
	.private__figcaption {
		margin-top: 2px;
		font-size: calc(17rem / 16);
		line-height: calc(25 / 17);
	}
	.private__figcaption.only-pc {
		position: absolute;
		bottom: 0;
	}
}

/* life-list */
.life-list {
	margin: 0;
}
.life-list__term {
	position: relative;
	color: var(--color-gold);
	font-weight: 700;
}
.life-list__desc {
	font-weight: 500;
}
.life-list__image {
	position: absolute;
	top: 0;
}
.life-list strong {
	color: var(--color-gold);
	font-weight: 700;
}
@media (max-width: 991px) {
	.life-list {
		display: grid;
		gap: 22px;
		margin-left: 5px;
		padding-top: 3px;
		border-left: 1px solid var(--color-gold-dark-x);
	}
	.life-list__term,
	.life-list__desc {
		padding-left: 52px;
	}
	.life-list__term {
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 2px;
		font-size: calc(18rem / 16);
		line-height: calc(32 / 18);
	}
	.life-list__term::before {
		position: absolute;
		bottom: -5px;
		left: -6px;
		width: 11px;
		height: 11px;
		content: "";
		background: no-repeat url("../images/ico_life_circle_01.svg") center center;
		background-size: contain;
	}
	.life-list__term::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(142rem / 16);
		content: "";
		border-bottom: 1px solid var(--color-gold);
	}
	.life-list__desc {
		font-size: calc(15rem / 16);
		line-height: calc(20 / 15);
	}
	.life-list__image {
		left: 7px;
		width: auto;
		height: 35px;
	}
}
@media (min-width: 992px) {
	.life-list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		background: no-repeat url("../images/img_life_curve_01.png") top left;
		background-size: 100% 683px;
	}
	.life-list__item {
		position: relative;
		width: calc(428% / 11.2);
		height: 200px;
		padding-top: 33px;
	}
	.life-list::before,
	.life-list::after,
	.life-list__item::before {
		position: absolute;
		width: 19px;
		height: 19px;
		content: "";
		background: no-repeat url("../images/ico_life_circle_01.svg") center center;
		background-size: contain;
	}
	.life-list::before {
		top: 38px;
		left: calc(42% / 11.2);
	}
	.life-list::after {
		top: 626px;
		left: calc(642% / 11.2);
	}
	.life-list__item::before {
		top: -10px;
		left: 36px;
	}
	.life-list__item:nth-child(1) {
		order: 1;
		width: 100%;
		height: 141px;
		margin-left: calc(83% / 11.2);
		padding-top: initial;
	}
	.life-list__item:nth-child(1)::before {
		content: initial;
	}
	.life-list__item:nth-child(2) {
		order: 2;
		margin-left: calc(194% / 11.2);
	}
	.life-list__item:nth-child(3) {
		order: 3;
		margin-left: calc(40% / 11.2);
	}
	.life-list__item:nth-child(4) {
		order: 5;
		margin-left: calc(48% / 11.2);
	}
	.life-list__item:nth-child(5) {
		order: 4;
		margin-left: calc(61% / 11.2);
	}
	.life-list__item:nth-child(6) {
		order: 6;
		height: initial;
		margin-left: calc(692% / 11.2);
		padding-top: 49px;
	}
	.life-list__item:nth-child(6)::before {
		content: initial;
	}
	.life-list__term,
	.life-list__desc {
		width: 100%;
		max-width: calc(310px + 118px);
		padding-left: 118px;
	}
	.life-list__term {
		margin-bottom: 2px;
		font-size: calc(22rem / 16);
		line-height: calc(32 / 22);
	}
	.life-list__desc {
		font-size: calc(17rem / 16);
		line-height: calc(26 / 17);
	}
	.life-list__image {
		left: 0;
	}
}

/* background */
.background {
	display: grid;
	grid-template-columns: auto 1fr;
	font-weight: 500;
}
.background__year,
.background__detail {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.background__clause {
	display: inline-block;
}
.background__note {
	display: block;
}
@media (max-width: 991px) {
	.background {
		gap: 10px 20px;
		margin-bottom: 60px;
		font-size: calc(15rem / 16);
		line-height: calc(20 / 15);
	}
	.background__note {
		font-size: calc(12rem / 16);
		line-height: calc(17 / 12);
	}
}
@media (min-width: 992px) {
	.background {
		gap: 13px 32px;
		margin-bottom: 0;
		font-size: calc(22rem / 16);
		line-height: calc(31 / 22);
	}
	.background__detail:last-child {
		padding-right: 50%;
	}
	.background__nowrap {
		white-space: nowrap;
	}
	.background__note {
		font-size: calc(14rem / 16);
		line-height: calc(20 / 14);
	}
}

/* words */
.words__image {
	width: 100%;
}
@media (max-width: 991px) {
	.words__paragraph {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.words {
		display: grid;
		gap: 88px;
		grid-template-columns: 530fr 502fr;
	}
	.words:has(.words__figure) {
		position: relative;
		z-index: 1;
	}
	.words__figure {
		position: relative;
		grid-column: 2 /3;
	}
	.words__image {
		position: absolute;
		z-index: 1;
		margin-top: -66px;
		padding-right: 28px;
	}
	.words__body {
		min-height: 434px;
	}
	.words__paragraph {
		position: relative;
		margin-bottom: 60px;
	}
	.words__paragraph::before {
		top: 0;
	}
}

/* sns-list */
.sns-list {
	display: flex;
	align-items: flex-end;
}
.sns-list__image {
	height: auto;
	vertical-align: bottom;
}
@media (max-width: 991px) {
	.sns-list {
		gap: 30px;
		justify-content: center;
		margin-bottom: 30px;
	}
	.sns-list__image--x {
		width: 24px;
	}
	.sns-list__image--linkedin {
		width: 34px;
	}
	.sns-list__image--google-scholar {
		width: 30px;
	}
}
@media (min-width: 992px) {
	.sns-list {
		gap: 33px;
		justify-content: flex-end;
		margin-top: -20px;
		margin-bottom: 40px;
	}
	.sns-list__item:has(.sns-list__image--linkedin) {
		padding-left: 2px;
	}
	.sns-list__image--x {
		width: 26px;
	}
	.sns-list__image--linkedin {
		width: 38px;
	}
	.sns-list__image--google-scholar {
		width: 33px;
	}
}

/* related-list */
@media (max-width: 991px) {
	.related-list {
		display: flex;
		gap: 12px 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.related-list__item {
		width: 250px;
	}
}
@media (min-width: 992px) {
	.related-list {
		display: grid;
		gap: 5.66%;
		grid-template-columns: 1fr 1fr;
	}
}

/* button */
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	text-decoration: none !important;
	opacity: 1 !important;
	color: var(--color-brown) !important;
	border: 1px solid transparent;
	border-radius: 33px;
	background: var(--color-white) no-repeat;
	box-shadow: 0 0 7px rgba(44, 34, 4, 0.06);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.button--movie {
	background-image: url("../images/ico_movie_01.svg");
}
.button__image {
	opacity: 1 !important;
}
.button__image--researchmap {
	width: 160px;
	max-width: 100%;
}
@media (max-width: 991px) {
	.button {
		min-height: 59px;
		font-size: calc(15rem / 16);
		line-height: calc(32 / 15);
	}
	.button--movie {
		padding-left: 4px;
		background-position: 20px center;
		background-size: 21px;
	}
}
@media (min-width: 992px) {
	.button {
		min-height: 65px;
		font-size: calc(17rem / 16);
		line-height: calc(32 / 17);
	}
	.button--movie {
		padding-right: 2px;
		background-position: 16px center;
	}
}
@media (hover: hover) {
	.button:hover {
		transition: all 0.3s;
		border-color: var(--color-brown);
	}
}

/* paging */
.paging__list {
	display: grid;
}
.paging__link {
	display: grid;
	align-content: center;
	height: 100%;
	text-decoration: none !important;
	opacity: 1 !important;
	border: 1px solid transparent;
	background: var(--color-ivory-light) no-repeat;
}
.paging__link--back {
	background: var(--color-cream-light);
}
.paging__link-name {
	color: var(--color-brown);
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}
.paging__link-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-charcoal);
	font-family: "Noto Serif JP", serif;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.paging__link-label {
	color: var(--color-brown);
	background: no-repeat;
	font-family: "EB Garamond", serif;
	font-weight: 600;
}
.paging__link-label--prev {
	background-image: url("../images/ico_circle-arrow_left_01.svg");
	background-position: left center;
	background-size: contain;
}
.paging__link-label--next {
	background-image: url("../images/ico_circle-arrow_right_01.svg");
	background-position: right center;
	background-size: contain;
}
.paging__link-label--back {
	background-image: url("../images/ico_arrow-large_left_01.svg");
	background-position: bottom left;
	font-weight: 400;
}
@media (max-width: 991px) {
	.paging {
		padding: 60px var(--inner-padding) 80px var(--inner-padding);
	}
	.paging__list {
		gap: 10px;
	}
	.paging__link {
		justify-items: center;
		min-height: 138px;
	}
	.paging__link--back {
		min-height: 84px;
	}
	.paging__link-name {
		margin-bottom: 2px;
		font-size: calc(18rem / 16);
		line-height: calc(26 / 18);
	}
	.paging__link-title {
		margin-bottom: 14px;
		text-align: center;
		font-size: calc(15rem / 16);
		font-weight: 500;
		line-height: calc(18 / 15);
	}
	.paging__link-label {
		font-size: calc(17rem / 16);
		line-height: calc(22 / 17);
	}
	.paging__link-label--prev {
		padding-left: 26px;
	}
	.paging__link-label--next {
		padding-right: 26px;
	}
	.paging__link-label--back {
		padding: 0 9px 6px 23px;
	}
}
@media (min-width: 992px) {
	.paging {
		padding: 60px var(--inner-padding) 120px var(--inner-padding);
	}
	.paging__list {
		gap: 38px;
		grid-template-columns: 410fr 284fr 410fr;
	}
	.paging__item--prev {
		grid-column: 1 / 2;
		order: 1;
	}
	.paging__item--next {
		grid-column: 3 / 4;
		order: 3;
	}
	.paging__item--back {
		grid-column: 2 / 3;
		order: 2;
	}
	.paging__link {
		justify-content: center;
		min-height: 217px;
	}
	.paging__link-name {
		margin-bottom: 6px;
		font-size: calc(32rem / 16);
		line-height: calc(46 / 32);
	}
	.paging__link-title {
		max-width: 270px;
		margin-bottom: 25px;
		font-size: calc(18rem / 16);
		font-weight: 700;
		line-height: calc(26 / 18);
	}
	.paging__link-label {
		font-size: calc(18rem / 16);
		line-height: calc(28 / 18);
	}
	.paging__link-label--prev {
		padding-left: 40px;
	}
	.paging__link-label--next {
		padding-right: 40px;
		text-align: right;
	}
	.paging__link-label--back {
		padding: 0 9px 5px 22px;
		font-size: calc(20rem / 16);
		line-height: calc(26 / 20);
	}
}
@media (hover: hover) {
	.paging__link:hover {
		transition: all 0.3s;
		border-color: var(--color-brown);
		background-color: var(--color-white);
	}
}
