@charset "utf-8";

main {
	color: #646776;
	background: url(../../images/jobseeker/common/bg_main_pc.png) no-repeat center top;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	main {
		background: url(../../images/jobseeker/common/bg_main_sp.png) no-repeat center -19.557vw;
		background-size: 100% auto;
	}
}

#mainvisual {
	padding-top: 185px;
	position: relative;
	color: #ffffff;
}
#mainvisual .mainvisual_inner {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
#mainvisual .mainvisual_inner > * {
	position: relative;
	z-index: 2;
}
#mainvisual .sub_text {
	font-size: 22px;
}
#mainvisual h1 {
	font-size: 58px;
	font-weight: normal;
	width: 50%;
	line-height: 1.4;
}
#mainvisual .main_btns {
	margin-top: 40px;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
#mainvisual .main_btn {
	width: 160px;
}
#mainvisual .main_btn > a {
	color: #ffffff;
	background-color: #fd9d53;
	font-size: 18px;
	font-weight: bold;
	line-height: 53px;
	text-align: center;
	display: block;
	border-radius: 5px;
	width: 100%;
}
#mainvisual .main_bnr {
	position: absolute;
	left: 160px;
	width: 50%;
	margin-left: 5%;
}
#mainvisual .main_bnr img {
	width: 100%;
}
#mainvisual .main_image {
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: 1;
}
#mainvisual .main_image > img {
	width: auto;
}
#mainvisual .download_btns {
	margin-top: 300px;
	width: 418px;
	margin-left: auto;
}
#mainvisual .download_btns > li {
	width: 200px;
}
#mainvisual .media .section_inner {
	padding-top: 40px;
}
#mainvisual .media .section_title {
	text-align: left;
}
#mainvisual .media .section_title:before {
	margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#mainvisual h1 {
		width: 65%;
		max-width: 450px;
	}
}
@media only screen and (max-width: 767px) {
	#mainvisual {
		padding-top: 7.171vw;
/*		background: url(/images/jobseeker/common/bg_main_sp.png) no-repeat center top;
		background-size: 100% auto;*/
	}
	#mainvisual .mainvisual_inner {
		padding: 0 4.563vw;
	}
	#mainvisual .sub_text {
		font-size: 4.694vw;
	}
	#mainvisual h1 {
/*		font-size: 8.996vw;*/
		font-size: 8.605vw;
		width: 100%;
		line-height: 1.3;
	}
	#mainvisual .main_btns {
		margin-top: 3.259vw;
		width: 100%;
	}
	#mainvisual .main_btn {
		width: 30.639vw;
	}
	#mainvisual .main_btn > a {
		font-size: 3.259vw;
		line-height: 8.605vw;
		border-radius: 0.652vw;
	}
	#mainvisual .main_bnr {
		left: 33.898vw;
		width: 44.329vw;
		margin: 0;
	}
	#mainvisual .main_image {
		top: -28.68vw;
		left: 25.033vw;
		position: relative;
		width: 80%;
	}
	#mainvisual .main_image img {
		width: 100%;
	}
	#mainvisual .download_btns {
		margin: -24.772vw auto 0;
		width: 68.579vw;
	}
	#mainvisual .download_btns > li {
		width: 32.116vw;
	}
	#mainvisual .media .section_inner {
		padding-top: 11.082vw;
	}
	#mainvisual .media .section_title {
		text-align: center;
	}
	#mainvisual .media .section_title:before {
		margin: 0 auto;
	}
	.media .section_inner {
		padding: 7.823vw 5.867vw 3.911vw;
	}
	.media .media_list > li img {
		height: 8.866vw;
	}
}

#jobs {
	padding-top: 210px;
	text-align: center;
	color: #646776;
	background: url(../../images/jobseeker/how-to-find-job-and-apply/bg_job_pc.png) no-repeat center bottom;
	margin-top: -180px;
	padding-bottom: 75px;
}
#jobs .section_title {
	color: #313e87;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 25px;
	position: relative;
	padding-top: 30px;
}
#jobs .section_title:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}
#jobs .job {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
	position: relative;
}
#jobs .job .job_image {
	border-radius: 5px;
}
#jobs .job .job_text {
	padding: 20px 15px 25px;
}
#jobs .job .job_text .job_tag {
	color: #ffffff;
	background-color: #ea696c;
	position: absolute;
	top: 15px;
	left: auto;
	right: 0;
	font-size: 16px;
	line-height: 34px;
	padding: 0 10px;
	border-radius: 5px;
}
#jobs .job .job_text .job_type {
	color: #12247b;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#jobs .job .job_text .job_tag {
		top: 1.317vw;
		font-size: 1.404vw;
		line-height: 2.985vw;
		padding: 0 0.878vw;
		border-radius: 0.652vw;
	}
}
@media only screen and (max-width: 767px) {
	#jobs {
		padding-top: 3.781vw;
		font-size: 3.651vw;
		position: relative;
		margin-top: 0;
		background: none;
	}
	#jobs:before,
	#jobs:after {
		position: absolute;
		content: "";
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		left: 0;
		z-index: 1;
	}
	#jobs:before {
		height: 154.412vw;
		background-image: url(../../images/jobseeker/how-to-find-job-and-apply/bg_job_sp_top.png);
		background-position: center top;
		top: 0;
	}
	#jobs:after {
		height: 61.017vw;
		background-image: url(../../images/jobseeker/how-to-find-job-and-apply/bg_job_sp_bottom.png);
		background-position: center bottom;
		bottom: 25.03vw;
	}
	#jobs .section_inner {
		padding-left: 9.518vw;
		padding-right: 9.518vw;
		position: relative;
		z-index: 2;
	}
	#jobs .section_title {
		font-size: 7.432vw;
		line-height: 1.1;
		margin-bottom: 3.911vw;
		padding-top: 3.259vw;
	}
	#jobs .section_inner > p {
		width: 73.924vw;
		margin: 0 auto;
	}
	#jobs .job {
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		height: 100%;
		border-radius: 0.652vw;
	}
	#jobs .job .job_text {
		padding: 6.519vw 4.563vw 5.215vw;
	}
	#jobs .job .job_text .job_tag {
		top: 2.608vw;
		font-size: 2.999vw;
		line-height: 6.529vw;
		padding: 0 1.956vw;
		border-radius: 0.652vw;
	}
	#jobs .job .job_text .job_type {
		font-size: 5.476vw;
		margin-bottom: 3.911vw;
	}
}

