.section-hero {
	background-image: url(../img/interview/hero.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-interview {
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	.section-interview {
		padding-top: 20px;
	}
}

.section-interview .headline {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.section-interview .headline .interview-navi {
	position: absolute;
	right: 23px;
	bottom: 26px;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi {
		position: static;
		padding-bottom: 15px;
	}
}

.section-interview .headline .interview-navi ul {
	display: flex;
	width: 630px;
	text-align: center;

	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul {
		position: relative;
		width: 100%;
	}
	.section-interview .headline .interview-navi ul::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100px;
		border-bottom: 1px solid #0d1828;
		content: '';
		pointer-events: none;
	}
}

.section-interview .headline .interview-navi ul li {
	position: relative;
	width: 150px;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li {
		width: 25%;
	}
}

.section-interview .headline .interview-navi ul li.current a .img img {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li.current a .img img {
		margin-bottom: -15px !important;
	}
}

.section-interview .headline .interview-navi ul li.current::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	display: inline-block;
	width: 44px;
	height: 22px;
	background: linear-gradient(to bottom left, #e42121 30%, #fff 30%, #fff 45%, #0d1828 45%, #0d1828 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #e42121 30%, #fff 30%, #fff 45%, #0d1828 45%, #0d1828 50%, transparent 50%) top right/50% 100% no-repeat;
	content: '';
	transform: translate(-50%, 47px);
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li.current::after {
		top: 99px;
		bottom: auto;
		width: 30px;
		height: 15px;
		transform: translate(-50%, 0);
	}
}

@media only screen and (min-width: 768px) {
	.section-interview .headline .interview-navi ul li a:hover .img img {
		margin-bottom: -15px;
	}
}

.section-interview .headline .interview-navi ul li a .img {
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
	height: 185px;

	justify-content: center;
	align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li a .img {
		margin-bottom: 20px;
		height: 100px;
	}
}

.section-interview .headline .interview-navi ul li a .img img {
	margin-bottom: -30px;
	transition: 400ms margin cubic-bezier(.17, .67, .3, .87);
}

.section-interview .headline .interview-navi ul li a .img-araki img {
	margin-bottom: -20px;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li a .img-araki img {
		margin-bottom: -18px !important;
	}
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li a .img img {
		margin-bottom: -30px;
		width: 100%;
	}
}

.section-interview .headline .interview-navi ul li a .txt dl {
	font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li a .txt dl {
		min-height: 75px;
		font-size: 2.6vw;
	}
}

.section-interview .headline .interview-navi ul li a .txt dl dd.name {
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .interview-navi ul li a .txt dl dd.name {
		font-size: 3.5vw;
	}
}

.section-interview .headline .main-img {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .main-img img {
		width: 100%;
	}
}

.section-interview .headline .main-img .txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(40px, -30%);
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .main-img .txt {
		position: static;
		transform: translate(0);
	}
}

.section-interview .headline .main-img .txt > p {
	display: flex;
	padding-top: 10px;
	width: 150px;
	height: 150px;
	background: #e42121;
	color: #fff;
	text-align: center;
	font-size: 2.1rem;

	flex-flow: column;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .main-img .txt > p {
		margin: -37px auto 25px;
		padding-top: 5px;
		width: 75px;
		height: 75px;
		font-size: 1.1rem;
	}
}

.section-interview .headline .main-img .txt > p::before {
	display: block;
	margin-bottom: -15px;
	content: attr(data-num) '';
	font-size: 10.1rem;
	font-family: 'EB Garamond', serif;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .main-img .txt > p::before {
		margin-bottom: -8px;
		font-size: 5.1rem;
	}
}

.section-interview .headline .main-img .txt .ttl {
	position: relative;
	display: flex;
	margin-top: -10px;
	padding-left: 40px;

	flex-flow: column;
	align-items: flex-start;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .main-img .txt .ttl {
		display: block;
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: 0;
		text-align: center;
	}
}

.section-interview .headline .main-img .txt .ttl span {
	display: block;
	margin-bottom: -1px;
	padding: 8px 10px 8px;
	background: #0d1828;
	color: #fff;
	letter-spacing: .17em;
	font-size: 3.3rem;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .main-img .txt .ttl span {
		display: inline-block;
		margin-bottom: 0;
		padding: 0;
		background: transparent;
		color: inherit;
		font-size: 2.3rem;
		line-height: 1.5;
	}
}

.section-interview .headline .overview {
	position: relative;
	margin-bottom: 80px;
	padding: 40px 40px 36px;
	border-bottom: 1px solid #0d1828;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .overview {
		margin-bottom: 45px;
		padding: 0;
		border-bottom: none;
		text-align: center;
	}
}

