@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.appearVertical{
	opacity : 0;
}


/*------------------------------
	subMenu
------------------------------*/
#contents #subMenu {
	position: fixed;
	width: 100%;
	z-index: 10;
}
#contents #subMenu .inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#contents #subMenu .inner .title {
	height: 70px;
	padding: 0 20px;
	background-color: #e6e6e6;

	display: flex;
	justify-content: center;
	align-items: center;
}
#contents #subMenu .inner ul {
	display: flex;
	justify-content: flex-start;
}
#contents #subMenu .inner li {
	height: 70px;
	position: relative;
}
#contents #subMenu .inner li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	display: block;

	transition-duration: 0.3s;
}
#contents #subMenu .inner li a {
	padding: 0 30px;
	color: #ffffff;
	text-decoration: none;
	height: 70px;

	display: flex;
	justify-content: center;
	align-items: center;
}
#contents #subMenu .inner li.active span {
	width: 100%;
}
#contents #subMenu .inner li:hover span {
/*	width: 100%; */
}
@media screen and (max-width : 768px) {
	#contents #subMenu{
		z-index: 10;
	}
	#contents #subMenu .inner {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		font-size: 12px;

		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#contents #subMenu .inner .title {
		height: 50px;
		padding: 0 12px;
		background-color: #e6e6e6;

		display: flex;
		white-space : nowrap;
		z-index : 2;
		justify-content: center;
		align-items: center;
		position : relative;
	}
	#contents #subMenu .inner ul {
		justify-content: flex-start;
		position : absolute;
		left : 0px;
		top : 0px;
	}
	#contents #subMenu .inner li {
		height: 50px;
		position: relative;
	}
	#contents #subMenu .inner li span {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 2px;
		background-color: #ffffff;
		display: block;

		transition-duration: 0.3s;
	}
	#contents #subMenu .inner li a {
		padding: 0 10px;
		color: #ffffff;
		text-decoration: none;
		height: 50px;

		display: flex;
		white-space : nowrap;
		justify-content: center;
		align-items: center;
	}
	#contents #subMenu .inner li.active span {
		width: 100%;
	}
	/*
	#contents #subMenu .inner li:hover span {
		width: 100%;
	}
	*/
}
/*-------


/*------------------------------
	kv
------------------------------*/
#index #kv {
	background-size: cover;
	height: 160px;
	margin-top: 70px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index #kv h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
}
@media screen and (max-width : 768px) {
	#index #kv {
		background-size: cover;
		height: 140px;
		margin-top: 50px;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index #kv h2 {
		color: #ffffff;
		font-size: 24px;
	}
}

