@charset "utf-8";
/*
 interview/detail.css
*/
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title {
	position: relative;
	color: #fff;
	background: #dbd3cf;
	text-align: center;
}
.page_title .img img {
	height: 69rem;
	object-fit: cover;
}
.page_title h1 {
	position: absolute;
	bottom: 5rem;
	width: 100%;
	font-size: 4.6rem;
	line-height: 7.6rem;
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title .img img {
	height: 52rem;
}
.page_title h1 {
	bottom: 4.5rem;
	font-size: 3.6rem;
	line-height: 5.8rem;
}
}/* media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	padding: 4rem 3rem;
	color: #fff;
	background: #8f8076;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3;
}
.profile .name {
	margin-bottom: 1.5rem;
}
.profile .name span {
	font-size: 3.4rem;
	font-weight: 700;
}
.profile .dev {
	margin-bottom: 1.5rem;
}
.profile .text {
	margin-bottom: 1.5rem;
	line-height: 2;
}
.profile .note {
	font-size: 2.2rem;
	text-align: right;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	padding: 5rem;
	font-size: 1.4rem;
}
.profile .inner {
	max-width: 99.6rem;
	margin: 0 auto;
}
.profile .name {
	margin-bottom: 1rem;
}
.profile .name span {
	font-size: 2.4rem;
}
.profile .dev {
	margin-bottom: 2rem;
}
.profile .text {
	font-size: 1.6rem;
}
.profile .note {
	font-size: 1.2rem;
}
}/* @media */
/* -----------------------------------------------
= article
----------------------------------------------- */
.article .inner {
	padding: 10rem 3rem 0;
}
.article .year {
	display: inline-block;
	position: relative;
	margin-bottom: 3rem;
	padding: 1.5rem 3rem;
	color: #704535;
	background: #f0ebe8;
	border-radius: .5rem;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.article .year span {
	font-size: 4.2rem;
}
.article .title {
	margin-bottom: 3rem;
	color: #704535;
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 6.5rem;
	letter-spacing: .05em;
}
.article .text {
	margin-bottom: 6rem;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
	font-size: 2.6rem;
	line-height: 2;
}
@media print, screen and (min-width: 768px) {/* PC */
.wrap {
	display: flex;
	max-width: 150rem;
	margin: 0 auto;
}
.article_area {
	width: 50%;
}
.article .inner {
	padding: 6rem 6rem 3rem;
}
.article .year {
	margin-bottom: 3rem;
	padding: 1rem 3rem;
	font-size: 1.8rem;
}
.article .year span {
	font-size: 3.2rem;
}
.article .title {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 5rem;
}
.article .text {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= img_set
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.img_set_wrap {
	width: 50%;
}
.img_set {
	position: sticky;
	top: 8rem;
	aspect-ratio: 15 / 14;
}
.img_set .num {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .8s;
}
.img_set .num.num01,
.img_set .num.active {
	visibility: visible;
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= bnr
----------------------------------------------- */
.bnr {
	margin: 10rem 3rem;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
}
.bnr a {
	display: block;
	padding: 5.5rem 0 7rem;
	color: #704535;
	background: #dbd3cf;
	font-size: 2.6rem;
	text-align: center;
}
.bnr .title {
	margin: 5rem 0;
	font-size: 4rem;
	font-weight: 700;
}
.bnr .play {
	margin: 0 16rem;
	padding: 2.5rem 0;
	border: 1px solid #928080;
	font-size: 3rem;
	letter-spacing: .32em;
}
@media print, screen and (min-width: 768px) {/* PC */
.bnr {
	max-width: 78rem;
	margin: 10rem auto 7rem;
}
.bnr a {
	padding: 6.5rem 0 5rem;
	font-size: 1.6rem;
}
.bnr .title {
	margin: 3.5rem 0 3rem;
	font-size: 3rem;
}
.bnr .play {
	margin: 0 26rem;
	padding: 1.5rem 0;
	font-size: 2rem;
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	margin-bottom: 8rem;
	padding: 0 3rem;
	font-weight: 400;
	text-align: center;
}
.index h2 {
	margin-bottom: 3rem;
	font-size: 3rem;
	line-height: 2;
	letter-spacing: .08em;
}
.index ul {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
}
.index li {
	width: calc(50% - 4rem);
	margin: 0 2rem 3rem;
}
.index li p {
	position: relative;
	margin: -3rem 2rem 0;
	padding: 2rem;
	color: #704535;
	background: #e7e3cf;
	font-size: 2.2rem;
	line-height: 1.5;
}
.index li p span {
	margin-left: 1em;
	font-size: 2.6rem;
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	margin-bottom: 8rem;
}
.index h2 {
	margin-bottom: 4.5rem;
	font-size: 2.4rem;
}
.index ul {
	justify-content: center;
}
.index li {
	width: calc(33.333% - 4rem);
	max-width: 32rem;
}
.index li p {
	margin: -2rem 5rem 0;
	font-size: 1.4rem;
}
.index li p span {
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
}/* media */

