@charset "utf-8";
/* CSS Document */


/*************************************************

 page common

*************************************************/
main {
/*	margin-top: 67px;*/
}
main img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	main {
/*		margin-top: 100px;*/
	}
}

figure {
	margin: 0;
}

/* sp pc */
@media only screen and (min-width:751px) {
	.spView,
	.spViewInb {
		display: none !important;
	}
}
@media only screen and (min-width:992px) {
	.tbView {
		display: none !important;
	}
}
@media only screen and (max-width:750px) {
	.spViewInb {
		display: inline-block !important;
	}
	.pcView {
		display: none !important;
	}
}

/* fade */
@media only screen and (min-width:750px) {
	.fade,
	.fadeArea a {
		transition: 0.3s;
	}
	.fade:hover,
	.fadeArea a:hover {
		opacity: 0.7;
	}
	.textBdr:hover,
	.textBdrList a:hover {
		text-decoration: underline !important;
	}
}


/*************************************************

 keyvisual

*************************************************/
.keyvisual {
	position: relative;
	background: url("../../images/employer/restaurant-retail/img_keyvisual02.jpg") no-repeat center center;
	background-size: cover;
}
.keyvisual .wrap {
	position: relative;
	max-width: 1550px;
	height: 720px;
	margin: 0 auto;
	background: url("../../images/employer/restaurant-retail/img_keyvisual01.jpg") no-repeat center center;
	background-size: cover;
}
.keyvisual .title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1260px;
	transform: translateY(-47%);
	text-align: center;
	margin: 0 auto;
}
.keyvisual .title .in_ttl {
	position: relative;
	display: table;
	max-width: 960px;
	width: 100%;
	height: 290px;
	margin: 0 auto;
	color: #fff;
	font-size: 68px;
	font-weight: 700;
	background: url("../../images/employer/restaurant-retail/img_keyvisual_txt_bg.jpg") no-repeat center center;
	background-size: cover;
}
.keyvisual .title .in_ttl span {
	display: table-cell;
	vertical-align: middle;
}
.keyvisual .title .in_ttl:before {
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: #fff solid 2px;
}
.keyvisual .title .label {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 -180px;
}
@media screen and (max-width: 1260px) {
	.keyvisual .title .label {
		right: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.keyvisual .title .in_ttl {
		font-size: 50px
	}
}
@media screen and (max-width: 750px) {
	.keyvisual .wrap {
		height: 106.667vw;
	}
	.keyvisual .title {
		transform: translateY(-47%);
	}
	.keyvisual .title .in_ttl {
		height: 53.333vw;
		font-size: 6.933vw;
	}
	.keyvisual .title .label {
		width: 100%;
		margin-bottom: -16vw;
		text-align: center;
		line-height: 0;
	}
	.keyvisual .title .label img {
		width: 34.667vw;
	}
}


/*************************************************

 logo_sliders

*************************************************/
.logo_sliders {
	max-width: 1300px;
	margin: 0 auto;
	padding: 15px 0;
}
.logo_sliders .ttile {
	margin-bottom: 15px;
	font-size: 20px;
/*	font-weight: 400;*/
	text-align: center;
}
.logo_sliders .swiper-container {
	padding: 0 50px;
}
@media screen and (max-width: 750px) {
	.logo_sliders {
		padding: 2.667vw 0;
	}
	.logo_sliders .ttile {
		margin-bottom: 2.667vw;
		font-size: 4.8vw;
	}
}



/*************************************************

 lead_area

*************************************************/

/* blue_area
-------------------------*/
.lead_area .blue_area {
	position: relative;
	text-align: center;
	background: #0263cd url("../../images/employer/restaurant-retail/img_earth.png") repeat-x center bottom;
}
.lead_area .blue_area .ttile {
	margin-bottom: 50px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}
.lead_area .blue_area .in_area {
	padding: 80px 0 360px;
	background: url("../../images/employer/restaurant-retail/img_fireworks.png") no-repeat center top;
}
.lead_area .blue_area .txt_boxs {
	display: flex;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px;
	justify-content: space-between;
}
.lead_area .blue_area .txt_boxs .in_box {
	position: relative;
	width: 48%;
	background: url("../../images/employer/restaurant-retail/img_box01.png") no-repeat center top;
	background-size: 100% 100%;
}
.lead_area .blue_area .txt_boxs .in_box dt {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 10px;
	color: #fff87d;
	font-size: 28px;
	transform: translate(-50%,-50%);
	background-color: #0263cd;
}
.lead_area .blue_area .txt_boxs .in_box dd {
	padding: 45px 0;
	color: #fff87d;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.lead_area .blue_area .txt_boxs .in_box dd strong {
	font-size: 2em;
}
@media screen and (max-width: 750px) {
	.lead_area .blue_area {
		background-repeat: no-repeat;
		background-size: auto 24vw;
	}
	.lead_area .blue_area .ttile {
		margin-bottom: 4vw;
		font-size: 6.4vw;
	}
	.lead_area .blue_area .in_area {
		padding: 5.333vw 0 29.333vw;
		background-size: 160% auto;
	}
	.lead_area .blue_area .txt_boxs {
		display: block;
		padding: 5.333vw;
		width: 100%;
	}
	.lead_area .blue_area .txt_boxs .in_box {
		width: 100%;
	}
	.lead_area .blue_area .txt_boxs .in_box + .in_box {
		margin-top: 8vw;
	}
	.lead_area .blue_area .txt_boxs .in_box dt {
		padding: 0 2vw;
		font-size: 4.8vw;
	}
	.lead_area .blue_area .txt_boxs .in_box dd {
		padding: 6.667vw 0;
		font-size: 8vw;
	}
}



/* aqua_area
-------------------------*/
.lead_area .aqua_area {
	padding: 35px 0;
	text-align: center;
	background-color: #e5f5ff;
}
.lead_area .aqua_area p {
	font-size: 28px;
	font-weight: 700;
}
.lead_area .aqua_area span {
	color: #ea696c;
}
.lead_area .aqua_area strong {
	font-size: 1.42em;
}
@media screen and (max-width: 750px) {
	.lead_area .aqua_area {
		padding: 4vw 0;
	}
	.lead_area .aqua_area p {
		font-size: 4.8vw;
	}
}




/*************************************************

 reason01

*************************************************/
.reason01 {
	overflow: hidden;
	padding: 70px 0;
}
.reason01 .title {
	margin-bottom: 70px;
	color: #ea696c;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
}
.reason01 .lsit li {
	display: flex;
	align-items: flex-end;
}
.reason01 .lsit li + li {
	margin-top: 75px;
}
.reason01 .lsit li .texts {
	position: relative;
	width: 54.47%;
	padding: 20px 0;
}
.reason01 .lsit li .texts:before {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	content: '';
	width: 200vw;
	height: 100%;
	background-color: #fff87d;
	transform:skewX(-13deg);
}
.reason01 .lsit li .texts dl {
	position: relative;
	max-width: 785px;
	margin-left: auto;
	padding: 0 70px;
	z-index: 2;
}
.reason01 .lsit li .texts dt {}
.reason01 .lsit li .texts dt span {
	display: inline-block;
	padding: 3px 15px;
	color: #fff;
	font-size: 20px;
	background-color: #ea696c;
	line-height: 1.2;
}
.reason01 .lsit li .texts dd {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
}
.reason01 .lsit li .texts dd span {
	color: #eb6877;
	font-size: 1.3em;
}
.reason01 .lsit li .img {
	width: 45.53%;
}

.reason01 .lsit li:nth-child(even) .texts {
	order: 2;
}
.reason01 .lsit li:nth-child(even) .texts:before {
	left: -15px;
	right: auto;
}
.reason01 .lsit li:nth-child(even) .texts dl {
	margin: 0 auto 0 0;
}
.reason01 .lsit li:nth-child(even) .img {
	order: 1;
	text-align: right;
}

@media screen and (max-width: 1260px) {
	.reason01 .lsit li .texts dl {
		padding: 0 30px;
	}
	.reason01 .lsit li .texts dt span {
		font-size: 16px;
	}
	.reason01 .lsit li .texts dd {
		font-size: 40px;
	}
}
@media screen and (max-width: 991px) {
	.reason01 .lsit li .texts dl {
		padding: 0 20px;
	}
	.reason01 .lsit li .texts dt span {
		font-size: 14px;
	}
	.reason01 .lsit li .texts dd {
		font-size: 30px;
	}
}
@media screen and (max-width: 750px) {
	.reason01 {
		padding: 5.333vw 0;
	}
	.reason01 .title {
		margin-bottom: 4vw;
		font-size: 6.4vw;
	}
	.reason01 .lsit li {
		display: block;
	}
	.reason01 .lsit li + li {
		margin-top: 5.333vw;
	}
	.reason01 .lsit li .texts {
		width: auto;
		margin-bottom: 2vw;
		padding: 3.333vw 0;
	}
	.reason01 .lsit li .texts:before {
		right: 2.667vw!important;
		left: auto!important;
	}
	.reason01 .lsit li .texts dl {
		display: table;
		margin: 0 auto!important;
		padding: 0 5.333vw;
	}
	.reason01 .lsit li .texts dt span {
		padding: 0.667vw 2vw;
		font-size: 2.667vw;
	}
	.reason01 .lsit li .texts dd {
		font-size: 8vw;
	}
	.reason01 .lsit li .img {
		width: auto;
		text-align: center!important;
	}
}




/*************************************************

 reason02

*************************************************/

.reason02 {
	overflow: hidden;
}

/* bg_title
-------------------------*/
.reason02 .bg_title {
	padding: 100px 20px;
	background: #007aff url("../../images/employer/restaurant-retail/img_reason02_bg.jpg") no-repeat right center;
	background-size: auto 100%;
}
.reason02 .bg_title span {
	display: block;
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}
.reason02 .bg_title strong {
	color: #fff87d;
}
@media screen and (max-width: 750px) {
	.reason02 .bg_title {
		padding: 12vw 5.333vw;
		background-size: auto 100%;
	}
	.reason02 .bg_title span {
		font-size: 6.4vw;
	}
}

/* bg_area
-------------------------*/
.reason02 .bg_area {
	background-color: #e5f5ff;
}
.reason02 .wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}
.reason02 .area_ttl {
	margin-bottom: 150px;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.reason02 .num_ttl {
	position: relative;
	margin-bottom: 60px;
	padding-left: 175px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}
.reason02 .num_ttl:before {
	position: absolute;
	top: -30px;
	left: 0;
	display: block;
	content: '';
	width: 200px;
	height: 200px;
	background: url("../../images/employer/restaurant-retail/ico_num01.png") no-repeat center center;
	background-size: contain;
}
.reason02 .num_ttl span {
	position: relative;
	display: block;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.reason02 .num_ttl {
		font-size: 50px;
	}
}
@media screen and (max-width: 750px) {
	.reason02 .area_ttl {
		margin-bottom: 5.333vw;
		font-size: 6.4vw;
	}
	.reason02 .num_ttl {
		margin-bottom: 4vw;
		padding-left: 0;
		font-size: 5.6vw;
		text-align: center;
	}
	.reason02 .num_ttl:before {
		position: static;
		width: 24vw;
		height: 24vw;
		margin: 0 auto 2.667vw;
	}
	.reason02 .num_ttl span {
		position: relative;
		display: block;
		z-index: 2;
	}
}


/* num01_box
-------------------------*/
.reason02 .num01_box {
	padding: 120px 20px;
}
.reason02 .num01_box .img01 {
	margin-bottom: 50px;
	text-align: center;
}
.reason02 .num01_box .p_txt {
	position: relative;
	padding: 30px 150px;
	color: #007aff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	border: #007aff solid 1px;
	border-radius: 10px;
}
.reason02 .num01_box .p_txt span {
	display: inline-block;
}
.reason02 .num01_box .p_txt:before,
.reason02 .num01_box .p_txt:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: '';
	background: no-repeat center bottom;
	background-size: contain;
}
.reason02 .num01_box .p_txt:before {
	left: 45px;
	width: 79px;
	height: 114px;
	background-image: url("../../images/employer/restaurant-retail/img_reason02_p01.png");
}
.reason02 .num01_box .p_txt:after {
	right: 45px;
	width: 85px;
	height: 114px;
	background-image: url("../../images/employer/restaurant-retail/img_reason02_p02.png");
}
@media screen and (max-width: 1200px) {
	.reason02 .num01_box .p_txt {
		padding: 20px 100px;
		font-size: 28px;
	}
	.reason02 .num01_box .p_txt:before {
		left: 20px;
		width: 69px;
	}
	.reason02 .num01_box .p_txt:after {
		right: 20px;
		width: 75px;
	}
}
@media screen and (max-width: 750px) {
	.reason02 .num01_box {
		padding: 6.667vw 5.333vw;
	}
	.reason02 .num01_box .img01 {
		margin-bottom: 4vw;
	}
	.reason02 .num01_box .p_txt {
		padding: 4vw 2.667vw 18vw;
		font-size: 4.267vw;
	}
	.reason02 .num01_box .p_txt:before {
		left: 50%;
		width: 10.533vw;
		height: 15.2vw;
		transform: translateX(-130%);
	}
	.reason02 .num01_box .p_txt:after {
		right: 50%;
		width: 11.333vw;
		height: 15.2vw;
		transform: translateX(130%);
	}
}




