@charset "utf-8";
/* CSS Document */
/*================================================
head
================================================*/
.hd_lv1{
    color: #007AFF;
    text-align: center;
    margin: 30px auto 40px;
      font-family:ｍｓ ゴシック,ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
}
.hd_lv1 span{
    border-bottom: 6px solid #007AFF;
    padding-bottom: 10px;
}
.hd_lv1.line::after{
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background-color:#007AFF; 
    margin: 10px auto 0;
}
  
/*================================================
recruit
================================================*/
.recruit_inner{
	max-width: 950px ;
	margin: 0 auto;
	color: #324158;
    font-weight: normal;
}
.recruit_inner .hd_lv1{
	margin: 50px auto 40px;
	font-size: 2.5rem;
	line-height: 1.6;
}
.recruit_inner .hd_lv1.bk{
	color: #4a4a4a;
}
.recruit_inner .size{
	font-size: 1.5rem;
}
.recruit_inner .hd_lv1 span{
	border: none;
}
.recruit_inner .hd_lv1 .en{
	font-family: lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
}
.recruit_emphasis{
	margin-top: 50px;
	font-size: 1.5rem; 
	color: #007aff;
	text-align: center;
	font-weight: bold;
}
.table_recruit{
	padding: 0 80px;
	width: 100%;
	max-width: 740px;
	background-color: #d8effd;
	font-family:lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
}
.box_recruit{
	margin: 50px auto 0;
	padding:30px 0; 
	max-width: 740px;
	background-color: #d8effd;
}

