@charset "UTF-8";

/*
*******************************************************************************************************
# reset
*******************************************************************************************************
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/*
*******************************************************************************************************
# common
*******************************************************************************************************
*/

/*body */

body {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000000;
}

/* img */
img {
	width:100%;
	vertical-align:bottom;
}

/* z-index 調整 */
.p-top-mainv,
.p-new-inner,
.p-archives-inner,
.c-detail,
.c-bottom {
	position: relative;
	z-index: 3;
}

/* ttl / txt */
.c-ttl-01 {
	font-size:32px;
	line-height:1.2;
	font-weight:400;
	color:#ffffff;
	margin:0 0 25px 0;
}

.c-ttl-01 span {
	display:inline-block;
	background: linear-gradient(transparent -10%, #bb0611 0%);
	padding: 3px 0 5px 0;
}

.c-ttl-01 span:first-child {
	padding-left:10px;
}

.c-ttl-01 span:last-child {
	padding-right:10px;
}

.c-txt-01 {
	color: #071C41;
	font-size:16px;
	line-height:2;
	text-indent:1em;
}

@media screen and (max-width:896px) {
	.c-ttl-01 {
		font-size:22px;
		line-height:1.2;
	}

	.c-ttl-01 span {
		padding:0 10px;
	}

	.c-ttl-01 span:first-child {
		padding-left:10px;
		padding-right:10px;
		padding-top:3px;
		padding-bottom:3px;
	}

	.c-ttl-01 span:last-child {
		padding-left:10px;
		padding-right:10px;
		padding-bottom:5px;
	}

	.c-txt-01 {
		font-size:14px;
		line-height:1.8;
		text-indent:1em;
	}
}

/* wrapper */
body {
	background: #000F2D url(../img/bg_interview.jpg) no-repeat 0 0;
	background-size: cover;
}

.c-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index:100;
}

.c-wrapper::before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #000F2D url(../img/bg_interview.jpg) no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}

@media screen and (max-width:896px) {
	.c-wrapper::before {
		background: #000F2D url(../img/bg_interview_sp.jpg) no-repeat 0 0;
		background-size: cover;
	}
}

/* header */
.c-header-sitettl {
	position:absolute;
	top:30px;
	left:30px;
	width:166px;
	z-index: 5;
}

.c-header-jasrac {
	position:absolute;
	top:30px;
	right:120px;
	width:128px;
	z-index: 5;
}

@media screen and (max-width:896px) {
	.c-header-sitettl {
		position:absolute;
		top:25px;
		left:20px;
		width:153px;
	}

	.c-header-jasrac {
		position:absolute;
		top:25px;
		right:20px;
		width:92px;
	}
}

/* detail */
.c-detail {
	width:auto;
	padding: 120px 80px 0 80px;
	background:#bb0611;
}

.c-detail-upper {
	padding:0 0 60px 0;
}

.c-detail-upper h1 {
	width:100%;
	max-width:970px;
	margin:0 auto;
}

.c-detail-bottom {
	width:auto;
	margin:0 -80px;
	padding:0 80px;
}

.c-detail-bottom-inner01 {
	box-sizing:border-box;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	background:url('../img/bg_detail_inner.png') repeat-y;
	background-size:contain;
}

.c-detail-bottom-inner02 {
	padding:0 0 0 12.1094%;
}

.c-detail-bottom-inner-box {
	display:table;
	width:100%;
}

.c-detail-bottom-inner-box-01 {
	display:table-cell;
	width:71.1111%;
	vertical-align:top;
}

.c-detail-bottom-inner-box-01-inner {
	padding:0 8.75% 0 0;
}

.c-detail-bottom-inner-box-02 {
	display:table-cell;
	width:28.8889%;
	vertical-align:top;
}

.c-detail-bottom-inner-box.c-detail-bottom-inner-box-withp .c-detail-bottom-inner-box-02 {
	padding-top:85px;
}

.c-detail-bottom-inner-box-03 {
	display:table-cell;
}

.c-detail-pictxt {
	width:25.3906%;
}

.c-detail-bottom-inner-box-02 .c-detail-pictxt {
	width:100%;
}

.c-detail-bottom-inner-box-03 .c-detail-pictxt {
	width:28.8889%;
	margin:0 0 0 auto;
}

