/* reset */
#breadcrumb {
	display: none;
}
#sidebar {
    display: none;
}
#content {
    margin-right: 0;
}
.content {
	padding-right: 0 !important;
}
#main {
    max-width: 1300px;
    margin: auto;
	background: none;
	padding: 0 !important;
}
.interview-article p {
    margin: 0 !important;
}

/* jumbotron */
#jumbotron {
	overflow: visible !important;
}
#jumbotron .mv img {
    object-position: top center;
    left: 120px;
	width: calc(100% - 120px);
	height: calc(100% + 140px);
	@media screen and (max-width: 1024px) {
		height: calc(100% + 80px);
	}
	@media screen and (max-width: 834px) {
		height: 100%;
	}
	@media screen and (max-width: 600px) {
		width: 100%;
		height: calc(100lvh - 50px);
		max-height: 600px;
		left: 0;
	}
}
#jumbotron figure::before {
    background: linear-gradient(to right, var(--hb-dark-color),rgb(var(--hb-main-color)), transparent) !important;
    opacity: 1 !important;
	min-height: calc(100lvh - 80px) !important;
	@media screen and (max-width: 1024px) {
		min-height: unset !important;
	}
	@media screen and (max-width: 1024px) {
		min-height: unset !important;
	}
	@media screen and (max-width: 834px) {
		width: 75% !important;
	}
}
#container {
	overflow: hidden;
}
#jumbotron figure::after {
	content: "";
	display: block;
	width: 400px;
	height: 100%;
	min-height: calc(100lvh - 80px) !important;
	background: linear-gradient(to right, #fff 120px, transparent);
	position: absolute;
	left: 0;
	top: 0;
    z-index: -1;
	@media screen and (max-width: 600px) {
		width: 100%;
		height: calc(100lvh - 50px);
		max-height: 600px;
		top: 50px;
		min-height: unset !important;
		background: linear-gradient(to bottom, transparent 60%, #fff 90%);
	}
}
#jumbotron .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
    padding: 8% 0 !important;
	@media screen and (max-width: 600px) {
		gap: 40px;
	}
}
.pagetop-excerpt-sec,.pagetop-toc-sec {
    display: none;
}
#jumbotron .title h1 {
    font-size: 50px !important;
    font-weight: 400 !important;
    font-style: italic;
    margin: 0 !important;
	@media screen and (max-width: 1024px) {
		font-size: 40px !important;
	}
	@media screen and (max-width: 834px) {
		font-size: 2rem !important;
		background: none;
		padding: 0 !important;
	}
}
#jumbotron .title p {
    color: var(--hb-main-color);
}
#jumbotron .title .department {
    display: inline-block;
    border: thin solid;
    border-image: linear-gradient(to bottom, rgb(var(--hb-main-color)) ,rgb(var(--hb-sub-color)));
    border-image-slice: 1;
    padding: 0 .5em;
    margin-bottom: 10px;
}
#jumbotron .title .name{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 30px;
	@media screen and (max-width: 600px) {
		gap: 1.2rem;
	}
}
#jumbotron .title .name span:last-child {
    font-size: .9rem;
    font-family: Noto Serif JP;
    font-style: italic;
	@media screen and (max-width: 600px) {
		color: var(--hb-text-color);
		opacity: .8;
	}
}
#jumbotron .title .school {
    margin-top: 20px;
    color: inherit;
    display: flex;
    flex-direction: column;
}

