@charset "utf-8";

body {
	font-family: 'Noto Sans JP',Arial,Helvetica,sans-serif;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
}

.site-footer, .site-header {
	display: none;
}

body * {
	box-sizing: border-box;
	word-break: break-word;
}
img {
	width: 100%;
}
.image_mjj {
	width: 70%;
}
.text_bold {
	font-weight: bold!important;
}
@media only screen and (min-width: 768px) {
	.only_sp {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.only_pc {
		display: none;
	}
}

main {
	max-width: 4000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	main {
	}
}
main a:hover {
	opacity: 0.7;
}
.pc_contents_col2 {
	display: flex;
	justify-content: space-between;
}
.pc_contents_col2 > .main_contents {
	flex: 1;
}
.pc_contents_col2 > .side_navi {
	width: 350px;
	margin-left: 30px;
}
@media only screen and (max-width: 767px) {
	.sp_contents_col1 {
		display: block;
	}
	.sp_contents_col1 > * {
		width: 100%!important;
	}
	.sp_contents_col1 > .main_contents {
	}
	.sp_contents_col1 > .side_navi {
		margin-left: 0;
		margin-top: 16.297vw;
	}
}
.pc_item_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}
.pc_item_col2 > * {
	width: 48%;
}
.pc_item_col2 > *:nth-child(n + 3) {
	margin-top: 35px;
}
.pc_item_col3 {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.pc_item_col3 > * {
	width: 31%;
}
@media only screen and (max-width: 767px) {
	.sp_item_col1 {
		display: block;
		margin-top: 5.215vw;
	}
	.sp_item_col1 > * {
		width: 100%!important;
		margin-top: 9.126vw;
	}
	.sp_item_col1 > *:first-child {
		margin-top: 0;
	}
	.pc_item_col2 > *:nth-child(n + 3) {
		margin-top: 9.126vw;
	}
}

.download_btns {
	display: flex;
	justify-content: space-between;
}

.media .section_inner {
	padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
}
.media .section_inner:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 1px solid #e5e6ef;
	bottom: 0;
	left: 15px;
	right: 15px;
	box-sizing: border-box;
}
.media .section_title {
	color: #007aff;
	font-size: 24px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.media .section_title:before {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #007aff;
	margin: 0 auto;
}
.media .media_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	transition-timing-function: linear;
}
.media .media_list > *{
	width: 15%;
}
.media .media_list > * img {
	width: auto;
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.media .section_inner:after {
		left: 0;
		right: 0;
	}
	.media .section_title {
		font-size: 4.954vw;
		padding-bottom: 2.608vw;
		margin-bottom: 5.215vw;
	}
	.media .section_inner {
		padding: 7.823vw 5.867vw 3.911vw;
	}
	.media .media_list > *{
		width: auto;
	}
	.media .media_list > * img {
		height: 8.866vw;
	}
}
.bg_line {
	position: relative!important;
}
.bg_line:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 92px;
	background-image: url("../../images/jobseeker/common/bg_line.png");
	background-position: center center;
	background-repeat: repeat-x;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.bg_line:after {
		height: 4.694vw;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}

section {
}
section .section_inner {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
section .section_title {
	color: #313e87;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 25px;
	position: relative;
	padding-top: 20px;
}
section .section_title:before {
	position: absolute;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #fd9d53;
	border-radius: 2px;
	top: 0;
}
section .section_title.type_center {
	text-align: center;
}
section .section_title.type_center:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}
section .section_btn {
	width: 220px;
	margin: 30px auto 0;
}
section .section_btn > a {
	color: #ffffff;
	background-color: #33a8ed;
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}
section .download_btns {
	width: 304px;
	margin-top: 35px;
}
section .download_btns > li {
	width: 147px;
}
@media only screen and (max-width: 767px) {
	section {
		font-size: 3.5vw;
	}
	section .section_inner {
		padding: 0 2.608vw;
	}
	section .section_title {
		font-size: 7.432vw;
		line-height: 1.1;
		text-align: center;
		padding-top: 2.608vw;
	}
	section .section_title:before {
		width: 19.557vw;
		height: 0.391vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	section .section_btn {
		width: 50.847vw;
		margin: 6.519vw auto 0;
	}
	section .section_btn > a {
		font-size: 3.259vw;
		line-height: 9.648vw;
		border-radius: 0.652vw;
	}
	section .download_btns {
		width: 66.362vw;
		margin: 3.911vw auto 0;
	}
	section .download_btns > li {
		width: 31.943vw;
	}
}

#blog {
	padding-top: 90px;
	padding-bottom: 180px;
	background: url("../../images/jobseeker/index/bg_blog_pc.png") no-repeat center bottom;
}
#blog .blog_items {
}
#blog .blog_item {
	display: flex;
	padding: 10px 10px 25px;
	flex-direction: column;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
}
#blog .blog_item .blog_item_image {
	width: 100%;
	padding-top: 82%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