#install {
	color: #646776;
	position: relative;
	background: url(../../images/jobseeker/how-to-find-job-and-apply/bg_install_pc.png) no-repeat center top;
	padding: 120px 0 150px;
}
#install .section_inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#install .section_inner .image_area {
	width: 40.126%;
}
#install .section_inner .image_area .image_phone {
	width: 76%;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}
#install .section_inner .text_area {
	flex: 1;
}
#install .section_inner .text_area .section_title {
	margin-bottom: 15px;
}
#install .section_inner .text_area > p {
	width: 480px;
}
#install .section_inner .text_area .sub_text {
	color: #fd9d53;
	width: auto;
	font-size: 22px;
	font-weight: bold;
}
#install .section_inner .text_area .step {
	display: flex;
	margin-top: 10px;
}
#install .section_inner .text_area .step > li {
	width: 44%;
	margin-left: -8%;
}
#install .section_btn {
	width: 304px;
	margin: 15px 0 0;
	background: -webkit-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: -moz-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: linear-gradient(to right,#f77602, #fbad41);
	padding: 2px;
	border-radius: 5px;
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
}
#install .section_btn > a {
	color: #ffffff;
	background: -webkit-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: -moz-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: linear-gradient(to right,#f77602, #fbad41);
	border: 2px solid #ffffff;
	border-radius: 5px;
	font-size: 18px;
	line-height: 64px;
}
#install .section_btn > a i {
	font-size: 24px;
	margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1109px) {
	#install .section_inner .image_area .image_phone {
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	#install {
		padding: 14.342vw 0 8.866vw;
		text-align: center;
		margin-bottom: 0;
		background: url(../../images/jobseeker/how-to-find-job-and-apply/bg_install_sp_bottom.png) no-repeat center 273.142vw;
		background-size: 100% auto;
	}
	#install:before {
		position: absolute;
		content: "";
		background: url(../../images/jobseeker/how-to-find-job-and-apply/bg_install_sp_top.png) no-repeat center top;
		background-size: 100% auto;
		width: 100%;
		height: 64.668vw;
		top: 47.197vw;
		left: 0;
	}
	#install .section_inner {
		flex-direction: column-reverse;
		padding: 0 5.346vw;
	}
	#install .section_inner:after {
		bottom: -8.866vw;
		left: 0;
		right: 0;
	}
	#install .section_inner .image_area {
		width: 100%;
		margin-top: 6.519vw;
	}
	#install .section_inner .image_area .image_phone {
		width: 49.54vw;
	}
	#install .section_inner .text_area {
		width: 100%;
		padding-top: 0;
	}
	#install .section_inner .text_area > p {
		width: 100%;
	}
	#install .section_inner .text_area .sub_text {
		font-size: 5.215vw;
	}
	#install .section_inner .text_area .step {
		flex-direction: column;
		margin-top: 3.911vw;
	}
	#install .section_inner .text_area .step > li {
		width: 100%;
		margin: -6.519vw auto 0;
	}
	#install .section_inner .text_area .step > li:first-child {
		margin-top: 0;
	}
	#install .section_btn {
		width: 66.362vw;
		margin: 6.519vw auto 0;
		padding: 0.261vw;
		border-radius: 0.652vw;
	}
	#install .section_btn > a {
		border-width: 1.043vw;
		padding: 0.261vw;
		border-radius: 0.652vw;
		font-size: 4.433vw;
		line-height: 15.385vw;
	}
	#install .section_btn > a i {
		font-size: 5.475vw;
		margin-right: 2.608vw;
	}
}

