@charset "utf-8";

/*employee_lead
--------------------------------------------*/
#employee_lead{
	padding-top: 45px;
}
#employee_lead .ttl01 {
	margin-bottom: 18px;
}
#employee_lead .detail{
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
	text-align: justify;
	margin-bottom: 45px;
}
#employee_lead .detail .em{
	font-weight: 700;
}

/*employee_recruitment
--------------------------------------------*/
#employee_recruitment{
	width: calc(100% - 10%);
	background-image: url(../img/employee/recruitment_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 6px 0 4px;
	margin: 0 auto 50px;
}
#employee_recruitment .employee_recruitment_inner{
	padding: 18px;
}
#employee_recruitment .ttl02{
	margin-bottom: 7px;
	font-size: 2.4rem;
}
#employee_recruitment .ttl02::before{
	color:rgba(255,255,255,0.2);
	top:-48px
}
#employee_recruitment .ttl02::after{
	content:none;
}
#employee_recruitment p{
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
}

/*employee_process
--------------------------------------------*/
#employee_process{
	padding:48px 0 50px;
	background-color: #ecf4f2;
}
#employee_process .ttl02{
	margin-bottom: 46px;
}
#employee_process .ttl02::before{
	content: "Process";
}
#employee_process .list{
	width: 94%;
	margin:0 auto;
}
#employee_process .list_item{
	width: 48.5%;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#employee_process .list_item:last-of-type{
	margin-bottom: 0;
}
#employee_process .list_item::before{
	position: absolute;
	content: "process";
	font-size: 2.5rem;
	color:#87c8c0;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--font-family-serif);
	bottom: 0;
	left: 0;
}
/* #employee_process .list_item::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 35px;
	background-color:#87c8c0;
	bottom: 100px;
	left: 28px;
} */
#employee_process .list_item .ttl{
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.41;
	letter-spacing: 0.02em;
	font-weight: 500;
	min-width: 270px;
	background-color: #fff;
	padding:15px 20px 14px;
	margin-bottom:10px;
	z-index: 1;
}
#employee_process .list_item .ttl::before{
	position: absolute;
	content: "";
	background-image: url(../img/employee/L_border_l.png);background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
#employee_process .list_item .ttl::after{
	position: absolute;
	content: "";
	background-image: url(../img/employee/L_border_r.png);background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
}
#employee_process .list_item .ttl span{
	position: relative;
	display: block;
}
#employee_process .list_item .ttl span::before{
	position: absolute;
	content: "01";
	font-size: 3.6rem;
	color: var(--main-color);
	font-style: italic;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	transform: translateX(-50%);
	bottom: -35px;
	left: 2px;
}
#employee_process .list_item:nth-of-type(2) .ttl span::before{
	content: "02";
}
#employee_process .detail{
	position: relative;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
	padding: 10px;
	background-color: rgba(255,255,255,0.6);
	text-align: justify;
	width: calc( 100% - 66px );
	min-height: 150px;
	margin:-22px 0 0 auto;
	padding-top: 26px;
}
#employee_process .list_item .detail::after{
	position: absolute;
	content: "";
	background-color: #87c8c0;
	width: 1px;
	height: calc(100% - 138px);
	left: -36px;
	bottom: 98px;
}
#employee_process .list_item:nth-of-type(2) .detail::after{
	height: calc(100% - 138px);
	left: auto;
	right: -36px;
	bottom: 98px;
}
#employee_process .detail .em{
	color: var(--main-color3);
	font-weight: 600;
}
#employee_process .detail .em_u-line{
	font-weight: 600;
	background:linear-gradient(transparent 70%, #fff59c 70%);
}
#employee_process .list_item:nth-of-type(2){
	text-align: right;
}
#employee_process .list_item:nth-of-type(2) .detail{
	margin:-22px 0 0 0;
}
#employee_process .list_item:nth-of-type(2) .ttl{
	text-align: right;
}
#employee_process .list_item:nth-of-type(2) .ttl span::before{
	left: auto;
	right: -30px;
}
#employee_process .list_item:nth-of-type(2)::before{
	left: auto;
	right: 8px;
} 
#employee_process .list_item:nth-of-type(2)::after{
	left: auto;
	right: 28px;
}
#employee_process .list_item:nth-of-type(2) .ttl::before{
	left: auto;
	right: 0;
	transform: rotate(90deg);
}
#employee_process .list_item:nth-of-type(2) .ttl::after{
	right: auto;
	left: 0;
	transform: rotate(90deg);
}
/* @media screen and (max-width: 425px) {
	#employee_process .list_item::after{
		height: 130px;
		bottom: 100px;
	}
	#employee_process .detail{
		min-height: 275px;
	}
} */


