﻿@charset "utf-8";

/*================================================
 policy
================================================*/
#policy {
	color: #4a4a4a;
	line-height: 1.8;
	padding: 40px 0 0;
}
#policy .hd_lv1 {
	font-size: 2em;
	text-align: center;
	margin: 30px auto 40px;
	font-family:lato-light,lato,sans-serif,Arial,Helvetica,sans-serif;
	color: #4a4a4a;
}
#policy .hd_lv1.line:after {
	content: "";
	display: block;
	width: 100px;
	height: 8px;
	background-color:#007AFF; 
	margin: 10px auto 0;
}
#policy .hd_lv2 {
	color: #007AFF;
	font-size: 24px;
	font-weight: bold;
	text-shadow:rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	margin: 40px 0 20px;
}
#policy .hd_lv3 {
	font-size: 20px;
	font-weight: bold;
	text-shadow:rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	margin: 20px 0;
}
#policy .hd_lv4 {
	font-weight: bold;
	margin: 20px 0 0;
}
#policy p > a {
	color: #007aff;
	text-decoration: underline;
}
#policy p > a:hover {
	text-decoration: none;
}
#policy p + p {
	margin: 20px 0 0;
}
@media screen and (max-width: 767px){
	#policy {
		width: 100%;
		padding: 5.215vw 2.608vw 0;
	}
	#policy .hd_lv2 {
		font-size: 4.172vw;
		margin: 5.215vw 0 3.911vw;
	}
	#policy .hd_lv3 {
		font-size: 3.65vw;
		margin: 3.911vw 0;
	}
	#policy .hd_lv4 {
		margin: 3.911vw 0 0;
	}
	#policy p + p {
		margin: 3.911vw 0 0;
	}
}

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

 testimonials

*************************************************/
#testimonials {
	padding-bottom: 0;
}
#testimonials .mv {
	padding-top: 0!important;
/*	font-family: ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,ｍｓ ゴシック,ms gothic,osaka,sans-serif;*/
	line-height: 1.3;
	position: relative;
}
#testimonials .mv .mv_image {
	position: absolute;
	width: 100%;
	background-image: url("../../images/jobseeker/testimonials/mv_testimonials.png");
	background-position: center;
	background-size: cover;
	height: 600px;
}
#testimonials .mv .mv_inner {
	max-width: 950px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
#testimonials .mv .mv_copy {
	color: #ffffff;
	position: absolute;
	width: 493px;
	top: 45%;
	left: 0;
	right: 0;
	margin-left: auto;
}
#testimonials .mv h1 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 0 0 10px #000000;
}
#testimonials .mv h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	text-shadow: 0 0 10px #000000;
}
#testimonials .mv .mv_btn {
	margin: 20px auto 0;
	width: 300px;
}
#testimonials .mv .mv_btn a {
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	color: #ffffff;
	background-color: #007aff;
	text-align: center;
	display: block;
	border-radius: 25px;
	padding: 0 25px;
}
#testimonials .mv .mv_btn a:hover {
	opacity: 0.8;
}
#testimonials .stories {
	padding-top: 50px;
