  @charset "UTF-8";

/* ============================================

    Common

============================================ */
h2 {
	position: relative;
    text-align: center;
	margin: 50px auto;
}
h2::before {
  content: url(/company/recruit/adoption_detail/images/common/h2_mark.png);
  position: relative;
  top: 0;
  margin-right: 10px;
}
h2::after {
  content: "";
}

#staff .staff--h2 {
    text-align: center;
}
.wrapper {
	position: relative;
	background: url(/company/recruit/adoption_detail/images/common/upper_bg.png) no-repeat top right;
	background-size: 50%;
	margin: 10px auto 0;
	padding-top: 80px;
}
	@media all and (max-width:1024px) {
	  .wrapper {
		background: url(/company/recruit/adoption_detail/images/common/upper_bg.png) no-repeat top 0 right 0;
		background-size: 70%;
		padding-top: 50px;
	  }
	}
	@media all and (max-width:750px) {
	  .wrapper {
		background: none;
	  }
	}


/* ============================================

    Page

============================================ */
/* -----------------------------
    MV
----------------------------- */
.staff_kv {
	display: flex;
	justify-content: flex-end;
	width: 1020px;
	height: 497px;
	margin: 0 auto;
}
	@media all and (max-width:768px) {
		.staff_kv {
			width: 100%;
			height: 350px;
		}
	}
	@media all and (max-width:750px) {
		.staff_kv {
			width: 100%;
			height: auto;
			margin: 40px auto 10px;
		}
	}
.staff_kv .staff_prof {
	position: relative;
	width: 48%;
}
	@media all and (max-width:768px) {
		.staff_kv .staff_prof {
			width: 48%;
		}
	}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof {
			width: 100%;
		}
	}
.staff_kv .staff_prof .staff_prof-catchcopy {
	margin-top: calc(50% - (7rem));
}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof .staff_prof-catchcopy {
			width: 92%;
			margin: 0 auto;
			padding-top: 280px;
		}
	}
.staff_kv .staff_prof .staff_prof-catchcopy p {
	line-height: 3;
}
	@media all and (max-width:1024px) {
		.staff_kv .staff_prof .staff_prof-catchcopy p {
			line-height: 3.2;
		}
	}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof .staff_prof-catchcopy p {
			line-height: 3;
		}
	}
.staff_kv .staff_prof .staff_prof-catchcopy p span {
	display: inline;
	background: #0096f3;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
}
	@media all and (max-width:1024px) {
		.staff_kv .staff_prof .staff_prof-catchcopy p span {
			font-size: 1.8rem;
		}
	}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof .staff_prof-catchcopy p span {
			font-size: 1.7rem;
		}
	}
.staff_kv .staff_prof .staff_prof-cont {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 390px;
}
	@media all and (max-width:768px) {
		.staff_kv .staff_prof .staff_prof-cont {
			width: 310px;
		}
	}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof .staff_prof-cont {
			position: relative;
			width: 92%;
			margin: 40px auto 0;
		}
	}
.staff_kv .staff_prof .staff_prof-cont .staff_prof-txt {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
	@media all and (max-width:1024px) {
		.staff_kv .staff_prof .staff_prof-cont .staff_prof-txt {
			font-size: 1.4rem;
		}
	}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof .staff_prof-cont .staff_prof-txt {
			margin-bottom: 20px;
		}
	}
.staff_kv .staff_prof .staff_prof-cont .staff_prof-txt em {
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
}
	@media all and (max-width:1024px) {
		.staff_kv .staff_prof .staff_prof-cont .staff_prof-txt em {
			font-size: 1.6rem;
		}
	}
.staff_kv .staff_prof .staff_prof-cont .staff_prof-name {
	font-size: 2.1rem;
	font-weight: 600;
}
	@media all and (max-width:750px) {
		.staff_kv .staff_prof .staff_prof-cont .staff_prof-name {
			font-size: 2.4rem;
		}
	}


/* -----------------------------
    Lead
----------------------------- */
.staff_box {
	background: rgb(0,219,255);
	background: linear-gradient(90deg, rgba(0,219,255,1) 0%, rgba(0,155,255,1) 33%, rgba(0,115,255,1) 67%, rgba(0,88,255,1) 100%);
	color: #fff;
	padding: 50px 0;
}
	@media all and (max-width:750px) {
		.staff_box.lead {
			padding: 30px 0;
		}
	}
.staff_box.lead p {
	width: 1020px;
	margin: 0 auto;
	padding: 0 148px;
}
	@media all and (max-width:1024px) {
		.staff_box.lead p {
			width: 92%;
			padding: 0 50px;
		}
	}
	@media all and (max-width:750px) {
		.staff_box.lead p {
			padding: 0 10px;
		}
	}


