@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%;
}


/*------------------------------
	kv
------------------------------*/
#index #kv {
	background-size: cover;
	height: 170px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}
#index #kv h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
}

/*------------------------------
	index
------------------------------*/
#index #contents {
	padding-bottom: 50px;
}
/*------------------------------*/
#index #interviewList {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 100px;

	display: flex;
	justify-content: flex-start;
	align-content: stretch;
	flex-wrap: wrap;
}
#index #interviewList .listBox {
	width: 330px;
	margin: 0 15px;
	padding-bottom: 100px;
}
#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 : 1100px) {
	#index #interviewList .listBox {
		width: 300px;
	}
	#index #interviewList .listBox .clBtn {
		width: 298px;
		height: 45px;
	}
	#index #interviewList .listBox .clBtn a {
		width: 296px;
		padding: 14px 0 12px;
	}
}

/*------------------------------
	interview01
------------------------------*/
#interview01 {
}
/*------------------------------*/
#interview01 #kv {
	position: relative;
	background: #f3f3f3;
	margin-top: 70px;
}
#interview01 #kv .pic {
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
#interview01 #kv .pic img {
	vertical-align: bottom;
	width: 100%;
}
#interview01 #kv .nameBox {
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -315px;
	width: 630px;
	padding-bottom: 20px;
}
#interview01 #kv .nameBox h2 {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 6px;
	line-height: 1.4;
}
#interview01 #kv .nameBox .job {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
}
#interview01 #kv .nameBox .year {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
}
/*------------------------------*/
#interview01 #textBox {
	padding-top: 120px;
	max-width: 900px;
	margin: 0 auto;
}
#interview01 #textBox .h3Box {
	border-style: solid;
	border-width: 1px;
	position: relative;
}
#interview01 #textBox h3 {
	width: 100%;
	line-height: 1.6;
	padding: 14px 0 14px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
#interview01 #textBox h3 span {
	padding-right: 12px;
	font-size: 22px;
	font-style: italic;
}
#interview01 #textBox .h3Box .square1 {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -11px;
	z-index: 3;
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	transform: rotate(-45deg);
}
#interview01 #textBox .h3Box .square2 {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	z-index: 4;
	width: 20px;
	height: 20px;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	transform: rotate(-45deg);
}
#interview01 #textBox p {
	padding-top: 20px;
	padding-bottom: 50px;
	line-height: 1.8;
	font-size: 16px;
}
#interview01 #textBox .pic {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0 90px;
}
#interview01 #textBox .pic img {
	width: 100%;
}
/*------------------------------*/
#interview01 .private {
	padding-bottom: 130px;
}
#interview01 .private h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}
#interview01 .private p {
	font-size: 16px;
	line-height: 1.8;
}
#interview01 .private p img {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
/*------------------------------*/
#interview01 .returnBtn {
	margin-bottom: 120px;
}
#interview01 .returnBtn .cbBtn {
	width: 300px;
	margin: 0 auto;
	height: 45px;
}
#interview01 .returnBtn .cbBtn a {
	width: 298px;
}

/*------------------------------
	#tabletalk
------------------------------*/
#interview02 #kv {
	position: relative;
	background: #f3f3f3;
	margin-top: 70px;
	margin-bottom: 80px;
}
#interview02 #kv .pic {
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
#interview02 #kv .pic img {
	vertical-align: bottom;
	width: 100%;
}
#interview02 #kv .nameBox {
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -315px;
	width: 630px;
	padding-bottom: 20px;
}
#interview02 #kv .nameBox h2 {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 6px;
	line-height: 1.4;
}
#interview02 #kv .nameBox .job {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
}
#interview02 #kv .nameBox .year {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
}
/*------------------------------*/
#interview02 #textBox {
	padding-top: 40px;
	max-width: 900px;
	margin: 0 auto;
}
#interview02 #textBox h3 {
	width: 100%;
	line-height: 1.6;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 60px;
}
#interview02 #textBox p {
	padding-top: 0px;
	padding-bottom: 80px;
	line-height: 1.8;
	font-size: 16px;
}
#interview02 #textBox .pic {
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 90px;
}
#interview02 #textBox .pic img {
	width: 100%;
}
/*------------------------------*/
#interview02 .private {
	padding-bottom: 130px;
}
#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;
}
/*------------------------------*/
#interview02 .returnBtn {
	margin-bottom: 120px;
}
#interview02 .returnBtn .cbBtn {
	width: 300px;
	margin: 0 auto;
	height: 45px;
}
#interview02 .returnBtn .cbBtn a {
	width: 298px;
}
/*------------------------------*/
#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: flex-start;
	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%;
}
#profBox .box:last-of-type {
	padding-bottom: 0;
}
#profBox .box .boxPhoto {
	padding-right: 30px;
	text-align: center;
}
#profBox .box .boxPhoto img {
	width: 110px;
}
#profBox .box .name {
	font-size: 18px;
	font-weight: bolder;
	line-height: 1;
}
#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-align: left;
}
#profBox .box .boxText .text {
	margin-top: 20px;
	line-height: 1.5;
}
/*------------------------------*/
#textBox span.hd01 {
	font-size: 32px;
	font-weight: bolder;
	line-height: 1.5;
	color: #7dc5e9;
}
#textBox span.hd02 {
	width: 100%;
	font-weight: bolder;
	font-size: 20px;
	line-height:2;
}
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%;
}
/*------------------------------*/
#interview02 .private {
	padding-bottom: 130px;
}
#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;
}
/*------------------------------*/
#interview02 .returnBtn {
	margin-bottom: 120px;
}
#interview02 .returnBtn .cbBtn {
	width: 300px;
	margin: 0 auto;
	height: 45px;
}
#interview02 .returnBtn .cbBtn a {
	width: 298px;
}
