@charset "UTF-8";

/* 2023 - Home */
#bg__h1-2023 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}
#bg__h1-2023 h1 {
    margin: 0;
    padding: 0;
}
#bg__h1-2023 .image {
    display: block !important;
    width: 100%;
    height: 215px;
    overflow: hidden;
}
#bg__h1-2023 .image img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 100% 50%;
	max-width: none;
	width: 100%;
	height: 100%;
}
#bg__h1-2023 .slick-track {
    margin: 0;
}
#bg__h1-2023 .slick-dots {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    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 5px;
	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;
}




/* 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(-20px, 0);
	transform: translate(-20px, 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(20px, 0);
	transform: translate(20px, 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, -20px);
	transform: translate(0, -20px);
	-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, 20px);
	transform: translate(0, 20px);
	-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-sp.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 122px);
}
.employment_new_main h1 {
	background-color: #fff;
	width: 93.75%;
	padding: 80px 0 80px 2.083vw;
	font-size: 5.208vw;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
}
.employment_new_main h1 img {
	vertical-align: middle;
	width: 66.6666%;
	margin-top: 3.125vw;
	margin-right: 1vw;
}

.employment_new {
	width: 100%;
	overflow: hidden;
}
.employment_new .content_container {
	position: relative;
	width: 100%;
	padding: 30px 10px 40px 10px;
	overflow: hidden;
}
.employment_new .content_container p {
	margin: 10px 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: 30px 0 60px 0;
	padding: 0 20px;
	text-align: center;
}
.employment_new_btn a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
	background: #0067b0;
	width: 100%;
	height: 70px;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	overflow: hidden;
}
.employment_new_btn a strong {
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.employment_new_btn a span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
	background-color: #fff;
	width: calc(100% - 6px);
	height: 64px;
	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: 200%;
	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: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;
	z-index: 3;
}

.employment_new_anchor {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
}
.employment_new_anchor li {
	list-style: none;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}
.employment_new_anchor a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	width: 100%;
	height: 80px;
	font-size: 16px;
	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: 80px;
	background-color: #fff;
	width: calc(100% - 8px);
	height: 72px;
	z-index: 2;
}
.employment_new_anchor a strong {
	margin-right: 15px;
	font-size: 20px;
	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:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: url(../images/employment_new/ar.svg) center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	z-index: 3;
}

.employment_new_img {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
.employment_new_img .slick-slide img {
	object-fit: cover;
	transform: scale(.9);
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.employment_new_img .slick-slide {
	width: 80vw;
}
.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: 50px 0 0 0;
	padding-top: 12px;
	font-size: 16px;
	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%;
	margin: 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: 50px;
	background-color: #fff;
	height: 50px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 50px;
	white-space: nowrap;
	z-index: 2;
}

.employment_contents_main {
	position: relative;
	width: 100%;
}
.employment_contents_main img {
	position: relative;
	width: 100%;
	height: 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: 16px;
	line-height: 1;
	color: #fff;
	z-index: 2;
}
.employment_contents_main p span {
	position: relative;
	display: inline-block;
	background: #62b482 url(../images/employment_new/txt-bg_01.png) left top repeat-y;
	background-size: 58.66vw;
	margin: -1px 0;
	padding: 6px 0 6px 5px;
}
.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: 64vw;
}
.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: 100%;
	margin: 30px auto;
	padding: 20px 10px;
	z-index: 1;
}
.employment_voice h4,
.employment_voice2 h4 {
	margin: 0 0 15px 0;
	font-feature-settings: 'palt';
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
}
.employment_voice h4 br {
	display: none;
}
.employment_voice h4:after,
.employment_voice2 h4:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	background-color: #666;
	width: 0;
	height: 100%;
	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: #c8e154;
	background: -moz-linear-gradient(left, #c8e154 0%, #62b482 50%, #3c5ab4 75%);
	background: -webkit-linear-gradient(left, #c8e154 0%, #62b482 50%, #3c5ab4 75%);
	background: linear-gradient(to right, #c8e154 0%, #62b482 50%, #3c5ab4 75%);
}
.employment_voice2:nth-of-type(even) h4:after {
	transform: scale(-1, 1);
}
.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:after,
.employment_voice2:nth-of-type(even) h4:after {
	left: 0;
}
.employment_voice.active h4:after,
.employment_voice2.active h4:after {
	width: 100%;
}
.employment_voice .image,
.employment_voice2 .image {
	position: relative;
	width: 100%;
	margin: 15px 0;
	font-size: 0;
	text-align: center;
	z-index: 5;
}
.employment_voice .image img,
.employment_voice2 .image img {
	width: 100%;
	height: auto;
}
.employment_voice .image.mini img,
.employment_voice2 .image.mini img {
	width: 60%;
}
.employment_voice p {
	border-radius: 15px;
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	z-index: 10;
}
.employment_voice p:before,
.employment_voice2 p:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	border-radius: 13px;
	background-color: #fff;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: -1;
}
.employment_voice p:after {
	content: "";
	position: absolute;
	top: 30px;
	background: url(../images/employment_new/huki_01.png) no-repeat;
	background-size: 22px;
	width: 22px;
	height: 28px;
}
.employment_voice:nth-of-type(odd) p {
	left: auto !important;
	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 {
	left: -20px;
	transform: scale(-1, 1);
}
.employment_voice:nth-of-type(even) p {
	right: auto !important;
	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 {
	right: -20px;
}
.employment_voice2 p {
	position: relative;
	border-radius: 15px;
	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%);
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 15px;
	z-index: 10;
}
.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_interview {
	position: relative;
	width: 100%;
	margin: 40px auto;
	padding: 0 10px;
}
.employment_interview h4 {
	position: relative;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.employment_interview .image {
	width: 100%;
	text-align: center;
	z-index: 1;
}
.employment_interview .image img {
	width: 50%;
	height: auto;
}
.employment_interview p {
	position: relative;
	border-radius: 15px;
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 15px;
	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: 13px;
	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: 20px;
	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 h4 {
	color: #3c5ab4;
}
.employment_interview.interview2 h4 {
	color: #62b482;
}
.employment_interview.interview3 h4 {
	color: #3c5ab4;
}