.c-detail-pictxt > p {
	padding:15px 18px;
	font-size:11px;
	line-height:1.64;
	color:#bb0611;
}

.c-detail-profile {
	padding:100px 8.2192% 100px 27.3973%;
	color:#bb0611;
}

.c-detail-profile dt {
	font-size:16px;
	line-height:1.5;
	padding:0 0 15px 0;
	position:relative;
}

.c-detail-profile dt:before {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:10px;
	height:1px;
	content:"";
	background:#bb0611;
}

.c-detail-profile dd {
	padding:15px 0 0 0;
	font-size:12px;
	line-height:1.75;
}

@media screen and (max-width:896px) {

	.c-detail {
		width:auto;
		padding: 198px 0 0 0;
		background:#bb0611;
	}

	.c-detail-upper {
		padding:0 0 105px 0;
	}

	.c-detail-upper h1 {
		width:100%;
		max-width:970px;
		margin:0 auto;
	}

	.c-detail-bottom {
		width:auto;
		margin:0 0;
		padding:0 5.3333% 0 0;
	}

	.c-detail-bottom-inner01 {
		box-sizing:border-box;
		width:100%;
		max-width:1280px;
		margin:0 auto;
		background:#ffffff;
		background-size:contain;
	}

	.c-detail-bottom-inner02 {
		padding:0 0 0 0;
	}

	.c-detail-bottom-lead {
		padding:50px 20px 0 20px;
	}

	.c-detail-bottom-inner-box {
		display:block;
		width:auto;
	}

	.c-detail-bottom-inner-box-01 {
		display:block;
		width:auto;
		vertical-align:top;
		padding:0 5.6338%;
	}

	.c-detail-bottom-inner-box-01-inner {
		padding:0 0 0 0;
	}

	.c-detail-bottom-inner-box-02 {
		display: block;
		width: auto;
		vertical-align: top;
		padding:0 5.6338%;
	}

	.c-detail-bottom-inner-box.c-detail-bottom-inner-box-withp .c-detail-bottom-inner-box-02 {
		padding-top:30px;
	}

	.c-detail-bottom-inner-box.c-detail-bottom-inner-box-withp-nogap .c-detail-bottom-inner-box-02 {
		padding-top:30px;
	}

	.c-detail-bottom-inner-box-02 img {
		width:67.7966%;
	}

	.c-detail-bottom-inner-box-03 {
		display:block;
	}

	.c-detail-pictxt {
		width:100%;
	}

	.c-detail-bottom-inner-box-02 .c-detail-pictxt {
		width:100%;
	}

	.c-detail-bottom-inner-box-03 .c-detail-pictxt {
		width:auto;
		margin:0 5.6338%;
	}

	.c-detail-pictxt > p {
		padding:10px 0 0 0;
		font-size:11px;
		line-height:1.64;
		color:#bb0611;
	}

	.c-detail-profile {
		padding:45px 4.7619% 60px 6.3492%;
		color:#bb0611;
	}

	.c-detail-profile dt {
		font-size:16px;
		line-height:1.5;
		padding:0 0 15px 0;
		position:relative;
	}

	.c-detail-profile dt:before {
		position:absolute;
		display:block;
		bottom:0;
		left:0;
		width:10px;
		height:1px;
		content:"";
		background:#bb0611;
	}

	.c-detail-profile dd {
		padding:15px 0 0 0;
		font-size:12px;
		line-height:1.75;
	}

	.c-detail-bottom-lead-01 {
		width:100%;
		max-width:300px;
		margin:0 0 0 0;
	}

	.c-detail-bottom-lead-02 {
		width:105px;
		margin:20px 15px 0 auto;
	}
}

/* bnav */
.c-bnav {
	padding:0 80px;
}

.c-bnav li {
	list-style:none;
	margin:0 -80px;
	padding:144px 80px 50px 80px;
}

.c-bnav li.c-color-yokoyama {
	background:#bb0611;
}

.c-bnav li.c-color-hayashi {
	background:#004ea1;
}

.c-bnav li.c-color-fuuki {
	background:#9cc813;
}

.c-bnav li a {
	display:block;
	max-width:1180px;
	margin:0 auto;
	padding:0 0 94px 0;
	position:relative;

}

.c-bnav li a img {
	transition-duration: 0.3s;
}

.c-bnav li a:hover img {
	transform: scale(0.95,0.95);
}