#blog .blog_item .blog_item_image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blog .blog_item .blog_item_title {
	color: #163953;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#blog .blog_item .blog_item_description {
	margin-bottom: 15px;
}
#blog .blog_item .blog_item_more {
	color: #4285f4;
	font-size: 15px;
	line-height: 27px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#blog {
		padding-top: 9.126vw;
		padding-bottom: 7.171vw;
		margin-bottom: 2.608vw;
		text-align: center;
		position: relative;
	}
	#blog:before,
	#blog:after {
		position: absolute;
		content: "";
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		left: 0;
		z-index: 1;
	}
	#blog:before {
		height: 33.116vw;
		background-image: url("../../images/jobseeker/index/bg_blog_sp_top.png");
		background-position: center center;
		top: 54.758vw;
	}
	#blog:after {
		height: 61.017vw;
		background-image: url("../../images/jobseeker/index/bg_blog_sp_bottom.png");
		background-position: center bottom;
		bottom: 0;
	}
	#blog .section_inner {
		padding-left: 9.778vw;
		padding-right: 9.778vw;
		position: relative;
		z-index: 2;
	}
}
#blog + #copy {
	margin-top: 0;
}

#copy {
	padding: 0 0 100px;
	color: #646776;
	overflow: hidden;
	margin-top: 60px;
}
#copy.bg_line:after {
	bottom: 92px;
	z-index: 1;
}
#copy.bg_line::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 92px;
	background-image: url("../../images/jobseeker/common/bg_line.png");
	background-position: center center;
	background-repeat: repeat-x;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 1;
}
#copy .section_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 2;
}
#copy .section_inner .text_area {
	width: 60%;
	z-index: 1;
}
#copy .section_inner .section_title {
	font-weight: bold;
	margin-bottom: 10px;
}
#copy .section_inner .section_title::before {
	display: none;
}
#copy .section_inner .text_area p {
	font-size: 18px;
}
#copy .section_inner .image_area {
	flex: 1;
	height: 462px;
	position: relative;
	margin: 0 80px 0 -65px;
}
#copy .section_inner .image_area img {
	position: absolute;
	left: 0;
	width: auto;
	max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#copy .section_inner .image_area {
		height: 40.562vw;
		margin-right: 0;
	}
	#copy .section_inner .image_area img {
		height: 100%;
	}
	#copy .section_inner .text_area {
		width: calc( 100% - ((381vw / 1139) * 100 ));
	}
}
@media only screen and (max-width: 767px) {
	#copy {
		padding-top: 7.823vw;
		padding-bottom: 14.342vw;
		margin-top: 10.43vw;
	}	
	#copy .section_inner {
		flex-direction: column-reverse;
		padding: 0;
	}
	#copy .section_inner .text_area {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	#copy .section_inner .text_area > p {
		margin: 0 auto;
		font-size: 3.65vw;
		text-align: center;
	}
	#copy .section_inner .image_area {
		height: auto;
		width: 49.544vw;
		margin: -6.519vw auto 0;
		position: relative;
	}
	#copy .section_inner .image_area img {
		position: relative;
	}
	#copy.bg_line::before,
	#copy.bg_line::after {
		height: 7.823vw;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#copy.bg_line::after {
		bottom: 0;
	}
}

#playgames {
	padding: 0 0 40px;
	color: #646776;
	overflow: hidden;
}
#playgames .section_inner {
	display: grid;
	grid-template-columns: 1fr 40%;
	justify-content: space-between;
	align-items: center;
}
#playgames .section_inner .head_area {
	z-index: 1;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	align-self: self-end;
	padding-bottom: 50px;
	margin-bottom: 24px;
	position: relative;
}
#playgames .section_inner .head_area::after {
	position: absolute;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #fd9d53;
	border-radius: 2px;
	bottom: 0;
}
#playgames .section_inner .head_area .section_title {
	font-size: 50px;
	font-weight: bold;
	margin-top: 0;
}
#playgames .section_inner .head_area .section_title::before {
	display: none;
}
#playgames .section_inner .head_area .lead_text {
	color: #313d87;
	font-size: 22px;
}
#playgames .section_inner .head_area .lead_text .strong_text {
	color: #636775;
	font-weight: bold;
}
#playgames .section_inner .text_area {
	z-index: 1;
	grid-column: 1 / 2;
	grid-row: 3 / 6;
	align-self: self-start;
}
#playgames .section_inner .text_area .copy_text {
	color: #313d87;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#playgames .section_inner .text_area p {
	font-size: 17px;
}
#playgames .section_inner .text_area > p + p {
	margin-top: 1em;
}
#playgames .section_inner .text_area .detail_btns {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
#playgames .section_inner .text_area .detail_btns > li {
	width: 50%;
	max-width: 230px;
}
#playgames .section_inner .text_area .detail_btns > li a {
	color: #ffffff;
	background-color: #f79309;
	display: block;
	width: 100%;
	position: relative;
	border-radius: 8px;
	padding: 15px 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#playgames .section_inner .image_area {
	flex: 1;
	grid-row: 1 / 6;
	height: 715px;
	position: relative;
}
#playgames .section_inner .image_area img {
	position: absolute;
	left: 0;
	width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#roadmap .section_inner .text_area .detail_btns > li a {
		padding: 1.316vw 1.316vw 1.316vw 5.263vw;