.table_recruit tr td:first-child{
	display: flex;
	align-items: center;
}
.table_recruit tr td:first-child::before{
	content: "・";
	display: block;  
	font-size: 4.0rem;
	position: relative;
	top: 3px;

}
.btn_recruit{
	background-color: #007aff;
	color: #ffffff;
	padding: 5px 35px;
	font-size: 1.3rem;
}
.ttl_tb{
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width:950px){
	.recruit_inner{
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width:750px){
	.recruit_inner .hd_lv1{
		margin: 4vw auto;
		font-size: 4.8vw;
		font-family:lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
	}
	.recruit_inner .size{
		font-size: 2.667vw;
	}
	.recruit_emphasis {
		margin-top: 2vw;
		font-size: 2.667vw;
	}
	.btn_recruit{
		font-size: 3.2vw;
		padding: 2vw;
		text-align: center;
        display: block;
	}
	.ttl_tb{
		font-size: 2.667vw;
		margin-top: 4vw;
	}
	.list_basic{
		margin: 2vw 0 4vw;
		padding-left: 2em;
		list-style: disc;
	}
	.list_basic li{
		font-size: 2.667vw;
		margin-bottom: 2vw;
	}
}

/*================================================
terms
================================================*/
.policy_innerjp{
	max-width: 790px;
	padding: 0 20px;
	margin: 0 auto;
    font-weight: normal;
}

.policy_innerjp .hd_lv1{
	font-family:lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
	color: #4a4a4a;
	font-size: 2.4rem;
}
.policy_innerjp .description{
	font-size: 2rem;
	margin-bottom: 2rem;
}
.policy_innerjp ul{
	list-style-type: none;
	font-size: 1.6rem;
}
.policy_innerjp ol{
	list-style: decimal;
	padding-left: 1.5em;
	font-size: 1.6rem;
}
.policy_innerjp article{
	margin-bottom: 2em;
}
.policy_innerjp article .article_title{
	color: #007AFF;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	font-weight: bold;
}
.policy_innerjp ol.list_num_parentheses{
	padding-left: 0;
}
.policy_innerjp ol.list_num_parentheses > li{
	padding-left: 2em;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.policy_innerjp ol.list_num_parentheses > li:before{
	content: "(" counter(cnt) ")";
	display: inline-block;
	width: 1.5em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.policy_innerjp .list_kana_iroha{
	list-style-type: katakana-iroha;
	padding-left: 1.5em;
}
.policy_innerjp .list_ideographic{
	list-style-type: cjk-ideographic;
	padding-left: 1.5em;
}
.policy_innerjp{
	color: #4a4a4a;
	line-height: 1.8;
}
@media screen and (max-width: 750px){
	.policy_innerjp{
		width: 100%;
		padding: 0 6vw;
	}
	.policy_innerjp .hd_lv1{
		font-size: 6.4vw;
	}
	.policy_innerjp .description{
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.policy_innerjp ul{
		font-size: 3.2vw;
	}
	.policy_innerjp ol{
		font-size: 3.2vw;
	}
	.policy_innerjp article{
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.policy_innerjp article .article_title{
		font-size: 3.733vw;
	}
}


/*================================================
legal
================================================*/
.legal{
	margin-bottom: -50px;
	background-color: #d8effd;
    font-weight: normal;
}
.bg_cl2{
	margin: 0 auto;
	padding: 50px;
	max-width: 844px;
	background-color:rgba(51,168,237,1);
}
.box_legal{
	padding:50px 30px;
	border-radius: 10px;
	box-shadow:0 0 5px hsla(0,0%,0%,0.61); 
	background-color: #d8effd;
	font-size: 1.6rem;
	color: #4a4a4a;
}
.box_legal p{
	margin-bottom: 30px;
}
.definition{
	display: flex;
	margin-bottom: 5px;
}
.box_legal dt{
	flex:1;
	margin-right: 10px;
}
.box_legal dd{
	flex: 1;
}
.box_legal a{
	text-decoration: underline;
	color: #4a4a4a;
}
@media screen and (min-width: 751px) and (max-width: 843px){
	.bg_cl2{
		padding: 50px 30px;
	}
	.box_legal{
		font-size: 1.4rem;
		padding: 30px 15px;
	}
}
@media screen and (max-width: 750px){
	.legal{
		margin-bottom: 0;
	}
	.bg_cl2{
		width: 95%;
		padding: 5.333vw 2.667vw;
	}
	.box_legal{
		font-size: 3.733vw;
		padding: 4vw 2vw;
	}
	.box_legal p{
		font-size: 100%;
	}
	.definition{
		display: block;
	}
	.box_legal dt{
		padding-right: 0;
	}
	.box_legal dd{
		padding-left: 2em;
		margin-bottom: 2.667vw;
	}
}

/*================================================
 inquiry
================================================*/

input[type="text"] ,
textarea,
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 2px solid #3699ec;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding:0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.3s;
    outline: none;
    margin: 8px 0;
}
textarea,
input[type="text"] ,
select{
    padding: 10px 25px 10px 10px;
}
select{
    margin: 0;
    cursor: pointer;
}

/*================================================
 brochure02
================================================*/

.brochure_label{
    color: #fff;
    background-color: #007aff;
    line-height: 3;
    font-size: 40px;
    text-align: center;
}
@media screen and (max-width: 750px){
    .brochure_label{
        font-size: 4vw;
        padding: 0 2.667vw;
    }
}

.brochure_col{
    width: 100%;
    display: flex;
    font-size: 1.6rem;
}
.col_box{
    flex: 1;
    padding: 60px 0 200px;
}
.col_box p{
    margin-bottom: 10px;
}
.l_col{
    background: #e5f5ff url("../../images/employer/brochure/bg_brochure_col.png") repeat-x right bottom;
    display: flex;
    justify-content: flex-end;
}
.r_col{
    position: relative;
    background: #a0dbfd url("../../images/employer/brochure/bg_brochure_col.png") repeat-x left bottom;
}
.col_inner{
    width: 640px;
    height: 100%;
}

.l_col .col_inner{
    padding-right: 60px; 
}

@media screen and (max-width: 1280px) {
    .col_box{
        width: 50%;
    }
    .col_inner{
        width: 100%;
        height: 100%
    }
    .l_col .col_inner,
    .r_col .col_inner{
        padding: 0 20px;
    }
}
@media screen and (max-width: 950px){
    .brochure_col{
        display: block;
    }
    .col_box{
        flex: 1;
        padding: 60px 20px;
        width: 100%;
    }
    .col_inner{
        width: 100%;
        height: auto;
    }
    .l_col{
        background-image: none;
        display: flex;
        justify-content: flex-end;
    }
    .r_col{
        padding-bottom: 190px;
    }
    .l_col .col_inner,
    .r_col .col_inner{
        padding: 0;
    }
    .l_col .col_inner {
        padding-right: 0;
    }
    
}
@media screen and (max-width: 750px){
    .col_box{
        padding: 8vw 5.333vw;
    }
    .r_col{
        padding-bottom: 150px;
    }
}

.brochure_img{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.brochure_img img{
    width: 100%;
    max-width: 580px;
}
.success_box{
    width: 160px;
    height: 160px;
    background: #a0dbfd;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.success_box::before{
    display: inline-block;
    content: "";
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
.success_box span{
    text-align: center;
    background: url("../../images/employer/brochure/ico_point.svg") no-repeat center 0;
    background-size: 32px;
    padding-top: 36px;
}
.hd_lv4{
    font-size: 1.8rem;
    font-weight: bold;
}
.l_col .hd_lv4{
    margin-top: 40px;
}
.n_list{
    list-style: none;
}
.n_list li{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.c_num{
    flex: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background:  #a0dbfd;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
@media screen and (max-width: 950px){
    .brochure_img {
        margin-bottom: 50px;
    }
    .success_box{
        right: 50%;
        transform: translateX(50%);
        bottom: -30px;
    }
}
@media screen and (max-width: 750px){
    .l_col .hd_lv4{
        font-size: 4.267vw;
        margin-top: 6vw;
    }
    .n_list li{
        margin-bottom: 1.333vw;
        font-size: 4vw;
    }
    .c_num{
        width: 8vw;
        height: 8vw;
        margin-right: 2.667vw;
        line-height: 8vw;
    }
}
@media screen and (max-width: 750px){
    .brochure_img {
        margin-bottom: 4vw;
    }
    .success_box{
        width: 21.333vw;
        height: 21.333vw;
        bottom: -4vw;
        font-size: 1.867vw;
    }
    .success_box::before{
        width: 20vw;
        height: 20vw;
        top: 0.667vw;
        left: 0.667vw;
    }
    .success_box span{
        background-size: 4.267vw;
        padding-top: 4.8vw;
    }
}
@media screen and (max-width: 619px){
    .success_box{
        width: 25.848vw;
        height: 25.848vw;
        bottom: -4.846vw;
        font-size: 2.262vw;
    }
    .success_box::before{
        width: 24.233vw;
        height: 24.233vw;
        top: 0.808vw;
        left: 0.808vw;
    }
    .success_box span{
        background-size: 5.17vw;
        padding-top: 5.816vw;
    }
}

/* form */
.form_area {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.form_box {
    width: 100%;
    max-width: 540px;
    min-height: 540px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.form_box.fixed {
    position: fixed;
    top: 127px;
}
.form_box.fix_bottom {
    position: absolute;
    top: inherit;
    bottom: 67px;
}
.form_hd {
    padding: 30px 0;
    text-align: center;
    background: #ea696c;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.form_inner {
    padding: 30px 30px 0;
}
.form_inner dt {
    width: 8em;
    clear: both;
    float: left;
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.form_inner dd {
    margin-left: 9em;
    padding-bottom: 15px;
}
#errorSuccess {
    height: 30px;
    padding: 0 30px;
    font-size: 1.2rem;
    margin-bottom: 0;
}
input[type="text"].s_form,
input[type="email"].s_form {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
    margin: 0;
    font-size: 1.5rem;
}
/* placeholder */
input::placeholder,
textarea::placeholder {
    color: #ccc;
}
input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color:#fff;
}
input[type="text"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color:#fff;
}
input[type="text"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color:#fff;
}
input[type="text"]:focus::placeholder,
textarea:focus::placeholde {
    color:#fff;
}

.btn_dl {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.btn_dl button {
    background-color: transparent;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}
.btn_dl::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fd9d53, #ea696c);
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity .3s;
}
.btn_dl::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(to right, #fdbb53, #fd9d53);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.btn_dl:hover::before {
    opacity: 0;
}
.btn_dl span {
    background: url("../../images/employer/brochure/ico_download.svg") no-repeat 0 0;
    background-size: 18px;
    padding-left: 28px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
}
@media screen and (max-width: 1280px){
    .form_area {
        justify-content: flex-start;
    }
    .form_box {
        width: 440px;
    }
    .form_box.fixed {
        width: 440px;
        left: 50%;
        margin-left: 20px;
    }
    .form_box.fix_bottom {
        width: 440px;
        left: 20px;
         margin-left: 0;
    }
}
@media screen and (max-width: 950px) {
    .form_area {
        display: block;
    }
    .form_box {
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .form_inner dt {
        float: none;
        padding-bottom: 0;
    }
    
    .form_inner dd {
        margin-left: 0;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 750px) {
	.form_hd {
		font-size: 4vw;
		padding: 4vw 0;
	}
	.form_inner {
		padding: 4vw 4vw 0;
	}
	.form_inner dt {
		width: auto;
		font-size: 2.933vw;
		display: block;
		padding-bottom: 0.667vw;
	}
	.form_inner dd {
		padding-bottom: 2vw;
	}
	#errorSuccess {
		height: 4vw;
		padding: 0 4vw;
		font-size: 2.667vw;
		margin-bottom: 2.667vw;
	}
	input[type="text"].s_form,
	input[type="email"].s_form {
		padding: 2vw;
		border-radius: 5px;
		font-size: 2.933vw;
	}
}




/*================================================
 data
================================================*/
.inner{
    margin: 0 auto;
    max-width: 950px;
}
@media screen and (max-width: 736px){
    .inner{
        width: 100%;
        padding: 0 20px;
    } 
}

#main {
/*	margin-top: 113px;*/
}

.page-data {
    font-weight: 500;
}

.page-data h2{
	font-size: 30px;
	letter-spacing: 4px;
	display: inline;
}

.page-data h3{
	margin: 40px 0 50px 0;
	font-size: 18px;
}

.page-data .mainBg {
	background-attachment: fixed;
	background-position: 0 113px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("../../images/employer/data/application/main_bg.jpg");
}

.page-data .pageTitle .title {
	letter-spacing: 2px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 40px;
	display: block;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 4%;
	margin: 0;
}

.page-data .pageTitle .title span {
	letter-spacing: 1px;
	font-size: 20px;
	display: block;
}

.page-data .subMain{
	margin: 0 auto;
	padding-top: 70px;
	color: #333;
	text-align: center;
}

.page-data .subMain p{
	margin: 30px 0 30px 0;
	letter-spacing: .5px;
	font-size: 15px;
	line-height: 3;
}

.page-data .subMain p span.blue{
	color: #147AFC;
	font-size: 20px;
	font-weight: bold;
}

.page-data .subMain p span.small{
	font-size: 12px;
}

.page-data .figure01{
	margin-top: 50px;
    margin-bottom: 100px;
}

.page-data .figure01 p{
	margin: 0 auto;
	width: 730px;
	text-align: left;
}

.page-data .figure01 img{
	margin-bottom: 30px;
	width: 730px;
}

/* figure02 */
.page-data .figure02{
	text-align: left;
	background: #E5F5FF;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

.page-data .figure02 .inner {
	margin: 0 auto;
	width: auto;
	max-width: 1100px;
}

.page-data .figure02 .inner:after {
	content: "";
	display: block;
	clear: both;
}

.page-data .figure02 p{
	padding-top: 30px;
	line-height: 2;
}

.page-data .figure02 .left{
	padding: 7% 0 0 30px;
	width: 53%;
	float: left;
}

.page-data .figure02 .right{
	padding: 50px 0 50px 0;
	width: 45%;
	float: right;
}

.page-data .figure02 .right img{
	width: 100%;
}

/* figure03 */
.page-data .figure03{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}

.page-data .figure03 .inner {
	margin: 0 auto;
	width: 900px;
}

.page-data .figure03 .left{
	padding: 0 0 0 0;
	display: inline-block;
	width: 60%;
	float: left;
}

.page-data .figure03 .left img{
	width: 650px;
}

.page-data .figure03 .right{
	padding: 55px 0 0 170px;
	width: 20%;
	display: flex;
	flex-direction: column;
}

.page-data .figure03 .right img{
	width: 190px;
	margin-bottom: 20px;
}

.page-data .figure03 p{
	margin-bottom: 50px;
}

.page-data .figure03 p.caption{
	margin: 0;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.page-data .figure03 .circles > * {
	margin-bottom: 20px;
}
.page-data .figure03 .circles > *:last-child {
	margin-bottom: 0;
}
.page-data .figure03 .circle{
	color: #ffffff;
	background: #394eff;
	background: -moz-linear-gradient(135deg, rgba(51,165,238,1) 0%, rgba(57,78,255,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(51,165,238,1) 0%, rgba(57,78,255,1) 100%);
	background: linear-gradient(135deg, rgba(51,165,238,1) 0%, rgba(57,78,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a5ee",endColorstr="#394eff",GradientType=1);
	display: flex;
	width: 190px;
	height: 190px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	font-weight: 400;
}
.page-data .figure03 .circle.orange{
	color: #ffffff!important;
	background: #ff8930;
	background: -moz-linear-gradient(135deg, rgba(238,174,51,1) 0%, rgba(255,137,48,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(238,174,51,1) 0%, rgba(255,137,48,1) 100%);
	background: linear-gradient(135deg, rgba(238,174,51,1) 0%, rgba(255,137,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeae33",endColorstr="#ff8930",GradientType=1);
}
.page-data .figure03 .circle .circle-text {
	font-size: 2.0rem;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	letter-spacing: inherit;
}
.page-data .figure03 .circle .circle-text .num {
	font-size: 4.8rem;
	font-weight: bold;
	padding-top: 15px;
	display: inline-block;
}
.page-data .figure03 .circle .circle-text .fee {
	font-size: 3.6rem;
	font-weight: bold;
	padding-top: 15px;
	display: inline-block;
}
.page-data .figure03 .circle .circle-text .fee .yen {
	font-size: 2.4rem;
}

/* link */
.page-data .link{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 100px;
}

.page-data .link a {
	position: relative;
	z-index: 100;
	text-align:center;
	color: #fff;
	text-decoration:none;
}

.page-data .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 10px solid #fff;
}

.page-data .link a:hover:after {
	border-left: 10px solid #007AFF;
}

.page-data .btn-gradient-radius {
	cursor: pointer;
	display: inline-block;
	padding: 30px 70px 30px 70px;
	border-radius: 50px;
	text-decoration: none;
	color: #FFF;
	border: 2px solid  #007AFF;
	background-color: #007AFF;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.page-data .btn-gradient-radius:hover {
	box-sizing: border-box;
	background-color: #fff;
	color: #007AFF;
	border: 2px solid  #007AFF;
}

/* first view only */
.marker-animation-first.active{
  background-position: -100% .7em;
}
.marker-animation-first {
	margin: 0 auto;
	width: max-content;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight: bold;
}

.marker-animation.active{
	background-position: -100% .7em;
}
.marker-animation {
	margin: 0 auto;
	width: max-content;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,248,125) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight: bold;
}

/* fade */
.fadeInUp {
	opacity : 0;
	transform: translateY(20px);
	transition: 1s;
}


@media all and (max-width: 750px) {
	#main {
/*	    margin-top: 100px;*/
	}

	.page-data .mainBg {
		background-image: url("../../images/employer/data/application/main_bg_sp.jpg");
		background-position: 0 100px;
	}

	.page-data .pageTitle .title {
		padding: 20% 0;
		font-size: 7.2vw;
	}

	.page-data .pageTitle .title span {
		font-size: 5.333vw;
	}

	.page-data h2 {
		font-size: 5.333vw;
	}

	.page-data h3 {
		margin: 8vw 0;
		font-size: 4vw;
	}

	.page-data .subMain {
		padding: 6.667vw 4vw 0;
	}

	.page-data .subMain p {
		line-height: 2;
		text-align: left;
		font-size: 3.733vw;
		margin: 4vw 0;
	}

	.page-data .subMain p span.blue{
		font-size: 4.267vw;
	}

	.page-data .figure01 {
		margin-top: 4vw;
		margin-bottom: 6.667vw;
	}

	.page-data .figure01_img {
		overflow-x: auto;
		white-space: nowrap;
	}

	.page-data .figure01 img {
		height: 650px;
		width: auto;
		margin-bottom: 20px;
	}

	.page-data .figure01 p {
		width: auto;
	}

	.page-data .figure01 table {
		display: table;
		width: 100%;
	}

	.inner {
		width: auto;
	}

	.page-data .figure02 {
		margin-bottom: 0;
	}

	.page-data .figure02 p {
		padding-top: 5.333vw;
		text-align: left;
		font-size: 3.733vw;
	}

	.page-data .figure02 .left {
		padding: 50px 0 0 0;
		display: block;
		width: auto;
		float: left;
	}

	.page-data .figure02 .right {
		padding: 30px 0 30px 0;
		width: auto;
		float: right;
	}

	.page-data .figure02 .right img {
		width: 100%;
	}

	.page-data .figure03 {
		margin-bottom: 6.667vw;
	}

	.page-data .figure03 table.bottom {
		display: table;
		width: 100%;
	}

	.page-data .figure03 .inner {
		width: auto;
		padding: 0;
		overflow-x: auto;
		white-space: nowrap;
	}

	.page-data .figure03 .left {
		width: 100%;
		float: none;
	}

	.page-data .figure03 .right {
		padding: 0;
	 	margin-top: 30px;
		width: auto;
		display: inline-block;
		flex-direction: initial;
		text-align: center;
	}

	.page-data .figure03 .right img{
		width: 48%;
		margin-bottom: 0;
	}

	.page-data .figure03 .right img:first-child{
		padding-right: 8px	;
	}

	.page-data .figure03 .right img:last-child{
		margin-top: -10px;
	}

	.page-data .figure03 .circles {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.page-data .figure03 .circles > * {
		margin-bottom: 0;
	}
	.page-data .figure03 .circles > *:last-child {
		margin-bottom: 0;
	}
	.page-data .figure03 .circle{
		width: 42.667vw;
		height: 42.667vw;
	}
	.page-data .figure03 .circle .circle-text {
		font-size: 4.267vw;
	}
	.page-data .figure03 .circle .circle-text .num {
		font-size: 10.133vw;
		padding-top: 3.2vw;
	}
	.page-data .figure03 .circle .circle-text .fee {
		font-size: 7.733vw;
		padding-top: 3.2vw;
	}
	.page-data .figure03 .circle .circle-text .fee .yen {
		font-size: 5.067vw;
	}

	.page-data .link {
		font-size: 18px;
		margin-bottom: 13.333vw;
	}

	.page-data .link a:after {
		top: 50%;
		right: 6.667vw;
		margin-top: -1.333vw;
		border: 1.333vw solid transparent;
		border-left: 2.667vw solid #fff;
	}

	.page-data .btn-gradient-radius{
		width: 100%;
		padding: 2.667vw 0;
		font-size: 4.267vw;
	}
}

/* jobseeker */
.page-data .mainBg.jobseeker {
	background-image: url("../../images/employer/data/jobseeker/main_bg.jpg");
}

.page-data .figure01.jobseeker h3{
	font-size: 28px;
	letter-spacing: 1px;
}

.page-data .figure01.jobseeker {
	margin-top: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #33a8ed;
}

.page-data .figure01.jobseeker .inner {
	display: inline-block;
}

.page-data .figure01.jobseeker .left{
	padding: 0;
	width: 50%;
	float: left;
}

.page-data .figure01.jobseeker img {
	width: 400px;
}

.page-data .figure01.jobseeker .right{
	padding: 0;
	text-align: center;
	width: 50%;
	float: right;
}

.page-data .figure02.jobseeker {
	background: #ffffff;
	margin-top: 0;
	text-align: center;
}

.page-data .figure02.jobseeker .inner {
	max-width: 800px;
}

.page-data .figure02.jobseeker .tables {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
}

.page-data .figure02.jobseeker .tables > * {
	margin: 0 1%;
	width: 48%;
}

.page-data .figure02.jobseeker .area-table {
	width: 100%;
	border-collapse: collapse;
}

.page-data .figure02.jobseeker .area-table tr {
	border: none;
}

.page-data .figure02.jobseeker .area-table thead th {
	color: #ffffff;
	background-color: #007aff;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	padding: 8px 5px;
	width: 50%;
}

.page-data .figure02.jobseeker .area-table thead th:last-child {
	border-right: none;
}

.page-data .figure02.jobseeker .area-table tbody td {
	font-size: 1.8rem;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #ffffff;
}

.page-data .figure02.jobseeker .area-table tbody td:last-child {
	border-right: none;
}

.page-data .figure02.jobseeker .area-table tbody tr:nth-child(even) td {
	background-color: #e5f5ff;
}

.page-data .figure02.jobseeker .white {
	text-align: center;
	padding: 50px;
	margin: 100px auto;
	width: 1000px;
	background: #fff;
}

.page-data .figure02.jobseeker .white img {
	width: 868px;
}

.page-data .figure02.jobseeker .white h2{
	position: absolute;
	z-index: 1000;
}

.page-data .figure02.jobseeker .right {
	padding: 50px 0 50px 0;
	width: 45%;
	float: right;
}

.page-data h2.absolute{
	position: absolute;
	top: 155px;
	left: 150px;
	z-index: 1000;
}

@media all and (min-width: 0) and (max-width: 750px) {
	.page-data .mainBg.jobseeker {
		background-image: url("../../images/employer/data/jobseeker/main_bg_sp.jpg");
	}

	.page-data .figure01.jobseeker h3{
		font-size: 4.8vw;
		margin: 0 0 4vw;
	}

	.page-data .figure01.jobseeker .left {
		width: auto;
	}

	.page-data .figure01.jobseeker:nth-of-type(n + 2) .left {
		margin: 0 -20px 2vw;
		padding: 0 20px;
		border-bottom: 2px dotted #33a8ed;
	}

	.page-data .figure01.jobseeker img {
		width: 100%;
		height: 100%;
		margin-bottom: 4vw;
	}

	.page-data .figure01.jobseeker .right {
		width: auto;
		margin-top: 20px;
	}

	.page-data .figure02.jobseeker {
		background: none;
		margin-bottom: 50px;
	}

	.page-data .figure02.jobseeker .tables {
		display: block;
		margin-top: 5.333vw;
	}

	.page-data .figure02.jobseeker .tables > * {
		margin: 0;
		width: 100%;
	}

	.page-data .figure02.jobseeker .area-table {
		display: table;
		overflow: hidden;
	}

	.page-data .figure02.jobseeker .area-table thead th {
		font-size: 4vw;
		padding: 2vw 1.333vw;
	}

	.page-data .figure02.jobseeker .tables > *:last-child .area-table thead {
		display: none;
	}

	.page-data .figure02.jobseeker .area-table tbody td {
		font-size: 3.733vw;
		padding: 1.333vw;
	}

	.page-data .figure02.jobseeker .white h2 {
		text-align: center;
		position: absolute;
		z-index: 1000;
	}

	.page-data .figure02.jobseeker .white {
		padding: 0;
		margin: 0 auto;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}

	.page-data .figure02.jobseeker .white img {
		width: 100%;
	}

	.page-data h2.sp {
		margin: 0 auto 50px;
	}

	.page-data h2.absolute {
		top: 40%;
		left: 25%;
	}
}

/* iPad */
@media all and (min-width: 751px) and (max-width: 1099px) {
	.inner {
		width: auto;
	}

	.page-data .figure01.jobseeker .inner {
		padding: 0 20px;
	}
	.page-data .figure01.jobseeker img {
		width: 100%;
	}

	.page-data .figure02 .left {
		padding: 4% 0 0 30px;
		width: 50%;
	}

	.page-data .figure02.jobseeker .white {
		width: 730px;
	}

	.page-data .figure02.jobseeker .white img {
		width: 650px;
	}

	.page-data .figure03 .inner {
		width: auto;
	}

	.page-data .figure03 .left {
		padding: 0 0 0 20px;
		width: 60%;
	}

	.page-data .figure03 .left img {
		width: 550px;
	}

	.page-data .figure03 .right {
		padding: 45px 0 0 0;
		width: 23%;
		float: right;
	}

	.page-data .figure03 .right img {
		width: 165px;
	}

	.page-data table.bottom {
	 	width: 550px;
	}

	.page-data table.bottom tr.title {
		font-size: 15px !important;
	}

	.page-data .figure03 .right img {
		width: 195px;
	}
}
@media all and (min-width: 751px) and (max-width: 1099px) {
	.page-data .figure03 {
		margin-bottom: 50px;
	}
	.page-data .figure03 .inner {
		width: auto;
	}

	.page-data .figure03 .left {
		padding: 0 20px;
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.page-data .figure03 .left img {
		width: 550px;
	}
	.page-data .figure03 .right {
		padding: 0 20px;
		width: 100%;
		height: auto;
		float: none;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}
	.page-data .figure03 .right img {
		width: 30%;
		height: auto;
		display: block;
	}

	.page-data .figure03 .circles > * {
		margin-bottom: 20px;
	}
	.page-data .figure03 .circles > *:last-child {
		margin-bottom: 0;
	}
	.page-data .figure03 .circle{
		width: 27.298vw;
		height: 27.298vw;
	}
	.page-data .figure03 .circle .circle-text {
		font-size: 2.912vw;
	}
	.page-data .figure03 .circle .circle-text .num {
		font-size: 6.915vw;
		padding-top: 2.184vw;
	}
	.page-data .figure03 .circle .circle-text .fee {
		font-size: 5.278vw;
		padding-top: 2.184vw;
	}
	.page-data .figure03 .circle .circle-text .fee .yen {
		font-size: 3.458vw;
	}

	.page-data .figure03 table.bottom {
	 	width: 100%;
	}
	.page-data table.bottom tr.title {
		font-size: 15px !important;
	}
}

/* applicaton */
#data-application.page-data .subMain {
	padding-bottom: 60px;
}
@media all and (max-width: 750px) {
	#data-application.page-data .subMain {
		padding-bottom: 8vw;
	}
	#data-application.page-data .subMain .inner {
		padding: 0;
		overflow-x: scroll;
	}
	#data-application.page-data .subMain .inner table {
		display: table;
		width: 100%;
	}
}

/* table */

.page-data table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 730px;
	border: none;
}

.page-data th, .page-data td {
	border: none;
	padding: 15px 20px 15px 30px;
	text-align: left;
	vertical-align: top;
}

.page-data td{
	font-size: 13px;
	line-height: 2;
}

.page-data td.strong{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

.page-data tr{
	border-bottom: 10px solid #fff;
}

.page-data tr.title {
	background-color: #33A8ED;
	color: #fff;
}

.page-data tr.lightblue {
	background-color: #E5F5FF;
}

.page-data tr.blue {
	color: inherit!important;
	background-color: #CBE7FF;
}

/* table bottom */

.page-data table.bottom {
	width: 650px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.page-data table.bottom tr {
	border-bottom: 0;
}

.page-data table.bottom tr.title {
	background-color: #fff;
	color: #147AFC;
	border-bottom: 1px solid #000;
	font-size: 17px;
}

.page-data table.bottom td {
	padding: 0 20px 0 30px;
	font-size: 12px;
}

.page-data tr.white.top {
	border-top: 5px solid #fff;
}

.page-data tr.white {
	background-color: #fff;
}


@media all and (min-width: 0) and (max-width: 750px) {
	.page-data table {
		width: auto;
		display: block;
  		overflow-x: scroll;
  		white-space: nowrap;
	}

	.page-data h2 {
		letter-spacing: 2px;
	}

	.page-data td{
		font-size: 12px;
	}

	.page-data td.strong {
		font-size: 17px;
		line-height: 1.45;
	}

	.page-data th, .page-data td {
		padding: 15px 10px 15px 20px;
	}

	.page-data th {
		font-size: 17px;
	}

	.page-data table.bottom {
		width: auto;
		display: inline-block;
	}
}


/* visa status */

.page-data .mainBg.visa {
	background-image: url("../../images/employer/data/visa/main_bg.jpg");
	background-size: auto 18.55vw;
	background-position: center 113px;
	max-height: 742px;
	height: 18.55vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media all and (min-width: 751px) and (max-width: 1119px) {
	.page-data .mainBg.visa {
		height: 33.155vw;
		background-size: auto 33.155vw;
/*		background-position: center 16vw;*/
	}
	.page-data .mainBg.visa .pageTitle .title {
		font-size: 3.575vw;
		padding: 4%;
	}
	.page-data .mainBg.visa .pageTitle .title span {
		font-size: 1.787vw;
	}
}
@media all and (max-width: 750px) {
	.page-data .mainBg.visa {
		height: 66.667vw;
	}
}

.page-data table.visa {
	width: 100%;
	max-width: 1080px;
	margin-bottom: 100px;
}

.page-data table.visa th {
	width: 127px;
	height: 60px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
}

.page-data table.visa tr {
	border-bottom: none;
}

.page-data p.visa{
	line-height: 2;
}

.page-data tr.orange {
	background-color: #FD9A50;
	color: #fff;
}

.page-data .orange.pale td{
	background-color: #FFF5ED;
}

.page-data .orange.pale th {
	background-color: #FFF5ED;
	color: #333;
}

.page-data tr.orange th {
	width: 190px;
	text-align: left;
}

.page-data .orange td {
	background-color: #FFDBC1;
	color: #FF6D00;
	vertical-align: middle;
	line-height: 1.5;
/*	font-weight:bold;*/
	font-size: 14px;
	text-align: center;
	padding: 0;
	border: 1px solid #ccc;
	letter-spacing: -.5px;
}

.page-data .orange td span {
/*	font-weight: normal;*/
	font-size: 12px;
}

.page-data .orange td span.small {
	font-weight: bold;
}

.page-data td.black {
/*	font-weight: normal;*/
	color: #333;
}

.page-data td.black.strong {
	font-weight: bold;
	font-size: 14px;
}

.page-data td span.black {
	font-weight: normal;
	color: #333;
}

.page-data .inner.visa{
	text-align: center;
	padding: 100px 0 100px 0;
}

.page-data .icon{
	margin-top: 50px;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	height: auto;
	align-items: center;
}
.page-data .icon img{
	max-width: 208px;
}

.page-data .figure03.visa{
	max-width: 1080px;
}

.page-data .figure03.visa h2{
	display: block;
	margin-bottom: 80px;
}

.page-data .space {
	margin-bottom: 50px;
}

.page-data .figure03 .wrap{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.page-data .figure03 .wrap:nth-of-type(even){
	flex-direction: row-reverse;
}

.page-data .figure03 .left.visa {
	padding: 0 0 0 0;
	width: 50%;
}

.page-data .figure03 .left.visa img {
	width: 100%;
	max-width: 540px;
}

.page-data .figure03 .right.visa {
	padding: 0 40px 0 0;
	width: 50%;
/*	height: 400px;*/
	display: table-cell;
	vertical-align: middle;
	flex-direction: column;
	text-align: left;
}

.page-data .figure03 .right.visa h3 {
	margin: 0 0 30px 40px;
	font-size: 23px;
}

.page-data .figure03 .right.visa p {
	margin: 0 0 0 40px;
	line-height: 2;
	font-size: 14px;
}

.page-data .figure01.jobseeker p {
	width: auto;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	padding-left: 40px;
	margin: 10px 0 40px 0;
}

.page-data .nomargin img{
	margin: 0!important;
}


@media all and (min-width: 751px) and (max-width: 1099px) {
	.page-data table.visa {
	    width: 98%;
	}

	.page-data .icon img {
		width: 18.926vw;
	}

	.page-data .figure03 .wrap {
		padding: 0;
	}

	.page-data .figure03 .left.visa img {
/*		width: 490px;*/
	}

	.page-data .figure03 .right.visa {
		padding: 0 2.73vw;
	}
	.page-data .figure03 .right.visa > * {
		margin-left: 0!important;
	}
	.page-data .figure03 .right.visa h3 {
		margin-bottom: 3.64vw;
		font-size: 2.184vw;
	}

	.page-data .figure03 .right.visa p {
		font-size: 1.274vw;
	}

	.page-data .figure03 .subMain p span.blue {
		font-size: 1.82vw;
	}
}


@media all and (max-width: 750px) {

	.page-data .mainBg.visa {
		background-image: url("../../images/employer/data/visa/main_bg_sp.jpg");
		background-position: center 19.067vw;
		background-size: auto 66.67vw;
	}

	.page-data table.visa {
		width: 100%;
		margin-bottom: 13.333vw;
	}

	.page-data .inner.visa {
		padding: 8vw 4vw;
	}

	.page-data .icon {
		flex-wrap: wrap;
		margin-top: 4vw;
		padding: 0;
	}

	.page-data .icon img {
		width: auto;
		max-width: 45%;
		margin: 15px 0 0;
	}

	.page-data .figure01.jobseeker p {
		font-size: 2.667vw;
		padding-left: 5.333vw;
		margin: 1.333vw 0 4vw;
	}

	.page-data .figure03.visa h2 {
		margin-bottom: 6.667vw;
	}

	.page-data .figure03 .wrap {
		flex-direction: column!important;
		margin-top: 6.667vw;
	}

	.page-data .figure03 .left.visa img {
		width: 100%;
		max-width: none;
	}

	.page-data .figure03 .left.visa {
		width: 100%;
		margin-bottom: 5.333vw;
	}

	.page-data .figure03 .right.visa {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.page-data .figure03 .right.visa > * {
		margin-left: 0!important;
	}

	.page-data .figure03 .right.visa h3 {
		margin-bottom: 5.333vw;
		font-size: 4.8vw;
	}

	.page-data .figure03 .right.visa p {
		font-size: 3.733vw;
	}

	.page-data .subMain .figure03 p span.blue {
		font-size: 4.267vw;
	}

}

/*================================================
 case studies
================================================*/
#case-studies {
	overflow: hidden;
}
#case-studies .big_arrow {
	margin-bottom: 0;
}
#case-studies .big_arrow .page-title {
	padding: 3rem 0;
}
#case-studies .case-ex {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(229, 245, 255, 1) 2px, rgba(229, 245, 255, 1) 10px );
	padding: 100px 2% 30px;
}

#case-studies .case-ex .wrap {
	max-width: 1100px;
	background-color: #ffffff;
	padding: 50px 50px 30px;
	margin: 0 auto 6rem;
	box-sizing: border-box;
}
#case-studies .case-ex .case-lead {
	color: #007aff;
	margin-bottom: 1.5rem;
	font-size: 2.6rem;
	font-weight: bold;
}
#case-studies .case-ex ul {
	flex-wrap: wrap;
	align-items: stretch;
	gap: 30px;
}
#case-studies .case-ex ul li {
	background-color: #A0DBFD;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	padding: 1.5rem;
	width: calc(33.3333333% - 30px * 2 / 3);
	box-sizing: border-box;
}
#case-studies .case-ex ul li img {
	border-radius: 50%;
}
#case-studies .case-ex ul li .img {
	align-self: flex-start;
	width: 40%;
}
#case-studies .case-ex ul li p {
	align-self: flex-start;
	margin-left: 1.5rem;
	width: 60%;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
	#case-studies .case-ex {
		padding-left: 2%;
		padding-right: 2%;
	}
	#case-studies .case-ex .wrap {
		padding: 20px 3% 3%;
		margin-bottom: 30px;
	}
	#case-studies .case-ex ul > li {
		width: calc(50% - 30px * 1 / 2);
	}
	#case-studies .case-ex ul li .img {
		max-width: 100px;
	}
	#case-studies .case-ex ul li p {
		flex: 1;
	}
}