.c-bnav-view {
	position:absolute;
	bottom:10px;
	right: 0;
	width:34.55%;
}

.c-bnav-view span {
	display:block;
	position:relative;
	font-size:21px;
	line-height:1.2;
	height:35px;
	color:#ffffff;
	overflow:hidden;
}

.c-bnav-view span:before {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:400%;
	height:1px;
	content:"";
	background:#ffffff;
	animation-name: anim1;
	animation-duration: 3s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
}

.c-color-fuuki .c-bnav-view span {
	color:#000000;
}

.c-color-fuuki .c-bnav-view span:before {
	background:#000000;
}

.c-bnav li a:hover .c-bnav-view span:before {
	animation-name: anim2;
}

@keyframes anim1 {
	from {
		margin:0 0 0 -400%;
	}

	to {
		margin:0 0 0 200%;
	}
}

@keyframes anim2 {
	from {
		margin:0 0 0 -100%;
	}

	to {
		margin:0 0 0 -100%;
	}
}

@media screen and (max-width:896px) {
	.c-bnav {
		padding:0 0;
	}

	.c-bnav li {
		list-style:none;
		margin:0 0;
		padding:24px 0 20px 0;
	}

	.c-bnav li a {
		display:block;
		max-width:1180px;
		margin:0 auto;
		padding:0 0 39px 0;
		position:relative;

	}

	.c-bnav li a img {
		transition-duration: 0.5s;
	}

	.c-bnav li a:hover img {
		transform: scale(1,1);
	}

	.c-bnav-view {
		position:absolute;
		bottom:0;
		left:68.6440%;
		width:22.8813%;
	}

	.c-bnav-view span {
		display:block;
		position:relative;
		font-size:14px;
		line-height:1.2;
		height:24px;
		color:#ffffff;
		overflow:hidden;
	}

	.c-bnav-view span:before {
		position:absolute;
		display:block;
		bottom:0;
		left:0;
		width:400%;
		height:1px;
		content:"";
		background:#ffffff;
		animation-name: anim1;
		animation-duration: 3s;
		animation-timing-function:linear;
		animation-iteration-count: infinite;
	}

	.c-bnav li a:hover .c-bnav-view span:before {
		animation-name: anim2;
	}
}

/* bottom */
.c-bottom {
	position: relative;
	padding: 120px 80px 150px 80px;
}

.c-bottom-inner {
	width:100%;
	max-width:896px;
	margin:0 auto;
}

/* backtotop */
.c-backtotop a {
	display: block;
	position: relative;
	max-width: 400px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 32px;
	text-align: right;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.c-backtotop a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400%;
	border-bottom: solid 1px #fff;
	animation-name: ani_border;
	animation-duration: 3s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
}

.c-bottom-icn {
	width: 160px;
	margin: 130px auto 0;
}

@keyframes ani_border {
	from {
		margin:0 0 0 200%;
	}
	to {
		margin:0 0 0 -400%;
	}
}

@media screen and (max-width:896px) {
	.c-bottom {
		padding: 60px 18.13% 135px 18.13%;
	}

	.c-bottom-inner {
		width:100%;
		max-width:896px;
		margin:0 auto;
	}

	.c-bottom-icn {
		width: 140px;
	}

	.c-backtotop {
		width: 100%;
		margin: 0 auto;
	}

	.c-backtotop a {
		font-size: 24px;
	}

	.c-backtotop a::before {
		width: 100%;
	}
}

/* copyright */
.c-copyright p {
	position:absolute;
	top:380px;
	right:10px;
	margin: 0 -76px 0 0;
	transform: rotate(-90deg);
	font-size:10px;
	line-height:1.5;
	color:#ffffff;
}

.c-nav-wrapper .c-copyright {
	top: -50%;
}

.c-nav-wrapper .c-copyright p {
	top:50%;
	margin:-7px -76px 0 0;
}

@media screen and (max-width:896px) {
	.c-copyright {
		position: static;
	}

	.c-copyright p {
		position:absolute;
		top:200px;
		right:0;
		margin:0 -86px 0 0;
		transform: rotate(-90deg);
		font-size:10px;
		line-height:1.5;
		color:#ffffff;
		z-index: 3;
	}

	.c-nav-wrapper .c-copyright {
		top: -100%;
	}

	.c-nav-wrapper .c-copyright p {
		top:200px;
		margin:0 -86px 0 0;
	}
}