/*employee_topclass
--------------------------------------------*/
#employee_topclass{
	padding:46px 0 0;
}
#employee_topclass .ttl02{
	margin-bottom: 40px;
}
#employee_topclass .ttl02::before{
	color: #fff2e9;
	content: "Payroll system";
	font-size: min(12.5vw, 45px);
}
#employee_topclass .ttl02::after{
	background-color: var(--main-color);
}
#employee_topclass .lead{
	font-size: 1.3rem;
	line-height: 2;
	width: 94%;
	margin: 0 auto 20px;
}
#employee_topclass .media_item{
	position: relative;
	margin: 0 auto 50px;
}
#employee_topclass .item_img{
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
#employee_topclass .media_item .item_img{
	position: absolute;
	width: 80%;
	height: 205px;
	object-fit: cover;
	object-position: top;
}

#employee_topclass .item_body{
	padding-top: 115px;
}

#employee_topclass .item_ttl{
	text-align: right;
	margin-bottom: 20px;
	margin-right: 3%;
	z-index: 1;
	position: relative;
}
#employee_topclass .media_item:nth-of-type(2n) .item_ttl{
	margin-right: auto;
	margin-left: 3%;
}

#employee_topclass .item_ttl span:first-of-type::before{
	left: auto;
	right: 0;
}
#employee_topclass .media_item:nth-of-type(2n) img{
	right: 0;
}
#employee_topclass .media_item:nth-of-type(2n) .item_ttl{
	text-align: left;
}
#employee_topclass .media_item:nth-of-type(2n) .item_ttl span:first-of-type::before{
	left: 0;
	right: auto;
	text-align: left;
}
#employee_topclass .item_ttl span{
	display: inline-block;
	background-color: var(--main-color3);
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
}
#employee_topclass .item_ttl span:first-of-type{
	position: relative;
}
#employee_topclass .item_ttl span:first-of-type::before{
	position: absolute;
	content: "01";
	font-size:4.0rem;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	font-style:italic ;
	color: #99dec2;
	letter-spacing: 0.02em;
	left: 0;
	top: -45px;
}
#employee_topclass .media_item:nth-of-type(2) .item_ttl span:first-of-type::before{
	content: "02";
}
#employee_topclass .media_item:nth-of-type(3) .item_ttl span:first-of-type::before{
	content: "03";
}
#employee_topclass .media_item:nth-of-type(4) .item_ttl span:first-of-type::before{
	content: "04";
}

#employee_topclass .item_detail{
	font-size: 1.3rem;
	line-height: 2;
	text-align: justify;
	width: 90%;
	margin:0 auto;
}
#employee_topclass .item_detail .em{
	font-weight: 700;
}
#employee_topclass .media_item:nth-of-type(2) .item_img{
	margin-right: auto;
	margin-left: 20px;
}


/* アコーディオン */
#employee_topclass .accordion {
	width: 90%;
	margin: 0 auto;
}
#employee_topclass .accordion__link {
	position: relative;
	padding-top: 30px;
}
#employee_topclass .accordion__text {
	position: relative;
	display: block;
	color: var(--main-color3);
	text-decoration: none;
	transition: all .2s ease 0s;
	font-size: 1.1rem;
	text-align: center;
}
#employee_topclass .accordion__text.close .icon-plus:after {
	display: none;
}
#employee_topclass .accordion__text .icon-plus {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--main-color3);
	border-radius: 20px;
	transform: translate(-50%);
	left: 50%;
	top: -20px;
}
#employee_topclass .accordion__text .icon-plus:before {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	background-color: currentColor;
	content: '';
}
#employee_topclass .accordion__text .icon-plus:after {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	background-color: currentColor;
	content: '';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#employee_topclass .accordion__item__label {
	display: block;
	position: relative;
	font-size: 1.3rem;
	line-height: 2;
	text-align: justify;
}
#employee_topclass .accordion__item__label .em{
	font-weight: 700;
}



