﻿@charset "utf-8";

main img {
	width: auto;
	max-width: 100%;
}

.mainvisual {
	padding: 65px 20px 60px;
	position: relative;
	text-align: center;
}
.mainvisual:before {
	content: "";
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	background: -moz-linear-gradient(to bottom, #f1f1f1, #f1f1f1 70%, #ffffff 85%,  #ffffff); 
	background: -webkit-linear-gradient(to bottom, #f1f1f1, #f1f1f1 70%, #ffffff 85%, #ffffff); 
	background: linear-gradient(to bottom, #f1f1f1, #f1f1f1 70%, #ffffff 85%, #ffffff);
}
.mainvisual .wrap {
	position: relative;
	z-index: 2;
}
.mainvisual .logo {
	width: 540px;
	margin: 0 auto 50px;
}
.mainvisual .main-text {
	font-size: 3.0rem;
	font-weight: 900;
	text-align: center;
}
.mainvisual .main-img {
	width: 856px;
	margin: 60px auto -70px;
}
.mainvisual .lead-text {
	font-size: 3.0rem;
	text-align: center;
	line-height: 2.4em;
}
.mainvisual .lead-text .strong-text {
	font-size: 3.8rem;
	font-weight: 900;
}
.mainvisual .lead-text .marker.yellow {
	color: #000000;
}
@media screen and (min-width: 751px) and (max-width: 1199px){
	.mainvisual {
		padding: 5.421vw 20px 5.004vw;
	}
	.mainvisual .logo {
		width: 45.038vw;
		margin: 0 auto 4.17vw;
	}
	.mainvisual .main-text {
		font-size: 2.334vw;
	}
	.mainvisual .main-img {
		width: 71.393vw;
		margin: 5.004vw auto -5.838vw;
	}
	.mainvisual .lead-text {
		font-size: 2.502vw;
	}
	.mainvisual .lead-text .strong-text {
		font-size: 3.169vw;
	}
}
@media screen and (max-width: 750px){
	.mainvisual {
		padding: 11.333vw 8vw 10vw;
	}
	.mainvisual:before {
		content: "";
		position: absolute;
		width: 50%;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0;
		background: -moz-linear-gradient(to bottom, #f1f1f1, #f1f1f1 55%, #ffffff 70%,  #ffffff); 
		background: -webkit-linear-gradient(to bottom, #f1f1f1, #f1f1f1 55%, #ffffff 70%, #ffffff); 
		background: linear-gradient(to bottom, #f1f1f1, #f1f1f1 55%, #ffffff 70%, #ffffff);
	}
	.mainvisual .logo {
		width: 100%;
		margin: 0 auto 8vw;
	}
	.mainvisual .main-text {
		font-size: 5.333vw;
	}
	.mainvisual .main-img {
		width: 100%;
		margin: 6.667vw auto -6.667vw;
	}
	.mainvisual .lead-text {
		font-size: 4vw;
	}
	.mainvisual .lead-text .strong-text {
		font-size: 5.333vw;
	}
}

/*--------------------------------------------------------------------*/
.intro{
	padding: 100px 20px 120px;
	background: url("../../images/employer/service/bg_intro.png") no-repeat center bottom;
	background-size: 100% auto;
}
.intro .text-area {
	width: 910px;
	margin: 0 auto;
	padding: 60px 75px;
	background-color: rgba(255,255,255,0.6);
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.8em;
}
@media screen and (max-width: 1199px) {
	.intro{
		background-size: 1200px auto;
	}
}
@media screen and (min-width: 751px) and (max-width: 959px) {
	.intro{
		padding: 10.428vw 2.086vw 12.513vw;
	}
	.intro .text-area {
		width: 94.891vw;
		padding: 6.257vw 7.821vw;
		font-size: 2.92vw;
	}
}
@media screen and (max-width: 750px){
	.intro{
		padding: 8.667vw 8vw 10.667vw;
		background-size: 150% auto;
	}
	.intro .text-area {
		width: 100%;
		padding: 10.667vw 8vw 9.333vw;
		font-size: 4vw;
	}
}

/*--------------------------------------------------------------------*/

.needs {
	padding: 75px 20px;
	background: url("../../images/employer/service/bg_needs_pc.png") no-repeat center top;
}
.needs .wrap {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.needs .needs-item {
	width: 48%;
	align-items: center;
}
.needs .needs-item:nth-child(n + 3) {
	margin-top: 80px;
}
.needs .needs-item .needs-img {
	width: auto;
	margin: 0 auto;
}
.needs .needs-item.needs-hands .needs-img {
	width: 150px;
}
.needs .needs-item.needs-worker .needs-img {
	width: 100px;
}
.needs .needs-item.needs-businessman .needs-img {
	width: 54px;
}
.needs .needs-item.needs-inbound .needs-img {
	width: 155px;
}
.needs .needs-item.needs-engineer .needs-img {
	width: 90px;
}
.needs .needs-item.needs-manager .needs-img {
	width: 80px;
}
.needs .needs-item.needs-nurse .needs-img {
	width: 88px;
}
.needs .needs-item.needs-albite .needs-img {
	width: 84px;
}
.needs .needs-item.needs-deployment .needs-img {
	width: 165px;
}
.needs .needs-item .needs-text {
	flex: 0 1 auto;
	margin-right: 10px;
	font-size: 2.2rem;
	line-height: 2.5em;
}
.needs .needs-item .needs-text .needs-copy {
	font-size: 2.6rem;
	font-weight: 900;
}
.needs .needs-item .needs-text .needs-copy > * {
	color: #000000!important;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
	.needs {
		padding: 75px 20px;
		background-size: 148% auto;
	}
	.needs .wrap {

	}
	.needs .needs-item {

	}
	.needs .needs-item:nth-child(n + 3) {
		margin-top: 6.672vw;
	}
	.needs .needs-item.needs-hands .needs-img {
		width: 12.51vw;
	}
	.needs .needs-item.needs-worker .needs-img {
		width: 8.34vw;
	}
	.needs .needs-item.needs-businessman .needs-img {
		width: 4.504vw;
	}
	.needs .needs-item.needs-inbound .needs-img {
		width: 12.927vw;
	}
	.needs .needs-item.needs-engineer .needs-img {
		width: 7.506vw;
	}
	.needs .needs-item.needs-manager .needs-img {
		width: 6.672vw;
	}
	.needs .needs-item.needs-nurse .needs-img {
		width: 7.339vw;
	}
	.needs .needs-item.needs-albite .needs-img {
		width: 7.006vw;
	}
	.needs .needs-item.needs-deployment .needs-img {
		width: 13.761vw;
	}
	.needs .needs-item .needs-text {
		margin-right: 0.834vw;
		font-size: 1.835vw;
	}
	.needs .needs-item .needs-text .needs-copy {
		font-size: 2.168vw;
	}
}
@media screen and (max-width: 750px){
	.needs {
		padding: 9.333vw 6vw;
		background-image: url("../../images/employer/service/bg_needs_sp.png");
		background-size: 100% auto;
	}
	.needs .wrap {
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.needs .needs-item {
		width: 100%;
		align-items: center;
	}
	.needs .needs-item:nth-child(n + 2) {
		margin-top: 10vw;
	}
	.needs .needs-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.needs .needs-item.needs-hands .needs-img {
		width: 22.667vw;
	}
	.needs .needs-item.needs-worker .needs-img {
		width: 15.333vw;
	}
	.needs .needs-item.needs-businessman .needs-img {
		width: 8.667vw;
	}
	.needs .needs-item.needs-inbound .needs-img {
		width: 24.667vw;
	}
	.needs .needs-item.needs-engineer .needs-img {
		width: 13.333vw;
	}
	.needs .needs-item.needs-manager .needs-img {
		width: 12.667vw;
	}
	.needs .needs-item.needs-nurse .needs-img {
		width: 13.333vw;
	}
	.needs .needs-item.needs-albite .needs-img {
		width: 12.667vw;
	}
	.needs .needs-item.needs-deployment .needs-img {
		width: 25.333vw;
	}
	.needs .needs-item .needs-text {
		margin-right: 1.333vw;
		font-size: 3.2vw;
	}
	.needs .needs-item:nth-child(even) .needs-text {
		margin-left: 1.333vw;
		margin-right: 0;
		text-align: right;
	}
	.needs .needs-item .needs-text .needs-copy {
		font-size: 3.733vw;
	}
}

.job_lsit_area {
	padding: 40px 20px 70px;
}
.job_lsit_area .title {
	margin-bottom: 50px;
	font-size: 4.0rem;
	font-weight: 900;
	text-align: center;
}
.job_lsit_area .wrap {
	flex-wrap: wrap;
	justify-content: space-between;
}
.job_lsit_area .wrap > li {
	box-sizing: border-box;
	width: 31.58%;
	padding: 30px 0 20px;
	text-align: center;
	border: 2px solid #007aff;
	border-radius: 8px;
}
.job_lsit_area .wrap > li:nth-child(n + 4) {
	margin-top: 20px;
}
.job_lsit_area .wrap > li .ico {
	display: table;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
}
.job_lsit_area .wrap > li .ico figure {
	display: table-cell;
	vertical-align: middle;
}
.job_lsit_area .wrap > li .ttl {
	margin-bottom: 5px;
	color: #007aff;
	font-size: 2.8rem;
	font-weight: 800;
}
.job_lsit_area .wrap > li p {
	font-size: 1.8rem;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	.job_lsit_area {
		padding: 4.004vw 20px;
	}
	.job_lsit_area .title {
		margin-bottom: 5.005vw;
		font-size: 4.004vw;
	}
	.job_lsit_area .wrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.job_lsit_area .wrap > li {
		padding: 3.003vw 0 2.002vw;
	}
	.job_lsit_area .wrap > li:nth-child(n + 4) {
		margin-top: 2.002vw;
	}
	.job_lsit_area .wrap > li .ico {
		height: 10.01vw;
		margin-bottom: 1.502vw;
	}
	.job_lsit_area .wrap > li .ttl {
		margin-bottom: 5px;
		font-size: 2.802vw;
	}
	.job_lsit_area .wrap > li p {
		font-size: 1.801vw;
	}
}
@media screen and (max-width: 750px) {
	.job_lsit_area {
		padding: 5.333vw 5.333vw 6vw;
	}
	.job_lsit_area .title {
		margin-bottom: 4vw;
		font-size: 4.8vw;
	}
	.job_lsit_area .list {
		display: flex;
	}
	.job_lsit_area .wrap > li {
		width: 48%;
		padding: 4vw 0 2.667vw;
	}
	.job_lsit_area .wrap > li:nth-child(n + 3) {
		margin-top: 2.667vw;
	}
	.job_lsit_area .wrap > li .ico {
		height: 13.333vw;
		margin-bottom: 0.667vw;
	}
	.job_lsit_area .wrap > li .ico img {
		width: auto;
		height: auto;
		max-height: 100%;
	}
	.job_lsit_area .wrap > li .ttl {
		margin-bottom: 0.667vw;
		font-size: 3.733vw;
	}
	.job_lsit_area .wrap > li p {
		font-size: 2.667vw;
	}
}

/*--------------------------------------------------------------------*/

.features {
	padding: 20px 20px 60px;
}
.features .features-title {
	color: #ffffff;
	background-color: #056cb9;
	font-size: 3.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 80px;
	width: 620px;
	margin: 0 auto;
	border-radius: 35px 35px 0 0;
}
.features .features-body {
	font-size: 2.1rem;
	text-align: center;
	border-radius: 40px;
	border: 5px solid #056cb9;
	padding: 80px 45px 100px
}
.features .configuration-item {
	margin-top: 100px;
	width: 49%;
}
.features .configuration-item .configuration-label {
	color: #ffffff;
	background-color: #0d845e;
	font-size: 2.8rem;
	font-weight: 900;
	width: 85%;
	line-height: 80px;
	margin: 0 auto 55px;
}
.features .configuration-item.country .configuration-label {
	background-color: #bf5d52;
}
.features .strong-point {
	margin: 75px auto 65px;
	position: relative;
}
.features .strong-point:before {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto;
	width: 292px;
	height: 160px;
	background: url("../../images/employer/service/img_strong-point.png") no-repeat center bottom;
	background-size: 100% auto;
}
.features .quotation-text {
	margin: 0 auto;
	position: relative;
	width: 582px;
	text-align: center;
	padding: 40px 10px;
	font-size: 4.2rem;
	font-weight: bold;
}
.features .quotation-text:before,
.features .quotation-text:after{
	position: absolute;
	content: "";
	width: 55px;
	height: 55px;
}
.features .quotation-text:before{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	top: 0;
	left: 0;
}
.features .quotation-text:after{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	right: 0;
	bottom: 0;
}
.features .point-graph {
	margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
	.features {
		padding: 1.819vw 20px 5.46vw;
	}
	.features .features-title {
		font-size: 3.458vw;
		line-height: 7.279vw;
		width: 56.415vw;
		border-radius: 3.185vw 3.185vw 0 0;
	}
	.features .features-body {
		font-size: 1.911vw;
		border-radius: 3.64vw;
		padding: 7.279vw 4.095vw 9.099vw;
	}
	.features .configuration-item {
		margin-top: 9.099vw;
	}
	.features .configuration-item .configuration-label {
		font-size: 2.548vw;
		line-height: 7.279vw;
		margin-bottom: 5.005vw;
	}
	.features .strong-point {
		margin: 6.824vw auto 5.914vw;
	}
	.features .strong-point:before {
		width: 26.57vw;
		height: 14.559vw;
	}
	.features .quotation-text {
		width: 52.957vw;
		padding: 3.64vw 0.91vw;
		font-size: 3.822vw;
	}
	.features .quotation-text:before,
	.features .quotation-text:after{
		width: 5.005vw;
		height: 5.005vw;
	}
	.features .point-graph {
		width: 52.775vw;
	}
}
@media screen and (max-width: 750px){
	.features {
		padding: 6.667vw 5.333vw 8.667vw;
	}
	.features .features-title {
		font-size: 4.8vw;
		line-height: 13.067vw;
		width: 75.733vw;
		border-radius: 4.4vw 4.4vw 0 0;
	}
	.features .features-body {
		font-size: 3.2vw;
		border-radius: 3.6vw;
		border-width: 0.533vw;
		padding: 10vw 5.333vw 16.667vw;
	}
	.features .features-body .flex {
		display: block;
	}
	.features .configuration-item {
		margin-top: 8.667vw;
		width: 100%;
	}
	.features .configuration-item .configuration-label {
		font-size: 4vw;
		width: 53.333vw;
		line-height: 11.2vw;
		margin-bottom: 8vw;
	}
	.features .configuration-item.country .configuration-label {
		background-color: #bf5d52;
	}
	.features .strong-point {
		margin: 5.333vw auto 6vw;
	}
	.features .strong-point:before {
		width: 27.2vw;
		height: 16vw;
	}
	.features .quotation-text {
		width: 72vw;
		padding: 4.8vw 2.667vw;
		font-size: 5.067vw;
	}
	.features .quotation-text:before,
	.features .quotation-text:after{
		width: 5.6vw;
		height: 5.6vw;
	}
	.features .point-graph {
		width: 60vw;
	}
}

/*--------------------------------------------------------------------*/

.apply {
	padding: 50px 20px 75px;
	background: url("../../images/employer/service/bg_apply_pc.png") no-repeat center top;
}
.apply .apply-title {
	font-size: 4.6rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}
.apply .apply-title .marker {
	background: rgb(253,155,82);
	background: -moz-linear-gradient(180deg, rgba(253,155,82,0) 85%, rgba(253,155,82,1) 85%, rgba(253,155,82,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(253,155,82,0) 85%, rgba(253,155,82,1) 85%, rgba(253,155,82,1) 100%);
	background: linear-gradient(180deg, rgba(253,155,82,0) 85%, rgba(253,155,82,1) 85%, rgba(253,155,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd9b52",endColorstr="#fd9b52",GradientType=1);
	padding: 0 15px 15px;
}
.apply .wrap {
	justify-content: space-between;
	flex-wrap: wrap;
}
.apply .apply-item {
	width: 48%;
	align-items: center;
}
.apply .apply-item:nth-child(n + 3) {
	margin-top: 45px;
}
.apply .apply-item:nth-child(3n),
.apply .apply-item:nth-child(4n) {
	flex-direction: row-reverse;
}
.apply .apply-item .apply-img {
	width: 275px;
}
.apply .apply-item .apply-text {
	flex: 1;
	margin-left: -25px;
	z-index: 1;
}
.apply .apply-item:nth-child(3n) .apply-text,
.apply .apply-item:nth-child(4n) .apply-text {
	margin-left: 0;
	margin-right: -25px;
}
.apply .apply-item .apply-text .job-name {
	font-size: 3.0rem;
	font-weight: 900;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 22px;
	border-bottom: 4px solid #085998;
}
.apply .apply-item .apply-text .apply-num {
	font-size: 2.8rem;
	text-align: center;
	padding-top: 20px;
	position: relative;
	line-height: 1em;
}
.apply .apply-item .apply-text .apply-num .sub-text {
	position: absolute;
	font-size: 1.8rem;
	text-align: center;
	padding: 0 17px;
	top: 0;
	right: 20%;
	transform: rotate(10deg);
}
.apply .apply-item .apply-text .apply-num .sub-text:before,
.apply .apply-item .apply-text .apply-num .sub-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 0.8em;
	background-color: #000000;
	top: 0;
	bottom: 0;
	margin: auto;
}
.apply .apply-item .apply-text .apply-num .sub-text:before {
	left: 0;
	transform: rotate(-20deg);
}
.apply .apply-item .apply-text .apply-num .sub-text:after {
	right: 0;
	transform: rotate(20deg);
}
.apply .apply-item .apply-text .apply-num .strong-num {
	font-size: 9.0rem;
	font-weight: 900;
	color: #fd9b52;
}
.apply .detail-btn {
	width: 514px;
	margin: 95px auto 0;
}
.apply .detail-btn > a {
	color: #ffffff;
	background-color: #095996;
	display: block;
	width: 100%;
	font-size: 3.6rem;
	text-align: center;
	line-height: 82px;
	padding: 0 25px;
	border-radius: 10px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
	.apply {
		padding: 50px 20px 75px;
		background-size: 154% auto;
	}
	.apply .apply-title {
		font-size: 3.837vw;
		margin-bottom: 6.672vw;
	}
	.apply .apply-title .marker {
		padding: 0 1.251vw 1.251vw;
	}
	.apply .apply-item:nth-child(n + 3) {
		margin-top: 3.753vw;
	}
	.apply .apply-item .apply-img {
		width: 22.936vw;
	}
	.apply .apply-item .apply-text {
		margin-left: -2.085vw;
	}
	.apply .apply-item:nth-child(3n) .apply-text,
	.apply .apply-item:nth-child(4n) .apply-text {
		margin-right: -2.085vw;
	}
	.apply .apply-item .apply-text .job-name {
		font-size: 2.502vw;
		padding-bottom: 0.667vw;
		margin-bottom: 1.835vw;
		border-bottom-width: 0.334vw;
	}
	.apply .apply-item .apply-text .apply-num {
		font-size: 2.335vw;
		padding-top: 1.668vw;
	}
	.apply .apply-item .apply-text .apply-num .sub-text {
		font-size: 1.501vw;
		padding: 0 1.418vw;
		right: 15%;
	}
	.apply .apply-item .apply-text .apply-num .sub-text:before,
	.apply .apply-item .apply-text .apply-num .sub-text:after {
		width: 2px;
		height: 0.8em;
	}
	.apply .apply-item .apply-text .apply-num .sub-text:before {
		left: 0;
		transform: rotate(-20deg);
	}
	.apply .apply-item .apply-text .apply-num .sub-text:after {
		right: 0;
		transform: rotate(20deg);
	}
	.apply .apply-item .apply-text .apply-num .strong-num {
		font-size: 7.506vw;
	}
	.apply .detail-btn {
		width: 42.869vw;
		margin: 7.923vw auto 0;
	}
	.apply .detail-btn > a {
		font-size: 3.003vw;
		line-height: 6.839vw;
		padding: 0 2.085vw;
	}
}
@media screen and (max-width: 750px){
	.apply {
		padding: 12vw 0;
		background-image: url("../../images/employer/service/bg_apply_sp.png");
		background-size: 100% auto;
	}
	.apply .apply-title {
		font-size: 6.4vw;
		margin-bottom: 3.333vw;
		line-height: 1.7em;
	}
	.apply .apply-title .marker {
		padding: 0 2vw 2vw;
	}
	.apply .wrap {
		padding: 6.6667vw;
	}
	.apply .apply-item {
		width: 100%;
	}
	.apply .apply-item:nth-child(n + 2) {
		margin-top: 5.333vw;
	}
	.apply .apply-item:nth-child(odd) {
		flex-direction: row;
	}
	.apply .apply-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.apply .apply-item .apply-img {
		width: 42.933vw;
	}
	.apply .apply-item .apply-text {
	}
	.apply .apply-item:nth-child(odd) .apply-text {
		margin-left: 0;
		margin-right: 0;
	}
	.apply .apply-item:nth-child(even) .apply-text {
		margin-left: 0;
		margin-right: 0;
	}
	.apply .apply-item .apply-text .job-name {
		font-size: 3.733vw;
		padding-bottom: 2vw;
		margin-bottom: 3.333vw;
		border-bottom-width: 0.667vw;
	}
	.apply .apply-item .apply-text .apply-num {
		font-size: 4.533vw;
		padding-top: 3.733vw;
	}
	.apply .apply-item .apply-text .apply-num .sub-text {
		font-size: 3.467vw;
		padding: 0 2.667vw;
		right: 4vw;
	}
	.apply .apply-item .apply-text .apply-num .sub-text:before,
	.apply .apply-item .apply-text .apply-num .sub-text:after {
		width: 2px;
	}
	.apply .apply-item .apply-text .apply-num .strong-num {
		font-size: 13.067vw;
	}
	.apply .detail-btn {
		width: 74.667vw;
		margin: 9.333vw auto 0;
	}
	.apply .detail-btn > a {
		font-size: 4.533vw;
		line-height: 13.333vw;
		padding: 0 2.667vw;
		border-radius: 1.067vw;
	}
}

/*--------------------------------------------------------------------*/

.plans {
	padding: 70px 20px 90px;
}
.plans .plans-title {
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	position: relative;
	width: 700px;
	margin: 0 auto 35px;
}
.plans .plans-title:before,
.plans .plans-title:after {
	content: "";
	position: absolute;
	display: block;
	width: 82px;
	height: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0;
	top: 0;
}
.plans .plans-title:before {
	left: 0;
	background-image: url("../../images/employer/common/bg_text_decoration_left.png");
}
.plans .plans-title:after {
	right: 0;
	background-image: url("../../images/employer/common/bg_text_decoration_right.png");
}
.plans .balloon {
	color: #ffffff;
	background-color: #ea696d;
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
	position: relative;
	width: 745px;
	margin: 0 auto 100px;
	padding: 45px 20px;
}
.plans .balloon:after {
	content: "";
	position: absolute;
	display: inline-block;
	margin: 0 auto;
	padding: 30px 20px;
	left: 27%;
	bottom: -25px;
	border: 70px solid transparent;
	border-bottom: 60px solid #ea696d;
	-moz-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	z-index: -1;
}
.plans .wrap {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.plans .plan-item {
	width: 44%;
	align-items: center;
	font-size: 2.1rem;
	text-align: center;
	line-height: 2em;
}
.plans .plan-item:nth-child(n + 3) {
	margin-top: 45px;
}
.plans .plan-item .plan-head {
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 30px;
}
.plans .plan-item .plan-img {
	width: 200px;
	margin-right: -30px;
}
.plans .plan-item.plan-language .plan-img {
	width: 314px;
	margin-right: -120px;
}
.plans .plan-item.plan-appointment .plan-img {
	width: 220px;
	margin-right: -50px;
}
.plans .plan-item .plan-text {
	width: 288px;
	height: 274px;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 2.8rem;
	font-weight: 900;
	background: url("../../images/employer/service/bg_plan_text.png") no-repeat center center;
	background-size: 100% auto;
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
	.plans {
		padding: 6.369vw 20px 8.189vw;
	}
	.plans .plans-title {
		font-size: 3.275vw;
		width: 63.694vw;
		margin: 0 auto 3.185vw;
	}
	.plans .plans-title:before,
	.plans .plans-title:after {
		width: 7.461vw;
		height: 10.009vw;
	}
	.plans .balloon {
		font-size: 2.912vw;
		width: 67.789vw;
		margin: 0 auto 9.099vw;
		padding: 4.095vw 1.82vw;
	}
	.plans .balloon:after {
		padding: 2.73vw 1.82vw;
		left: 27%;
		bottom: -2.275vw;
		border-width: 6.369vw;
		border-bottom-width: 5.46vw;
	}
	.plans .plan-item {
		font-size: 1.911vw;
	}
	.plans .plan-item:nth-child(n + 3) {
		margin-top: 4.095vw;
	}
	.plans .plan-item .plan-head {
		margin-bottom: 2.73vw;
	}
	.plans .plan-item .plan-img {
		width: 18.198vw;
		margin-right: -2.73vw;
	}
	.plans .plan-item.plan-language .plan-img {
		width: 28.571vw;
		margin-right: -10.919vw;
	}
	.plans .plan-item.plan-appointment .plan-img {
		width: 20.018;
		margin-right: -4.55vw;
	}
	.plans .plan-item .plan-text {
		width: 26.206vw;
		height: 24.932vw;
		margin-bottom: 7.279vw;
		font-size: 2.548vw;
	}
}
@media screen and (max-width: 750px){
	.plans {
		padding: 13.333vw 0 8.667vw;
	}
	.plans .plans-title {
		font-size: 5.333vw;
		width: 85.333vw;
		margin-bottom: 6.667vw;
	}
	.plans .plans-title:before,
	.plans .plans-title:after {
		width: 8.667vw;
		height: 11.467vw;
	}
	.plans .balloon {
		font-size: 4.8vw;
		width: 100%;
		margin: 0 auto 13.333vw;
		padding: 5.333vw 2.667vw;
	}
	.plans .balloon:after {
		padding: 4vw 2.667vw;
		left: 27%;
		bottom: -3.333vw;
		border-width: 9.333vw;
		border-bottom-width: 8vw;
	}
	.plans .wrap {
		flex-wrap: wrap;
		padding: 0 6.667vw;
	}
	.plans .plan-item {
		width: 100%;
		font-size: 3.467vw;
	}
	.plans .plan-item:nth-child(n + 2) {
		margin-top: 7.333vw;
	}
	.plans .plan-item .plan-head {
		flex-direction: row-reverse;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	.plans .plan-item:nth-child(even) .plan-head {
		flex-direction: row;
	}
	.plans .plan-item .plan-img {
		width: 34.133vw;
		margin-right: -4.667vw;
	}
	.plans .plan-item:nth-child(even) .plan-img {
		flex-direction: row;
		margin-left: -4.667vw;
		margin-right: 0;
	}
	.plans .plan-item.plan-language .plan-img {
		width: 55.6vw;
		margin-right: -24vw;
	}
	.plans .plan-item.plan-appointment .plan-img {
		width: 37.867vw;
		margin-right: -9.333vw;
	}
	.plans .plan-item .plan-text {
		width: 49.733vw;
		height: 46.322vw;
		margin-bottom: 13.333vw;
		font-size: 4.8vw;
	}
}

/*--------------------------------------------------------------------*/

.function {
	padding: 0 0 100px;
}
.function .head {
	background-color: #f8f8f8;
	padding: 55px 20px 190px;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 900;
}
.function .function-title {
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: -10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.function .function-title > .marker {
	color: #000000;
}
.function .function-title:before,
.function .function-title:after {
	position: relative;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 160px;
}
.function .function-title:before {
	background-image: url("../../images/employer/service/bg_function_title_left.png");
	width: 78px;
	margin-right: 28px;
}
.function .function-title:after {
	background-image: url("../../images/employer/service/bg_function_title_right.png");
	width: 95px;
	margin-left: 28px;
}
.function .body {
	padding: 0 20px;
	margin-top: -100px;
}
.function .wrap {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.function .function-item {
	width: 46%;
	align-items: center;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.4);
}
.function .function-item:nth-child(n + 3) {
	margin-top: 55px;
}
.function .function-item > dt {
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	background-color: #056cb9;
	height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	text-align: center;
}
.function .function-item > dd {
	font-size: 1.9rem;
	line-height: 2em;
	text-align: center;
	padding: 25px 45px 40px;
}
.function .function-item .function-img {
	max-width: 100%;
	margin: 0 auto 30px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
	.function {
		padding-bottom: 8.34vw;
	}
	.function .head {
		padding: 4.587vw 20px 15.847vw;
		font-size: 1.751vw;
	}
	.function .function-title {
		font-size: 3.003vw;
		margin-bottom: -0.834vw;
	}
	.function .function-title:before,
	.function .function-title:after {
		height: 13.344vw;
	}
	.function .function-title:before {
		width: 6.505vw;
		margin-right: 2.335vw;
	}
	.function .function-title:after {
		width: 7.923vw;
		margin-left: 2.335vw;
	}
	.function .body {
		padding: 0 1.668vw;
		margin-top: -8.34vw;
	}
	.function .wrap {

	}
	.function .function-item {
		border-radius: 0.834vw;
	}
	.function .function-item:nth-child(n + 3) {
		margin-top: 4.587vw;
	}
	.function .function-item > dt {
		border-radius: 0.834vw 0.834vw 0 0;
		height: 9.341vw;
		font-size: 2.335vw;
	}
	.function .function-item > dd {
		font-size: 1.585vw;
		padding: 2.085vw 3.753vw 3.336vw;
	}
	.function .function-item .function-img {
		margin-bottom: 2.502vw;
	}
}
@media screen and (max-width: 750px){
	.function {
		padding: 0 0 13.333vw;
		font-size: 3.733vw;
	}
	.function .head {
		padding: 7.333vw 6vw 19.333vw;
		font-size: 3.733vw;
	}
	.function .function-title {
		font-size: 5.333vw;
		margin-bottom: 6vw;
		padding: 8vw 0 4.8vw;
		display: block;
	}
	.function .function-title:before,
	.function .function-title:after {
		position: absolute;
		height: 28.533vw;
		top: 0;
	}
	.function .function-title:before {
		width: 14vw;
		margin-right: 0;
		left: 0;
	}
	.function .function-title:after {
		width: 16.4vw;
		margin-left: 0;
		right: 0;
	}
	.function .body {
		padding: 0 8.667vw;
		margin-top: -10vw;
	}
	.function .wrap {
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.function .function-item {
		width: 100%;
		border-radius: 3.733vw;
	}
	.function .function-item:nth-child(n + 2) {
		margin-top: 8vw;
	}
	.function .function-item > dt {
		border-radius: 3.733vw 3.733vw 0 0;
		height: 19.333vw;
		font-size: 4.267vw;
	}
	.function .function-item > dd {
		font-size: 3.2vw;
		padding: 6.667vw 4.8vw;
	}
	.function .function-item .function-img {
		margin-bottom: 4vw;
	}
}

/*--------------------------------------------------------------------*/

.price {
	background: -moz-linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%,  #3298e0); 
	background: -webkit-linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%, #3298e0); 
	background: linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%, #3298e0);
	padding: 50px 20px 85px;
}
.price .price-title {
	color: #ffffff;
	font-size: 4.0rem;
	font-weight: 900;
	text-align: center;
	width: 500px;
	line-height: 98px;
	margin: 0 auto 40px;
	background: url("../../images/employer/common/bg_price_title.png") no-repeat center center;
	background-size: 100% auto;
}
.price .wrap > * {
	width: 46%;
}
.price .price-copy {
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
}
.price .price-copy .upper {
	position: relative;
}
.price .price-copy .upper:before,
.price .price-copy .upper:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 57px;
	bottom: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.price .price-copy .upper:before {
	background-image: url("../../images/employer/common/bg_text_decoration_white_left.png");
	left: 0;
}
.price .price-copy .upper:after {
	background-image: url("../../images/employer/common/bg_text_decoration_white_right.png");
	right: 0;
}
.price .price-copy .strong-text {
	font-size: 4.2rem;
}
.price .price-copy .lower .strong-text {
	font-size: 4.8rem;
}
.price .price-copy .dot:after {
	background-color: #ffffff;
}
.price .link {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 60px auto 0;
	width: 596px;
}
.price .link .wrap {
	flex-wrap: nowrap;
	padding: 0 100px;
}
.price .link .wrap > * {
	width: auto;
}
.price .link a {
	color: #ffffff;
	font-size: 3.2rem;
	padding: 0.8em 2.0em;
	border-radius: 4em;
	font-weight: 800;
	background: rgb(255,120,0);
	background: -moz-linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7800",endColorstr="#ff2e42",GradientType=1);
	box-shadow: 18px 18px 24px rgba(255,0,76,.17);
	display: block;
}
.price .link a .ico_arrow {
	padding-right: 2.5em;
}
.price .link a .ico_arrow:before {
	width: 20px;
	height: 20px;
	border-color: #ffffff;
}
@media screen and (min-width: 751px) and (max-width: 879px){
	.price {
		padding: 5.688vw 20px 9.67vw;
	}
	.price .price-title {
		font-size: 4.551vw;
		width: 56.883vw;
		line-height: 11.149vw;
		margin-bottom: 4.551vw;
	}
	.price .price-copy {
		font-size: 3.641vw;
	}
	.price .price-copy .upper:before,
	.price .price-copy .upper:after {
		width: 5.119vw;
		height: 6.485vw;
	}
	.price .price-copy .strong-text {
		font-size: 4.778vw;
	}
	.price .price-copy .lower .strong-text {
		font-size: 5.461vw;
	}
	.price .link {
		margin-top: 6.826vw;
		width: 67.804vw;
	}
	.price .link .wrap {
		padding: 0 11.377vw;
	}
	.price .link a {
		font-size: 3.641vw;
		padding: 0.8em 2.0em;
	}
	.price .link a .ico_arrow {
		padding-right: 2.5em;
	}
	.price .link a .ico_arrow:before {
		width: 2.275vw;
		height: 2.275vw;
	}
}
@media screen and (max-width: 750px){
	.price {
		background: -moz-linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%,  #3298e0); 
		background: -webkit-linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%, #3298e0); 
		background: linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%, #3298e0);
		padding: 9.333vw 9.333vw 12vw;
	}
	.price .price-title {
		font-size: 6.4vw;
		width: 78.4vw;
		line-height: 15.333vw;
		margin-bottom: 8vw;
	}
	.price .wrap {
		flex-wrap: wrap;
	}
	.price .wrap > * {
		width: 100%;
	}
	.price .price-copy {
		font-size: 5.067vw;
	}
	.price .price-copy .upper {
		width: 61.867vw;
		margin: 0 auto;
	}
	.price .price-copy .upper:before,
	.price .price-copy .upper:after {
		width: 6.667vw;
		height: 8.8vw;
	}
	.price .price-copy .strong-text {
		font-size: 6.667vw;
	}
	.price .price-copy .lower .strong-text {
		font-size: 8vw;
	}
	.price .price-img {
		width: 79.333vw;
		margin: 6.667vw auto 0;
	}
	.price .link {
		margin-top: 10.667vw;
		width: 100%;
	}
	.price .link .wrap {
		padding: 0 11.333vw;
	}
	.price .link .wrap > * {
		width: auto;
	}
	.price .link a {
		font-size: 4.8vw;
		padding: 0.8em 1.5em;
	}
	.price .link a .ico_arrow {
		padding-right: 11.333vw;
	}
	.price .link a .ico_arrow:before {
		width: 2vw;
		height: 2vw;
	}
}

/*--------------------------------------------------------------------*/

.data {
	background-color: #f8f8f8;
	padding: 60px 20px 30px;
	font-size: 2.2rem;
}
.data .wrap {
	justify-content: center;
}
.data .item {
	padding: 0 .6em;
	width: 25%;
}
.data .item a{
	display: block;
}
.data .item .value{
	background-color: #ffffff;
	padding: 1em 0;
	border: 2px solid #000;
}
.data .item .ico_arrow:before{
	right: 1em;
	width: 10px;
	height: 10px;
}
@media screen and (min-width: 751px) and (max-width: 1199px){
	.data {
		padding: 5.004vw 20px 2.502vw;
		font-size: 1.835vw;
	}
	.data .item .ico_arrow:before{
		right: 0.6em;
		width: 0.834vw;
		height: 0.834vw;
	}
}
@media screen and (max-width: 750px){
	.data {
		padding: 6.667vw 4vw;
		font-size: 3.2vw;
	}
	.data .wrap {
		justify-content: center;
		flex-wrap: wrap;
	}
	.data .item {
		padding: 1.333vw;
		width: 50%;
		box-sizing: border-box;
	}
	.data .item .ico_arrow:before{
		width: 1.6vw;
		height: 1.6vw;
		right: 1em;
	}
}

/*--------------------------------------------------------------------*/

.cv{
/*	background-color: #f8f8f8;
	padding: 15px 20px 50px;*/
	padding: 40px 20px 50px;
}
.cv .wrap{
	justify-content: center;
	gap: 2%;
}
.cv .wrap .item{
	position: relative;
	width: 31%;
}
.cv .wrap .item:before{
	display: none;
}
.cv .wrap .item:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	background: url("../../images/employer/service/bg_wave_line.png") no-repeat center bottom;
	background-size: 100% auto;
	transform: rotate(0deg);
	z-index: 1;
}
.cv .wrap .item a {
	display: block;
	position: relative;
	z-index: 2;
}
.cv .wrap .item a:hover {
	transform: translateY(-.5em);
}
.cv .wrap .item .btn {
	padding: 1em 0 1.5em;
}
.cv .wrap .item .btn .ico > img {
	width: 60px;
	height: 48px;
}
.cv .wrap .item .btn .text{
	padding-left: 1em;
}
.cv .wrap .item .btn .text:before{
	display: none;
}
.cv .wrap .item .btn .text .ja{
	font-size: 2.6rem;
	font-weight: 900;
}
.cv .wrap .item .btn .text .en{
	font-size: 1.3rem;
}
@media screen and (min-width: 751px) and (max-width: 1099px){
	.cv{
/*		padding: 1.364vw 20px 4.55vw;*/
		padding: 4.55vw 20px;
	}
	.cv .wrap{
/*		justify-content: space-between;*/
	}
	.cv .wrap .item .btn .ico img{
		width: 5.46vw;
		height: 4.368vw;
	}
	.cv .wrap .item .btn .text{
		padding-left: 0.5em;
	}
	.cv .wrap .item .btn .text .ja{
		font-size: 2.366vw;
	}
	.cv .wrap .item .btn .text .en{
		font-size: 1.183vw;
	}
}
@media screen and (max-width: 750px){
	.cv{
/*		background-color: #ffffff;*/
		padding: 8vw 12vw 6.667vw;
	}
	.cv .wrap{
		flex-wrap: wrap;
		gap: 0;
		flex-direction: column;
	}
	.cv .wrap .item{
		width: 100%;
		border: none;
		padding: 3.333vw 2vw 2.4vw;
	}
	.cv .wrap .item:nth-child(n + 2) {
		margin-top: 3.333vw;
	}
	.cv .wrap .item:before {
		display: none;
	}
	.cv .wrap .item .btn{
		flex-direction: row;
	}
	.cv .wrap .item .btn .ico{
		margin-bottom: 2vw;
	}
	.cv .wrap .item .btn .ico img{
		width: auto;
		height: 9.6vw;
	}
	.cv .wrap .item .btn .text{
		padding-left: 1.5em;
	}
	.cv .wrap .item .btn .text:before{
		display: none;
	}
	.cv .wrap .item .btn .text .ja{
		font-size: 4.8vw;
	}
	.cv .wrap .item .btn .text .en{
		font-size: 2.933vw;
	}
}

/*--------------------------------------------------------------------*/

.registration {
	padding: 40px 20px 0;
}
.registration .btn {
	background: rgb(255,120,0);
	background: -moz-linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7800",endColorstr="#ff2e42",GradientType=1);
	color: #ffffff;
	padding: 0.8em 2em;
	border-radius: 4em;
	font-size: 3.2rem;
	font-weight: 800;
	width: 596px;
	justify-content: center;
}
.registration .btn .ico {
	margin-right: .5em;
}
.registration .btn .ico img {
	width: 1.3em;
	display: block;
}
.registration .btn.ico_arrow:before {
	width: 20px;
	height: 20px;
	border-color: #ffffff;
	right: 1em;
}
.registration .caption {
	font-size: 2.8rem;
	font-weight: 800;
	margin-top: 10px;
}
@media screen and (min-width: 751px) and (max-width: 879px){
	.registration .btn {
		width: 67.804vw;
		font-size: 3.641vw;
	}
	.registration .btn .ico {
		margin-right: .5em;
	}
	.registration .btn .ico img {
		width: 1.3em;
	}
	.registration .btn.ico_arrow:before {
		width: 2.275vw;
		height: 2.275vw;
		right: 2em;
	}
	.registration .caption {
		font-size: 3.185vw;
		margin-top: 1.138vw;
	}
}
@media screen and (max-width: 750px) {
	.registration {
	}
	.registration .btn {
		padding: 0 6vw;
		line-height: 15.467vw;
		width: 80vw;
		border-radius: 4.5em;
	}
	.registration .btn.ico_arrow:before {
		right: 6vw;
		width: 2vw;
		height: 2vw;
	}
	.registration .btn .ico {
		margin-right: 2.667vw;
	}
	.registration .btn .ico img {
		width: 8.267vw;
		height: 8.267vw;
	}
	.registration .btn .text {
		font-size: 4.8vw;
	}
	.registration .caption {
		margin-top: 1.333vw;
		font-size: 4.533vw;
	}
}