/*------------------------------
	index
------------------------------*/
#index #contents {
	padding-bottom: 50px;
}
@media screen and (max-width : 768px) {
	#index #contents {
		padding-bottom: 40px;
	}
}
/*------------------------------*/
#index #interviewList {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 70px;

	display: flex;
	justify-content: space-between;
	align-content: stretch;
	flex-wrap: wrap;
}
#index #interviewList .listBox {
	width: 330px;
	padding-bottom: 70px;
}
#index #interviewList .listBox .pic {
	padding-bottom: 25px;
}
#index #interviewList .listBox .pic img {
	width: 100%;
}
#index #interviewList .listBox .name {
	padding-bottom: 14px;
	font-size: 24px;
	font-weight: 500;
}
#index #interviewList .listBox .job {
	line-height: 1.6;
	font-size: 14px;
	padding-bottom: 10px;
}
#index #interviewList .listBox .linkBtn {
	width: 328px;
	border: solid 1px;
}
#index #interviewList .listBox .clBtn {
	width: 328px;
	height: 45px;
}
#index #interviewList .listBox .clBtn a {
	width: 326px;
	padding: 14px 0 12px;
}
@media screen and (max-width : 768px) {
	#index #interviewList {
		max-width: 350px;
		margin: 0 auto;
		padding: 0 10px;
		padding-top: 40px;

		display: flex;
		justify-content: space-between;
		align-content: stretch;
		flex-wrap: wrap;
	}
	#index #interviewList .listBox {
		width: 170px;
		padding-bottom: 40px;
	}
	#index #interviewList .listBox .pic {
		padding-bottom: 15px;
	}
	#index #interviewList .listBox .pic img {
		width: 100%;
	}
	#index #interviewList .listBox .name {
		padding-bottom: 12px;
		font-size: 20px;
	}
	#index #interviewList .listBox .job {
		line-height: 1.6;
		font-size: 12px;
		padding-bottom: 10px;
	}
	#index #interviewList .listBox .linkBtn {
		width: 168px;
		border: solid 1px;
	}
	#index #interviewList .listBox .clBtn {
		width: 168px;
		height: 30px;
	}
	#index #interviewList .listBox .clBtn a {
		width: 166px;
		padding: 12px 0 10px;
		font-size: 12px;
	}
}
/*------------------------------
	tabletalk
------------------------------*/
#interview02 #kv {
	position: relative;
	background: #f3f3f3;
	margin-top: 70px;
	margin-bottom: 80px;
}
@media screen and (max-width : 768px) {
	#interview02 #kv {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}
#interview02 #kv .pic {
	width: 100%;
}
#interview02 #kv .pic img {
	vertical-align: bottom;
	width: 100%;
}
#interview02 #kv .nameBox {
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -280px;
	width: 560px;
	padding-bottom: 20px;
}
#interview02 #kv .nameBox h2 {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
	padding-bottom: 6px;
	line-height: 1.4;
}
#interview02 #kv .nameBox .job {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#interview02 #kv .nameBox .year {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (max-width : 768px) {
	#interview02 #kv .nameBox {
		position: absolute;
		left: 50%;
		bottom: -60px;
		margin-left: -150px;
		width: 300px;
		padding-bottom: 10px;
	}
	#interview02 #kv .nameBox h2 {
		color: #ffffff;
		font-weight: normal;
		text-align: center;
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 6px;
		line-height: 1.4;
	}
	#interview02 #kv .nameBox .profile {
		padding: 0 10px 14px;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#interview02 #kv .nameBox .job {
		color: #ffffff;
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		line-height: 1.6;
	}
	#interview02 #kv .nameBox .year {
		color: #ffffff;
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		line-height: 1.6;
	}
}
/*------------------------------*/
#interview02 #textBox {
	padding-top: 40px;
	max-width: 900px;
	margin: 0 auto;
}
#interview02 #textBox h3 {
	margin: 0 10px;
	line-height: 1.6;
	padding-bottom: 14px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}
