@charset "UTF-8";

/* recruit
---------------------------------------------------------------------------*/
.bnr-recruit {
	display: none;
}

.related-news:last-child {
	margin-top: 160px;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	position: relative;
	width: 898px;
	margin: 0 auto 70px;
	z-index: 1;
}

.sec-lead h1 {
	position: relative;
	width: 284px;
	margin: -110px auto -30px;
	transform: translateX(12px);
	z-index: 2;
}

.sec-lead h1 strong {
	display: block;
	position: absolute;
	bottom: -26px;
	right: -198px;
}

.sec-lead p {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.12em;
	text-align: center;
}

.img-recruit {
	position: relative;
	margin-bottom: 60px;
	z-index: 0;
}

.img-recruit .img1 { position: relative; margin-bottom: 56px; z-index: 0; }
.img-recruit .img2 { position: absolute; top: 109px; right: 39px; z-index: 0; }
.img-recruit .img3 { position: relative; margin-left: 36px; z-index: 0; }
.img-recruit .img4 { position: absolute; top: 413px; right: 15px; z-index: 0; }

.sec-lead .obj1 { position: absolute; top: -13px; left: -32px; z-index: 1; }
.sec-lead .obj2 { position: absolute; top: 115px; right: -66px; z-index: 1; }
.sec-lead .obj3 { position: absolute; top: 314px; left: -64px; z-index: 1; }
.sec-lead .obj4 { position: absolute; top: 462px; left: 324px; z-index: 1; }
.sec-lead .obj5 { position: absolute; top: 374px; right: -32px; z-index: 1; }
.sec-lead .obj6 { position: absolute; bottom: 25px; right: -52px; z-index: 1; }
.sec-lead .obj7 { position: absolute; top: 1030px; left: -14px; z-index: 1; }
.sec-lead .obj8 { position: absolute; bottom: 10px; left: -42px; z-index: 1; }
.sec-lead .obj9 { position: absolute; bottom: -28px; right: -18px; z-index: 1; }


/* .sec-point
---------------------------------------------------------------------------*/
.sec-point {
	width: 800px;
	margin: 0 auto 100px;
}

.sec-point .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.sec-point .inner:last-of-type {
	margin-bottom: 0;
}

.sec-point figure {
	width: 239px;
	min-width: 239px;
}

.sec-point .txt {
	padding: 0 0 0 55px;
}

.sec-point .txt h2 {
	margin-bottom: 20px;
	color: #EA5704;
	font-size: 20px;
	letter-spacing: 0.15em;
}

.sec-point .txt h2 i {
	position: relative;
	display: inline-block;
	width: 58px;
	font-size: 23px;
	transform: translateY(2px);
}

.sec-point .txt h2 i:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 24px;
	background-color: #EE5300;
	width: 21px;
	height: 1px;
}

.sec-point .txt p {
	font-size: 15px;
	text-align: justify;
}


/* .sec-job
---------------------------------------------------------------------------*/
.sec-job {
	box-sizing: border-box;
	background-color: #F4EEDD;
	border-radius: 17px;
	padding: 14px;
	width: 884px;
	margin: 0 auto;
}

.sec-job .inner {
	background-color: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 10px;
}

.sec-job .inner:last-of-type {
	margin-bottom: 0;
}

.sec-job .inner h2 {
	position: relative;
	padding: 22px 93px 22px 52px;
	color: #EA5704;
	font-size: 20px;
	letter-spacing: 0.12em;
	cursor: pointer;
	transition: .15s ease-out;
}

.sec-job .inner h2 > span {
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-left: 16px;
}

.sec-job .inner h2:hover {
	opacity: 0.5;
}

.sec-job .inner h2.notlink {
	pointer-events: none;
}

.sec-job .inner h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 27px;
	left: 25px;
	background-color: #FFD260;
	border-radius: 50%;
	width: 9px;
	height: 9px;
}

.sec-job .inner h2 i {
	display: block;
	position: absolute;
	top: 21px;
	right: 37px;
	width: 19px;
	height: 19px;
	transition: .2s ease-out;
}

.sec-job .inner h2 i:before,
.sec-job .inner h2 i:after {
	display: block;
	content: '';
	position: absolute;
	background-color: #FFAB7C;
}

.sec-job .inner h2 i:before {
	top: 0;
	left: 9px;
	width: 1px;
	height: 19px;
}

.sec-job .inner h2 i:after {
	top: 9px;
	left: 0;
	width: 19px;
	height: 1px;
}