/*employee_achievements
--------------------------------------------*/
#employee_achievements{
	padding:50px 0 10px;
	background-color: #ecf4f2;
}
#employee_achievements .ttl02{
	margin-bottom: 42px;
}
#employee_achievements .ttl02::before{
	content: "Achievements";
}
#employee_achievements .lead{
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 34px;
	text-align: justify;
}
#employee_achievements .data_wrapper{
	margin-bottom: 15px;
}
#employee_achievements .data{
	text-align: center;
	padding: 0 15px 20px;
}
#employee_achievements .ttl04{
	margin-bottom: 20px;
}
#employee_achievements .data01{
	margin-bottom: 20px;
}
#employee_achievements .data03{
	margin-bottom: 20px;
}
#employee_achievements .data03 .ttl04{
	margin-bottom: 20px;
}
#employee_achievements .data04 .ttl04{
	margin-bottom: 20px;
}
#employee_achievements .note_txt{
	font-size: 1.0rem;
	text-align: left;
	padding-top: 15px;
}
#employee_achievements .data04 .note_txt{
	text-align: right;
}


/*employee_salary
--------------------------------------------*/
#employee_salary{
	padding:50px 0 50px;
}
#employee_salary .ttl02{
	margin-bottom: 40px;
}
#employee_salary .ttl02::before{
	color: #fff2e9;
	content: "Salary";
}
#employee_salary .ttl02::after{
	background-color: var(--main-color);
}
#employee_salary .lead{
	font-size: 1.3rem;
	line-height: 2;
	margin:0 auto 34px;
	text-align: justify;
}
#employee_salary .salary_list{
	position: relative;
	width: 94%;
	margin: 0 auto 125px;
}
#employee_salary .salary_list::before{
	position: absolute;
	content: "next";
	color: var(--main-color3);
	font-family: var(--font-family-serif);
	font-size: 1.6rem;
	bottom: -52px;
	right: 70px;
}
#employee_salary .salary_list::after{
	position: absolute;
	content: url(../img/employee/salary_arrow.png);
	bottom: -45px;
	right: 12px;
}
#employee_salary .list_item{
	text-align: center;
	margin-top: 55px;
}
#employee_salary .item_ttl{
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	color: var(--main-color3);
	text-align: center;
	margin-bottom: 10px;
}
#employee_salary .item_ttl::before{
	position: absolute;
	content: "01";
	font-size:4.4rem;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	font-style:italic ;
	color: #e8f7f4;
	letter-spacing: 0.02em;
	transform: translateX(-50%);
	left: 50%;
	top: -24px;
	z-index: -1;
}
#employee_salary .list_item.salary02 .item_ttl::before{
	content: "02";
}
#employee_salary .list_item.salary03 .item_ttl::before{
	content: "03";
}
#employee_salary .list_item img{
	width: 85.71%;
	margin: 0 auto 10px;
}
#employee_salary .item_detail{
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2;
	text-align: justify;
	padding: 0 10px;
}

/* spのみ表示　目次 */
#employee_salary .contents{
	width: 94%;
	margin: 0 auto;
}
#employee_salary .contents_list{
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	text-align: center;
}
#employee_salary .contents_list .contents_item{
	width: calc( ( 100% - 20px )/3 );
	background-color: var(--main-color3);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.24;
	padding: 8px 5px 10px;
	box-shadow: 2px 2px 4px #999;
}
#employee_salary .contents_list .contents_item .min{
	font-size: 1.4rem;
}
#employee_salary .contents_item .num{
	display: block;
	font-size: 2.4rem;
	color: rgba(255,255,255,0.4);
	font-family: var(--font-family-serif);
	letter-spacing: 0.02em;
	margin-bottom: 9px;
}
#employee_salary .contents_item:nth-of-type(3) .num{
	margin-bottom: 2px;
}

#employee_salary .slick-dots{
	bottom: -75px !important;
}
#employee_salary .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color3);
}




/*employee_system
--------------------------------------------*/
#employee_system{
	padding:45px 0 50px;
	background-color: #ecf4f2;
}
#employee_system .ttl02{
	margin-bottom: 40px;
}
#employee_system .ttl02::before{
	content: "System";
}
#employee_system .lead{
	font-size: 1.3rem;
	line-height: 2;
	text-align: justify;
	margin-bottom: 20px;
}
#employee_system .ttl03{
	margin-bottom: 30px;
}
#employee_system .data{
	margin-bottom: 40px;
	text-align: center;
}
#employee_system .data.data02{
	margin-bottom: 0;
}