/* -----------------------------
    Interview
----------------------------- */
.staff_interview {
	width: 1020px;
	margin: 0 auto 80px;
}
	@media all and (max-width:1024px) {
		.staff_interview {
			width: 92%;
			margin: 0 auto 73px;
		}
	}
	@media all and (max-width:750px) {
		.staff_interview {
			width: 100%;
			margin: 0 auto 50px;
		}
	}
.staff_interview-box {
	display: flex;
	margin-top: 70px;
}
	@media all and (max-width:1024px) {
		.staff_interview-box {
			margin-top: 50px;
		}
	}
	@media all and (max-width:750px) {
		.staff_interview-box {
			flex-wrap: wrap;
		}
	}
.staff_interview-box .staff_interview-txt {
	width: 560px;
	margin: 0 50px;
}
	@media all and (max-width:1024px) {
		.staff_interview-box .staff_interview-txt {
			width: 515px;
		}
	}
	@media all and (max-width:750px) {
		.staff_interview-box .staff_interview-txt {
			width: 92%;
			margin: 0 auto;
		}
	}
.staff_interview-box .staff_interview-txt dl {
	margin-top: 10px;
}
.staff_interview-box .staff_interview-txt dl dt {
	color: #00bfff;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.staff_interview-box .staff_interview-txt dl dd {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
	@media all and (max-width:1024px) {
		.staff_interview-box .staff_interview-txt dl dd {
			margin-bottom: 30px;
		}
	}
.staff_interview-box .staff_interview-img {
	width: 416px;
}
	@media all and (max-width:1024px) {
		.staff_interview-box .staff_interview-img {
			width: 382px;
		}
	}
	@media all and (max-width:750px) {
		.staff_interview-box .staff_interview-img {
			width: 100%;
		}
	}
@media all and (max-width:750px) {
	.staff_interview-box.box2 .staff_interview-img {
		order: 2;
	}
}
.staff_interview-box.box3 {
	justify-content: flex-end;
	margin-top: -20px;
}
	@media all and (max-width:1024px) {
		.staff_interview-box.box3 {
			display: block;
			margin-top: 50px;
		}
	}
.staff_interview-box.box3 .staff_interview-txt {
	width: 650px;
	background: #d7f7ff;
	margin: 0 20px;
	padding: 30px 60px 40px;
	z-index: -1;
}
	@media all and (max-width:1024px) {
		.staff_interview-box.box3 .staff_interview-txt {
			width: 100%;
			margin: 0 auto;
		}
	}
	@media all and (max-width:750px) {
		.staff_interview-box.box3 .staff_interview-txt {
			padding: 30px 10px 40px;
		}
	}
.staff_interview-box.box3 .staff_interview-txt dl,
.staff_interview-box.box3 .staff_interview-img {
	margin-left: 20px;
}
	@media all and (max-width:750px) {
		.staff_interview-box.box3 .staff_interview-img {
			width: 92%;
			margin: 0 auto;
		}
	}
.staff_interview-box.box3 .staff_interview-txt dl dd {
	margin-bottom: 20px;
}


/* -----------------------------
    Career step
----------------------------- */
.staff_career {
	position: relative;
	width: 742px;
	margin: 0 auto 30px;
}
	@media all and (max-width:750px) {
		.staff_career {
			width: 92%;
		}
	}
.staff_career h3 {
	text-align: center;
	margin-bottom: 48px;
}
.staff_career-step {
	background: rgb(0,219,255);
	background: linear-gradient(180deg, rgba(0,219,255,1) 0%, rgba(0,155,255,1) 33%, rgba(0,115,255,1) 67%, rgba(0,88,255,1) 100%);
	border-right: 1px solid #fff;
}
.staff_career-step .staff_career-wrap {
	background: #fff;
	width: 672px;
	margin: 0 0 0 70px;
	padding: 30px 0 20px;
}
	@media all and (max-width:750px) {
		.staff_career .staff_career-wrap {
			width: 100%;
		}
	}
.staff_career-step dl {
	background: #fff;
	box-shadow: 5px 5px 2px -2px rgba(89, 159, 182, 0.1);
	margin: 0 0 20px -35px;
	padding: 30px;
}
	@media all and (max-width:750px) {
		.staff_career-step dl {
			width: 88%;
		}
	}
.staff_career-step dl dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.staff_career-step dl dd {
	font-size: 1.6rem;
}
.staff_career-arrow {
	display: inline-block;
	border-style: solid;
	border-width: 40px 35px 0 35px;
	border-color: #005aff transparent transparent transparent;
}


/* -----------------------------
    Message
----------------------------- */
.staff_box.message {
	margin: 0 auto 80px;
}
.staff_box.message .staff_box-msg {
	display: flex;
	width: 1020px;
	margin: 0 auto;
}
	@media all and (max-width:1024px) {
		.staff_box.message .staff_box-msg {
			width: 92%;
		}
	}
	@media all and (max-width:750px) {
		.staff_box.message .staff_box-msg {
			flex-wrap: wrap;
		}
	}
.staff_box.message h3 {
	font-weight: normal;
	padding-top: 5px;
}
	@media all and (max-width:750px) {
		.staff_box.message h3 {
			width: 100%;
			font-size: 2.8rem;
			font-weight: 600;
			text-align: center;
			margin-bottom: 20px;
			padding-top: 0;
		}
	}
.staff_box.message h3 span {
	display: block;
	font-size: 1.4rem;
	white-space: nowrap;
	margin-top: 5px;
}
	@media all and (max-width:750px) {
		.staff_box.message h3 span {
			font-weight: normal;
		}
	}
.staff_box.message .staff_box-msg p {
	background: #fff;
	color: #000;
	margin-left: 30px;
	padding: 30px;
}
	@media all and (max-width:750px) {
		.staff_box.message .staff_box-msg p {
			margin-left: 0;
		}
	}


/* -----------------------------
    Button
----------------------------- */
.staff_fnav {
	width: 750px;
	text-align: center;
	margin: 0 auto;
}
	@media all and (max-width:1024px) {
		.staff_fnav {
			margin-bottom: 60px;
		}
	}
	@media all and (max-width:750px) {
		.staff_fnav {
			width: 90%;
		}
	}
.staff_fnav ul {
	display: flex;
	justify-content: space-around;
}
	@media all and (max-width:750px) {
		.staff_fnav ul {
			flex-wrap: wrap;
		}
	}
.staff_fnav ul li {
	width: 30%;
}
	@media all and (max-width:750px) {
		.staff_fnav ul li {
			width: 100%;
			margin-bottom: 20px;
		}
	}
.staff_fnav ul li a {
	position: relative;
	color: #009bff;
	display: block;
	width: 100%;
	font-size: 1.7rem;
	border: 2px solid #009bff;
	border-radius: 3px;
	padding: 2rem .5rem 2rem 0;
}
.staff_fnav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #009bff;
  border-right: 2px solid #009bff;
  transform: rotate(45deg);
  margin: auto;
}
.staff_fnav ul li a:hover {
	background: #00dbff;
	color: #fff;
	border: 2px solid #00dbff;
}
.staff_fnav ul li a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/* -----------------------------
    MV
----------------------------- */
.staff_kv.staff04 {
	background: url("/company/recruit/adoption_detail/images/staff/04-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff11 {
	background: url("/company/recruit/adoption_detail/images/staff/11-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff17 {
	background: url("/company/recruit/adoption_detail/images/staff/17-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff25 {
	background: url("/company/recruit/adoption_detail/images/staff/25-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff26 {
	background: url("/company/recruit/adoption_detail/images/staff/26-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff27 {
	background: url("/company/recruit/adoption_detail/images/staff/27-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff28 {
	background: url("/company/recruit/adoption_detail/images/staff/28-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff29 {
	background: url("/company/recruit/adoption_detail/images/staff/29-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff31 {
	background: url("/company/recruit/adoption_detail/images/staff/31-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff35 {
	background: url("/company/recruit/adoption_detail/images/staff/35-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff36 {
	background: url("/company/recruit/adoption_detail/images/staff/36-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff37 {
	background: url("/company/recruit/adoption_detail/images/staff/37-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff38 {
	background: url("/company/recruit/adoption_detail/images/staff/38-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff39 {
	background: url("/company/recruit/adoption_detail/images/staff/39-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff41 {
	background: url("/company/recruit/adoption_detail/images/staff/41-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff42 {
	background: url("/company/recruit/adoption_detail/images/staff/42-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff43 {
	background: url("/company/recruit/adoption_detail/images/staff/43-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff44 {
	background: url("/company/recruit/adoption_detail/images/staff/44-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff45 {
	background: url("/company/recruit/adoption_detail/images/staff/45-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff46 {
	background: url("/company/recruit/adoption_detail/images/staff/46-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff47 {
	background: url("/company/recruit/adoption_detail/images/staff/47-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff48 {
	background: url("/company/recruit/adoption_detail/images/staff/48-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff49 {
	background: url("/company/recruit/adoption_detail/images/staff/49-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff50 {
	background: url("/company/recruit/adoption_detail/images/staff/50-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff51 {
	background: url("/company/recruit/adoption_detail/images/staff/51-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff52 {
	background: url("/company/recruit/adoption_detail/images/staff/52-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff53 {
	background: url("/company/recruit/adoption_detail/images/staff/53-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff54 {
	background: url("/company/recruit/adoption_detail/images/staff/54-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff55 {
	background: url("/company/recruit/adoption_detail/images/staff/55-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff56 {
	background: url("/company/recruit/adoption_detail/images/staff/56-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff57 {
	background: url("/company/recruit/adoption_detail/images/staff/57-1.jpg") no-repeat;
	background-size: contain;
}
.staff_kv.staff58 {
	background: url("/company/recruit/adoption_detail/images/staff/58-1.jpg") no-repeat;
	background-size: contain;
}