@charset "UTF-8";
.voice {}
.voice_title {}
.voice_sect {}
.voice_cols {
	display: flex;
	justify-content: space-between;
}
.voice_col {}
.voice_col-no1 {
	width: 59%;
}
.voice_headline {}
.voice_text {
	margin-bottom: 1em;
}
.voice_text:last-child {
	margin-bottom: 0;
}
.voice_col-no2 {
	width: 37.1%;
}
.voice_image {}
.voice_image > img {}
.voice_cols-rev {
	flex-direction: row-reverse;
}
.intro {
	margin-bottom: 100px;
}
.intro_title {
	font-size: 38px;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0 28px;
}
.intro_image {}
.intro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.intro_text {
	text-align: center;
	margin-bottom: 50px;
}
.intro_oListWrap {
	display: flex;
	justify-content: center;
}
.intro_oList {
	list-style: none;
	counter-reset: number;
	font-size: 18px;
}
.intro_oListOuter {
	border: 1px solid #C8D7E2;
	padding: 25px 44px;
}
.intro_oList > li {
	margin-top: 7px;
}
.intro_oList > li:first-child {
	margin-top: 0;
}
.intro_oList > li:last-child {}
.intro_oList > li:nth-child(2n+1) {}
.intro_oList > li:nth-child(n+3) {}
.intro_oList > li > a {
	display: block;
	position: relative;
	z-index: 1;
	padding-left: 23px;
}
.intro_oList > li > a::before {
	content: counter(number)".";
	counter-increment: number;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.intro_oList > li:last-child > a::before {
	content: counter(number)".";
}
.intro_oList > li > a::after {
	content: "";
}
.interview {
	margin-bottom: 150px;
}
.interview:last-child {
	margin-bottom: 0;
}
.interview_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.interview_cols-rev {
	flex-direction: row-reverse;
}
.interview_col {}
.interview_col-no1 {
	width: 39%;
}
.interview_image {}
.interview_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.interview_col-no2 {
	width: 56.5%;
}
.interview_titleWrap {
	position: relative;
	z-index: 1;
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.interview_titleWrap::after {
	content: "";
	border: 1px solid #0099D6;
	width: 20px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 100%;
	border-left: none;
}
.interview_titleWrap::before {
	content: "";
	border: 1px solid #0099D6;
	width: 20px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	border-right: none;
}
.interview_title {
	font-size: 24px;
	line-height: 1.6;
}
.interview_name {
	font-size: 24px;
	text-align: center;
}
.interview_group {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
}
.interview_sect {
	margin-bottom: 35px;
}
.interview_sect:last-child {
	margin-bottom: 0;
}
.interview_headline {
	font-size: 20px;
	display: flex;
	align-items: flex-start;
	line-height: 1.6;
	margin-bottom: 9px;
}
.interview_headline > b {
	color: #0099D6;
	font-size: 28px;
	padding-left: 30px;
	display: block;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	top: -0.2em;
}
.interview_headline > b::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #0099D6;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.interview_text {}
.interview_list {
	list-style: none;
}
.interview_list > li {}
.interview_list > li:first-child {}
.interview_list > li:last-child {}
.interview_list > li:nth-child(2n+1) {}
.interview_list > li:nth-child(n+3) {}
.interview_list > li > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.interview_titleWrap.career {
	margin: 0 14em 1em;
}
.interview_image.career img {
	margin: 0 auto;
}
.out_to {
	border: 1px solid #C8D7E2;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
}
.out_to a {
	color: #000000;
}
.out_toWrap {
	display: flex;
}
@media screen and (min-width:1000px) {
	.intro_oList > li > a:hover {}
}
@media screen and (max-width:999px) {
	.voice {}
	.voice_title {}
	.voice_sect {}
	.voice_cols {}
	.voice_col {}
	.voice_col-no1 {}
	.voice_headline {}
	.voice_text {}
	.voice_text:last-child {}
	.voice_col-no2 {}
	.voice_image {}
	.voice_image > img {}
	.voice_cols-rev {}
	.intro {}
	.intro_title {
		font-size: 32px;
	}
	.intro_image {}
	.intro_image > img {}
	.intro_text {}
	.intro_oListWrap {}
	.intro_oList {
		font-size: 16px;
	}
	.intro_oList > li {}
	.intro_oList > li:first-child {}
	.intro_oList > li:last-child {}
	.intro_oList > li:nth-child(2n+1) {}
	.intro_oList > li:nth-child(n+3) {}
	.intro_oList > li > a {}
	.intro_oList > li > a::before {}
	.intro_oList > li > a::after {}
	.interview {
		margin-bottom: 100px;
	}
	.interview:last-child {}
	.interview_cols {}
	.interview_cols-rev {}
	.interview_col {}
	.interview_col-no1 {}
	.interview_image {}
	.interview_image > img {}
	.interview_col-no2 {}
	.interview_titleWrap {}
	.interview_titleWrap::after {}
	.interview_titleWrap::before {}
	.interview_title {
		font-size: 19px;
	}
	.interview_name {
		font-size: 20px;
	}
	.interview_group {}
	.interview_sect {}
	.interview_sect:last-child {}
	.interview_headline {
		font-size: 18px;
	}
	.interview_headline > b {
		font-size: 23px;
	}
	.interview_headline > b::before {}
	.interview_text {}
	.interview_list {}
	.interview_list > li {}
	.interview_list > li:first-child {}
	.interview_list > li:last-child {}
	.interview_list > li:nth-child(2n+1) {}
	.interview_list > li:nth-child(n+3) {}
	.interview_list > li > img {}
	.intro_oListOuter {
		padding: 20px;
	}
}
@media screen and (max-width:767px) {
	.voice {}
	.voice_title {}
	.voice_sect {}
	.voice_cols {
		display: block;
	}
	.voice_col {
		width: auto;
	}
	.voice_col-no1 {}
	.voice_headline {}
	.voice_text {}
	.voice_text:last-child {}
	.voice_col-no2 {}
	.voice_image {
		max-width: 400px;
		margin: 15px auto;
	}
	.voice_image > img {}
	.voice_cols-rev {}
	.intro {
		margin-bottom: 35px;
	}
	.intro_title {
		font-size: 24px;
		margin: 20px 0 10px;
	}
	.intro_image {}
	.intro_image > img {}
	.intro_text {
		text-align: left;
		margin-bottom: 15px;
	}
	.intro_oListWrap {
		display: block;
	}
	.intro_oList {
		font-size: 14px;
	}
	.intro_oList > li {}
	.intro_oList > li:first-child {}
	.intro_oList > li:last-child {}
	.intro_oList > li:nth-child(2n+1) {}
	.intro_oList > li:nth-child(n+3) {}
	.intro_oList > li > a {}
	.intro_oList > li > a::before {}
	.intro_oList > li > a::after {}
	.interview {
		margin-bottom: 50px;
	}
	.interview:last-child {}
	.interview_cols {
		display: block;
		margin-bottom: 25px;
	}
	.interview_cols-rev {}
	.interview_col {
		width: auto;
	}
	.interview_col-no1 {
		margin-bottom: 15px;
	}
	.interview_image {}
	.interview_image > img {
		display: block;
		width: 100%;
		height: auto;
	}
	.interview_col-no2 {}
	.interview_titleWrap {
		padding: 15px 15px;
		margin-bottom: 15px;
	}
	.interview_titleWrap::after {}
	.interview_titleWrap::before {}
	.interview_title {
		font-size: 16px;
	}
	.interview_name {
		font-size: 18px;
	}
	.interview_group {
		font-size: 12px;
	}
	.interview_sect {
		margin-bottom: 25px;
	}
	.interview_sect:last-child {}
	.interview_headline {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.interview_headline > b {
		font-size: 18px;
		padding-left: 17px;
		top: 0;
	}
	.interview_headline > b::before {
		height: 1px;
		width: 10px;
	}
	.interview_text {}
	.interview_list {}
	.interview_list > li {}
	.interview_list > li:first-child {}
	.interview_list > li:last-child {}
	.interview_list > li:nth-child(2n+1) {}
	.interview_list > li:nth-child(n+3) {}
	.interview_list > li > img {
		width: 100%;
	}
	.interview_titleWrap.career {
		margin: 0 2em 1em;
	}
	.intro_oListOuter {
		padding: 15px 15px;
	}
}