.section-interview .headline .overview dl {
	letter-spacing: .2em;
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .overview dl {
		font-size: 1.3rem;
	}
}

.section-interview .headline .overview dl dt {
	margin-bottom: 8px;
}

.section-interview .headline .overview dl dd.name {
	margin-bottom: 9px;
	font-size: 3.1rem;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .overview dl dd.name {
		font-size: 2.3rem;
	}
}

.section-interview .headline .overview dl dd.name span {
	margin-left: 20px;
	color: #e42121;
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.section-interview .headline .overview dl dd.name span {
		display: block;
		margin-top: 10px;
		margin-left: 0;
		font-size: 1.3rem;
	}
}

.section-interview .content ul {
	margin-right: -40px;
	margin-left: -40px;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul {
		margin-right: -25px;
		margin-left: -25px;
	}
}

.section-interview .content ul li {
	position: relative;
	display: flex;

	flex-flow: row wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li {
		display: block;
	}
}

.section-interview .content ul li:not(:last-of-type) {
	margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li:not(:last-of-type) {
		margin-bottom: 50px;
	}
}

.section-interview .content ul li.reverse {
	flex-flow: row-reverse wrap;
}

.section-interview .content ul li.reverse .txt {
	padding: 0 80px 0 20px;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.reverse .txt {
		padding: 0 25px;
	}
}

.section-interview .content ul li.reverse .img {
	padding-right: 40px;
	padding-left: 0;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.reverse .img {
		padding-right: 0;
	}
}

.section-interview .content ul li .txt {
	padding: 0 20px 0 80px;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt {
		padding: 0 25px;
		width: 100%;
		font-size: 1.4rem;
	}
}

.section-interview .content ul li .txt dl {
	letter-spacing: .15em;
}

.section-interview .content ul li .txt dl:not(:last-of-type) {
	margin-bottom: 50px;
}

.section-interview .content ul li .txt dl dt {
	position: relative;
	display: flex;
	margin-bottom: 40px;
	font-size: 2.1rem;

	align-items: center;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt dl dt {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}

.section-interview .content ul li .txt dl dt::before {
	top: 0;
	left: 0;
	display: block;
	margin-right: 30px;
	padding-top: 8px;
	width: 50px;
	height: 50px;
	background: #0d1828;
	color: #fff;
	content: 'Q';
	text-align: center;
	font-size: 3.1rem;
	font-family: 'Cormorant Garamond', serif;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt dl dt::before {
		margin-right: 25px;
		padding-top: 6px;
		min-width: 37px;
		width: auto;
		height: 37px;
		font-size: 2.3rem;
	}
}

.section-interview .content ul li .txt dl dt::after {
	position: absolute;
	top: 50%;
	left: 50px;
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: transparent transparent transparent #0d1828;
	content: '';
	transform: translateY(calc(-50% + 10px));
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt dl dt::after {
		left: 35px;
		transform: translateY(calc(-50% + 5px));
	}
}

.section-interview .content ul li .txt dl dd {
	position: relative;
	padding-top: 8px;
	padding-left: 80px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt dl dd {
		padding-top: 0;
		padding-left: 62px;
	}
}

.section-interview .content ul li .txt dl dd::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	background: #e42121;
	color: #fff;
	content: 'A';
	text-align: center;
	font-size: 3.1rem;
	font-family: 'Cormorant Garamond', serif;
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt dl dd::before {
		margin-right: 25px;
		width: 37px;
		font-size: 2.3rem;
		line-height: 37px;
	}
}

.section-interview .content ul li .txt dl dd::after {
	position: absolute;
	top: 30px;
	left: 50px;
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: transparent transparent transparent #e42121;
	content: '';
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .txt dl dd::after {
		top: 20px;
		left: 35px;
	}
}

