@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&family=Noto+Sans+JP:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https: //fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap');

/* =======================================

	CommonElements

======================================= */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	min-width: 980px;
	height: 100%;
	color: #000;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	position: relative;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
p {
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
		min-width: initial;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header {
	width: 96%;
	margin: 0 2%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
header .komazawa_logo {
	margin: 20px 0 0;
	display: block;
}
header .photos_kgrr {
	margin-top: 48px;
	text-align: right;
	color: #888888;
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
	header {
		width: 88%;
		margin: 0 6%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	header .komazawa_logo img {
		max-width: 40vw;
	}
	header .photos_kgrr {
		text-align: left;
		font-size: 1rem;
		padding-left: 48px;
		margin-top: 24px;
	}
	header .photos_kgrr span {
		display: block;
	}
}

/* ------------------------------------
	common parts
------------------------------------ */
.br_pc {display: block; font-size: 0 !important;}
.br_sp {display: none !important;}
.display_pc {display: block !important;}
.display_sp {display: none !important;}
.align_r {text-align: right !important;}
.align_c {text-align: center !important;}
.align_l {text-align: left !important;}
.serif {
	font-family: "ÓÎÃ÷³¯", YuMincho, "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3", "Hiragino Mincho ProN", serif;
}
.content_line {
	width: 116%;
	min-height: 27vw !important;
	margin: -20vw 0 -2px -8%;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
	.br_pc {display: none !important;}
	.br_sp {display: block !important; font-size: 0 !important;}
	.display_pc {display: none !important;}
	.display_sp {display: block !important;}
}

/*	contents	*/
.cont_inner {
	width: 100%;
	padding: 0 6%;
}

@media only screen and (max-width: 980px) {
	.cont_inner {
		width: 980px;
	}
	.content_line {
		width: 980px;
		min-height: 267px !important;
		margin: -20vw 0 -2px 0;
	}
}

@media only screen and (max-width: 768px) {
	.cont_inner {
		width: 100%;
		padding: 0 6%;
	}
	.content_line {
		width: 116%;
		min-height: 27vw !important;
		margin: -20vw 0 -2px -8%;
	}
}

/*	column	*/
.clm_2,
.clm_3,
.clm_4 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.clm_2 > * {
	width: 48.4%;
	margin-right: 3.2%;
	margin-bottom: 3vw;
}
.clm_3 > * {
	width: 31.2%;
	margin-right: 3.2%;
	margin-bottom: 3vw;
}
.clm_4 > * {
	width: 22.6%;
	margin-right: 3.2%;
	margin-bottom: 3vw;
}
.clm_2 > *:nth-of-type(2n),
.clm_3 > *:nth-of-type(3n),
.clm_4 > *:nth-of-type(4n) {
	margin-right: 0;
}
.clm_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.clm_2,
	.clm_3,
	.clm_4 {
		display: block;
	}
	.clm_2 > *,
	.clm_3 > *,
	.clm_4 > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4vw;
	}
	.sp_clm_2 {
		display: flex;
		flex-wrap: wrap;
	}
	.sp_clm_2 > * {
		width: 48%;
		margin-right: 4%!important;
	}
	.sp_clm_2 > *:nth-of-type(2n) {
		margin-right: 0!important;
	}
	.clm_center {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
}

/*	btn	*/
.btn {
	padding: 0.5em 1.5em;
	display: inline-block;
	font-size: 1.4rem;
	border: 1px solid #6221F5;
	color: #6221F5;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* Hover */
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .btn:hover {
		color: #000000;
		border: 1px solid #ffffff;
		background: #ffffff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	}
}


/* ------------------------------------
	.interview_nav
------------------------------------ */
.interview_nav {
	background: #ffffff;
	padding-bottom: 88px;
}
.interview_nav ul li:nth-of-type(2n) {margin-top: 40px;}
.interview_nav ul li:nth-of-type(3n) {margin-top: 80px;}
.interview_nav ul li a {
	display: block;
	position: relative;
}
.interview_nav ul li .info_ttl {
	display: block;
	color: #b6834b;
	font-size: 1.6rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}
.interview_nav ul li img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.interview_nav ul li .info_box {
	position: relative;
	background-color: #ffffff;
	width: 92%;
	padding: 32px 32px 72px 32px;
	margin: -88px 0 0 auto;
	box-shadow: 0px 0px 30px 0px rgba(51, 55, 72, 0.04);
}
.interview_nav ul li .info_box::after {
	content: "READ MORE ??";
	font-family: "Montserrat", sans-serif;
	text-align: right;
	display: block;
	position: absolute;
	font-size: 1.4rem;
	color: #6221F5;
	width: 83%;
	bottom: 20px;
}
.interview_nav ul li .info_catch {
	font-weight: 800;
	margin: 0 0 0.6em;
	display: block;
	color: #222222;
	font-size: 2.2rem;
}
.interview_nav ul li .info_interviewee {
	text-align: right;
	display: block;
	color: #333333;
	font-size: 1.6rem;
}
.interview_nav ul li .info_interviewee::after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 83%;
	bottom: 52px;
	background-color: #6221F5;
}
.interview_nav .content_line {
	margin: -50vw 0 -2px -8%;
	fill: #eeeeee;
}

@media only screen and (min-width: 768px) {
.interview_nav ul li a,
.interview_nav ul li a::before,
.interview_nav ul li a::after {
	transition: all 0.2s ease-out;
}
	body:not(.tab_view) .interview_nav ul li a:hover {
		/* box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); */
		transform: scale(1.04);
	}
	body:not(.tab_view) .interview_nav ul li a:hover::before {
		width: 80px;
	}
	body:not(.tab_view) .interview_nav ul li a:hover::after {
		margin: 0 0 0 31px;
	}
}

@media only screen and (max-width: 1120px) {
	.interview_nav ul li .info_box {
		padding: 24px 16px 64px 16px;
	}
	.interview_nav ul li .info_catch {
		font-size: 1.8rem;
	}
	.interview_nav ul li .info_interviewee {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 769px) {
	.interview_nav ul li:nth-of-type(2n),
	.interview_nav ul li:nth-of-type(3n) {margin-top: 10px;}

	.interview_nav ul li a::before {
		bottom: 25px;
	}
	.interview_nav ul li a::after {
		bottom: 29px;
	}
	.interview_nav ul li .info_ttl {
		font-size: 1.4rem;
	}
	.interview_nav ul li .info_catch {
		margin: 0 0 0.5em;
		font-size: 1.8rem;
	}
}

/*-----------------------------------------
	fixed top
-----------------------------------------*/
#fixed_top {
	width: 60px;
	height: 60px;
	text-align: center;
	display: none;
	background-color: rgba(98,33,245,0.5);
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: fixed;
	z-index: 100;
}
#fixed_top a {
	display: block;
	line-height: 60px;
	color: #ffffff;
}

/* ------------------------------------
	footer
------------------------------------ */
footer {
	padding: 100px 0;
	color: #808080;
	font-size: 1.4rem;
	text-align: center;
	background: #000000;
}
footer a {
	color: #808080;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
footer .photos_kgrr {
	display: block;
	margin: 0 0 60px;
}
footer nav {
	margin: 0 0 1em;
}
footer nav ul li {
	display: inline-block;
}
footer nav ul li::after {
	content: "|";
	margin: 0 2em;
}
footer nav ul li:last-of-type::after {
	display: none;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) footer a:hover {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 768px) {
	footer nav ul li::after {
		content: "|";
		margin: 0 1em;
	}
	footer small {
		letter-spacing: 0.1em;
		line-height: 2;
	}
}

/*-----------------------------------------
	ClearFix
-----------------------------------------*/
.clear::before,
.clear::after {
	content: '';
	display: table;
}
.clear::after {
	clear: both;
}
.clear {
	*zoom: 1;
}