@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

/* 2023 - Home */
#bg__h1-2023 {
    position: relative;
	background-color: #ccc;
    margin: 0;
    padding: 100px 0 0;
    width: 100%;
    height: 100%;
    max-height: 600px;
    font-size: 0;
}
#bg__h1-2023 .slick-list,
#bg__h1-2023 .slick-track {
    height: 100%;
    max-height: 500px;
}
#bg__h1-2023 h1 {
    margin: 0;
    padding: 0;
}
#bg__h1-2023 .image {
    display: block !important;
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
}
#bg__h1-2023 .image img {
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	object-position: 100% 50%;
	max-width: none;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#bg__h1-2023 .slick-track {
    margin: 0;
}
#bg__h1-2023 .slick-dots {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 100;
}
#bg__h1-2023 .slick-dots li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 20px;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	font-size: 0;
}
#bg__h1-2023 .slick-dots li.slick-active {
	border: 1px solid #fff;
}
#bg__h1-2023 .slick-dots button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	padding: 100% 0 0 0;
	font-size: 0;
	overflow: hidden;
}
#bg__h1-2023 .slick-dots button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 6px;
	background-color: #fff;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
    opacity: 1;
}

@media screen and (min-width: 1920px) {
	#bg__h1-2023 {
		max-height: 700px;
	}
	#bg__h1-2023 .slick-list,
	#bg__h1-2023 .slick-track {
		max-height: 600px;
	}
	#bg__h1-2023 .image {
		max-height: 600px;
	}
}




/* 2023 - employment_new */