.section-interview .content ul li .txt dl dd p {
	text-align: justify;
}

.section-interview .content ul li .img {
	padding-left: 40px;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li .img {
		margin-top: 50px;
		padding-left: 0;
		width: 100%;
	}
}

.section-interview .content ul li .img img {
	width: 100%;
}

.section-interview .content ul li.full .img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.full .img img {
		width: 100%;
	}
}

.section-interview .content ul li.full .txt {
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.full .txt {
		position: static;
	}
}

.section-interview .content ul li.full.page_1 {
	margin-top: -110px;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.full.page_1 {
		margin-top: 0;
	}
}

.section-interview .content ul li.full.page_1 .txt {
	padding-top: 200px;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.full.page_1 .txt {
		padding-top: 0;
	}
}

.section-message {
	margin-right: -40px;
	margin-left: -40px;
	padding: 0 80px;
	background: #0d1828;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.section-message {
		margin-right: -25px;
		margin-left: -25px;
		padding: 0 38px;
	}
}

.section-message .headline {
	position: relative;
	letter-spacing: .15em;
	line-height: 2;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.section-message .headline {
		padding-top: 70px;
	}
}

.section-message .headline::before {
	position: absolute;
	top: 40px;
	left: 50%;
	display: block;
	width: 190px;
	height: 240px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
	transform: translate(-53%, -100%);
}

@media only screen and (max-width: 767px) {
	.section-message .headline::before {
		top: 115px;
		width: 155px;
		height: 180px;
		transform: translate(-50%, -100%);
	}
}

.section-message .headline.page_1::before {
	background-image: url(../img/interview/page_1.png);
}

.section-message .headline.page_2::before {
	background-image: url(../img/interview/page_2.png);
}

.section-message .headline.page_3::before {
	background-image: url(../img/interview/page_3.png);
}

.section-message .headline.page_4::before {
	background-image: url(../img/interview/page_4.png);
}

.section-message .headline .hukidasi {
	margin: 0 auto 20px;
	width: 120px;
	background: #e42121;
	font-size: 1.9rem;
	line-height: 120px;
	transform: translateY(-30px);
}

@media only screen and (max-width: 767px) {
	.section-message .headline .hukidasi {
		width: 90px;
		font-size: 1.4rem;
		line-height: 90px;
		transform: translateY(0);
	}
}

.section-message .headline .hukidasi::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #e42121 transparent transparent transparent;
	content: '';
	transform: translate(45px, 100%);
}

@media only screen and (max-width: 767px) {
	.section-message .headline .hukidasi::after {
		border-width: 15px 15px 0 0;
		transform: translate(34px, 100%);
	}
}

.section-message .headline h2 {
	margin-bottom: 33px;
	letter-spacing: .2em;
	font-size: 3.1rem;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.section-message .headline h2 {
		margin-bottom: 20px;
		font-size: 2.1rem;
	}
}

.section-message .headline .lead {
	margin-bottom: 50px;
	line-height: 2;
	display: inline-block;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.section-message .headline .lead {
		margin-bottom: 40px;
		font-size: 1.4rem;
	}
}

.section-message .content p a {
	display: inline-block;
	padding: 36px 0 34px;
	width: 600px;
	background: #f8d176;
	color: #0d1828;
	letter-spacing: .15em;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1;
}

.section-message .content p a:hover {
	opacity: .7;
}

@media only screen and (max-width: 767px) {
	.section-message .content p a {
		padding: 29px 0 27px;
		width: 100%;
		font-size: 1.7rem;
	}
}

.section-message .content p a span {
	display: block;
	margin-top: 14px;
	color: #e42121;
	font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
	.section-message .content p a span {
		margin-top: 8px;
		font-size: 1.1rem;
	}
}

.section-message .content h3 {
	margin-top: 103px;
	margin-bottom: 30px;
	border-top: 1px solid #fff;
	letter-spacing: .15em;
}

@media only screen and (max-width: 767px) {
	.section-message .content h3 {
		margin-top: 65px;
		margin-right: -25px;
		margin-bottom: 25px;
		margin-left: -25px;
		line-height: .5;
	}
}