/* num02_box
-------------------------*/
.reason02 .num02_box {
	position: relative;
	padding: 100px 0 80px;
}
.reason02 .num02_box:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #007aff;
	transform: translateY(-50%) skewY(-3deg);
}
.reason02 .num02_box .wrap {
	position: relative;
	z-index: 2;
}
.reason02 .num02_box .num_ttl {
	color: #fff;
}
.reason02 .num02_box .num_ttl:before {
	background-image: url("../../images/employer/restaurant-retail/ico_num02.png");
}
.reason02 .num02_box .images {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
}
.reason02 .num02_box .images .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.reason02 .num02_box .images .img01 {
	width: 47.72%;
}
.reason02 .num02_box .images .img02 {
	width: 28.48%;
}
.reason02 .num02_box .images .flex .arw {
	width: 5.22%;
	text-align: center;
}
.reason02 .num02_box .images .flex .arw img {
	width: auto;
	max-width: none!important;
}
.reason02 .num02_box .txt {
	margin: 60px 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
@media screen and (max-width: 750px) {
	.reason02 .num02_box {
		padding: 8vw 0;
	}
	.reason02 .num02_box .wrap {
		padding: 0 5.333vw;
	}
	.reason02 .num02_box .images .flex {
		display: block;
		text-align: center;
	}
	.reason02 .num02_box .images .img01 {
		width: 58.4vw;
		margin: 0 auto;
	}
	.reason02 .num02_box .images .img02 {
		width: 34.933vw;
		margin: 0 auto;
	}
	.reason02 .num02_box .images .flex .arw {
		width: auto;
		margin: 2vw 0;
	}
	.reason02 .num02_box .images .flex .arw img {
		max-width: 100%!important;
	}
	.reason02 .num02_box .images .flex .arw figure {
		transform: rotate(90deg);
		width: 10%;
		margin: 0 auto;
	}
	.reason02 .num02_box .txt {
		margin: 5.333vw 0 0;
		font-size: 3.733vw;
	}
}



/* num03_box
-------------------------*/
.reason02 .num03_box {
	padding: 120px 0 90px;
}
.reason02 .num03_box .num_ttl:before {
	background-image: url("../../images/employer/restaurant-retail/ico_num03.png");
}
.reason02 .num03_box .list {
	max-width: 950px;
	margin: 0 auto;
	list-style: none;
}
.reason02 .num03_box .list li {
	position: relative;
	padding-left: 97px;
}
.reason02 .num03_box .list li + li {
	margin-top: 70px;
}
.reason02 .num03_box .list li .ico {
	position: absolute;
	left: 0;
	top: 0;
}
.reason02 .num03_box .list li .ico img {
	width: auto;
	max-width: 100%;
}
.reason02 .num03_box .list li dl {
	padding-left: 40px;
}
.reason02 .num03_box .list li dt {
	position: relative;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}
.reason02 .num03_box .list li dt span {
	box-sizing: border-box;
	position: absolute;
	left: -40px;
	top: 4px;
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	background-color: #007aff;
	text-align: center;
	line-height: 1;
}
.reason02 .num03_box .list li dd {
	font-size: 20px;
}
@media screen and (max-width: 750px) {
	.reason02 .num03_box {
		padding: 8vw 0;
	}
	.reason02 .num03_box .wrap {
		padding: 0 5.333vw;
	}
	.reason02 .num03_box .list li {
		padding-left: 0;
	}
	.reason02 .num03_box .list li + li {
		margin-top: 5.333vw;
	}
	.reason02 .num03_box .list li .ico {
		position: static;
		margin-bottom: 2.667vw;
		text-align: center;
	}
	.reason02 .num03_box .list li dl {
		padding-left: 8.667vw;
	}
	.reason02 .num03_box .list li dt {
		font-size: 5.333vw;
	}
	.reason02 .num03_box .list li dt span {
		left: -8.667vw;
		top: 0.267vw;
		width: 6.4vw;
		height: 6.4vw;
		line-height: 6.4vw;
		padding-top: 0;
		font-size: 3.733vw;
	}
	.reason02 .num03_box .list li dd {
		font-size: 3.2vw;
	}
}


/*************************************************

 job_lsit_area

*************************************************/
.job_lsit_area {
	padding: 90px 20px 70px;
}
.job_lsit_area .title {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.job_lsit_area .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
/*	max-width: 950px;*/
	margin: 0 auto;
	list-style: none;
}
.job_lsit_area .list li {
	box-sizing: border-box;
	width: 31.58%;
	margin-top: 20px;
	padding: 30px 0 20px;
	text-align: center;
	border: #007aff solid 2px;
	border-radius: 8px;
}
.job_lsit_area .list li .ico {
	display: table;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
}
.job_lsit_area .list li .ico figure {
	display: table-cell;
	vertical-align: middle;
}
.job_lsit_area .list li .ttl {
	margin-bottom: 5px;
	color: #007aff;
	font-size: 28px;
	font-weight: bold;
}
.job_lsit_area .list li p {
	font-size: 18px;
}
.job_lsit_area .txt {
	margin: 60px 0 0;
	font-size: 28px;
	text-align: center;
	line-height: 1.3;
}
@media screen and (min-width: 751px) and (max-width: 949px) {
	.job_lsit_area .list li .ttl {
		margin-bottom: 0.527vw;
		font-size: 2.95vw;
	}
	.job_lsit_area .list li p {
		font-size: 1.897vw;
	}
}
@media screen and (max-width: 750px) {
	.job_lsit_area {
		padding: 5.333vw 5.333vw 4vw;
	}
	.job_lsit_area .title {
		margin-bottom: 4vw;
		font-size: 6.4vw;
	}
	.job_lsit_area .list {
		display: flex;
	}
	.job_lsit_area .list li {
		width: 48%;
		margin-top: 0;
		padding: 3.333vw 0 2.667vw;
	}
	.job_lsit_area .list li:nth-child(n + 3) {
		margin-top: 2.667vw;
	}
	.job_lsit_area .list li .ico {
		height: 13.333vw;
		margin-bottom: 1.333vw;
	}
	.job_lsit_area .list li .ico img {
		width: auto;
		height: auto;
		max-width: none;
		max-height: 100%;
	}
	.job_lsit_area .list li .ttl {
		margin-bottom: 1.333vw;
		font-size: 4.267vw;
	}
	.job_lsit_area .list li p {
		font-size: 2.667vw;
	}
	.job_lsit_area .txt {
		margin-top: 4vw;
		font-size: 3.733vw;
	}
}


/*************************************************

 together_area

*************************************************/
.together_area .title {
	padding: 90px 20px;
	background: url("../../images/employer/restaurant-retail/img_together_bg.jpg") no-repeat center center;
	background-size: cover;
}
.together_area .title span {
	display: block;
	max-width: 950px;
	margin: 0 auto;
	padding: 35px 0;
	color: #fff;
	font-size: 40px;
/*	font-weight: 500;*/
	text-align: center;
	line-height: 1.3;
	background-color: rgba(0,0,0,0.7);
}
.together_area .text_image {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: 50px 20px 30px;
}
.together_area .text_image .text {
	width: 40.63%;
}
.together_area .text_image .text .sm {
	font-size: 28px;
}
.together_area .text_image .text .txt {
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.3;
}
.together_area .text_image .text .txt span {
	display: inline-block;
	margin: 3px 0;
	padding: 2px 10px 0;
	color: #fff;
	background-color: #ea696c;
}
.together_area .text_image .img {
	width: 56.25%;
}
@media screen and (max-width: 1240px) {
	.together_area .text_image .text .sm {
		font-size: 20px;
	}
	.together_area .text_image .text .txt {
		font-size: 38px;
	}
}
@media screen and (max-width: 991px) {
	.together_area .text_image {
		display: block;
	}
	.together_area .text_image .text {
		width: auto;
		display: table;
		margin: 0 auto 50px;
	}
	.together_area .text_image .img {
		width: auto;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.together_area .title {
		padding: 6vw 5.333vw;
	}
	.together_area .title span {
		padding: 4.667vw 0;
		font-size: 6.4vw;
	}
	.together_area .text_image {
		padding: 5.333vw 5.333vw 1.333vw;
	}
	.together_area .text_image .text {
		margin-bottom: 4vw;
	}
	.together_area .text_image .text .sm {
		font-size: 3.2vw;
	}
	.together_area .text_image .text .txt {
		font-size: 4.8vw;
	}
	.together_area .text_image .text .txt span {
		margin: 3px 0;
	}
}



/*************************************************

 world_area

*************************************************/

/* title
-------------------------*/
.world_area .title {
	padding: 20px 0;
	background-color: #007aff;
}
.world_area .title .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
}
.world_area .title .txt {
	width: 57.03%;
	margin-bottom: 0;
	order: 2;
}
.world_area .title .txt > * {
	position: relative;
	padding-left: 120px;
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
}
.world_area .title .txt > *:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 110px;
	height: 110px;
	background: url("../../images/employer/restaurant-retail/img_world_label.png") no-repeat center center;
	background-size: contain;
}
.world_area .title .img {
	width: 35.94%;
	order: 1;
}
@media screen and (max-width: 1240px) {
	.world_area .title .txt > * {
		font-size: 34px;
	}
	.world_area .title .txt > *:before {
		margin-top: -10px;
	}
}
@media screen and (max-width: 991px) {
	.world_area .title {
		padding: 40px 0;
	}
	.world_area .title .flex {
		display: block;
	}
	.world_area .title .txt {
		width: auto;
		display: table;
		margin: 0 auto 30px;
		padding-top: 0;
	}
	.world_area .title .img {
		width: auto;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.world_area .title {
		padding: 6vw 0 4vw;
	}
	.world_area .title .flex {
		padding: 0 5.333vw;
	}
	.world_area .title .txt {
		margin-bottom: 2.667vw;
	}
	.world_area .title .txt > * {
		padding-left: 17.333vw;
		font-size: 5.6vw;
	}
	.world_area .title .txt > *:before {
		width: 14.667vw;
		height: 14.667vw;
		margin-top: -0.667vw;
	}
}


/* graph
-------------------------*/
.world_area .graph {
	padding: 75px 20px 50px;
	background-color: #e5f5ff;
	text-align: center;
}
.world_area .graph .ttl {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 28px;
}
.world_area .graph .ttl:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	width: 80px;
	height: 5px;
	transform: translateX(-50%);
	background-color: #007aff;
}
@media screen and (max-width: 750px) {
	.world_area .graph {
		padding: 6vw 5.333vw 4vw;
	}
	.world_area .graph .ttl {
		margin-bottom: 4vw;
		padding-bottom: 2.667vw;
		font-size: 6.4vw;
	}
	.world_area .graph .ttl:before {
		width: 16vw;
		height: 0.667vw;
	}
}