/*		font-size: 1.403vw;*/
		font-size: 1.229vw;
	}
	#roadmap .section_inner .text_area .detail_btns > li a:before {
		left: 1.803vw;
	}
	#roadmap .section_inner .text_area .detail_btns > li.finding a:before {
		width: 3.156vw;
		height: 3.156vw;
	}
	#roadmap .section_inner .text_area .detail_btns > li.hiring a:before {
		width: 2.615vw;
		height: 2.164vw;
	}
	#roadmap .section_inner .image_area {
		height: 51.398vw
	}
	#roadmap .section_inner .image_area img {
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#playgames {
		padding-top: 11.734vw;
		padding-bottom: 5.215vw;
	}
	#playgames .section_inner {
		grid-template-columns: 1fr;
	}
	#playgames .section_inner .head_area {
		width: 100%;
		grid-row: auto;
		padding-bottom: 4.563vw;
		margin-bottom: 6.518vw;
	}
	#playgames .section_inner .head_area::after {
		width: 19.557vw;
		height: 0.391vw;
		left: 50%;
		transform: translateX(-50%);
	}
	#playgames .section_inner .head_area .section_title {
		font-size: 7.432vw;
	}
	#playgames .section_inner .head_area .lead_text {
		font-size: 3.911vw;
		text-align: center;
	}
	#playgames .section_inner .text_area {
		width: 100%;
		grid-row: auto;
		margin-top: 8.475vw;
		position: relative;
	}
	#playgames .section_inner .text_area::after {
		background: url("../../images/jobseeker/common/bg_playgames.png") no-repeat center top;
		background-size: 100% auto;
		content: "";
		width: 65.841vw;
		height: 22.034vw;
		position: absolute;
		left: 50%;
		bottom: 7.171vw;
		transform: translateX(-50%);
	}
	#playgames .section_inner .text_area .copy_text {
		font-size: 5.215vw;
		margin-bottom: 10px;
	}
	#playgames .section_inner .text_area > p {
		font-size: 3.911vw;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#playgames .section_inner .text_area .detail_btns {
		width: 50vw;
		margin: 7.171vw auto 0;
		flex-direction: column;
	}
	#playgames .section_inner .text_area .detail_btns > li {
		width: 100%;
		max-width: none;
		margin-top: 4.563vw;
	}
	#playgames .section_inner .text_area .detail_btns > li:first-child {
		margin-top: 0;
	}
	#playgames .section_inner .text_area .detail_btns > li a {
		width: 100%;
		border-radius: 1.304vw;
		padding: 3.129vw 3.259vw;
		font-size: 4.172vw;
	}
	#playgames .section_inner .image_area {
		grid-row: auto;
		height: auto;
		width: 100%;
		margin: 0;
	}
	#playgames .section_inner .image_area img {
		position: relative;
		width: 100%;
	}
}

#popup_bnr {
	position: fixed;
	width: auto;
	max-width: 480px;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	z-index: 999999;
	display: none;
}
#popup_bnr .close {
	position: absolute;
	color: #ffffff;
	background-color: #000000;
	width: 20px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	z-index: 9999;
	cursor: pointer;
}
#popup_bnr img {
	width: auto;
	max-width: 100%;
}
#popup_overlay {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 999998;
	position: fixed;
	top: 0;
	background-color: rgba(51,51,51,0.7);
}
@media screen and (max-width: 767px) {
	#popup_bnr {
		width: 78.227vw;
		max-width: none;
	}
	#popup_bnr .close {
		width: 5.215vw;
		height: 5.215vw;
		font-size: 2.608vw;
		line-height: 5.215vw;
		top: -2.608vw;
		right: -2.608vw;
	}
}
@media (orientation: landscape) and (max-width: 767px) {
	#popup_bnr {
		width: auto;
		max-width: none;
		height: 40vw;
	}
	#popup_bnr img {
		width: auto;
		max-width: none;
		height: auto;
		max-height: 100%;
	}
}
@media screen and (min-width: 1651px) {
	#popup_bnr {
		max-width: 800px;
	}
}