/* content */
.interview-article {
	position: relative;
	min-height: 800px;
	@media screen and (max-width: 1280px) {
		padding: 0 80px;
	}
	@media screen and (max-width: 1024px) {
		min-height: unset;
	}
	@media screen and (max-width: 600px) {
		padding: 0 16px;
	}
}
.interview-article .wrapper {
    display: flex;
    align-items: stretch;
    gap: 80px;
    padding: 140px 0 0;
    margin: auto;
	@media screen and (max-width: 1024px) {
		padding: 80px 0 0;
	}
	@media screen and (max-width: 834px) {
		padding: 0;
		flex-direction: column;
	}
	@media screen and (max-width: 834px) {
		gap: 60px;
	}
}
.interview-article .wrapper::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100px;
	background: linear-gradient(to bottom, transparent 0%, #fff);
	position: absolute;
	left: 0;
	top: -40px;
    z-index: -1;
	@media screen and (max-width: 1024px) {
		height: 80px;
		top: -80px;
	}
	@media screen and (max-width: 834px) {
		display: none;
	}
}
.interview-article .wrapper .txt{
    display: flex;
    gap: 60px;
    flex-direction: column;
    max-width: 600px;
	width: 100%;
	@media screen and (max-width: 1024px) {
		max-width: unset;
		flex: 1;
	}
	@media screen and (max-width: 834px) {
		order: -1;
	}
}
.interview-article .wrapper figure{
	display: block;
	width: 100%;
	@media screen and (max-width: 1024px) {
		flex: 1;
	}
	@media screen and (max-width: 834px) {
		flex-basis: 500px;
		position: relative;
	}
	@media screen and (max-width: 600px) {
		flex-basis: auto;
        width: calc(100% + 32px);
		height: 500px;
	}
}
.interview-article .wrapper figure img {
	width: 55%;
	height: calc(100% - 75px);
	object-fit: cover;
	object-position: top;
	position: absolute;
	left: calc((100vw - 1300px)/2 * -1);
	@media screen and (max-width: 1280px) {
		width: calc((100% - 80px)/2);
		left: 0;
	}
	@media screen and (max-width: 834px) {
		height: 500px;
		width: 100%;
		object-fit: cover;
		left: -80px;
	}
	@media screen and (max-width: 600px) {
		position: relative;
		height: 100%;
		object-fit: cover;
		left: -16px;
	}
}