#matched_job {
	padding: 80px 0 0;
	color: #ffffff;
	background-color: #007af5;
	overflow: hidden;
}
#matched_job .section_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#matched_job .section_inner .text_area {
	width: 58.5%;
	z-index: 1;
	background: url(../../images/jobseeker/how-to-find-job-and-apply/bg_matched_job.png) no-repeat left top;
	background-size: 115% auto;
	padding-top: 45px;
}
#matched_job .section_inner .text_area .section_title {
	color: #ffffff;
}
#matched_job .section_inner .text_area p {
	max-width: 540px;
}
#matched_job .section_inner .text_area .detail_btns {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	width: 540px;
}
#matched_job .section_inner .text_area .detail_btns > li {
	width: 49%;
	border-radius: 5px;
	padding: 2px;
	background-color: #ffffff;
}
#matched_job .section_inner .text_area .detail_btns > li a {
	background-color: #ffffff;
	display: block;
	width: 100%;
	position: relative;
	border: 2px solid #007af5;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
}
#matched_job .section_inner .text_area .detail_btns > li a > i {
	font-size: 28px;
	margin-right: 10px;
}
#matched_job .section_inner .text_area .detail_btns > li.leaveinfo {
	background: -webkit-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: -moz-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: linear-gradient(to right,#f77602, #fbad41);
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
}
#matched_job .section_inner .text_area .detail_btns > li.leaveinfo a {
	color: #ffffff;
	background: -webkit-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: -moz-linear-gradient(left, #f77602 0%, #fbad41 100%);
	background: linear-gradient(to right,#f77602, #fbad41);
}
#matched_job .section_inner .text_area .detail_btns > li.messenger {
}
#matched_job .section_inner .text_area .detail_btns > li.messenger a {
	color: #0178f2;
}
#matched_job .section_inner .image_area {
	flex: 1;
	height: 545px;
	position: relative;
}
#matched_job .section_inner .image_area img {
	position: absolute;
	left: 0;
	width: 628px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#matched_job .section_inner {
		align-items: flex-end;
	}
	#matched_job .section_inner .text_area {
		padding-bottom: 9.219vw;
	}
	#matched_job .section_inner .text_area .detail_btns {
		width: auto;
	}
	#matched_job .section_inner .text_area .detail_btns > li {
		width: 49%;
		border-radius: 5px;
		padding: 2px;
		background-color: #ffffff;
	}
	#matched_job .section_inner .text_area .detail_btns > li a {
		padding: 0 1.316vw;
		font-size: 1.403vw;
		line-height: 5.619vw;
	}
	#matched_job .section_inner .text_area .detail_btns > li a > i {
		font-size: 2.458vw;
		margin-right: 0.878vw;
	}
	#matched_job .section_inner .image_area {
		height: 51.398vw
	}
	#matched_job .section_inner .image_area img {
		width: auto;
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#matched_job {
		padding-top: 11.734vw;
		padding-bottom: 0;
	}
	#matched_job .section_inner {
		flex-direction: column;
		padding: 0;
	}
	#matched_job .section_inner .text_area {
		width: 100%;
		background-position: center top;
		background-size: 100% auto;
		padding-top: 0;
	}
	#matched_job .section_inner .text_area > p {
		width: 82.138vw;
		max-width: none;
		margin: 0 auto;
		text-align: center;
	}
	#matched_job .section_inner .text_area .detail_btns {
		width: 73.66vw;
		margin: 9.126vw auto 0;
		flex-direction: column;
	}
	#matched_job .section_inner .text_area .detail_btns > li {
		margin-top: 3.129vw;
		width: 100%;
		padding: 0.261vw;
	}
	#matched_job .section_inner .text_area .detail_btns > li:first-child {
		margin-top: 0;
	}
	#matched_job .section_inner .text_area .detail_btns > li a {
		border-width: 1.043vw;
		border-radius: 0.522vw;
		padding: 0 3.911vw;
		font-size: 4.433vw;
		line-height: 15.645vw;
	}
	#matched_job .section_inner .text_area .detail_btns > li a > i {
		font-size: 6.258vw;
		margin-right: 2.608vw;
	}
	#matched_job .section_inner .image_area {
		height: auto;
		width: 100%;
		margin: 6.519vw auto 0;
	}
	#matched_job .section_inner .image_area img {
		position: relative;
		width: 100%;
	}
}
#matched_job + .media {
	padding: 0 0 120px;
}
@media only screen and (max-width: 767px) {
	#matched_job + .media {
		padding: 0;
		margin: 0;
	}
}
#blog {
	padding-top: 200px;
	padding-bottom: 190px;
	background: url(../../images/jobseeker/how-to-find-job-and-apply/bg_blog_pc.png) no-repeat center top;
	margin-top: -210px;
}
@media only screen and (max-width: 767px) {
	#blog {
		padding-top: 9.126vw;
		padding-bottom: 7.171vw;
		margin-bottom: 2.608vw;
		margin-top: 0;
		background: none;
	}
}

.movie_item {
	max-width: 560px;
	margin: 0 auto 80px;
	position: relative;
	padding-top: 315px;
}

.movie_item iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.movie_item {
		width: 80.443vw;
		margin: 0 auto 7.822vw;
		padding-top: 56.25%;
	}
}