.sec-job .inner h2.active i {
	transform: rotate(135deg);
}

.sec-job .detail {
	display: none;
}

.sec-job .detail-inner {
	width: 680px;
	margin: 0 auto;
	padding: 30px 0 60px;
}

.sec-job .detail figure {
	margin-bottom: 60px;
}

.sec-job .detail-inner > dl > div,
.sec-job .detail-inner p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sec-job .detail-inner > dl > div {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #EBE8DA;
	margin-bottom: 16px;
	padding-bottom: 19px;
	padding-left: 10px;
}

.sec-job .detail-inner > dl > div:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sec-job .detail-inner > dl dt,
.sec-job .detail-inner dd strong {
	color: #EA5704;
}

.sec-job .detail-inner > dl dt {
	width: 100px;
	min-width: 100px;
}

.sec-job .detail-inner dd > dl:not(:first-child) { margin-top: 12px; }

.sec-job .detail-inner dd > dl > div {
	display: -webkit-box;
	display: flex;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.sec-job .detail-inner dd > dl > div.pd { padding-bottom: 4px;}
.sec-job .detail-inner dd > dl > div:last-of-type { margin-bottom: 0; }

.sec-job .detail-inner dd > dl dt {
	width: 55px;
	min-width: 55px;
	color: #EA5704;
}

.sec-job .detail-inner dd > dl.wide dt { width: 100px; min-width: 100px; }
.sec-job .detail-inner dd > dl.wide2 dt { width: 140px; min-width: 140px; }

.sec-job .detail-inner dd ul {
	margin: 18px 0;
}

.sec-job .detail-inner dd ul:last-child {
	margin-bottom: 8px;
}

.sec-job .detail-inner dd .attention-list { margin: 13px 0 2px; }
.sec-job .detail-inner dd .attention-list.mt { margin-top: 5px; }
.sec-job .detail-inner dd .attention-list:first-child { margin-top: 0; }


/* .sec-training
---------------------------------------------------------------------------*/
.sec-training {
	display: -webkit-box;
	display: flex;
	width: 860px;
	margin: 0 auto 130px;
}

.sec-training figure {
	width: 318px;
	min-width: 318px;
}

.sec-training figure img:first-of-type {
	display: block;
	margin-bottom: 15px;
}

.sec-training .txt {
	position: relative;
	width: 100%;
	padding: 12px 0 0 54px;
}

.sec-training .txt h2 {
	margin: 0 0 24px 2px;
}

.sec-training .txt h2 strong {
	padding-right: 10px;
	color: #EA5704;
	font-size: 18px;
	letter-spacing: 0.18em;
}

.sec-training .txt h2 em {
	color: #EE8319;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.sec-training .txt h3 {
	margin-bottom: 18px;
	color: #EA5704;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.sec-training .txt p {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.12em;
}

.sec-training .txt .btn {
	margin: 35px 0 0 -2px;
}

.sec-training .pic {
	display: block;
	position: absolute;
}

.sec-training .gorilla { top: -5px; right: -10px; }
.sec-training .raccoon { top: 170px; right: -64px; width: 145px; height: auto; }
.sec-training .raccoon-gorilla { bottom: -55px; right: 29px; }


/* .sec-message
---------------------------------------------------------------------------*/
.sec-message {
	display: -webkit-box;
	display: flex;
	width: 926px;
	margin: 0 auto 150px;
}

.sec-message figure {
	order: 2;
	padding: 55px 0 0;
}

.sec-message figure img:first-of-type {
	display: block;
	margin-bottom: 45px;
}

.sec-message .txt {
	order: 1;
	padding: 0 75px 0 0;
}

.sec-message .txt h2,
.sec-message .txt h3 {
	color: #EA5704;
}

.sec-message .txt h2 {
	margin: 23px 0 14px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.sec-message .txt h2:first-of-type {
	margin: 0 0 15px;
}

.sec-message .txt h3 {
	margin-top: 28px;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.sec-message .txt p {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.95;
	letter-spacing: 0.04em;
	text-align: justify;
}


/* .sec-interview
---------------------------------------------------------------------------*/
.sec-interview {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 21px;
	width: 1100px;
	margin: 0 auto 120px;
	padding: 110px 30px 50px;
}

.title-interview {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.title-interview em {
	display: block;
	margin-bottom: 15px;
}

.title-interview strong {
	color: #EA5704;
	font-size: 15px;
	letter-spacing: 0.22em;
}

/* .interview-list
------------------------------------*/
.interview-list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.interview-list > div {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	padding: 0 27px;
	text-align: center;
	white-space: nowrap;
	transition: .15s ease-out;
	cursor: pointer;
}

.interview-list > div.noimg {
	pointer-events: none !important;
}

.interview-list > div:hover {
	opacity: 0.6;
}

.interview-list > div:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 1px;
	background: url(../img/share/line-dot.svg) no-repeat left top / 550px auto;
	width: 310px;
	height: 4px;
	transform-origin: right top;
	transform: rotate(-90deg);
	opacity: 0.7;
}

.interview-list > div:last-of-type:after {
	display: none;
}

.interview-list > div .pic {
	display: block;
	position: absolute;
	z-index: 1;
}

.interview-list .interview1 .bird6 { top: 45px; left: 14px; }
.interview-list .interview2 .bird7 { top: -9px; left: 54px; }
.interview-list .interview3 .bird4 { top: -75px; right: -8px; width: 39px; height: auto; }
.interview-list .interview4 .bird5 { top: 16px; right: -3px; }

.interview-list .interview1 .bird7,
.interview-list .interview2 .bird4,
.interview-list .interview2 .bird5,
.interview-list .interview3 .raccoon3,
.interview-list .interview4 .gorilla4 {
	display: none;
}

.interview-list > div figure {
	position: relative;
	width: 205px;
	margin: 0 auto 22px;
}

.interview-list > div h3 {
	margin-bottom: 16px;
	color: #EE8319;
	font-size: 13px;
	letter-spacing: 0.15em;
}

.interview-list > div h4 em {
	display: block;
	margin-bottom: 14px;
}

.interview-list > div h4 strong {
	font-size: 14px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}

.interview-list > div.noimg h4 {
	margin-top: 45px;
}


/* .modal-interview
---------------------------------------------------------------------------*/
.modal-interview {
	display: -webkit-box;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FBF8E9;
	width: 100%;
	min-width: 1300px;
	height: 100%;
/* 	z-index: 2000; */
	z-index: -999;
	opacity: 0;
	pointer-events: none;
}

/* .modal-interview .profile
------------------------------------*/
.modal-interview .profile {
	position: relative;
	background: url(../img/recruit/bg-interview.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 100%;
}

.modal-interview .profile .logo {
	position: absolute;
	top: 42px;
	left: 42px;
}

.modal-interview .profile .logo img {
	width: 110px;
	height: auto;
}

.modal-interview .profile .inner-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 400px;
}

.modal-interview .profile .inner,
.modal-interview .interview .inner {
	overflow: hidden;
	height: 0;
	pointer-events: none;
	opacity: 0;
}

.modal-interview .profile .inner.current,
.modal-interview .interview .inner.current {
	pointer-events: auto;
	height: auto;
}

.modal-interview .profile h5 {
	margin-bottom: 35px;
	text-align: center;
}

.modal-interview .profile h5 span {
	display: inline-block;
	background-color: #EE8319;
	border-radius: 30px;
	padding: 7px 18px 10px 21px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.16em;
	white-space: nowrap;
}

.modal-interview .profile figure {
	position: relative;
	border: 12px solid #FFFFFF;
	box-shadow: 0 2rem 2rem -2.5rem rgb(0,0,0,0.5);
	margin-bottom: 50px;
}

.modal-interview .profile figcaption {
	position: absolute;
	top: -43px;
	left: 28px;
	transform-origin: center top;
}

.modal-interview .profile h4 {
	text-align: center;
}

.modal-interview .profile h4 em {
	display: block;
	margin-bottom: 20px;
}

.modal-interview .profile h4 em img {
	width: auto;
	height: 28px;
}

.modal-interview .profile h4 strong {
	font-size: 17px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}

/* .modal-interview .interview
------------------------------------*/
.modal-interview .interview {
	position: relative;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 50%;
	min-height: 100%;
	padding: 8px;
}

.modal-interview .interview-inner {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	height: 100%;
	padding: 95px 40px 65px;
}

.modal-interview .interview-inner::-webkit-scrollbar {
	width: 2px;
}

.modal-interview .interview-inner::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #FFFFFF;
}

.modal-interview .interview-inner::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #FFD16A;
}

.modal-interview .interview .close {
	position: absolute;
	top: 28px;
	left: 32px;
	line-height: 1;
	z-index: 1000;
	cursor: pointer;
}

.modal-interview .interview .close:hover {
	opacity: 0.7;
}

.modal-interview .interview .close i {
	padding-right: 11px;
}

.modal-interview .interview .close span {
	border-bottom: 1px solid #EA5704;
	color: #EA5704;
	font-size: 15px;
	letter-spacing: 0.12em;
}

.modal-interview .interview .inner {
	box-sizing: border-box;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 35px;
}

.modal-interview .interview .slider-img {
	margin: 0 -35px 65px;
}

.modal-interview .interview .slider-img img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.modal-interview .interview .inner h4 {
	margin-bottom: 58px;
	text-align: center;
}

.modal-interview .interview .inner h4 span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	color: #EA5704;
	font-size: 21px;
	letter-spacing: 0.148em;
}