/*************************************************

 faq_area

*************************************************/
.faq_area {
/*	max-width: 990px;*/
	margin: 0 auto;
	padding: 120px 20px;
}
.faq_area .title {
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
}
.faq_area .faw_boxs {
	counter-reset: number 0;
}
.faq_area .faw_boxs dl + dl {
	margin-top: 60px;
}
.faq_area .faw_boxs dt {
	position: relative;
	padding: 20px 20px 20px 115px;
	color: #fff;
	font-size: 28px;
/*	font-weight: 400;*/
	background-color: #007aff;
	line-height: 1.3;
}
.faq_area .faw_boxs dt:before {
	position: absolute;
	top: 19px;
	left: 0;
	display: block;
	width: 100px;
	font-weight: 700;
	text-align: center;
	counter-increment: number 1;
	content: 'Q.'counter(number);
}
.faq_area .faw_boxs dt:after {
	position: absolute;
	top: 0;
	left: 100px;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.faq_area .faw_boxs dd {
	margin-top: 20px;
	font-size: 18px;
}
.faq_area .faw_boxs dd a {
	color: #007aff;
	text-decoration: underline;
}
.faq_area .faw_boxs dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.faq_area {
		padding: 8vw 5.333vw;
	}
	.faq_area .title {
		font-size: 6.4vw;
		margin-bottom: 5vw;
	}
	.faq_area .faw_boxs dl + dl {
		margin-top: 5.333vw;
	}
	.faq_area .faw_boxs dt {
		padding: 2vw 2.667vw;
		font-size: 3.733vw;
	}
	.faq_area .faw_boxs dt:before {
		position: static;
		width: auto;
		margin: 0 -2.667vw 2vw;
		padding-bottom: 2vw;
		border-bottom: 1px solid #ffffff;
		text-align: center;
	}
	.faq_area .faw_boxs dt:after {
		display: none;
	}
	.faq_area .faw_boxs dd {
		font-size: 3.2vw;
		margin-top: 2.667vw;
		padding: 0 2vw;
	}
}