#interview02 #textBox p {
	padding-top: 0px;
	padding-bottom: 80px;
	line-height: 1.8;
	font-size: 14px;
}
#interview02 #textBox .pic {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0 70px;
}
#interview02 #textBox .pic img {
	width: 100%;
}
@media screen and (max-width : 768px) {
	#interview02 #textBox {
		padding-top: 0px;
		max-width: 900px;
		margin: 0 auto;
	}
	#interview02 #textBox h3 {
		margin: 0 10px;
		line-height: 1.6;
		padding-bottom: 14px;
		text-align: center;
		font-size: 20px;
	}
	#interview02 #textBox p {
		margin: 0 10px;
		padding-top: 40px;
		padding-bottom: 40px;
		line-height: 1.8;
		font-size: 14px;
	}
	#interview02 #textBox .pic {
		max-width: 600px;
		margin: 0 auto;
		padding: 30px 0 70px;
	}
	#interview02 #textBox .pic img {
		width: 100%;
	}
}
/*------------------------------*/
#interview02 .private {
	padding-bottom: 90px;
}
#interview02 .private h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}
#interview02 .private p {
	font-size: 16px;
	line-height: 1.8;
}
#interview02 .private p img {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
@media screen and (max-width : 768px) {
	#interview02 .private {
		padding-bottom: 40px;
	}
	#interview02 .private h3 {
		padding: 8px 0;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	#interview02 .private p {
		font-size: 14px;
		line-height: 1.8;
	}
	#interview02 .private p img {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
		width: 40%;
	}
}
/*------------------------------*/
#interview02 .returnBtn {
	margin-bottom: 80px;
}
#interview02 .returnBtn .cbBtn {
	width: 300px;
	margin: 0 auto;
	height: 45px;
}
#interview02 .returnBtn .cbBtn a {
	width: 298px;
}
@media screen and (max-width : 768px) {
	#interview02 .returnBtn {
		margin-bottom: 40px;
	}
	#interview02 .returnBtn .cbBtn {
		width: 200px;
		margin: 0 auto;
		height: 45px;
	}
	#interview02 .returnBtn .cbBtn a {
		width: 198px;
	}
}
/*------------------------------*/
#interview02 .bgColor {
	display: block;
	width: 100%;
	background-color: #eef7fd;
	box-sizing: border-box;
	padding: 30px;
}
#interview02 .catch {
	font-size: 36px;
  text-align: center !important;
  font-weight: bolder;
	line-height: 1.5;
	color: #7dc5e9;
}
#profBox {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 0;
}
#profBox .box {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 30px;
}
#profBox .box .boxPhoto {
	padding-right: 30px;
	text-align: center;
}
#profBox .box .boxPhoto img {
	width: 150px;
}
#profBox .box .name {
	font-size: 18px;
	font-weight: bolder;
	line-height: 1;
	vertical-align: top;
}
#profBox .box .name.prof01 {
	color: #7dc5e9;
}
#profBox .box .name.prof02 {
	color: #7ecca2;
}
#profBox .box .name.prof03 {
	color: #fabe5a;
}
#profBox .box .name.prof04 {
	color: #e192cc;
}
#profBox .box .boxText .text {
	text-align: left !important;
	line-height: 1.5;
}
@media screen and (max-width : 700px) {
	#interview02 .bgColor {
		padding: 20px;
	}
	#interview02 .catch {
		font-size: 28px;
	}
	#profBox {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	#profBox .box {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		padding-bottom: 40px;
		text-align: left;
	}
	#profBox .box .boxPhoto {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 0px;
		margin: 0 auto;
	}
	#profBox .box .boxPhoto img {
		width: 200px;
	}
	#profBox .box .name {
		font-size: 22px;
		font-weight: bolder;
		line-height: 1.5;
		vertical-align: middle;
	}
	#profBox .box .boxText {
		margin-top: -20px;
	}
}
/*------------------------------*/
#textBox span.hd01 {
	font-size: 32px;
	font-weight: bolder;
	line-height: 1.7;
	color: #7dc5e9;
}
#textBox span.hd02 {
	width: 100%;
	font-weight: bolder;
	font-size: 20px;
	line-height: 3;
}
span.prof01,
span.prof02,
span.prof03,
span.prof04,
span.prof05 {
	font-weight: bolder;
}
span.prof01 {
	color: #7dc5e9;
}
span.prof02 {
	color: #7ecca2;
}
span.prof03 {
	color: #fabe5a;
}
span.prof04 {
	color: #e192cc;
}
span.prof05 {
	color: #2f2f2f;
}
#textBox span.picBox {
	position: relative;
	width: 100%;
}
#textBox span.picBox img {
	width: 100%;
}
@media screen and (max-width : 700px) {
	#textBox span.hd01 {
		font-size: 26px;
		font-weight: bolder;
		line-height: 1.3;
		color: #7dc5e9;
	}
	#textBox span.hd02 {
		width: 100%;
		font-size: 18px;
		line-height: 1.5;
	}
}

/*------------------------------*/
#interview02 .private {
	padding-bottom: 90px;
}
#interview02 .private h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}
#interview02 .private p {
	font-size: 16px;
	line-height: 1.8;
}
#interview02 .private p img {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
@media screen and (max-width : 768px) {
	#interview02 .private {
		padding-bottom: 40px;
	}
	#interview02 .private h3 {
		padding: 8px 0;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	#interview02 .private p {
		font-size: 14px;
		line-height: 1.8;
	}
	#interview02 .private p img {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
		width: 40%;
	}
}
/*------------------------------*/
#interview02 .returnBtn {
	margin-bottom: 80px;
}
#interview02 .returnBtn .cbBtn {
	width: 300px;
	margin: 0 auto;
	height: 45px;
}
#interview02 .returnBtn .cbBtn a {
	width: 298px;
}
@media screen and (max-width : 768px) {
	#interview02 .returnBtn {
		margin-bottom: 40px;
	}
	#interview02 .returnBtn .cbBtn {
		width: 200px;
		margin: 0 auto;
		height: 45px;
	}
	#interview02 .returnBtn .cbBtn a {
		width: 198px;
	}
}
