@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.sponly {
	display: none;
}
.spmask {
}

/*------------------------------
	contents
------------------------------*/
#interview {
	padding-bottom: 160px;
	position: relative;
	overflow-x: hidden;
}
.contents {
}

/*------------------------------
	kv
------------------------------*/
#main {
	position: relative;
	margin-bottom: 50px;
}
#main h1 img {
	vertical-align: bottom;
	width: 100%;
}
/*------------------------------*/
#main .read {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -180px;
	font-size: 38px;
	color: #121212;
	line-height: 1.6;
	letter-spacing: -1px;

	font-family: 'Noto Serif JP', Open Sans;
	/*
	text-shadow: 0px 0px 0.1em #ffffff;
	*/
	text-shadow: 2px 2px 3px #ffffff, 2px -2px 3px #ffffff, -2px 2px 3px #ffffff, -2px -2px 3px #ffffff;
}
#main .textBox {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
#main .textBox .job {
	font-size: 16px;
	line-height: 1.6;
	color: #121212;
	padding-bottom: 14px;

	text-shadow: 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 2px #ffffff;
}
#main .textBox .job span {
	display: inline-block;
	margin-left: -0.5em;
}
#main .textBox .name {
	font-size: 24px;
	color: #121212;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	text-shadow: 2px 2px 3px #ffffff, 2px -2px 3px #ffffff, -2px 2px 3px #ffffff, -2px -2px 3px #ffffff;
}
/*------------------------------*/
h2 {
	background: url("../images/bg_h2.png") no-repeat center center;
	font-size: 14px;
	color: #00b4da;
	text-align: center;
	padding: 40px 0 30px;
	margin-bottom: 45px;
}
h2 span {
	font-size: 18px;
	padding-left: 2px;
}

/*------------------------------
	qa
------------------------------*/
#qaContents {
	width: 800px;
	margin: 0 auto;
}
#qaContents h3 {
	text-align: center;
	font-size: 22px;
	padding-bottom: 50px;

	font-family: 'Noto Sans JP', Open Sans;
}
#qaContents h3 span {
	color: #0d69fc;
	padding-right: 9px;
}
#qaContents p {
	padding-bottom: 90px;
	font-size: 16px;
	line-height: 1.9;
}
/*------------------------------*/
#qaContents .picBox {
	padding-bottom: 90px;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

/*------------------------------
	schedule
------------------------------*/
#scheduleContents {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 110px;
}
#scheduleContents h3 {
	background: url("../images/bg_h3_line.gif") repeat-x left 5px;
	margin-bottom: 25px;
	text-align: center;
	color: #0d69fc;
	font-size: 20px;
}
#scheduleContents h3 span {
	background: url("../images/bg_h3_icon.gif") no-repeat 15px 0px;
	background-size: 22px 22px;
	background-color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
	padding-right: 15px;
}
/*------------------------------*/
#scheduleContents table {
	width: 100%;
}
#scheduleContents th {
	width: 75px;
	padding: 20px 0 10px 85px;
	font-size: 16px;
	color: #0d69fc;
	line-height: 1.8;
	vertical-align: top;
	border-bottom: dotted 1px #232323;
}
#scheduleContents td {
	padding: 20px 10px 10px 0px;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
	border-bottom: dotted 1px #232323;
}
#scheduleContents td h4 {
}

/*------------------------------
	column
------------------------------*/
#spColumn {
	background: #d1e5f7;
	padding: 50px 0 70px;
}
#spColumn #contentsBox {
	width: 800px;
	margin: 0 auto;
	position: relative;
	min-height: 300px;
}
#spColumn #contentsBox h3 {
	position: absolute;
	left: 0;
	top: -74px;
}
#spColumn #contentsBox p {
	padding: 20px 350px 0 30px;
	font-size: 16px;
	line-height: 1.9;
}
#spColumn #contentsBox .pic {
	position: absolute;
	right: 0;
	top: 0;
}

/*------------------------------
	footer
------------------------------*/
.spSpace {
	display: none;
}

.onlyBtn {
	padding: 100px 0;
	background: #f00;
	color: #999999;
}