@media screen and (max-width: 750px) {
	#case-studies .big_arrow .page-title {
		padding: 4vw 0;
	}
	#case-studies .case-ex {
		padding: 8vw 4vw 4vw;
	}
	#case-studies .case-ex .wrap {
		padding: 4vw;
		margin-bottom: 2.667vw;
		gap: 4vw;
	}
	#case-studies .case-ex .case-lead {
		margin-bottom: 2vw;
		font-size: 3.733vw;
	}
	#case-studies .case-ex ul {
		gap: 4vw;
	}
	#case-studies .case-ex ul > li {
		width: 100%;
	}
	#case-studies .case-ex ul > li .img {
		width: 26.667vw;
	}
	#case-studies .case-ex ul > li p {
		align-self: center;
		font-size: 3.733vw;
		flex: 1;
	}
}


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

 request_area

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

.request_area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.request_area {
	padding: 80px 20px 60px;
	text-align: center;
	background: #e5f5ff;
}
.request_area .btn a {
	position: relative;
	display: block;
	max-width: 720px;
	margin: 0 auto;
	padding: 25px 0;
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	line-height: 1.2;
	background: rgb(51,168,237);
	background: -moz-linear-gradient(left,  rgba(51,168,237,1) 0%, rgba(2,123,254,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(51,168,237,1) 0%,rgba(2,123,254,1) 100%);
	background: linear-gradient(to right,  rgba(51,168,237,1) 0%,rgba(2,123,254,1) 100%);
	border-radius: 50px;
	box-shadow:5px 5px 9px -1px #5b5b5b;
}
.request_area .btn a{
    font-size: 36px;
    box-shadow: 0 0 10px  #5b5b5b;
    transition: box-shadow .3s ease
}

.request_area .btn.btn_r a {
    font-size: 36px;
    background: rgb(255,85,64);
    background: -moz-linear-gradient(left, rgba(255,104,64,1) 0%, rgba(255,64,64,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,104,64,1) 0%,rgba(255,64,64,1) 100%);
    background: linear-gradient(to right, rgba(255,104,64,1) 0%,rgba(255,64,64,1) 100%);
    box-shadow: 0 0 8px  rgba(0,0,0,0.4);
}
.request_area .btn a:hover{
	box-shadow: none;
}

.request_area .btn a:before {
	position: absolute;
	top: -15px;
	left: 37px;
	display: block;
	content: '';
	width: 138px;
	height: 110px;
	background: url("../../images/employer/haken/img_req_photo.png") no-repeat right center;
	background-size: contain;
}

.request_area .btn a span {
	display: inline-block;
	padding: 0 55px 0 20px;
    position: relative;
    background: none;
}
.request_area .btn a span::before,
.request_area .btn a span::after{
    content: "";
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: right .3s ease;
}
.request_area .btn a span::before{
    border: 2px solid #fff;
    border-radius: 50%;
}
.request_area .btn a span::after{
    border: 6px solid;
    height: 6px;
    width: 6px;
    border-color: transparent transparent transparent #fff;
    right: 3px;
}
.request_area .btn a:hover span::before{
    right: -5px;
}
.request_area .btn a:hover span::after{
    right: -2px;
}

.request_area .txt {
	margin-bottom: 15px;
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.request_area {
		padding: 5.333vw 5.333vw 8vw;
	}
	.request_area .btn{
		margin-top: 13.333vw;
	}
	.request_area .btn a {
		padding: 20px 0;
	}
	.request_area .btn a:before {
		top: -13.333vw;
		left: 50%;
		width: 21.333vw;
		height: 17.333vw;
		margin-left: -10.667vw;
	}
	.request_area .txt {
		margin-top: 2.667vw;
		font-size: 3.2vw;
	}
	.request_area .txt {
		margin-bottom: 1.333vw;
	}
}

@media screen and (max-width: 750px) {
    .request_area .btn a,
    .request_area .btn.btn_r a{
        font-size: 4.8vw;
    }
    .request_area .btn a span {
        padding-left: 0;
        padding-right: 8vw;
    }
    .request_area .btn a span::before,
    .request_area .btn a span::after{
        height: 6.667vw;
        width: 6.667vw;
    }
    .request_area .btn a span::before{
        border-width: 0.267vw;
    }
    .request_area .btn a span::after{
        height: 1.6vw;
        width: 1.6vw;
        right: 0.8vw;
        border-width: 1.6vw;
    }
    .request_area .btn a:hover span::after{
        right: 0;
    }
}

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

 big_arrow

*************************************************/
.big_arrow {
	background-color: #007AFF;
	position: relative;
	margin-bottom: 90px;
}
.big_arrow.arrow02 {
	background-color: #33A8ED;
}

.big_arrow.point_arrow {
	margin-bottom: 0;
}
.big_arrow::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	transform: translateY(99.9%);
	border: 50vw solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 50vw;
	border-top: 2.0vw solid #007AFF;
	pointer-events: none;
	z-index: 1;
}
.big_arrow.arrow02::after {
	border-top-color: #33A8ED;
}
.big_arrow .main_text {
	max-width: 1320px;
	margin: 0 auto;
	text-align: center;
	padding-top: 2.5rem;
}
.big_arrow .main_text .page-title {
	color: #ffffff;
	font-size: 5.6rem;
	font-weight: bold;
	text-align: center;
}
.big_arrow .main_text .page-title .sub-text {
	color: #ffffff;
	font-size: 3.8rem;
	display: block;
}
.big_arrow .main_text .content_title {
	color: #ffffff;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
}
.big_arrow .main_text .content_title .strong_text {
	font-size: 4.4rem;
}
@media screen and (max-width: 750px) {
	.big_arrow {
		margin-bottom: 6.667vw;
	}
	.big_arrow .main_text {
		padding-top: 3.333vw;
	}
	.big_arrow .main_text .page-title {
		font-size: 5.6vw;
	}
	.big_arrow .main_text .page-title .sub-text {
		font-size: 3.8vw;
	}
	.big_arrow .main_text .content_title {
		font-size: 4.0vw;
	}
	.big_arrow .main_text .content_title .strong_text {
		font-size: 4.533vw;
	}
}

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

 page-employee

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