/*employee_career
--------------------------------------------*/
#employee_career{
	padding:45px 0 10px;
}
#employee_career .ttl02{
	margin-bottom: 40px;
}
#employee_career .ttl02::before{
	color: #fff2e9;
	content: "Career";
}
#employee_career .ttl02::after{
	background-color: var(--main-color);
}
#employee_career .lead{
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 34px;
	text-align: justify;
}
#employee_career .case_ttl_wrapper{
	background-color: var(--main-color3);
	width: 100%;
	padding:13px 10px;
	margin-bottom: 10px;
}
#employee_career .accordion_container{
	margin-bottom: 40px;
}
#employee_career .accordion_container:nth-of-type(2n) .case_ttl_wrapper{
	background-color: var(--main-color2);
}
#employee_career .case_ttl{
	border-left: 7px solid #fff;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.47;
	padding-left: 18px;
}
#employee_career .case_ttl .profile{
	display: block;
	color: #bfefd9;
	font-size: 1.3rem;
	padding-top: 5px;
}

#employee_career .accordion_container:nth-of-type(2n) .profile{
	color: #99dadc;
}

/* アコーディオン */
#employee_career .accordion_title {
	position: relative;
	background-color: #f2f2f2;
	color: var(--main-color3);
	font-size: 1.7rem;
	letter-spacing: 0.6em;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
	margin-bottom: 10px;
	line-height: 1;
}
#employee_career .accordion_title:hover {
	opacity: .8;
}

/* 矢印の挙動 */
#employee_career .accordion_title::before {
	position: absolute;
	content: "";
	background-image: url(../img/cmn/arrow_triangle_green_up.png);
	width: 18px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: cover;
	right: 40px;
	transition: 0.3s;
	transform: rotate(180deg);
}
#employee_career .accordion_title.open::before {
	transform: rotate(0deg);
}
/* 一つ目のアコーディオンのみ矢印の挙動を逆に */
#employee_career .accordion_container:first-of-type .accordion_title.open::before{
	transform: rotate(180deg);
}
#employee_career .accordion_container:first-of-type .accordion_title::before{
	transform: rotate(0deg);
}
#employee_career .accordion_inner {
	display: none;
}
#employee_career .accordion_inner.default {
	display: block;
}
#employee_career .case_box_inner{
	/* display: flex;
	gap: 0 40px;
	flex-wrap: wrap; */
	margin-bottom: 40px;
}
#employee_career .year{
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-color: #fde4d3;
	color: var(--main-color);
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 8px;
}
#employee_career .detail{
	font-size: 1.3rem;
	line-height: 2;
}
#employee_career .case_body{
	margin-bottom:16px;
}

/*employee_benefits
--------------------------------------------*/
#employee_benefits{
	padding:45px 0 50px;
	background-color: #ecf4f2;
}
#employee_benefits .ttl02{
	margin-bottom: 40px;
}
#employee_benefits .ttl02::before{
	content: "Benefits";
}
#employee_benefits .lead{
	width: 94%;
	margin: 0 auto 22px;
	font-size: 1.3rem;
	line-height: 2;
	text-align: justify;
}
#employee_benefits .modal_item{
	position: relative;
	background-color: #fff;
	width: 33.33%;
	box-shadow: 2px 2px 4px #999;
	padding: 30px 6px 3px;
	text-align: center;
	margin: 30px 5px 10px;
}
/* #employee_benefits .modal_item::before{
	position: absolute;
	content:"";
	background-image: url(../img/employee/icon_benefits01.png);
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	left: 50%;
	top: -60px;
} */
#employee_benefits .modal_item .modal_ttl{
	font-size: 1.3rem;
	color: var(--main-color);
	font-weight: 600;
	line-height: 1.4;
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#employee_benefits .modal_item .more{
	font-size: 1.2rem;
}
#employee_benefits .modal_item .click{
	font-size: 1.0rem;
	color: var(--main-color2);
	list-style: 1;
}
#employee_benefits .modal_item .more::after{
	content: "";
	background-image: url(../img/employee/benefits_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 6px;
	display: inline-block;
	margin-left: 5px;
}
#employee_benefits .slick-dots{
	bottom: -38px !important;
}
#employee_benefits .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color);
}