.modal-interview .interview .inner h4 span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 1px;
	background: url(../img/share/line-dot-orange.svg) repeat-x left bottom;
	width: calc(100% - 4px);
	height: 3px;
}

.modal-interview .interview .inner h5 {
	margin: 50px 0 16px;
	color: #EA5704;
	font-size: 18px;
	line-height: 1.6;
}

.modal-interview .interview .inner h5 i {
	display: inline-block;
	padding-right: 8px;
	color: #EE8319;
	font-size: 17px;
	letter-spacing: 0.08em;
	transform: translateY(-1px);
}

.modal-interview .interview .inner h5 strong {
	letter-spacing: 0.12em;
}

.modal-interview .interview .inner p {
	font-size: 16px;
	line-height: 1.9;
	text-align: justify;
}

/* .modal-interview .other
------------------------------------*/
.modal-interview .other {
	position: relative;
	box-sizing: border-box;
	background-color: #FBF8E9;
	border-radius: 30px;
	max-width: 700px;
	margin: 130px auto 0;
	padding: 100px 15px 40px;
	opacity: 0;
}

.other .title-interview {
	top: -12px;
}

.other .title-interview em {
	margin-bottom: 10px;
}

.other .title-interview em img {
	width: auto;
	height: 24px;
}

.other .title-interview strong {
	font-size: 14px;
}