/* nav menu */
.c-nav {
	position:fixed;
	top:0;
	right:0;
	width:80px;
	height:120px;
	z-index:101;
}

.c-nav a {
	display:block;
	width:80px;
	height:120px;
	background:#000000;
	position:relative;
}

.c-nav a.js-act {
	background:#ffffff;
}

.c-nav a:before {
	position:absolute;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	content:"";
	width:32px;
	height:32px;
	background:url('../img/svg_open.svg') no-repeat 0 center;
	background-size:contain;
}

.c-nav a.js-act:before {
	position:absolute;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	content:"";
	width:32px;
	height:32px;
	background:url('../img/svg_close.svg') no-repeat 0 center;
	background-size:contain;
}

@media screen and (max-width:896px) {

	.c-nav {
		position:fixed;
		top:initial;
		bottom:60px;
		right:initial;
		left:20px;
		width:60px;
		height:60px;
		margin:0 0 0 0;
		z-index:100;
	}

	.c-nav a {
		display:block;
		width:60px;
		height:60px;
		background:#000000;
		position:relative;
	}

	.c-nav a.js-act {
		background:#ffffff;
	}

	.c-nav a:before {
		position:absolute;
		top:50%;
		left:50%;
		margin:-16px 0 0 -16px;
		content:"";
		width:32px;
		height:32px;
		background:url('../img/svg_open.svg') no-repeat 0 center;
		background-size:contain;
	}

	.c-nav a.js-act:before {
		position:absolute;
		top:50%;
		left:50%;
		margin:-16px 0 0 -16px;
		content:"";
		width:32px;
		height:32px;
		background:url('../img/svg_close.svg') no-repeat 0 center;
		background-size:contain;
	}
}

/* nav */
.c-nav-wrapper {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	height:100%;
	display:none;
	text-align:center;
}

.c-nav-inner1 {
	display:table;
	background:#000000;
	width:100%;
	height:100%;
}

.c-nav-inner2 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:120px 65px;
}

.c-nav-inner2 ul {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width:1200px;
	margin: -50px auto 0;
}

.c-nav-inner2 li {
	box-sizing:border-box;
	text-align: center;
	width:33.3333%;
	padding: 0 15px;
	margin-top: 50px;
}

.c-nav-inner2 li a img {
	transition-duration: 0.5s;
}

.c-nav-inner2 li a:hover img {
	transform: scale(0.95,0.95);
}

@media screen and (max-width:896px) {

	.c-nav-wrapper {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		z-index:99;
		width:100%;
		height:auto;
		display:none;
		text-align:center;
	}

	.c-nav-inner1 {
		display:table;
		background:#000000;
		width:100%;
		height:auto;
	}

	.c-nav-inner2 {
		display: block;
		text-align:center;
		padding: 145px 50px 170px 0;
	}

	.c-nav-inner2 ul {
		display:block;
		width:auto;
		max-width:1200px;
		margin: -30px auto 0;
	}

	.c-nav-inner2 li {
		box-sizing:border-box;
		display:block;
		text-align:center;
		vertical-align:top;
		width:auto;
		margin-top: 30px;
	}

	.c-nav-inner2 li a img {
		transition-duration: 0s;
	}

	.c-nav-inner2 li a:hover img {
		transform: scale(1,1);
	}
}

/* overlay */
.c-overlay,
.c-overlay_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);
	display:none;
}

.c-overlay_bg.js-top {
	display: block !important;
	background:rgba(0,0,0,0.1);
}

.c-overlay_bg.js-scroll {
	animation: 0.3s anim_overlay linear forwards;
}

@keyframes anim_overlay {
	0% {
		background:rgba(0,0,0,0.1);
	}
	100% {
		background:rgba(0,0,0,0.4);
	}
}

/*
*******************************************************************************************************
# top
*******************************************************************************************************
*/


.p-top .c-bottom-icn {
	margin-top: 0;
}

.p-top .c-header .c-header-sitettl {
	display:none;
}

.p-top-mainv {
	position:relative;
	height: 100vh;
	padding:0 80px;;
}

.p-top-mainv-inner01 {
	display:table;
	width:100%;
	max-width:1180px;
	height:100%;
	margin:0 auto;
}

.p-top-mainv-inner02 {
	display:table-cell;
	position:relative;
	width:100%;
}