.under-entry-content {
	width: 100vw;
	position: relative;
	margin: 0 calc(50% - 50vw);
	display: flex;
	align-items: center;
	background: rgb(var(--hb-main-color));
	@media screen and (max-width: 1024px) {
		flex-direction: column;
		padding: 0 80px;
	}
	@media screen and (max-width: 600px) {
		padding: 0 16px;
	}
}
.under-entry-content::before {
	content: "OTHER INTERVIEW";
	color: #fff;
	top: 0;
	font-size: 2.5em;
	font-family: Cormorant Garamond;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
	padding: 40px 80px;
	height: 100%;
	display: block;
	width: 20%;
	z-index: 1;
	@media screen and (max-width: 1280px) {
		padding-right: 40px;
		width: 220px;
	}
	@media screen and (max-width: 1024px) {
		padding-left: 40px;
		padding-bottom: 0;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
	}
}
.under-entry-content::after {
	content: "";
	display: block;
	background: var(--hb-dark-color);
	width: 35%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
	@media screen and (max-width: 1024px) {
		width: 100%;
		clip-path: polygon(0 0, 53% 0%, 47% 100%, 0% 100%);
	}
	@media screen and (max-width: 600px) {
		clip-path: polygon(0 0, 80% 0%, 20% 100%, 0% 100%);
	}
}
.pager-post-navi {
	flex-direction: row !important;
	justify-content: space-between;
	padding: 40px 80px;
	margin: 0 !important;
	flex: 1;
	@media screen and (max-width: 1280px) {
		padding: 40px 0 !important;
		justify-content: flex-end;
		gap: 40px;
		z-index: 1;
	}
	@media screen and (max-width: 1024px) {
		justify-content: space-between;
		width: 100%;
	}
	@media screen and (max-width: 834px) {
		gap: 120px;
	}
	@media screen and (max-width: 600px) {
		flex-direction: column !important;
		gap: 40px;
	}
}
.pager-post-navi a.cf::after,
.pager-post-navi.cf::after{
	display: none !important;
}
.pager-post-navi a {
	gap: 20px;
	display: flex;
	padding: 0 20px 0 90px !important;
	position: relative;
	@media screen and (max-width: 1280px) {
		padding: 0 0 0 70px !important;
	}
	@media screen and (max-width: 834px) {
		flex-direction: column !important;
		align-items: flex-start !important;
		flex: 1;
		max-width: calc(50% - 80px);
	}
	@media screen and (max-width: 600px) {
		flex-direction: row !important;
		max-width: unset;
	}
}
.pager-post-navi a:hover {
	background: none;
}
.pager-post-navi a.next-post {
	padding: 0 90px 0 20px !important;
	margin-left: auto;
	flex-direction: row !important;
	@media screen and (max-width: 1280px) {
		padding: 0 70px 0 0 !important;
		margin: 0;
	}
	@media screen and (max-width: 834px) {
		flex-direction: column !important;
	}
	@media screen and (max-width: 600px) {
		flex-direction: row !important;
	}
}
.pager-post-navi a .iconfont{
	position: relative;
	top: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	border: thin solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
	@media screen and (max-width: 1280px) {
		left: 0;
	}
}
.pager-post-navi a img {
	transition: .2s;
}
.pager-post-navi a .iconfont::before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1rem;
	mask-image: url("/saiyo/wp-content/themes/cocoon-child-master/img/icon_arrow.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("/saiyo/wp-content/themes/cocoon-child-master/img/icon_arrow.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background: #fff;
}
.pager-post-navi a:hover .iconfont {
	background: rgb(255,255,255,20%);
}
.pager-post-navi a:hover img {
	transform: scale(1.2);
}
.pager-post-navi a figure {
	overflow: hidden;
	@media screen and (max-width: 834px) {
		width: 100%;
		max-width: unset !important;
	}
	@media screen and (max-width: 600px) {
		width: 100%;
		width: 40%;
	}
}
.pager-post-navi a .iconfont.fa-chevron-left::before {
	transform: rotate(180deg);
}
.pager-post-navi a.next-post .iconfont {
	right: 20px;
	left: unset !important;
	@media screen and (max-width: 1280px) {
		left: 0;
		right: 0;
	}
}
.pager-post-navi a .next-post-title::before {
	content: "NEXT";
	display: block;
	font-family: Noto Serif JP;
	font-style: italic;
	font-size: .8em;
	color: rgb(255,255,255,80%);
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: thin solid rgb(255,255,255,40%);
}
.pager-post-navi a .prev-post-title::before {
	content: "PREV";
	display: block;
	font-family: Noto Serif JP;
	font-style: italic;
	font-size: .8em;
	color: rgb(255,255,255,80%);
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: thin solid rgb(255,255,255,40%);
}
.pager-post-navi a .next-post-title,
.pager-post-navi a .prev-post-title{
	margin: 0 !important;
	font-size: .9rem;
	color: #fff;
	@media screen and (max-width: 834px) {
		flex: 1;
	}
}

.wp-block-buttons.back-to-list-button {
	margin-top: 120px !important;
	display: flex;
	justify-content: flex-end;
	@media screen and (max-width: 834px) {
		position: absolute;
		bottom: 40px;
		right: 60px;
	}
	@media screen and (max-width: 600px) {
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 32px);
	}
}



@media screen and (max-width: 834px) {
	.interview-article .wrapper figure::before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		background: var(--hb-light-color);
		position: absolute;
		top: 0;
		left: 0;
	}
	body:not(.home) main article {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	#jumbotron .title h1 span{
		background: #333;
		font-size: 1.5rem;
		line-height: 2;
		padding: .2em .4em !important;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	.interview-article .wrapper figure::before {
		display: none;
	}
	.interview-article .wrapper .txt {
		position: relative;
		padding-top: 60px;
	}
	.interview-article .wrapper .txt::before {
		content: "";
		display: block;
		width: 100vw;
		height: calc(100% + 150px);
		background: var(--hb-light-color);
		position: absolute;
		top: 0;
		left: -16px;
		z-index: -1;
	}
	#jumbotron .title .name span {
		font-size: 1.2rem;
	}
	#jumbotron .title .school span {
		font-size: .9rem;
	}
	.pager-post-navi a.prev-post figure {
		order: 2;
	}
}
