@charset "utf-8";
/* people_interview.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVメニュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_people a {
	border-bottom: 10px solid #1E8D7A;
}
#kv {
	padding-top: 50px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv h2 span {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

/* -- 個人情報 ----------------------------------------------- */
#people_info {
	padding-left: 20px;
	border-left: 10px solid #FFFFFF;
	padding-bottom: 10px;
	margin-top: 100px;
}

/* 名前・入社年 */
#info_name {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.2em;
}
#info_roman {
	font-size: 14px;
}
#info_nyuusha {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 800;
	margin-top: 20px;
}
#info_nyuusha span {
	font-size: 18px;
}

/* 業務内容 */
#naiyou_box {
	margin-top: 30px;
	/* [disabled]width: 500px; */
}
#naiyou_tt {
	width: 100px;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	color: #1A7B6A;
}
#naiyou_data {
	border-top: 2px solid #FFFFFF;
	padding-top: 15px;
	font-size: 28px;
	line-height: 1.6em;
	font-weight: 800;
}

/* -- アイコン ----------------------------------------------- */
#top_link {
	position: absolute;
	top: 350px;
	right: 20px;
	z-index: 2;
}
#top_link ul {
	display: flex;
	width: 800px;
}
#top_link li {
	margin-left: 5px;
	width: calc(100% - 40px) / 8;
	background-color: #000000;
	margin-bottom: 10px;
}
#top_link li img {
	width: 100%;
	height: auto;
}
#top_link li a {
	opacity: 0.3;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#top_link li a:hover {
	opacity: 1;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インタビューエリア　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents_area {
	padding-bottom: 100px;
}

/* -- 写真 ----------------------------------------------- */
#intv_pic {
	margin-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
}
#intv_pic ul {
	display: flex;
}
#intv_pic li {
	width: 50%;
}
#intv_pic li:nth-child(odd) {
	padding-right: 10px;
}
#intv_pic li:nth-child(even) {
	padding-left: 10px;
}
#intv_pic img {
	width: 100%;
	height: auto;
}

/* -- インタビューリスト ----------------------------------------------- */
.intv_list {
	width: 55%;
	margin-bottom: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.intv_list:nth-child(odd) {	
}
.intv_list:nth-child(even) {
	margin-left: auto;	
}

/* 番号 */
.intv_number {
	font-size: 200px;
	line-height: 1em;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	color: #62afa2;
	position: absolute;
}
.intv_list:nth-child(odd) .intv_number {
	left: 30px;
	bottom: 0px;
}
.intv_list:nth-child(even) .intv_number {
	order: 2;
	right: 30px;
	bottom: 0px;
}

/* データ */
.intv_data {
	width: 550px;
	position: relative;
	z-index: 2;
}
.intv_list:nth-child(odd) .intv_data {
	margin-left: auto;
}
.question {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 900;
}
.answer {
	font-size: 18px;
}

/* -- リンクアイコン ----------------------------------------------- */
#link_icon {
	text-align: center;
	font-size: 0px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
#link_icon li {
	width: calc((100% - 32px) / 7);
	background-color: #000000;
	margin-left: 2px;
	margin-right: 2px;
}
#link_icon li img {
	width: 100%;
	height: auto;
}
#link_icon li a {
	opacity: 0.3;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#link_icon li a:hover {
	opacity: 1;
}










/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVメニュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_people a {
	border-bottom-style: none;
	border-left: 5px solid #1E8D7A;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv h2 span {
	font-size: 16px;
	line-height: 1.2em;
}

/* -- 個人情報 ----------------------------------------------- */
#people_info {
	margin-top: 50px;
}

/* 名前・入社年 */
#info_name {
	font-size: 32px;
	line-height: 1.2em;
}
#info_roman {
	font-size: 12px;
}
#info_nyuusha {
	font-size: 18px;
	line-height: 1.2em;
}
#info_nyuusha span {
	font-size: 14px;
}

/* 業務内容 */
#naiyou_box {
	margin-top: 25px;
	width: 100%;
}
#naiyou_tt {
	width: 80px;
}
#naiyou_data {
	font-size: 20px;
	line-height: 1.2em;
}

/* -- アイコン ----------------------------------------------- */
#top_link {
	position: static;
	margin-bottom: 50px;
}
#top_link ul {
	width: 100%;
}
#top_link li {
	margin-left: 2px;
	margin-right: 2px;
	width: calc((100% - 32px) / 8);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インタビューエリア　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents_area {
	padding-bottom: 60px;
}

/* -- 写真 ----------------------------------------------- */
#intv_pic {
	margin-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
#intv_pic ul {
	display: inherit;
}
#intv_pic li {
	width: 100%;
	margin-bottom: 10px;
}
#intv_pic li:nth-child(odd) {
	padding-right: 0px;
}
#intv_pic li:nth-child(even) {
	padding-left: 0px;
}

/* -- インタビューリスト ----------------------------------------------- */
.intv_list {
	width: 100%;
	margin-bottom: 70px;
	display: inherit;
}

/* 番号 */
.intv_number {
	font-size: 100px;
	line-height: 1em;
	margin-bottom: 10px;
	position: static;
}
.intv_list:nth-child(odd) .intv_number {
	left: 0px;
}
.intv_list:nth-child(even) .intv_number {
	right: 0px;
}

/* データ */
.intv_data {
	width: 100%;
}
.question {
	font-size: 24px;
	line-height: 1.2em;
}
.answer {
	font-size: 16px;
}

/* -- リンクアイコン ----------------------------------------------- */
#link_icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#link_icon li {
	width: calc((100% - 16px) / 4);
	background-color: #000000;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}
}