/*	width: auto;
	max-width: 950px;*/
	margin: 0 auto
}
#testimonials .testimonial_box {
	padding: 0 10px 20px;
	border-bottom: 1px solid #33a8ed;
	margin-bottom: 30px;
}
#testimonials .testimonial_box:last-of-type {
	border-bottom: none;
}
#testimonials .testimonial_box .user_name {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1em;
	border-bottom: 1px solid #33a8ed;
	padding: 5px 5px 5px 15px;
	margin-bottom: 20px;
	position: relative;
}
#testimonials .testimonial_box .user_name:before {
	content: "";
	position: absolute;
	width: 5px;
	left: 0;
	top: 5px;
	bottom: 5px;
	background-color: #007aff;
	border-radius: 3px;
	margin: 0;
}
#testimonials .testimonial_box .user_info_text {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#testimonials .testimonial_box .testimonial_area {
	position: relative;
	line-height: 1.5em;
	overflow: hidden;
	transition: all 1s;
}
#testimonials .testimonial_box .imgage_elements_box {
	display: flex;
}
#testimonials .testimonial_box .imgage_elements_box .image_area {
	width: 210px;
	margin-right: 20px;
}
#testimonials .testimonial_box .imgage_elements_box .image_area > img {
	width: auto;
	max-width: 100%;
}
#testimonials .testimonial_box .imgage_elements_box .elements_area {
	position: relative;
	overflow: hidden;
	flex: 1;
	transition: all 1s;
}
#testimonials .testimonial_box .imgage_elements_box .elements_area.opened {
	height: auto;
	transition: all 1s;
}
#testimonials .readmore {
	position: absolute;
	bottom: 0;
	color: #33a8ed;
	background-color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#testimonials {
		padding-bottom: 0;
	}
	#testimonials .mv {
		line-height: 1.3;
	}
	#testimonials .mv .mv_image {
		width: 100%;
		height: 72.1vw;
	}
	#testimonials .mv .mv_inner {
		height: 72.1vw;
		padding: 0 15px;
	}
	#testimonials .mv .mv_copy {
		width: 63.86vw;
		position: absolute;
		top: 24vw;
		background: none;
		text-align: left;
		padding: 0;
		margin-right: 15px;
	}
	#testimonials .mv h1 {
		font-size: 6.4vw;
		margin-bottom: 3.43vw;
	}
	#testimonials .mv h2 {
		font-size: 3.73vw;
	}
	#testimonials .mv .mv_btn {
		margin-top: 2.67vw;
		width: 48vw;
	}
	#testimonials .mv .mv_btn a {
		font-size: 3.73vw;
		line-height: 7.47vw;
		border-radius: 4vw;
		padding: 0 4vw;
	}
	#testimonials .stories {
/*		padding: 35px 20px 0;*/
	}
	#testimonials .testimonial_box {
		padding: 0 0 1.956vw;
		margin-bottom: 7.823vw;
	}
	#testimonials .testimonial_box .user_name {
		font-size: 3.911343vw;
		margin-bottom: 2.67vw;
	}
	#testimonials .testimonial_box .user_info_text {
		font-size: 3.911343vw;
		margin-bottom: 2.67vw;
	}
	#testimonials .testimonial_box .testimonial_area {
		line-height: 1.3em;
		overflow: hidden;
	}
	#testimonials .testimonial_box .opened .testimonial_area {
		height: auto;
		transition: all 1s;
	}
	#testimonials .testimonial_box .imgage_elements_box {
		display: block;
	}
	#testimonials .testimonial_box .imgage_elements_box .image_area {
		width: 100%;
		margin: 2.67vw auto;
		text-align: center;
	}
	#testimonials .testimonial_box .imgage_elements_box .elements_area {
		overflow: hidden;
	}
	#testimonials .readmore {
		position: relative;
		font-size: 3.65vw;
		padding: 1.304vw 0 0.652vw;
	}
}

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

 faq_area

*************************************************/
#faq {
	padding: 40px 0 0
}
#faq .faq_area {
/*	max-width: 990px;
	margin: 0 auto;
	padding: 0 20px*/
}
#faq .faq_area .title {
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
}
#faq .faq_area .faw_boxs {
	counter-reset: number 0;
}
#faq .faq_area .faw_boxs dl + dl {
	margin-top: 60px;
}
#faq .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 .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 .faq_area .faw_boxs dt:after {
	position: absolute;
	top: 0;
	left: 100px;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fff;
}
#faq .faq_area .faw_boxs dd {
	margin-top: 20px;
	font-size: 18px;
}
#faq .faq_area .faw_boxs dd a {
	color: #007aff;
	text-decoration: underline;
}
#faq .faq_area .faw_boxs dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#faq {
		padding: 5.215vw 0 0;
	}
	#faq .faq_area {
/*		padding: 0 2.608vw;*/
	}
	#faq .faq_area .title {
		font-size: 5.215vw;
	}
	#faq .faq_area .faw_boxs dl + dl {
		margin-top: 6.519vw;
	}
	#faq .faq_area .faw_boxs dt {
		padding: 2.608vw 1.956vw;
		font-size: 4.172vw;
	}
	#faq .faq_area .faw_boxs dt:before {
		position: static;
		width: auto;
		margin: 0 -1.956vw 2.608vw;
		padding-bottom: 2.608vw;
		border-bottom: #fff solid 1px;
		text-align: center;
	}
	#faq .faq_area .faw_boxs dt:after {
		display: none;
	}
	#faq .faq_area .faw_boxs dd {
		font-size: 3.5vw;
		margin-top: 3.911vw;
	}
}