.p-top-mainv-inner-txt {
	position:absolute;
	bottom:60px;
	left:10px;
	color:#ffffff;
	width:100%;
}

.p-top-mainv-inner-txt h1 {
	width:400px;
	margin:0 0 35px 0;
}

.p-top-mainv-inner-txt .p-top-mainv-inner-txt-01 {
	font-size:24px;
	line-height:1.25;
	margin:0 0 20px 0;
}

.p-top-mainv-inner-txt .p-top-mainv-inner-txt-02 {
	font-size:16px;
	line-height:1.875;
}

.p-top-mainv-inner-arrow {
	position:absolute;
	bottom:70px;
	right:0;
	margin:0 -14px 0 0;
	transform: rotate(-90deg);
	font-size:14px;
	line-height:1.2;
	color:#ffffff;
}

.p-top-mainv-inner-arrow .p-top-mainv-inner-arrow-txt {
	position:relative;
	padding:0 0 0 80px;
}

.p-top-mainv-inner-arrow .p-top-mainv-inner-arrow-arrow {
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:17px;
	overflow:hidden;
}

.p-top-mainv-inner-arrow .p-top-mainv-inner-arrow-arrow span {
	display:block;
	position:relative;
	width:70px;
	height:17px;
}

.p-top-mainv-inner-arrow .p-top-mainv-inner-arrow-arrow span:before {
	position:absolute;
	top:50%;
	left:0;
	width:400%;
	height:1px;
	margin:0 0 0 -400px;
	content:"";
	background:#ffffff;
	animation-name: anim3;
	animation-duration: 3s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
}

@keyframes anim3 {
	from {
		margin:0 0 0 150%;
	}

	to {
		margin:0 0 0 -500%;
	}
}

.p-top-sp {
	display:none;
}

@media screen and (max-width:896px) {
	.p-top-mainv {
		height: 100%;
		padding: 0 50px 0 20px;
	}

	.p-top-mainv-inner02 {
		vertical-align:middle;
	}

	.p-top-mainv-inner-title {
		position: relative;
		height: 100vh;
	}

	.p-top-mainv-inner-h1 {
		position: absolute;
		top: 50%;
		transform: translateY(-100%);
	}

	.p-top-mainv-inner-txt {
		position:relative;
		bottom:initial;
		width:100%;
	}

	.p-top-mainv-inner-txt h1 {
		width:85.2459%;
		max-width:480px;
		margin: 0 0 20px 0;
	}

	.p-top-mainv-inner-txt .p-top-mainv-inner-txt-01 {
		font-size:14px;
		margin:0 0 0 0;
	}

	.p-top-mainv-inner-arrow {
		bottom: 115px;
		margin:0 -34px 0 0;
	}

	.p-top-sp {
		display:block;
		background:#a2a3a5;
		padding:60px 20px;
		font-size:14px;
		line-height:2;
		color:#ffffff;
	}
}

/* new */
.p-new {
	width: 100%;
	padding-left: 0;
	margin: 120px 0 210px;
}

.p-new-inner {
	position: relative;
	width: 81.25%;
	max-width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
}

.p-new-list {
	margin: 60px 8.55% 0;
}

.p-new-list li {
	padding: 0;
	margin: 0;
}

@media screen and (min-width:897px) and (max-width:1120px) {
	.p-new-inner {
		width: 83.04%;
		max-width: 930px;
	}
}

@media screen and (max-width:896px) {
	.p-new {
		padding-top: 120px;
		margin-top: 240px;
		margin-bottom: 70px;
	}

	.p-new-list {
		margin: 40px 0 0 0;
	}

	.p-new-inner {
		width: 100%;
		padding: 0 0 0 5.33%;
	}

	.p-new-title {
		padding-right: 5.33%;
	}
}


/* archives */
.p-archives {
	padding: 0;
}

.p-archives-inner {
	position: relative;
	width: 81.25%;
	max-width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
}

.p-archives-title {
	width: 40.17%;
}

.p-archives-list li {
	padding: 0;
	margin: 0;
}

.p-archives-list li:nth-child(odd) {
	padding-left: 53%;
}

.p-archives-list li:nth-child(even) {
	margin-top: -110px;
	padding-right: 53%;
}

@media screen and (min-width:897px) and (max-width:1120px) {
	.p-archives-inner {
		width: 83.04%;
		max-width: 930px;
	}
}