/* モーダル基本設定 */
body.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
.modal {
	position: fixed;
	/* top: 0; */
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal * {
	text-shadow: none;
	color: #333;
}
.modal-bg {
	position: fixed;
	/* top: 0; */
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-backdrop-filter: blur(5px);
			backdrop-filter: blur(5px);
	/* background: rgba(16, 16, 16, .1); */
}
.modal-content {
	position: relative;
	z-index: 2;
	padding: 50px 0;
	width: 80vw;
	max-height: 90vh;
	/* max-width: 210px; */
	max-width: 240px;
	box-sizing: border-box;
}		
.modal-inner {
	position: relative;
	background: #fff;
	padding: 80px 20px 20px;
	text-align: left;
	box-shadow: 2px 2px 4px #999;
}
.modal-item {
	word-break: break-all;
}
#employee_benefits .benefits_item .ttl::before,
#employee_benefits .modal_item::before{
	position: absolute;
	content: "";
	background-image: url(../img/employee/icon_benefits01.png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateX(-50%);
	left: 50%;
	top: -60px;
}
#employee_benefits .modal_item::before{
	top: -25px !important;
}
#employee_benefits .modal_item.modal02::before{
	background-image: url(../img/employee/icon_benefits02.png);
}
#employee_benefits .modal_item.modal03::before{
	background-image: url(../img/employee/icon_benefits03.png);
}
#employee_benefits .modal_item.modal04::before{
	background-image: url(../img/employee/icon_benefits04.png);
}
#employee_benefits .modal_item.modal05::before{
	background-image: url(../img/employee/icon_benefits05.png);
}
#employee_benefits .modal_item.modal06::before{
	background-image: url(../img/employee/icon_benefits06.png);
}
#employee_benefits .modal_item.modal07::before{
	background-image: url(../img/employee/icon_benefits07.png);
}
#employee_benefits .modal_item.modal10::before{
	background-image: url(../img/employee/icon_benefits10.png);
}
#employee_benefits .modal_item.modal11::before{
	background-image: url(../img/employee/icon_benefits11.png);
}
#employee_benefits .modal_item.modal09::before{
	background-image: url(../img/employee/icon_benefits09.png);
}


#employee_benefits .benefits_item:nth-of-type(2) .ttl:before{
	background-image: url(../img/employee/icon_benefits02.png);
}
#employee_benefits .benefits_item:nth-of-type(3) .ttl:before{
	background-image: url(../img/employee/icon_benefits03.png);
}
#employee_benefits .benefits_item:nth-of-type(4) .ttl:before{
	background-image: url(../img/employee/icon_benefits04.png);
}
#employee_benefits .benefits_item:nth-of-type(5) .ttl:before,
#employee_benefits .modal_item.modal05::before{
	background-image: url(../img/employee/icon_benefits05.png);
}
#employee_benefits .benefits_item:nth-of-type(6) .ttl:before,
#employee_benefits .modal_item.modal06::before{
	background-image: url(../img/employee/icon_benefits06.png);
}
#employee_benefits .benefits_item:nth-of-type(7) .ttl:before,
#employee_benefits .modal_item.modal07::before{
	background-image: url(../img/employee/icon_benefits07.png);
}
#employee_benefits .benefits_item:nth-of-type(8) .ttl:before,
#employee_benefits .modal_item.modal08::before{
	background-image: url(../img/employee/icon_benefits08.png);
}
#employee_benefits .benefits_item:nth-of-type(9) .ttl:before,
#employee_benefits .modal_item.modal09::before{
	background-image: url(../img/employee/icon_benefits09.png);
}
#employee_benefits .benefits_item .ttl{
	position: relative;
	font-size: 1.3rem;
	color: var(--main-color);
	font-weight: 600;
	text-align: center;
	margin-bottom: 8px;
}
#employee_benefits .benefits_item .detail{
	font-size: 1.3rem;
	line-height: 2;
}
.modal .btn-close:hover {
	cursor: pointer;
}
.modal.is_close > * {
	pointer-events: none;
}
.modal.is_close {
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: visibility .3s;
	transition: visibility .3s;
}
.modal.is_close .modal-bg,
.modal.is_close .modal-content {
	opacity: 0;
	-webkit-transition: .3s opacity 0s;
	transition: .3s opacity 0s;
}
.modal.is_open {
	visibility: visible;
}
.modal.is_open .modal-bg {
	opacity: 1;
	-webkit-transition: .3s opacity 0s;
	transition: .3s opacity 0s;
}
.modal.is_open .modal-content {
	pointer-events: none;
	opacity: 1;
	-webkit-transition: .3s opacity .3s;
	transition: .3s opacity .3s;
}
.modal.is_open .btn-close, .modal.is_open .modal-inner {
	pointer-events: auto;
}
.modal.is_open .btn-close{
	position: absolute;
	top: 60px;
	right: 10px;
	content: url(../img/cmn/icon_close.png);
	width: auto;
	height: auto;

}



/*sec_jobs
--------------------------------------------*/
#sec_jobs{
	margin:70px 0;
}