.other .interview-list {
	flex-wrap: wrap;
}

.other .interview-list > div {
	width: 50%;
	margin-top: 44px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.other .interview-list > div:nth-of-type(1),
.other .interview-list > div:nth-of-type(2) {
	margin-top: 0;
	padding-top: 0;
}

.other .interview-list > div:after {
	width: 340px;
}

.other .interview-list > div:nth-of-type(1):after,
.other .interview-list > div:nth-of-type(2):after {
	width: 315px;
}

.other .interview-list > div:nth-child(even):after {
	display: none;
}

.other .interview-list > div:before {
	display: block;
	content: '';
	position: absolute;
	top: -22px;
	left: 22px;
	background: url(../img/share/line-dot.svg) no-repeat left top / 550px auto;
	width: calc(100% - 44px);
	height: 4px;
	opacity: 0.8;
}

.other .interview-list > div:nth-of-type(1):before,
.other .interview-list > div:nth-of-type(2):before {
	display: none;
}

.other .interview-list .interview1 .bird6 { top: 45px; left: -20px; }
.other .interview-list .interview1 .bird7 { top: -10px; right: 65px; }
.other .interview-list .interview2 .bird4 { top: -25px; left: 88px; width: 39px; height: auto; }
.other .interview-list .interview2 .bird5 { top: 50px; right: -25px; }
.other .interview-list .interview3 .raccoon3 { top: 9px; left: -12px; width: 56px; height: auto; }
.other .interview-list .interview4 .gorilla4 { bottom: -14px; right: 7px; width: 40px; height: auto; }

.other .interview-list .interview1 .bird7,
.other .interview-list .interview2 .bird4,
.other .interview-list .interview2 .bird5,
.other .interview-list .interview3 .raccoon3,
.other .interview-list .interview4 .gorilla4 {
	display: block;
}

.other .interview-list .interview2 .bird7,
.other .interview-list .interview3 .bird4,
.other .interview-list .interview4 .bird5 {
	display: none;
}

.other .interview-list > div:hover {
	opacity: 0.7;
}

.other .interview-list > div.current {
	pointer-events: none;
}


/* .attention-list
---------------------------------------------------------------------------*/
.attention-list li {
	position: relative;
	margin: 0 0 3px;
	padding-left: 17px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.attention-list li:last-of-type {
	margin-bottom: 0;
}

.attention-list li:before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}