/*---------gernal-----*/
.page-employee .wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 2%;
}
.page-employee .wrap900 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3rem;
}
.page-employee img {
	max-width: 100%;
	height: auto;
}
.page-employee .flex {
	display: flex;
	align-items: center;
}
.red {
	color: #EA696C!important;
}
.bg-red {
	background-color: #EA696C!important;
}
.orange {
	color: #FD9D53!important;
}
.bg-orange {
	background-color: #FD9D53!important;
}
.yellow {
	color: #FFF87D!important;
}
.bg-yellow {
	background-color: #FFF87D!important;
}
.navy {
	color: #337AF8!important;
}
.white {
	color: #FFFFFF!important;
}
.rightBlue {
	color: #A0DBFD!important;
}
.bg-rightBlue {
	background-color: #A0DBFD!important;
}
.blue {
	color: #007AFF!important;
}
.bg-blue {
	background-color: #007AFF!important;
}
.skyblue {
	color: #33A8ED!important;
}
.bg-skyblue {
	background-color: #33A8ED!important;
}

.page-employee {
	overflow: hidden;
	font-weight: normal;
}
.page-employee .logo {
	max-width: calc(500px + 6rem);
	padding: 0 3rem 3rem;
	margin: 0 auto;
}
.page-employee .mainimg {
	position: relative;
}
.page-employee .mainimg img {
	width: 100%;
	height: auto;
}
.page-employee .main_lead_text {
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	padding: 2.0rem 2% 4.0rem;
}
.page-employee .lead_text {
	font-size: 5.2rem;
	font-weight: bold;
	text-align: center;
	padding: 0 2% 4.0rem;
}

