@charset "UTF-8";
/* -----------------------------------------------------------------------
	layout
----------------------------------------------------------------------- */
#mainContent {
	font-size: 16px;
	overflow: hidden;
}
.lower01 .contentIn {
	padding-top: 80px;
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.lower01 .contentIn {
		padding-top: 95px;
	}
}

/* -----------------------------------------------------------------------
	.drawer-nav
----------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.lower01 .drawer-nav {
		top: 55px;
	}
}

/* -----------------------------------------------------------------------
	contents_navi 
----------------------------------------------------------------------- */
.people_info_wrap {
	max-width: 1054px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	padding-bottom: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.people_info {
	display: inline-block;
	max-width: 220px;
	width: 25%;
	padding: 0 0 50px;
	position: relative;
	vertical-align: top;
	z-index: 1;
}
.people_info:not(:last-child) {
	margin-right: 45px;
}
.people_info_inner {
	font-size: 14px;
	font-weight: normal;
	margin-top: 25px;
	text-align: left;
	position: relative;
}
.people_info_inner:before {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 0;
	right: 0;
}
.people_info_inner span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.people_info_inner .upper_row {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 80%;
}
@media screen and (max-width: 1024px) {
	.people_info_inner {
		font-size: 12px;
	}
	.people_info_inner:before {
		width: 32px;
		height: 32px;
	}
	.people_info_inner span {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.people_info_wrap {
		display: block;
	}
	.people_info_inner {
		font-size: 8px;
	}
	.people_info_inner:before {
		width: 30px;
		height: 30px;
	}
	.people_info {
		margin: 0 20px;
		padding-bottom: 25px;
	}
	.people_info:nth-child(n-2) {
  padding-bottom: 0;
 }
	.people_info_inner span {
		font-size: 13px;
	}
}
@media screen and (max-width: 590px) {
	.people_info, .people_info:not(:last-child) {
		margin: 0 10px;
		width: 42%;
	}
	.people_info_inner:before {
		right: -15px;
	}
}
@media screen and (max-width: 320px) {
	.people_info_wrap {
		padding: 0;
	}
	.people_info_inner:before {
		right: -5px;
	}
}

/* -----------------------------------------------------------------------
	.tit-
----------------------------------------------------------------------- */
#peopleTtl {
	padding: 30px 0;
}

/* 
	section_ttl
----------------------------------------------------------------------- */
.section_ttl {
	height: 300px;
	padding: 0 50px;
	align-items: center;
}
.section_ttl h2 {
	font-size: 78px;
	letter-spacing: 0.15em;
	line-height: 0.95;
}
.section_ttl h2 span {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
}
.section_ttl h2 span:before {
	border-color: rgba(255, 255, 255, 0.8);
}
.section_ttl.l_side {
	margin-left: -45%;
}
.section_ttl.r_side {
	margin-right: -45%;
}
#people_manufacture .section_ttl {
	background-color: #1aa0e2;
}
#people_sales .section_ttl {
	background-color: #fd6ea4;
}
#people_officework .section_ttl {
	background-color: #b450a4;
}
[id*="people_technical"] .section_ttl {
	background-color: #1cb459;
}
@media screen and (max-width: 1280px) {
	.section_ttl h2 {
		font-size: 6vw;
	}
}
@media screen and (max-width: 1040px) {
	.section_ttl {
		height: 180px;
	}
}
@media screen and (max-width: 768px) {
	.section_ttl.l_side, .section_ttl.r_side {
		height: 125px;
		margin-left: 10vw;
		margin-right: 0;
		padding-left: 25px;
		width: 100%;
	}
	.section_ttl h2 span {
		margin-top: 7px;
	}
	.section_ttl h2 {
		font-size: 36px;
	}
}

/* -----------------------------------------------------------------------
	section
----------------------------------------------------------------------- */
.section_wrap {
	margin-top: 200px;
	position: relative;
}
.section_wrap:last-of-type {
	margin-bottom: 100px;
}

/* intro */
.intro_wrap {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding-top: 250px;
}
.intro_img {
}
.intro_name {
	padding: 0px 3.5%;
	min-width: 410px;
}
.intro_name dl {
	padding-left: 125px;
	position: relative;
}
.intro_name dl:before {
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 100px;
}
.intro_name dl dd {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.intro_name h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	text-indent: -0.5em;
}
@media screen and (max-width: 1024px) {
	.intro_name h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 768px) {
	.intro_wrap {
		display: block;
		padding-top: 0;
		margin-top: -10px;
	}
	.intro_img {
		padding-right: 10vw;
		width: inherit;
	}
	.intro_name {
		padding: 20px 40px 0 40px;
	}
	.intro_name dl {
		padding-left: 62px;
	}
	.intro_name dl:before {
		width: 50px;
		height: 50px;
	}
	.intro_name dl dt {
		font-size: 12px;
	}
	.intro_name dl dd {
		font-size: 20px;
	}
	.intro_name h3 {
		font-size: 15px;
		margin-top: 15px;
		line-height: 1.7;
	}
}