/*************************************************

 media_area

*************************************************/
.media_area {
	margin: 0 auto 90px;
	padding: 0 20px;
}
.media_area .title {
	margin-bottom: 60px;
	font-size: 40px;
	text-align: center;
}
.media_area .medias {
	display: flex;
	justify-content: flex-start;
	gap: 20px 2%;
	flex-wrap: wrap;
	list-style: none;
}
.media_area .medias > li {
	box-sizing: border-box;
	width: calc((100% - (2% * 2)) / 3);
	border: 1px solid #e7e7e7;
}
@media screen and (max-width: 750px) {
	.media_area {
		margin-bottom: 5.333vw;
	}
	.media_area .title {
		margin-bottom: 4vw;
		font-size: 6.4vw;
	}
	.media_area .medias {
		display: flex;
		justify-content: flex-start;
		gap: 2.667vw 4%;
		flex-wrap: wrap;
		list-style: none;
	}
	.media_area .medias > li {
		width: calc((100% - 4%) / 2);
		margin-bottom: 2.667vw;
		border-width: 0.267vw;
	}
}


.brochure {
	margin-bottom: 60px;
}
.brochure .title {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.brochure input {
    margin: 0;
}
.brochure #errorSuccess{
    height: auto;
    padding: 0;
    font-size: inherit;
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.brochure {
		margin-bottom:12vw;
	}
	.brochure .title {
		font-size: 6.4vw;
		margin-bottom: 10.666667vw;
	}
}

.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;
	}
}

.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;
	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;
	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;
	}
}