.section-message .content h3 span.ja {
	display: inline-block;
	margin-top: -.6em;
	margin-bottom: 15px;
	padding: 0 34px;
	background: #0d1828;
	letter-spacing: .2em;
	font-weight: 600;
	font-size: 3.1rem;
}

@media only screen and (max-width: 767px) {
	.section-message .content h3 span.ja {
		padding: 0 20px;
		font-size: 2.1rem;
	}
}

.section-message .content h3 span.en {
	display: block;
	color: #e42121;
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.section-message .content h3 span.en {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi {
		margin-right: -25px;
		margin-left: -25px;
	}
}

.section-message .content .interview-navi ul {
	display: flex;
	margin: 0 auto;
	width: 630px;
	text-align: center;

	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul {
		position: relative;
		width: 100%;
	}
}

.section-message .content .interview-navi ul li {
	position: relative;
	padding-bottom: 68px;
	width: 150px;
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li {
		padding-bottom: 40px;
		width: 25%;
	}
}

.section-message .content .interview-navi ul li.current a .img img {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li.current a .img img {
		margin-bottom: -20px !important;
	}
}

.section-message .content .interview-navi ul li.current::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 0 20px 20px 20px;
	border-style: solid;
	border-color: transparent transparent #e42121 transparent;
	content: '';
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li.current::after {
		border-width: 0 18px 18px 18px;
	}
}

@media only screen and (min-width: 768px) {
	.section-message .content .interview-navi ul li a:hover .img img {
		margin-bottom: -20px;
	}
}

.section-message .content .interview-navi ul li a .img {
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
	height: 185px;

	justify-content: center;
	align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li a .img {
		margin-bottom: 20px;
		height: 28vw;
	}
}

.section-message .content .interview-navi ul li a .img img {
	margin-bottom: -30px;
	transition: 400ms margin cubic-bezier(.17, .67, .3, .87);
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li a .img img {
		margin-bottom: -20px;
		width: 100%;
	}
}

.section-message .content .interview-navi ul li a .txt dl {
	font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li a .txt dl {
		font-size: 2.6vw;
	}
}

.section-message .content .interview-navi ul li a .txt dl dd.name {
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.section-message .content .interview-navi ul li a .txt dl dd.name {
		font-size: 3.5vw;
	}
}

.section-interview .content ul li.full.nomal .txt {
	position: absolute;
	top: 128px;
	left: 40px;
	color: #fff;
}

.section-interview .content ul li.full.nomal.page_4 .txt {
	top: 80px;
	padding-bottom: 20px;
	width: 50%;
	color: #424242;
	letter-spacing: initial;
}

@media only screen and (max-width: 767px) {
	.section-interview .content ul li.full.nomal .txt {
		position: static;
		color: #424242;
	}
	.section-interview .content ul li.full.nomal.page_4 .txt {
		width: 100%;
	}
}

picture.picture--space {
	display: block;
	margin-bottom: 10px;
}

.txt .txt--space {
	padding-bottom: 40px;
}

.section-interview .content ul li.full .img {
	padding-left: 0;
}

.w480 {
	max-width: 480px;
}

.w400 {
	max-width: 400px;
}

@media (min-width: 768px) {
	.araki .block {
		padding-top: 5em;
		padding-bottom: 10em;
		background-image: url(../img/interview/04/img04.jpg);
		background-position: 100% 0;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}
@media (min-width: 768px) {
	.kurihara .section-interview .headline .main-img .txt > p {
		margin-left: auto;
	}
	.kurihara .section-interview .headline .main-img .txt {
		right: 150px;
		left: auto;
		transform: translate(40px, -60%);
	}
	.kurihara .section-interview .headline .main-img .txt .ttl {
		padding-right: 40px;
		padding-left: 0;

		align-items: flex-end;
	}
}
@media (min-width: 768px) {
	.kurihara .block {
		padding-top: 5em;
		padding-bottom: 10em;
		background-image: url(../img/interview/03/img04.jpg);
		background-position: 100% 0;
		background-size: cover;
		background-repeat: no-repeat;
        color: #fff;
	}
}