.fade {
	opacity: 0;
	-webkit-transition: 0.8s linear;
	transition: 0.8s linear;
}
.fade.active {
	opacity: 1;
}
.fade-l {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-l.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-r {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-r.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-t {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, -30px);
	transform: translate(0, -30px);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-t.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-b {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-b.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-w {
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	opacity: 0;
}
.fade-z {
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
	opacity: 0;
}
.fade-w.active,
.fade-z.active {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.employment_new_main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff url(../images/employment_new/main-bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 580px;
	max-height: 700px;
	margin-top: 100px;
}
.employment_new_main h1 {
	background-color: #fff;
	width: 100%;
	width: 880px;
	height: 370px;
	padding-top: 80px;
	padding-left: 20px;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	white-space: nowrap;
	color: #000;
}
.employment_new_main h1 img {
	vertical-align: middle;
	width: 580px;
	margin-top: 30px;
}

.employment_new {
	width: 100%;
	overflow: hidden;
}
.employment_new .content_container {
	width: 100%;
	max-width: 960px;
	padding: 60px 0 0 0;
	font-size: 20px;
	line-height: 2;
}
.employment_new .content_container p {
	margin: 40px 0;
}
.employment_new .content_container p:first-child {
	margin-top: 0;
}
.employment_new .content_container p:last-child {
	margin-bottom: 0;
}

.employment_new_btn {
	margin: 80px 0 100px 0;
	text-align: center;
}
.employment_new_btn a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	background: #0067b0;
	width: 400px;
	height: 80px;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	overflow: hidden;
}
.employment_new_btn a strong {
	margin-right: 20px;
	font-size: 21px;
	font-weight: bold;
	color: #000;
}
.employment_new_btn a span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	background-color: #fff;
	width: 394px;
	height: 74px;
	z-index: 2;
}
.employment_new_btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #0067b0;
	background: -moz-linear-gradient(left, #1aa692 0%, #0067b0 50%, #1aa692 100%);
	background: -webkit-linear-gradient(left, #1aa692 0%,#0067b0 50%, #1aa692 100%);
	background: linear-gradient(to right, #1aa692 0%,#0067b0 50%, #1aa692 100%);
	width: 800px;
	height: 80px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1;
}
.employment_new_btn.partner a:before {
	background: #6356a3;
	background: -moz-linear-gradient(left, #6356a3 0%, #ee782b 50%, #6356a3 100%);
	background: -webkit-linear-gradient(left, #6356a3 0%, #ee782b 50%, #6356a3 100%);
	background: linear-gradient(to right, #6356a3 0%, #ee782b 50%, #6356a3 100%);
}
.employment_new_btn a:hover:before {
	left: -400px;
}
.employment_new_btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/employment_new/ar.svg) center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 3;
}
.employment_new_btn a:hover:after {
	right: 16px;
}

.employment_new_anchor {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
}
.employment_new_anchor.single {
	justify-content: center;
}
.employment_new_anchor li {
	list-style: none;
	width: 450px;
	margin: 0;
	padding: 0;
}
.employment_new_anchor a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 90px;
	width: 450px;
	height: 90px;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	overflow: hidden;
}
.employment_new_anchor a span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 90px;
	background-color: #fff;
	width: 442px;
	height: 82px;
	z-index: 2;
}
.employment_new_anchor a strong {
	margin-right: 20px;
	font-size: 22px;
	color: #000;
}
.employment_new_anchor a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #62b482;
	background: -moz-linear-gradient(top,  #c8463c 1%, #3c5ab4 20%, #62b482 37%, #62b482 63%, #3c5ab4 80%, #c8463c 100%);
	background: -webkit-linear-gradient(top,  #c8463c 1%,#3c5ab4 20%,#62b482 37%,#62b482 63%,#3c5ab4 80%,#c8463c 100%);
	background: linear-gradient(to bottom,  #c8463c 1%,#3c5ab4 20%,#62b482 37%,#62b482 63%,#3c5ab4 80%,#c8463c 100%);
	width: 100%;
	height: 180px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1;
}
.employment_new_anchor li.sec a:before {
	background: #ffff44;
	background: -moz-linear-gradient(top,  #3c5ab4 13%, #62b482 25%, #c8e154 37%, #ffff44 50%, #c8e154 63%, #62b482 75%, #3c5ab4 87%);
	background: -webkit-linear-gradient(top,  #3c5ab4 13%,#62b482 25%,#c8e154 37%,#ffff44 50%,#c8e154 63%,#62b482 75%,#3c5ab4 87%);
	background: linear-gradient(to bottom,  #3c5ab4 13%,#62b482 25%,#c8e154 37%,#ffff44 50%,#c8e154 63%,#62b482 75%,#3c5ab4 87%);
}
.employment_new_anchor a:hover:before {
	top: -90px;
}
.employment_new_anchor a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/employment_new/ar.svg) center center no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 3;
}
.employment_new_anchor a:hover:after {
	right: 16px;
}

.employment_new_img {
	position: relative;
	width: 100%;
	height: 480px;
	margin: 0;
	padding: 80px 0 0 0;
	font-size: 0;
	overflow: hidden;
}
.employment_new_img .slick-slide img {
	object-fit: cover;
	transform: scale(.8);
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.employment_new_img .slick-slide {
	width: 640px;
}
.employment_new_img .slick-slide.slick-center img {
	transform: scale(1);
}

.employment_new_title {
	border-top: 4px solid #62b482;
	border-image: -moz-linear-gradient(left,  #62b482 50%, #3c5ab4 75%, #c8463c 100%);
	border-image: -webkit-linear-gradient(left,  #62b482 50%,#3c5ab4 75%,#c8463c 100%);
	border-image: linear-gradient(to right,  #62b482 50%,#3c5ab4 75%,#c8463c 100%);
	border-image-slice: 1;
	width: 100%;
	margin: 100px 0 0 0;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.employment_new_title.partner {
	border-top: 4px solid #ffff44;
	border-image: -moz-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	border-image: -webkit-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	border-image: linear-gradient(to right, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	border-image-slice: 1;
}
.employment_new_title2 {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1240px;
	margin: 80px auto 0 auto;
}
.employment_new_title2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background-color: #000;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.employment_new_title2 span {
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 60px;
	background-color: #fff;
	height: 60px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 60px;
	white-space: nowrap;
	z-index: 2;
}

.employment_contents_main {
	position: relative;
	width: 100%;
}
.employment_contents_main img {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	z-index: 1;
}
.employment_contents_main p {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	z-index: 2;
}
.employment_contents_main p span {
	position: relative;
	display: inline-block;
	background: url(../images/employment_new/txt-bg_01.png) left top repeat-y;
	background-size: 470px;
	margin: -1px 0;
	padding: 11px 0 11px 10px;
}
.employment_contents_main.partner p {
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
}
.employment_contents_main.partner p span {
	background: url(../images/employment_new/txt-bg_02.png) left top repeat-y;
	background-size: 510px;
}
.employment_contents_main p span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.employment_contents_main.active p span:before {
	width: 0;
}

.employment_voice,
.employment_voice2 {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1240px;
	height: 600px;
	margin: 80px auto;
	padding: 0 20px;
	z-index: 1;
}
.employment_voice h4,
.employment_voice2 h4 {
	position: relative;
	display: table;
	min-width: 740px;
	margin: 0 0 30px 0;
	padding-top: 40px;
	font-feature-settings: 'palt';
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
}
.employment_voice2 h4 {
	padding-top: 50px;
	margin: 0 0 20px 0;
}
.employment_voice h4:after,
.employment_voice2 h4:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 600px;
	opacity: 0.6;
	z-index: -1;
	-webkit-transition: 0.8s ease;
	transition: 0.8s ease;
}
.employment_voice:nth-of-type(3n-2) h4:after {
	background: #62b482;
	background: -moz-linear-gradient(left,  #62b482 50%, #3c5ab4 100%);
	background: -webkit-linear-gradient(left,  #62b482 50%,#3c5ab4 100%);
	background: linear-gradient(to right,  #62b482 50%,#3c5ab4 100%);
}
.employment_voice:nth-of-type(3n-1) h4:after {
	background: #62b482;
	background: -moz-linear-gradient(left,  #3c5ab4 50%, #c8463c 100%);
	background: -webkit-linear-gradient(left,  #3c5ab4 50%, #c8463c 100%);
	background: linear-gradient(to right,  #3c5ab4 50%, #c8463c 100%);
}
.employment_voice:nth-of-type(3n) h4:after {
	background: #62b482;
	background: -moz-linear-gradient(left,  #62b482 50%, #c8463c 100%);
	background: -webkit-linear-gradient(left,  #62b482 50%,#c8463c 100%);
	background: linear-gradient(to right,  #62b482 50%,#c8463c 100%);
}
.employment_voice2 h4:after {
	background: #ffff44;
	background: -moz-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	background: -webkit-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	background: linear-gradient(to right, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
}
.employment_voice2:nth-of-type(even) h4:after {
	transform: scale(-1, 1);
}
.employment_voice:nth-of-type(odd) h4,
.employment_voice2:nth-of-type(odd) h4 {
	padding-right: 40px;
}
.employment_voice:nth-of-type(odd) h4:after,
.employment_voice2:nth-of-type(odd) h4:after {
	right: 0;
}
.employment_voice:nth-of-type(even) h4,
.employment_voice2:nth-of-type(even) h4 {
	padding-left: 40px;
}
.employment_voice:nth-of-type(even) h4:after,
.employment_voice2:nth-of-type(even) h4:after {
	left: 0;
}
.employment_voice2:nth-of-type(even) h4 {
	margin-left: auto;
}
.employment_voice.active h4:after,
.employment_voice2.active h4:after {
	width: calc(100vw - calc(50vw - 620px));
}
.employment_voice2.active h4:after {
	width: calc(100vw - calc(50vw - 380px));
}
.employment_voice .image,
.employment_voice2 .image {
	position: relative;
	width: 480px;
	z-index: 5;
}
.employment_voice .image img,
.employment_voice2 .image img {
	width: 100%;
	height: auto;
}
.employment_voice:nth-of-type(even) .image,
.employment_voice2:nth-of-type(even) .image {
	position: relative;
	width: 480px;
	margin-left: auto;
	z-index: 5;
}
.employment_voice p {
	position: absolute;
	bottom: 80px;
	border-radius: 20px;
	max-width: 750px;
	margin: 0;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 1.7;
	z-index: 10;
}
.employment_voice p:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	border-radius: 18px;
	background-color: #fff;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: -1;
}
.employment_voice p:after {
	content: "";
	position: absolute;
	background: url(../images/employment_new/huki_01.png) no-repeat;
	background-size: 22px;
	width: 22px;
	height: 28px;
}
.employment_voice:nth-of-type(odd) p {
	right: 100px;
	background: #62b482;
	background: -moz-linear-gradient(left,  #62b482 50%, #3c5ab4 75%, #c8463c 100%);
	background: -webkit-linear-gradient(left,  #62b482 50%,#3c5ab4 75%,#c8463c 100%);
	background: linear-gradient(to right,  #62b482 50%,#3c5ab4 75%,#c8463c 100%);
}
.employment_voice:nth-of-type(odd) p:after {
	top: 30px;
	left: -20px;
	transform: scale(-1, 1);
}
.employment_voice:nth-of-type(even) p {
	left: 100px;
	background: #62b482;
	background: -moz-linear-gradient(left, #c8463c 0%, #3c5ab4 25%, #62b482 50%);
	background: -webkit-linear-gradient(left, #c8463c 0%, #3c5ab4 25%, #62b482 50%);
	background: linear-gradient(to right, #c8463c 0%, #3c5ab4 25%, #62b482 50%);
}
.employment_voice:nth-of-type(even) p:after {
	bottom: 30px;
	right: -20px;
}
.employment_voice2 p {
	position: absolute;
	border-radius: 20px;
	background: #ffff44;
	background: -moz-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	background: -webkit-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	background: linear-gradient(to right, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	max-width: 630px;
	margin: 0;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 1.7;
	z-index: 10;
}
.employment_voice2 p:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	border-radius: 18px;
	background-color: #fff;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: -1;
}
.employment_voice2 p:after {
	content: "";
	position: absolute;
	bottom: 20px;
	background: url(../images/employment_new/huki_02.png) no-repeat;
	background-size: 22px;
	width: 22px;
	height: 28px;
}
.employment_voice2 p:nth-of-type(2):after {
	background: url(../images/employment_new/huki_03.png) no-repeat;
	background-size: 22px;
}
.employment_voice2 p:nth-of-type(1):after {
	left: -20px;
	transform: scale(-1, 1);
}
.employment_voice2 p:nth-of-type(2):after {
	right: -20px;
}

.employment_voice.voice1 p {
	bottom: 50px;
}
.employment_voice.voice2 .image {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 310px;
}
.employment_voice.voice2 p:after {
	bottom: 20px;
}
.employment_voice.voice2 p {
	bottom: 150px;
}
.employment_voice.voice3 p {
	bottom: 60px;
}
.employment_voice.voice4 .image {
	margin-top: 60px;
}
.employment_voice.voice4 p {
	max-width: 670px;
}
.employment_voice.voice4 p:after {
	bottom: 85px;
}
.employment_voice.voice5 p {
	right: 20px;
}

.employment_voice2.voice1 p:nth-of-type(1) {
	right: 140px;
	bottom: 255px;
}
.employment_voice2.voice1 p:nth-of-type(2) {
	right: 220px;
	bottom: 55px;
}
.employment_voice2.voice2 .image {
	margin-top: 75px;
}
.employment_voice2.voice2 p:nth-of-type(1) {
	left: 135px;
	bottom: 280px;
}
.employment_voice2.voice2 p:nth-of-type(2) {
	left: 20px;
	bottom: 45px;
}

.employment_interview {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 160px auto;
	z-index: 1;
}
.employment_interview h4 {
	position: relative;
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	z-index: 5;
}
.employment_interview .image {
	position: absolute;
	width: 310px;
	z-index: 1;
}
.employment_interview .image img {
	width: 100%;
	height: auto;
}
.employment_interview p {
	position: relative;
	border-radius: 20px;
	width: 100%;
	max-width: 670px;
	margin: 30px 0 0 0;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 1.7;
	z-index: 10;
}
.employment_interview:nth-of-type(odd) p {
	background: #3c5ab4;
	background: -moz-linear-gradient(left, #3c5ab4 25%, #62b482 50%, #c8e154 75%, #ffff44 100%);
	background: -webkit-linear-gradient(left, #3c5ab4 25%, #62b482 50%, #c8e154 75%, #ffff44 100%);
	background: linear-gradient(to right, #3c5ab4 25%, #62b482 50%, #c8e154 75%, #ffff44 100%);
}
.employment_interview:nth-of-type(even) p {
	margin-left: auto;
	background: #ffff44;
	background: -moz-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	background: -webkit-linear-gradient(left, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
	background: linear-gradient(to right, #ffff44 0%, #c8e154 25%, #62b482 50%, #3c5ab4 75%);
}
.employment_interview p:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	border-radius: 18px;
	background-color: #fff;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: -1;
}
.employment_interview p:after {
	content: "";
	position: absolute;
	background-size: 22px !important;
	bottom: 80px;
	width: 22px;
	height: 28px;
}
.employment_interview:nth-of-type(odd) p.fl:after,
.employment_interview:nth-of-type(even) p.fr:after {
	background: url(../images/employment_new/huki_03.png) no-repeat;
}
.employment_interview:nth-of-type(odd) p.fr:after,
.employment_interview:nth-of-type(even) p.fl:after {
	background: url(../images/employment_new/huki_02.png) no-repeat;
}
.employment_interview p.fl:after {
	left: -20px;
	transform: scale(-1, 1);
}
.employment_interview p.fr:after {
	right: -20px;
}

.employment_interview.interview1 {
	width: calc(100% - 510px);
	max-width: 930px;
	padding: 0 200px 0 310px;
}
.employment_interview.interview1 h4 {
	width: 100%;
	color: #3c5ab4;
}
.employment_interview.interview1 .image {
	bottom: 0;
	left: 0;
}
.employment_interview.interview1 p:nth-of-type(2) {
	margin-left: auto;
	margin-right: auto;
}
.employment_interview.interview1 p:after {
	bottom: 20px;
}
.employment_interview.interview2 {
	width: calc(100% - 360px);
	max-width: 880px;
	padding: 0 300px 0 60px;
}
.employment_interview.interview2 h4 {
	text-align: right;
	color: #62b482;
}
.employment_interview.interview2 .image {
	bottom: 110px;
	right: 0;
}
.employment_interview.interview2 p:nth-of-type(1) {
	margin-left: auto;
}
.employment_interview.interview2 p:nth-of-type(2) {
	margin-left: auto;
	margin-right: auto;
}
.employment_interview.interview3 {
	width: calc(100% - 380px);
	max-width: 820px;
	padding: 0 90px 0 290px;
}
.employment_interview.interview3 h4 {
	width: calc(100% - 50px);
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	color: #3c5ab4;
}
.employment_interview.interview3 .image {
	bottom: -60px;
	left: 0;
}
.employment_interview.interview3 p:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
}
.employment_interview.interview3 p:nth-of-type(2) {
	margin-right: auto;
}