.page-employee .flex.point03 {
	justify-content: flex-end;
	align-items: end;
}
.page-employee .flex.point03 .img_area {
	width: 40%;
	max-width: 310px;
}
.page-employee .flex.point03 .text_area {
	font-weight: bold;
	width: 60%;
}

.page-employee .photo {
	position: relative;
}
.page-employee .photo img {
	width: 100%;
	height: auto;
}
.page-employee .photo .inner_text {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.page-employee .photo .inner_text .copy_text {
	font-size: 3.8vw;
	font-weight: bold;
}
.page-employee .photo .inner_text .sub_copy_text {
	font-size: 2vw;
	font-weight: bold;
}
.page-employee .point {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(229, 245, 255, 1) 2px, rgba(229, 245, 255, 1) 10px );
	padding-bottom: 50px;
	padding-top: 120px;
}
.page-employee .point .wrap {
	max-width: 980px;
	background-color: #ffffff;
	padding: 0 50px 50px;
	margin-bottom: 6rem;
	box-sizing: border-box;
	font-size: 2.2rem;
}
.page-employee .point .wrap .point_title {
	background-color: #007aff;
	position: relative;
	margin: 0 -50px 2.5rem;
	padding-top: 10px;
}
.page-employee .point .wrap .point_title > span {
	margin-left: 135px;
}
.page-employee .point .wrap .point_title .icon {
	position: absolute;
	bottom: 0;
}
.page-employee .point .wrap .point_title .point_label {
	color: #007AFF;
	background: url("../../images/employer/restaurant/restaurant_img008.png") no-repeat left top;
	background-size: 100% auto;
	font-size: 2.3rem;
	display: inline-block;
	width: 177px;
	height: 36px;
	text-align: center;
	padding-top: 2px;
}
.page-employee .point .wrap .point_title .title_text {
	font-size: 3.6rem;
	display: block;
}
.page-employee .point .wrap .sub_title {
	border-bottom: 6px solid #FFF87D;
	font-size: 3.4rem;
	margin-bottom: 1rem;
	margin-top: 4.0rem;
}
.page-employee .point .wrap .point_title + .sub_title {
	margin-top: 0;
}
.page-employee .point .wrap .point_lead_text {
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.page-employee .point .point_list .point_list_title {
	font-size: 2.4rem;
	margin-bottom: 1.0rem;
}
.page-employee .point .point_list {
	border: #A0DBFD solid 4px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px 20px 0;
}
.page-employee .point .point_list ul {
	display: flex;
	flex-wrap: wrap;
}
.page-employee .point .point_list ul > li {
	font-size: 2.0rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	width: calc(33.3333333% - 30px * 2 / 3);
	margin: 0 30px 20px 0;
	background: url("../../images/employer/restaurant/restaurant_img003.gif") no-repeat center right 5% #CDE8F9;
	padding: 15px 30px 15px 15px;
	box-sizing: border-box;
}
.page-employee .point .point_list ul > li:nth-child(3n+3) {
	margin-right: 0;
}
.page-employee .point .point_list ul > li.no_check {
	background: url("../../images/employer/restaurant/restaurant_img004.gif") no-repeat center right 5% #CDE8F9;
}
@media screen and (min-width: 751px) and (max-width: 999px){
	.page-employee .point .wrap {
		padding: 0 5.005vw 5.005vw;
		margin-bottom: 6.006vw;
	}
	.page-employee .point .wrap .point_title {
		margin: 0 -5.005vw 2.503vw;
		padding-top: 1.001vw;
	}
	.page-employee .point .wrap .point_title > span {
		margin-left: 13.514vw;
	}
	.page-employee .point .wrap .point_title .icon {
		position: absolute;
		bottom: 0;
		width: 10.711vw;
	}
	.page-employee .point .wrap .point_title .title_text {
		font-size: 3.604vw;
	}
}
.page-employee .point .work_list {
	display: flex;
	flex-wrap: wrap;
}
.page-employee .point .work_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	width: calc(25% - 30px * 3 / 4 );
	margin: 0 30px 20px 0;
	margin-bottom: 20px;
	background-color: #A0DBFD;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	font-size: 1.8rem;
}
.page-employee .point .work_list > li:last-child {
	margin-right: 0;
}
.triangle01 {
	width: 0;
	height: 0;
	border-top: solid 15px transparent;
	border-right: solid 15px #ffffff;
	border-bottom: solid 15px transparent;
	border-left: solid 15px transparent;
}
.triangle02 {
	width: 0;
	height: 0;
	border-top: solid 15px transparent;
	border-right: solid 15px transparent;
	border-bottom: solid 15px transparent;
	border-left: solid 15px #ffffff;
}
#haken.page-employee .point .wrap .point_title .point_label {
	font-size: 2.5rem;
	display: block;
}