@media screen and (max-width:896px) {
	.p-archives-inner {
		width: 100%;
		padding: 0 0 0 5.33%;
	}

	.p-archives-title {
		width: 67.61%;
	}

	.p-archives-list li,
	.p-archives-list li:nth-child(even) {
		margin-top: 50px;
	}

	.p-archives-list li:nth-child(odd) {
		padding-left: 0;
	}

	.p-archives-list li:nth-child(even) {
		padding-right: 0;
	}
}

/*
*******************************************************************************************************
# c-interview
*******************************************************************************************************
*/

.c-interview.c-wrapper {
	position: relative;
}

.c-interview .c-ttl-01 {
	display: inline-block;
	position: relative;
}

.c-interview .c-ttl-01 span {
	background: #000;
}

/* IE11 */
*::-ms-backdrop, .c-ttl-01 span {
	background: #123d86;
}

@supports(mix-blend-mode: lighten) {
	.c-interview .c-ttl-01::after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: linear-gradient(135deg, #123d86 0%,#55405c 55%,#086c78 100%);
		mix-blend-mode: lighten;
	}
}

.c-interview .c-detail {
	position: relative;
	background-color: transparent;
}

.c-interview .c-detail-upper {
	position: relative;
}

.c-interview .c-detail-bottom {
	position: relative;
}

.c-interview .c-detail-bottom::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}

.c-interview .c-detail-bottom-inner01 {
	position: relative;
	z-index: 1;
}

.c-interview .c-detail-profile {
	color:#071C41;
}

.c-interview .c-detail-profile dt:before {
	background:#071C41;
}

.c-interview .c-detail-pictxt > p {
	color:#071C41;
}

/* yokoyama */
.p-yokoyama .c-bnav li.c-color-yokoyama {
	display:none;
}

/* hayashi */
.p-hayashi .c-bnav li.c-color-hayashi {
	display:none;
}

/* fuuki */
.p-fuuki .c-bnav li.c-color-fuuki {
	display:none;
}

/* tsutsumi */
@media screen and (min-width:897px) {
	.p-tsutsumi .p-pos-image {
		position: relative;
	}

	.p-tsutsumi .p-pos-image-01 .c-detail-bottom-inner-box-02 {
		position: absolute;
		top: 76px;
	}

	.p-tsutsumi .p-pos-image-02 .c-detail-bottom-inner-box-02 {
		position: absolute;
		top: 0;
	}

	.p-tsutsumi .p-pos-image-03 .c-detail-bottom-inner-box-02 {
		position: absolute;
		top: -5px;
	}

	.p-tsutsumi .p-pos-image-04 .c-detail-bottom-inner-box-02 {
		position: absolute;
		top: -85px;
	}

	.p-tsutsumi .p-pos-image-05 .c-detail-bottom-inner-box-02 {
		position: absolute;
		top: 162px;
	}
}

/*
*******************************************************************************************************
# etc
*******************************************************************************************************
*/

/* animation */
.c-fadein {
	opacity: 0;
	transform:translate(0,40px);
	transition-duration: 0.6s;
}

.c-fadein.js-act {
	opacity:1;
	transform:translate(0,0);
}

.c-fadein-delay {
	transition-delay: 0.3s;
}

@media screen and (max-width:896px) {
	.c-fadein {
		transform:translate(0,10px);
	}

	.c-fadein-sp {
		opacity: 0;
		transform:translate(0,20px);
		transition-duration: 0.6s;
	}

	.c-fadein-sp.js-act {
		opacity:1;
		transform:translate(0,0);
	}
}

/* margin */
.c-mt-1e {
	margin-top:2em;
}

.c-mt-01 {
	margin-top:80px;
}

.c-mt-02 {
	margin-top:30px;
}

.c-mt-03 {
	padding-top:120px;
}

@media screen and (max-width:896px) {
	.c-mt-1e {
		margin-top:1.8em;
	}

	.c-mt-01 {
		margin-top:60px;
	}

	.c-mt-02 {
		margin-top:40px;
	}

	.c-mt-03 {
		padding-top:30px;
	}
}

/* pc / sp */
.c-pc-none {
	display:none;
}

@media screen and (max-width:896px) {
	.c-pc-none {
		display:block;
	}

	.c-sp-none {
		display:none;
	}

}