#people_manufacture .intro_name h3 {
	color: #1aa0e2;
}
#people_sales .intro_name h3 {
	color: #fd6ea4;
}
#people_officework .intro_name h3 {
	color: #b450a4;
}
[id*="people_technical"] .intro_name h3 {
	color: #1cb459;
}
#people_technical02 {
 margin-top: 100px;
}
#people_technical02 .intro_wrap {
 padding-top: 0;
}
@media screen and (max-width: 768px) {
	.section_wrap {
		margin-top: 70px;
	}
	#peopleTtl + .section_wrap {
		margin-top: 10px;
	}
}

.accordion_btn {
 margin: 70px auto 0;
 position: static;
 transform: inherit;
}
@media screen and (max-width: 768px) {
	.accordion_btn {
		margin-top: 30px;
	}
}

/* interview */
.interview_wrap {
	margin-top: 150px;
}
.interview_wrap_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}
.interview_box01,
.interview_box02 {
 margin: 0 2.8%;
	flex: 1 0 0%;
}
.interview_box01 span,
.interview_box02 span {
	display: block;
	position: relative;
}
.interview_box01 img,
.interview_box02 img,
.interview_box01 h4,
.interview_box02 h4,
.interview_box01 p,
.interview_box02 p {
	position: relative;
	z-index: 100;
}
.interview_box01 p,
.interview_box02 p {
	line-height: 1.7;
	font-weight: 300;
	letter-spacing: -0.03em;
}
.interview_wrap h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.interview_wrap h4:nth-child(n+2) {
	margin-top: 50px;
}
.r_side_img, .l_side_img {
	max-width: 680px;
 width: 46.2%;
	flex: none;
}
.r_side_img img, .l_side_img img {
	width: 100%;
}
.r_side_img span:after {
	content: "";
	background-color: #ccc;
	width: 3000px;
	position: absolute;
	height: 100%;
	bottom: -50px;
	left: 50%;
}
.l_side_img span:after {
	content: "";
	background-color: #ccc;
	width: 3000px;
	position: absolute;
	height: 100%;
	bottom: -50px;
	right: 50%;
}
#people_manufacture .l_side_img span:after,
#people_manufacture .r_side_img span:after {
	background-color: #1aa0e2;
}
#people_sales .l_side_img span:after,
#people_sales .r_side_img span:after {
	background-color: #fd6ea4;
}
#people_officework .l_side_img span:after,
#people_officework .r_side_img span:after {
	background-color: #b450a4;
}
[id*="people_technical"] .l_side_img span:after,
[id*="people_technical"] .r_side_img span:after {
	background-color: #1cb459;
}
@media screen and (max-width: 768px) {
	.interview_wrap {
		margin-top: 50px;
	}
	.interview_wrap:nth-child(odd) .interview_wrap_inner {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.interview_wrap:nth-child(even) .interview_wrap_inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.interview_box01,
 .interview_box02 {
  margin: 0 20px;
  flex: none;
 }
	.interview_box01.l_side,
	.interview_box02.r_side {
		margin-top: 70px;
	}
	.interview_box02.r_side_img {
		margin: 0 20vw 0 0;
		width: 80%;
	}
	.interview_box01.l_side_img {
		margin: 0 0 0 20vw;
		width: 80%;
	}
	.l_side_img span:after,
	.r_side_img span:after {
	bottom: -20px;
}
	.interview_wrap h4 {
		font-size: 19px;
	}
	.interview_wrap h4:nth-child(n+2) {
		margin-top: 40px;
	}
	.interview_box01 p,
	.interview_box02 p {
		font-size: 13px;
	}
}

/* message */
.message_wrap {
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	max-width: 910px;
	margin: 200px auto 100px;
	padding: 60px;
	position: relative;
}
.message_img {
	margin-right: 70px;
}
.message_txt {
	background-color: #f2f2f2;
	flex: 1 0 0%;
}
.message_txt h4 {
	border-bottom: 1px solid #000;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.message_txt p {
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.message_wrap {
  width: 100%;
  margin: 0;
  padding: 75px 0 0;
  background: none;
  margin-top: 50px;
 }
	.message_img {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
 }
	.message_txt {
		padding: 75px 40px 20px 40px;
	}
	.message_txt h4 {
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.message_txt p {
		font-size: 13px;
	}
}

/* ENTRY */
.btn_entry_wrap {
	background-color: #efefef;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.btn_entry_wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}