@media screen and (min-width: 751px) and (max-width: 999px){
	.page-employee .point .wrap .point_title .point_label {
		font-size: 2.302vw;
		width: 17.718vw;
		height: 3.604vw;
		padding-top: 0.2vw;
	}
	#haken.page-employee .point .wrap .point_title .point_label {
		font-size: 2.503vw;
		width: 17.718vw;
		height: 3.604vw;
	}
}
.page-employee .balloon {
	background-color: #A0DBFD;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
.page-employee .summary .illust_item {
	text-align: center;
}
.page-employee .summary .cost_balloon {
	position: relative;
}
.page-employee .summary .cost_balloon .cost_label {
	background-color: #FFF87D;
	padding: 0.5rem 2rem;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
}
.page-employee .summary .cost_balloon .cost_arrow {
	text-align: center;
}
.page-employee .summary .cost_balloon .cost_arrow img {
	max-width: 100%;
}
.page-employee .summary .cost_copy {
	color: #ffffff;
	background-color: #007AFF;
	margin-bottom: 4.0rem;
}
.page-employee .summary .cost_copy .cost_copy_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 3rem 3.5rem;
	position: relative;
}
.page-employee .summary .cost_copy .text_area {
	position: relative;
	z-index: 1;
}
.page-employee .summary .cost_copy .background_image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.page-employee .summary .cost_copy .cost_sub_copy {
	color: #ffffff;
	font-size: 5.0rem;
	font-weight: bold;
}
.page-employee .summary .cost_copy .cost_main_copy {
	display: flex;
	justify-content: flex-start;
	gap: 2.5rem;
}
.page-employee .summary .cost_copy .cost_main_copy .copy_text {
	color: #007AFF;
	background-color: #FFF87D;
	font-size: 5.8rem;
	font-weight: bold;
	padding: 1rem 2.5rem;
}
.page-employee .summary .cost_copy .cost_lead_text {
	font-size: 3.5rem;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.page-employee .summary .cost_copy .background_image {
		width: 37%;
	}
	.page-employee .summary .cost_copy .cost_sub_copy {
		font-size: 4.5vw;
	}
	.page-employee .summary .cost_copy .cost_main_copy .copy_text {
		font-size: 5.0vw;
	}
	.page-employee .summary .cost_copy .cost_lead_text {
		font-size: 3.5vw;
	}
}
.work.request_area .btn a::before {
	top: -10px;
	background: url("../../images/employer/restaurant/restaurant_img011.png") no-repeat right center;
	background-size: contain;
}
.work.request_area .btn a span {
	padding-left: 90px;
}

/*---------restaurant-----*/
#restaurant.page-employee .big_arrow .main_text .page-title {
	color: #FFF87D;
}
#restaurant.page-employee .mainimg {
	margin-bottom: 3rem;
}
#restaurant.page-employee .mainimg .copy_text {
	position: absolute;
	font-size: 5vw;
	font-weight: bold;
	color: #ffffff;
	top: 8%;
	right: 2%;
	writing-mode: vertical-rl;
}
#restaurant.page-employee .main_lead_text {
	font-size: 5.8rem;
}
#restaurant.page-employee .about .about_lead_text {
	font-size: 2.8rem;
	font-weight: bold;	
}
#restaurant.page-employee .about .merit_text {
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 4rem;
}
#restaurant.page-employee .about .merit_text .strong_text {
	font-size: 6.6rem;
}
#restaurant.page-employee .target {
	font-size: 2.8rem;;
}
#restaurant.page-employee .target .request_area {
	background-color: transparent;
	padding-top: 0;
}
#restaurant.page-employee .target .request_area .txt {
	font-size: 3.2rem;
	font-weight: bold;
}

/*---------haken-----*/
#haken.page-employee .big_arrow .main_text .page-title {
	color: #FFF87D;
}
#haken.page-employee .big_arrow .main_text .content_title {
	font-size: 5.2rem;
}
#haken.page-employee .mainimg {
	margin-bottom: 4rem;
}
#haken.page-employee .mainimg .top_txt {
	position: absolute;
	font-size: 3.0vw;
	font-weight: bold;
	color: #ffffff;
	top: 10%;
	left: 10%;
	text-shadow: 0px 1px 10px #000000;
}
#haken.page-employee .mainimg .top_txt .copy_text {
	font-size: 4.5vw;
}
#haken.page-employee .mainimg .bottom_txt {
	position: absolute;
	width: 100%;
	font-size: 4.5vw;
	font-weight: bold;
	color: #ffffff;
	bottom: 0;
	background-color: rgba(0,122,255,0.8);
	text-shadow: 0px 0px 6px #404040;
	text-align: center;
	padding: 1.3% 0;
}
#haken.page-employee .use {
	font-size: 2.8rem;
	font-weight: bold;
}
#haken.page-employee .section_use_01 .illust {
	display: flex;
	justify-content: space-evenly;
}
#haken.page-employee .section_use_01 .illust .illust_item figcaption {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#haken.page-employee .section_use_02 .position {
	position: relative;
	min-height: 600px;
}
#haken.page-employee .section_use_02 .illust_item {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#haken.page-employee .flow {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 248, 125, 1) 2px, rgba(255, 248, 125, 1) 10px );
	padding: 2rem 2rem 4rem;
	text-align: center;
}
#haken.page-employee .case {
	font-size: 3.4rem;
	font-weight: bold;
}
#haken.page-employee .case .request_area .txt {
	font-size: 3.2rem;
	font-weight: bold;
}
.page-employee .work-ex {
	font-weight: bold;
}
.page-employee .work-ex .job_type {
	font-size: 3.2rem;
	margin-top: 3.5rem;
	margin-bottom: 0.5rem;
}
.page-employee .work-ex .job_type:first-child {
	margin-top: 0;
}
.page-employee .work-ex .lead_text {
	font-size: 2.8rem;
	margin-top: 2.0rem;
}
.page-employee .work-ex .jobs {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
	margin-bottom: 2.0rem;
}
.page-employee .work-ex .jobs > * {
	width: 28%;
}
.page-employee .work-ex .job-type {
	font-size: 2.0rem;
	padding: 3.5rem 0 2.5rem;
}
.page-employee .work-ex .job-type .job-name {
	display: inline-block;
	padding-top: 5px;
}
.page-employee .point.point-haken .wrap h2 .icon {
	left: -16px;
}
@media screen and (min-width: 751px) and (max-width: 999px){
	.page-employee .point.point-haken .wrap h2 .icon {
		left: -1.602vw;
		width: 14.114vw;
	}
}

@media screen and (max-width: 750px) {
	.page-employee .wrap900 {
		padding: 4vw;
	}
	.page-employee .logo {
		padding: 0 4vw 4vw;
	}
	.page-employee .main_lead_text {
		font-size: 4vw;
		padding: 2vw 4vw 4vw;
	}
	.page-employee .lead_text {
		font-size: 4.8vw;
		padding: 0 4vw 3vw;
	}
	.page-employee .photo .inner_text {
		left: 4vw;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}
	.page-employee .photo .inner_text .copy_text {
		font-size: 4.8vw;
	}
	.page-employee .photo .inner_text .sub_copy_text {
		font-size: 2.667vw;
	}
	.page-employee .point .wrap {
		padding: 0 6.667vw 6.667vw;
		margin-bottom: 8vw;
		font-size: 2.2vw;
		font-weight: bold;
	}
	.page-employee .point .wrap .point_title {
		margin: 0 -6.667vw 3.333vw;
		padding-top: 1.333vw;
	}
	.page-employee .point .wrap .point_title > span {
		margin-left: 13.333vw;
	}
	.page-employee .point .wrap .point_title .icon {
		width: 14.267vw;
	}
	.page-employee .point.point-haken .wrap h2 .icon {
		left: -2.133vw;
	}
	.page-employee .point .wrap .point_title .title_text {
		font-size: 4.8vw;
	}
	.page-employee .point {
		padding: 10.667vw 2vw 2.667vw;
	}
	.page-employee .point .wrap .point_title > span {
		margin-right: 4vw;
	}
	.page-employee .point .wrap .point_title .point_label {
		font-size: 3.067vw;
		width: 23.6vw;
		height: 4.8vw;
		padding: 0;
	}
	.page-employee .point .wrap .point_title .title_text {
		font-size: 4vw;
	}
	.page-employee .point .wrap .sub_title {
		border-bottom-width: 0.8vw;
		font-size: 4.533vw;
		margin-bottom: 1.333vw;
		margin-top: 4vw;
	}
	.page-employee .point .wrap .point_lead_text {
		font-size: 2.933vw;
		margin-bottom: 2vw;
	}
	.page-employee .point .point_list {
		border-width: 0.533vw;
		border-radius: 1.333vw;
		padding: 2.667vw 2.667vw 0;
	}
	.page-employee .point .point_list .point_list_title {
		font-size: 3.2vw;
		margin-bottom: 1.333vw;
	}
	.page-employee .point .point_list ul {
		justify-content: space-between;
	}
	.page-employee .point .point_list ul > li {
		width: 47%;
		margin: 0 0 2vw;
		font-size: 2.667vw;
		background-size: 3.2vw;
		padding: 2vw 4vw 2vw 1vw;
	}
	.page-employee .point .point_list ul > li.no_check {
		background-size: 3.2vw;
	}
	.page-employee .point .point_list ul > li:nth-child(2n+2) {
		margin-right: 0;
	}
	.page-employee .point .point_list ul > li:nth-child(3n+3) {
		margin-right: 0;
	}
	.page-employee .point .work_list > li {
		width: 46%;
	/*	width: calc(50% - 15px * 1 / 2 );*/
		margin: 0 0 2vw;
		font-size: 2.667vw;
	}
	.page-employee .point .work_list > li {
		width: calc(50% - 15px * 1 / 2 );
		margin: 0 15px 15px 0;
	}
	.page-employee .point .work_list > li:nth-child(2n+2) {
		margin-right: 0;
	}
	.page-employee .summary .cost_balloon .cost_label {
		padding: 1.333vw 2vw;
		font-size: 3.733vw;
	}
	.page-employee .summary .cost_balloon .cost_arrow {
		padding: 0 4vw;
	}
	.page-employee .summary .cost_copy {
		margin-bottom: 4vw;
	}
	.page-employee .summary .cost_copy .cost_copy_inner {
		padding: 4.267vw;
	}
	.page-employee .summary .cost_copy .cost_main_copy {
		gap: 3.2vw;
	}
	.page-employee .summary .cost_copy .cost_main_copy .copy_text {
		padding: 1.333vw 3.2vw;
	}
	.page-employee .summary .cost_copy .cost_lead_text {
		margin-top: 0.667vw;
		font-size: 3.2vw;
	}
	.page-employee .work-ex {
		padding: 0 4vw 4vw;
	}
	.page-employee .work-ex .job_type {
		font-size: 4.267vw;
		margin-bottom: 0.667vw;
	}
	.page-employee .work-ex .job-type .job-name {
		font-size: 2.133vw;
		padding-top: 0.667vw
	}
	.work.request_area .btn a::before {
		top: -12vw;
		width: 21.333vw;
		height: 17.333vw;
		margin-left: -10.667vw;
	}
	.work.request_area .btn a span {
		padding-left: 0;
	}
	.page-employee .balloon {
		position: relative;
		background: #A0DBFD;
		padding: 2vw 3.333vw;
		font-size: 2.933vw;
		margin-top: 0;
	}
	.page-employee .balloon:after {
		content: "";
		position: absolute;
		left: 50px;
		top: -40px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: transparent transparent #A0DBFD transparent;
		border-width: 20px;
	}
	.page-employee .flex.point03 .text_area {
		margin-bottom: 2vw;
	}

	#haken.page-employee .big_arrow .main_text .content_title {
		font-size: 4.267vw;
	}
	#haken.page-employee .mainimg {
		margin-bottom: 2vw;
	}
	#haken.page-employee .mainimg .top_txt {
		left: 4vw;
	}
	#haken.page-employee .mainimg .top_txt .copy_text {
		font-size: 5.5vw;
	}
	#haken.page-employee .main_lead_text {
		font-size: 2.933vw;
	}
	#haken.page-employee .point.point-haken .wrap .point_title .point_label {
		font-size: 3.333vw;
		width: 23.6vw;
		height: 4.8vw;
		line-height: 4.8vw;
		padding-top: 0;
	}
	#haken.page-employee .use {
		font-size: 3.2vw;
	}
	#haken.page-employee .section_use_01 .illust {
		display: flex;
		justify-content: space-evenly;
	}
	#haken.page-employee .section_use_01 .illust .illust_item figcaption {
		font-size: 2.667vw;
	}
	#haken.page-employee .section_use_02 .position {
		min-height: auto;
		position: static;
	}
	#haken.page-employee .section_use_02 .illust_item {
		position: static;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	#haken.page-employee .flow {
		padding: 3vw 4vw;
	}
	#haken.page-employee .case {
		font-size: 3.2vw;
	}
	#haken.page-employee .case .request_area .txt {
		font-size: 3.2vw;
	}

	#restaurant.page-employee .mainimg {
		margin-bottom: 3vw;
	}
	#restaurant.page-employee .main_lead_text {
		font-size: 5.333vw;
	}
	#restaurant.page-employee .about .about_lead_text {
		font-size: 2.933vw;
	}
	#restaurant.page-employee .about .merit_text {
		font-size: 4.8vw;
	}
	#restaurant.page-employee .about .merit_text .strong_text{
		margin-top: 4vw;
		font-size: 6.667vw;
	}
	#restaurant.page-employee .point .wrap .point_title > span {
		margin-left: 16vw;
	}
	#restaurant.page-employee .target {
		font-size: 2.933vw;
	}
	#restaurant.page-employee .target .request_area .txt {
		font-size: 4.8vw;
	}

}
