﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');

body {
	font-family: 'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

/*--------------------------------------------------------------------*/

#mainvisual {
	padding: 0;
	position: relative;
	background-image: url("../../images/employer/job-site-japan/mainvisual_pc.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 740px!important;
}

#mainvisual .badge {
	position: absolute;
	width: 202px;
	right: 50px;
	bottom: 50px;
}

#mainvisual .badge img {
	width: 100%;
}

#mainvisual .mainvisual_inner {
	max-width: 1270px;
	padding: 286px 20px 170px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

#mainvisual .text_area {
	
	display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
	padding-right: 24px;
	text-wrap: nowrap;
	box-sizing: content-box;
}

#mainvisual .copy_area {
	padding-right: 24px;
	padding-left: 8px;
}

#mainvisual .main_copy {
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 0.8;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#mainvisual .main_copy2 {
	font-size: 24px;
	margin-top: 32px;
	margin-right: 24px;
	letter-spacing: 12px;
}

#mainvisual .main_copy .num {
	color: #ffd700;
	font-size: 90px;
	vertical-align: bottom;
	margin: 0 10px;
}

#mainvisual .main_copy .num:first-child {
	margin-left: 0!important;
}

#mainvisual .sub_copy {
	color: #ffffff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 1px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) and (max-width: 1440px){
	#mainvisual {
		height: calc((740 / 1440) * 100vw)!important;
	}

	#mainvisual .badge {
		width: calc((202 / 1440) * 100vw);
		right: calc((50 / 1440) * 100vw);
		bottom: calc((50 / 1440) * 100vw);
	}

	#mainvisual .mainvisual_inner {
		padding: calc((268 / 1440) * 100vw) calc((60 / 1440) * 100vw) calc((170 / 1440) * 100vw);
	}

	#mainvisual .main_copy {
		font-size: calc((60 / 1440) * 100vw);
	}

	#mainvisual .main_copy2 {
		font-size: calc((24 / 1440) * 100vw);
		margin-top: calc((36 / 1440) * 100vw);
		margin-right: calc((24 / 1440) * 100vw);
	}

	#mainvisual .main_copy .num {
		font-size: calc((90 / 1440) * 100vw);
		margin: 0 calc((10 / 1440) * 100vw);
	}

	#mainvisual .sub_copy {
		font-size: calc((45 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area {
		margin-top: calc((30 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area .cv_button {
		/* width: calc((380 / 1440) * 100vw); */
	}

	#mainvisual .cv_button_area .cv_button.-download {
		/* width: calc((340 / 1440) * 100vw); */
	}

	#mainvisual .cv_button_area .cv_button > a {
		border-width: calc((4 / 1440) * 100vw);
		border-radius: calc((60 / 1440) * 100vw);
		gap: calc((10 / 1440) * 100vw);
		padding: calc((15 / 1440) * 100vw) calc((15 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area .cv_button > a::before {
		width: calc((60 / 1440) * 100vw);
		height: calc((60 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area .cv_button > a .button_text {
		font-size: calc((24 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area .cv_button > a .button_text .button_sub_text {
		font-size: calc((16 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area .cv_notice {
		font-size: calc((18 / 1440) * 100vw);
		margin-top: calc((15 / 1440) * 100vw);
	}

	#mainvisual .cv_button_area .cv_buttons {
		gap: calc((20 / 1440) * 100vw);
		margin: 0;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 768px) and (max-width: 850px){
	#mainvisual .cv_button_area .cv_button {
		/* width: calc((395 / 1440) * 100vw); */
	}

	#mainvisual .cv_button_area .cv_button.-download {
		/* width: calc((355 / 1440) * 100vw); */
	}

	#mainvisual .cv_button_area .cv_button > a .button_text .button_sub_text {
		letter-spacing: -0.05em;
	}
}

@media screen and (max-width: 767px) {
	#mainvisual {
		background-image: url("../../images/employer/job-site-japan/mainvisual_sp.png");
		height: calc((555 / 430) * 100vw)!important;
		background-position: left 60% top;
		background-size: auto 100%;
	}

	#mainvisual .badge {
		display: none;
	}

	#mainvisual .mainvisual_inner {
		padding: calc((218 / 430) * 100vw) calc((20 / 430) * 100vw) calc((35 / 430) * 100vw);
	}
	
	#mainvisual .text_area {
		max-width: none;
		padding-right: 0;
		align-items: center;
	}

	#mainvisual .copy_area {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
	}

	#mainvisual .main_copy {
		font-size: calc((32 / 430) * 100vw);
	}

	#mainvisual .main_copy2 {
		font-size: calc((16 / 430) * 100vw);
		margin-top: calc((20 / 430) * 100vw);
		margin-right: 0;
		letter-spacing: 6.4px;
	}

	#mainvisual .main_copy .num {
		font-size: calc((48 / 430) * 100vw);
		margin: calc((5 / 430) * 100vw);
	}

	#mainvisual .sub_copy {
		font-size: calc((23 / 430) * 100vw);
	}

	#mainvisual .cv_button_area {
		margin-top: calc((25 / 430) * 100vw);
	}
}

/*--------------------------------------------------------------------*/

.logoSlider {
	position: relative;
	padding: 70px 0 40px;
	overflow: hidden;
}

.logoSlider .sliderBody {
	position: relative;
	left: 0;
}

.logoSlider .slider {
	flex-wrap: nowrap;
	gap: 48px;
	padding-right: 48px;
}

.logoSlider .slider > * {
/*	flex: 1;*/
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.logoSlider {
		padding: calc((70 / 1060) * 100vw) 0 calc((40 / 1060) * 100vw);
	}

	.logoSlider .slider img {
		width: auto;
		height: calc((68 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px){
	.logoSlider{
		position: relative;
		padding: calc((30 / 430) * 100vw) 0 calc((10 / 430) * 100vw);
	}

	.logoSlider .sliderBody{
		position: relative;
		left: 0;
	}

	.logoSlider .slider{
		flex-wrap: nowrap;
	}

	.logoSlider .slider img {
		width: auto;
		height: calc((68 / 430) * 100vw);
	}
}

/*--------------------------------------------------------------------*/

.check_list {
	margin-top: 50px;
}

.check_list > li {
	font-size: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.check_list > li + li {
	margin-top: 15px;
}

.check_list > li::before {
	content: "";
	width: 4px;
	height: 14px;
	border-right: 4px solid #FFD700;
	border-bottom: 4px solid #FFD700;
	transform: rotate(45deg);
	position: relative;
	top: 0.25em;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	section .section_inner.-width950 .check_list {
		margin-top: calc((50 / 950) * 100vw);
	}
	
	section .section_inner.-width950 .check_list > li {
		font-size: calc((20 / 950) * 100vw);
		gap: calc((12 / 950) * 100vw);
	}
	
	section .section_inner.-width950 .check_list > li + li {
		margin-top: calc((15 / 950) * 100vw);
	}
	
	section .section_inner.-width950 .check_list > li::before {
		width: calc((4 / 950) * 100vw);
		height: calc((14 / 950) * 100vw);
		border-right-width: calc((4 / 950) * 100vw);
		border-bottom-width: calc((4 / 950) * 100vw);
	}
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	section .section_inner.-width1060 .check_list {
		margin-top: calc((50 / 1060) * 100vw);
	}
	
	section .section_inner.-width1060 .check_list > li {
		font-size: calc((20 / 1060) * 100vw);
		gap: calc((12 / 1060) * 100vw);
	}
	
	section .section_inner.-width1060 .check_list > li + li {
		margin-top: calc((15 / 1060) * 100vw);
	}
	
	section .section_inner.-width1060 .check_list > li::before {
		width: calc((4 / 1060) * 100vw);
		height: calc((14 / 1060) * 100vw);
		border-right-width: calc((4 / 1060) * 100vw);
		border-bottom-width: calc((4 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.check_list {
		margin-top: calc((40 / 430) * 100vw);
	}
	
	.check_list > li {
		font-size: calc((15 / 430) * 100vw);
		gap: calc((18 / 430) * 100vw);
		justify-content: flex-start;
	}
	
	.check_list > li + li {
		margin-top: calc((20 / 430) * 100vw);
	}
	
	.check_list > li::before {
		width: calc((4 / 430) * 100vw);
		height: calc((14 / 430) * 100vw);
		border-right-width: calc((4 / 430) * 100vw);
		border-bottom-width: calc((4 / 430) * 100vw);
	}
}

section {
	color: #171069;
	padding: 70px 0 100px;
	position: relative;
	font-weight: 500;
}

section a {
	color: #171069;
	text-decoration: underline;
}

section a:hover {
	color: #171069;
	text-decoration: none;
}

section .section_inner {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

section .section_inner.-width950 {
	max-width: 950px;
}

section .section_inner.-width1060 {
	max-width: 1060px;
}

section .section_inner.-width1270 {
	max-width: 1270px;
}

section .section_head {
	margin-bottom: 60px;
	font-size: 24px;
	text-align: center;
}

section .section_head > * {
	margin-top: 25px;
}

section .section_head > *:first-child {
	margin-top: 0!important;
}

section .section_title {
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 60px;
}

section .section_head > .section_title {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	section .section_inner.-width950 {
		padding: 0 calc((20 / 950) * 100vw);
	}

	section .section_inner.-width950 .section_head {
		margin-bottom: calc((60 / 950) * 100vw);
		font-size: calc((24 / 950) * 100vw);
	}

	section .section_inner.-width950 .section_head > * {
		margin-top: calc((25 / 950) * 100vw);
	}

	section .section_inner.-width950 .section_title {
		font-size: calc((48 / 950) * 100vw);
		margin-bottom: calc((60 / 950) * 100vw);
	}
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	section .section_inner.-width1060 {
		padding: 0 calc((20 / 1060) * 100vw);
	}

	section .section_inner.-width1060 .section_head {
		margin-bottom: calc((60 / 1060) * 100vw);
		font-size: calc((24 / 1060) * 100vw);
	}

	section .section_inner.-width1060 .section_head > * {
		margin-top: calc((25 / 1060) * 100vw);
	}

	section .section_inner.-width1060 .section_title {
		font-size: calc((48 / 1060) * 100vw);
		margin-bottom: calc((60 / 1060) * 100vw);
	}
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
	section .section_inner.-width1270 {
		padding: 0 calc((20 / 1270) * 100vw);
	}

	section .section_inner.-width1270 .section_head {
		margin-bottom: calc((60 / 1270) * 100vw);
		font-size: calc((24 / 1270) * 100vw);
	}

	section .section_inner.-width1270 .section_head > * {
		margin-top: calc((25 / 1270) * 100vw);
	}

	section .section_inner.-width1270 .section_title {
		font-size: calc((48 / 1270) * 100vw);
		margin-bottom: calc((60 / 1270) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	section {
		padding: calc((70 / 430) * 100vw) 0 calc((100 / 430) * 100vw);
	}
	
	section .section_inner {
		padding: 0 calc((20 / 430) * 100vw);
	}

	section .section_head {
		margin-bottom: calc((55 / 430) * 100vw);
		font-size: calc((16 / 430) * 100vw);
	}
	
	section .section_head > * {
		margin-top: calc((14 / 430) * 100vw);
	}
		
	section .section_title {
		font-size: calc((24 / 430) * 100vw);
		margin-bottom: calc((40 / 430) * 100vw);
	}
}

.cv_button_area {
	margin-top: 35px;
	width: 100%;
}

.cv_button_area > *:first-child {
	margin-top: 0!important;
}

.cv_button_area .cv_button {
	width: 100%;
	margin: 30px auto 0;
}

.cv_button_area .cv_button > a {
	color: #ffffff;
	background-color: #ea696c;
	border: 4px solid #ffffff;
	border-radius: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 15px 15px;
	text-decoration: none;
	box-shadow: 5px 7px 4px #00000042, 2px -3px 3px #00000032 inset;
}

.cv_button_area .cv_button > a:hover {
	opacity: 1;
	background-color: #ec3134;
}

.cv_button_area .cv_button.-download {
	
}

.cv_button_area .cv_button.-download > a {
	color: #000000;
	background-color: #fdd500;
}

.cv_button_area .cv_button.-download > a:hover {
	background-color: #fcc300;
}

.cv_button_area .cv_button > a::before {
	content: "";
	background-color: #ffffff;
	background-image: url("../../images/employer/job-site-japan/svg/icon_join.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 52%;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 1 auto;
}

.cv_button_area .cv_button.-download > a::before {
	background-image: url("../../images/employer/job-site-japan/svg/icon_doc.svg");
	background-size: 33%;
}

.cv_button_area .cv_button > a .button_text {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	flex: 1;
}

.cv_button_area .cv_button > a .button_text .button_sub_text {
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.cv_button_area .cv_notice {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}

.cv_button_area .cv_buttons {
	display: flex;
	width: 100%;
	gap: 20px;
	justify-content: space-between;
	margin: 0;
}

.cv_button_area .cv_buttons > .cv_button {
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.cv_button_area {
		margin-top: calc((95 / 1060) * 100vw);
	}

	.cv_button_area .cv_button {
		margin: calc((30 / 1060) * 100vw) auto 0;
		/* width: calc((364 / 1060) * 100vw); */
	}

	.cv_button_area .cv_button.-download {
		/* width: calc((327 / 1060) * 100vw); */
	}

	.cv_button_area .cv_button > a {
		border-width: calc((4 / 1060) * 100vw);
		border-radius: calc((60 / 1060) * 100vw);
		gap: calc((10 / 1060) * 100vw);
		padding: calc((15 / 1060) * 100vw) calc((15 / 1060) * 100vw);
	}

	.cv_button_area .cv_button > a::before {
		width: calc((60 / 1060) * 100vw);
		height: calc((60 / 1060) * 100vw);
	}

	.cv_button_area .cv_button > a .button_text {
		font-size: calc((24 / 1060) * 100vw);
	}

	.cv_button_area .cv_button > a .button_text .button_sub_text {
		font-size: calc((16 / 1060) * 100vw);
	}

	.cv_button_area .cv_notice {
		font-size: calc((18 / 1060) * 100vw);
		margin-top: calc((15 / 1060) * 100vw);
	}

	.cv_button_area .cv_buttons {
		gap: calc((20 / 1060) * 100vw);
		margin: calc((30 / 1060) * 100vw) auto 0;
	}
}

@media screen and (max-width: 767px) {
	.cv_button_area {
		margin-top: calc((98 / 430) * 100vw);
	}
	
	.cv_button_area .cv_button {
		/* max-width: calc((364 / 430) * 100vw); */
		margin: calc((24 / 430) * 100vw) auto 0;
	}
	
	.cv_button_area .cv_button > a {
		border-width: calc((4 / 430) * 100vw);
		border-radius: calc((70 / 430) * 100vw);
		gap: calc((5 / 430) * 100vw);
		padding: calc((10 / 430) * 100vw);
		margin-right: calc((24 / 430) * 100vw);
	}
	
	.cv_button_area .cv_button.-download {
		/* max-width: calc((364 / 430) * 100vw); */
	}
	
	.cv_button_area .cv_button > a::before {
		width: calc((50 / 430) * 100vw);
		height: calc((50 / 430) * 100vw);
	}
	
	.cv_button_area .cv_button > a .button_text {
		font-size: calc((20 / 430) * 100vw);
	}
	
	.cv_button_area .cv_button > a .button_text .button_sub_text {
		font-size: calc((13 / 430) * 100vw);
	}

	.cv_button_area .cv_notice {
		font-size: calc((18 / 430) * 100vw);
		margin-top: calc((20 / 430) * 100vw);
	}

	.cv_button_area .cv_buttons {
		gap: calc((20 / 430) * 100vw);
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin: calc((30 / 430) * 100vw) auto 0;
		width: fit-content;
	}

	.cv_button_area .cv_buttons > .cv_button {
		margin: 0 auto;
		width: 100%;
	}
}

.section_cv {
	color: #ffffff;
	background: url("../../images/employer/job-site-japan/bg_cv.png") no-repeat center center;
	background-size: cover;
	font-size: 24px;
	text-align: center;
	padding: 120px 0;
}

.section_cv.-bottom {
	padding: 200px 0;
}

.section_cv .section_inner > *:first-child {
	margin-top: 0!important;
}

.section_cv .cv_copy {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.section_cv .cv_tel {
	margin-top: 70px;
}

.section_cv .cv_tel .tel_no {
	font-size: 42px;
	font-weight: 900;
	margin-top: 15px;
}

.section_cv .cv_tel .tel_no > a {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	position: relative;
	pointer-events: none;
	text-decoration: none;
}

.section_cv .cv_tel .tel_no > a::before {
	content: "";
	background: url("../../images/employer/job-site-japan/svg/icon_tel.svg") no-repeat center center;
	background-size: 100% auto;
	width: 62px;
	height: 62px;
	flex: 0 1 auto;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.section_cv {
		background-size: cover;
		font-size: calc((24 / 1060) * 100vw);
		padding: calc((120 / 1060) * 100vw) 0;
	}

	.section_cv.-bottom {
		padding: calc((200 / 1060) * 100vw) 0;
	}

	.section_cv .cv_copy {
		font-size: calc((48 / 1060) * 100vw);
		margin-bottom: calc((20 / 1060) * 100vw);
	}

	.section_cv .cv_tel {
		margin-top: calc((70 / 1060) * 100vw);
	}

	.section_cv .cv_tel .tel_no {
		font-size: calc((42 / 1060) * 100vw);
		margin-top: calc((15 / 1060) * 100vw);
	}

	.section_cv .cv_tel .tel_no > a {
		gap: calc((15 / 1060) * 100vw);
	}

	.section_cv .cv_tel .tel_no > a::before {
		width: calc((62 / 1060) * 100vw);
		height: calc((62 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.section_cv {
		background-size: auto 100%;
		font-size: calc((18 / 430) * 100vw);
		padding: calc((75 / 430) * 100vw) 0 calc((90 / 430) * 100vw);
	}

	.section_cv.-bottom {
		padding: calc((80 / 430) * 100vw) 0  calc((95 / 430) * 100vw);
	}

	.section_cv .cv_copy {
		font-size: calc((24 / 430) * 100vw);
		margin-bottom: calc((15 / 430) * 100vw);
	}

	.section_cv .cv_tel {
		margin-top: calc((80 / 430) * 100vw);
	}

	.section_cv .cv_tel .tel_no {
		font-size: calc((32 / 430) * 100vw);
		margin-top: calc((10 / 430) * 100vw);
	}

	.section_cv .cv_tel .tel_no > a {
		gap: calc((10 / 430) * 100vw);
		pointer-events: inherit;
	}

	.section_cv .cv_tel .tel_no > a::before {
		width: calc((40 / 430) * 100vw);
		height: calc((40 / 430) * 100vw);
	}
}

.section_point {
	padding: 65px 0 415px;
	position: relative;
	overflow: hidden;
}

.section_point::before {
	background: #f3eded;
	background-image: url("../../images/employer/job-site-japan/bg_point.png");
	background-repeat: repeat;
	background-position: center top;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 22%;
	z-index: 1;
}

.section_point::after {
	background-image: url("../../images/employer/job-site-japan/bg_point_bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	content: "";
	width: 100%;
	height: 341px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.section_point .section_head > * {
	margin-top: 12px;
}

.section_point .section_title {
	font-size: 36px;
}

.section_point .point_list {
	margin-top: 145px;
}

.section_point .point_list .point_item {
	margin-top: 100px;
}

.section_point .point_item {
	color: #ffffff;
	background-color: #33a8ed;
	border-radius: 15px;
	padding: 50px 100px 50px 130px;
	position: relative;
	font-weight: 400;
	box-shadow: 5px 8px 23px #00000015;
}

.section_point .point_item::after {
	background-image: url("../../images/employer/job-site-japan/bg_point_item.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	content: "";
	width: 580px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 0 15px 15px 0;
}

.section_point .point_item:nth-child(even):before {
	background-image: url("../../images/employer/job-site-japan/bg_point_item_even_left.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	content: "";
	width: 388px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 0 0 0 15px;
}

.section_point .point_item:nth-child(even):after {
	background-image: url("../../images/employer/job-site-japan/bg_point_item_even_right.png");
	width: 580px;
}

.section_point .point_item:nth-child(3):after {
	background-image: url("../../images/employer/job-site-japan/bg_point_item_odd.png");
	width: 580px;
}

.section_point .point_item .point_no {
	color: #171069;
	background-color: #ffffff;
	width: 145px;
	height: 145px;
	font-size: 64px;
	font-weight: 900;
	line-height: 145px;
	text-align: center;
	border-radius: 50%;
	border: 10px solid #33a8ed;
	position: relative;
	margin-top: -120px;
	margin-left: -110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section_point .point_item .point_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
	position: relative;
	z-index: 2;
}

.section_point .point_item .point_wrap .point_circle {
	color: #171069;
	background-color: #ffffff;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 1 auto;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.section_point .point_item .point_wrap .point_circle.-image {
	background: none!important;
	border-radius: 0;
}

.section_point .point_item .point_wrap .point_circle.-image img {
	width: auto;
	max-width: 100%;
}

.section_point .point_item .point_wrap .point_circle .circle_text {
	line-height: 1;
}

.section_point .point_item .point_wrap .point_circle .circle_text .point_num {
	color: #ffd700;
	font-size: 96px;
	font-weight: 900;
	vertical-align: baseline;
	margin-right: 5px;
}

.section_point .point_item .point_wrap .point_circle .circle_text .strong_text {
	font-size: 64px;
	font-weight: 700;
}

.section_point .point_item .point_wrap .point_circle .circle_text .small_text {
	font-size: 36px;
}

.section_point .point_item .point_wrap .point_text_area {
	font-size: 24px;
	flex: 1;
}

.section_point .point_item .point_wrap .point_text_area .point_copy_text {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 40px;
}

.section_point .point_list .point_item:nth-child(even) {
	color: inherit;
	background-color: #ffffff;
	padding-left: 100px;
	padding-right: 125px;
}

.section_point .point_list .point_item:nth-child(even) .point_no {
	background-color: #ececec;
	border-color: #ffffff;
	margin-left: -80px;
}

.section_point .point_list .point_item:nth-child(even) .point_wrap {
	flex-direction: row-reverse;
	gap: 56px;
}

.section_point .point_list .point_item:nth-child(even) .point_circle {
	color: #ffffff;
	background-color: #33a8ed;
}

.section_point .point_list .point_item:nth-child(3) .point_no {
	background-color: #ececec;
}

.section_point .point_list .point_item:nth-child(3) .point_wrap {
	gap: 60px;
}

.section_point .point_list .point_item:nth-child(3) .point_wrap .point_circle .circle_text {
	font-weight: 900;
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
	.section_point {
		padding: calc((65 / 1270) * 100vw) 0 calc((415 / 1270) * 100vw);
	}

	.section_point::before {
		background-size: calc((114 / 1270) * 100vw);
	}

	.section_point::after {
		background-size: calc((2014 / 1270) * 100vw);
		height:  calc((341 / 1270) * 100vw);
	}

	.section_point .section_head {
		margin-bottom: calc((60 / 1270) * 100vw);
		font-size: calc((24 / 1270) * 100vw);
	}

	.section_point .section_head > * {
		margin-top: calc((12 / 1270) * 100vw);
	}

	.section_point .section_title {
		font-size:  calc((36 / 1270) * 100vw)!important;
	}

	.section_point .point_list {
		margin-top: calc((145 / 1270) * 100vw);
	}
	
	.section_point .point_list .point_item {
		margin-top:  calc((100 / 1270) * 100vw);
	}

	.section_point .point_item {
		border-radius: calc((15 / 1270) * 100vw);
		padding: calc((50 / 1270) * 100vw) calc((100 / 1270) * 100vw) calc((50 / 1270) * 100vw) calc((130 / 1270) * 100vw);
		position: relative;
	}

	.section_point .point_item::after {
		width: calc((580 / 1270) * 100vw);
		border-radius: 0 calc((15 / 1270) * 100vw) calc((15 / 1270) * 100vw) 0;
	}

	.section_point .point_item:nth-child(even):before {
		width: calc((388 / 1270) * 100vw);
		border-radius: 0 0 0 calc((15 / 1270) * 100vw);
	}

	.section_point .point_item:nth-child(even):after {
		width: calc((580 / 1270) * 100vw);
	}

	.section_point .point_item:nth-child(3):after {
		width: calc((580 / 1270) * 100vw);
	}

	.section_point .point_item .point_no {
		width: calc((145 / 1270) * 100vw);
		height: calc((145 / 1270) * 100vw);
		font-size: calc((64 / 1270) * 100vw);
		line-height: calc((145 / 1270) * 100vw);
		border-width: calc((10 / 1270) * 100vw);
		margin-top: calc((120 / 1270) * -100vw);
		margin-left: calc((110 / 1270) * -100vw);
	}

	.section_point .point_item .point_wrap {
		gap: calc((60 / 1270) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle {
		width: calc((360 / 1270) * 100vw);
		height: calc((360 / 1270) * 100vw);
		font-size: calc((48 / 1270) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle .circle_text .point_num {
		font-size: calc((74 / 1270) * 100vw);
		margin-right: calc((5 / 1270) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle .circle_text .strong_text {
		font-size: calc((64 / 1270) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle .circle_text .small_text {
		font-size: calc((36 / 1270) * 100vw);
	}

	.section_point .point_item .point_wrap .point_text_area {
		font-size: calc((24 / 1270) * 100vw);
	}

	.section_point .point_item .point_wrap .point_text_area .point_copy_text {
		font-size: calc((48 / 1270) * 100vw);
		margin-bottom: calc((40 / 1270) * 100vw);
	}

	.section_point .point_list .point_item:nth-child(even) {
		padding-left: calc((100 / 1270) * 100vw);
		padding-right: calc((110 / 1270) * 100vw);
	}

	.section_point .point_list .point_item:nth-child(even) .point_no {
		margin-left: calc((80 / 1270) * -100vw);
	}

	.section_point .point_list .point_item:nth-child(even) .point_wrap {
		gap: calc((56 / 1270) * 100vw);
	}

	.section_point .point_list .point_item:nth-child(3) .point_wrap {
		gap: calc((45 / 1270) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.section_point {
		padding: calc((55 / 430) * 100vw) 0 calc((150 / 430) * 100vw);
	}

	.section_point::before {
		background: #B2B2B2;
		background-image: url("../../images/employer/job-site-japan/bg_point.png");
		background-repeat: repeat;
		background-position: center top;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 20%;
		z-index: 1;
	}

	.section_point::after {
		height: calc((100 / 430) * 100vw);
		background-position: 40% bottom;
		background-size: auto 100%;
		bottom: 0;
		z-index: 2;
	}

	.section_point .section_head > * {
		margin-top: calc((12 / 430) * 100vw);
	}

	.section_point .section_title {
		font-size: calc((24 / 430) * 100vw);
	}

	.section_point .point_list {
		margin-top: calc((100 / 430) * 100vw);
	}
	
	.section_point .point_list .point_item {
		margin-top: calc((100 / 430) * 100vw);
	}

	.section_point .point_item {
		border-radius: calc((20 / 430) * 100vw);
		padding: calc((50 / 430) * 100vw) calc((30 / 430) * 100vw)!important;
		box-shadow: 5px 8px 23px #00000015;
	}

	.section_point .point_item::after,
	.section_point .point_item:nth-child(even):after,
	.section_point .point_item:nth-child(3):after {
		background-image: url("../../images/employer/job-site-japan/bg_point_item.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
		content: "";
		width: calc((328 / 430) * 100vw);
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		border-radius: 0 0 calc((20 / 430) * 100vw) 0;
	}

	.section_point .point_item:nth-child(even)::before {
		display: none;
	}

	.section_point .point_item:nth-child(even):after {
		background-image: url("../../images/employer/job-site-japan/bg_point_item_even_sp.png");
	}

	.section_point .point_item .point_no {
		width: calc((96 / 430) * 100vw);
		height: calc((96 / 430) * 100vw);
		font-size:  calc((40 / 430) * 100vw);
		line-height: calc((96 / 430) * 100vw);
		border-width: calc((10 / 430) * 100vw);
		margin-top: calc((98 / 430) * -100vw);
		margin-left: auto!important;
		margin-right: auto;
	}

	.section_point .point_item .point_wrap {
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		gap: calc((40 / 430) * 100vw)!important;
	}

	.section_point .point_item .point_wrap .point_circle {
		width: calc((314 / 430) * 100vw);
		height: calc((314 / 430) * 100vw);
		font-size: calc((40 / 430) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle .circle_text .point_num {
		font-size: calc((90 / 430) * 100vw);
		margin-right: calc((5 / 430) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle .circle_text .strong_text {
		font-size: calc((64 / 430) * 100vw);
	}

	.section_point .point_item .point_wrap .point_circle .circle_text .small_text {
		font-size: calc((36 / 430) * 100vw);
	}

	.section_point .point_item .point_wrap .point_text_area {
		font-size: calc((20 / 430) * 100vw);
		text-align: center;
	}

	.section_point .point_item .point_wrap .point_text_area .point_copy_text {
		font-size: calc((36 / 430) * 100vw);
		text-align: center;
		margin-bottom: calc((25 / 430) * 100vw);
	}

	.section_point .point_list .point_item:nth-child(even) .point_wrap {
		flex-direction: column;
	}
}

.section_records {
	background-color: #c6e7fa;
	background-image: url("../../images/employer/job-site-japan/bg_records.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 85px 0 150px;
	overflow: hidden;
}

.section_records::before,
.section_records::after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	display: block;
	top: 0;
	z-index: 1;
}

.section_records::before {
	background-image: url("../../images/employer/job-site-japan/bg_records_left.png");
	background-position: left top;
	width: 472px;
	height: 596px;
	left: 0;
}

.section_records::after {
	background-image: url("../../images/employer/job-site-japan/bg_records_right.png");
	background-position: right top;
	width: 489px;
	height: 476px;
	right: 0;
}

.section_records .work_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.section_records .work_list > .work_item {
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.section_records .work_item {
	color: #000000;
	background-color: #ffffff;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	font-weight: 700;
}

.section_records .work_item .work_image {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 58%;
}

.section_records .work_item .work_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.section_records .work_item .work_tags {
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.section_records .work_item .work_tags .work_tag {
	color: #000000;
	background-color: #ffd700;
	border-radius: 5px;
	padding: 10px;
	font-weight: 500;
}

.section_records .work_item .work_tags .work_tag.-albite {
	color: #ffffff;
	background-color: #ea696c;
}

.section_records .work_item .work_tags .work_tag.-fulltime {
	color: #ffffff;
	background-color: #33a8ed;
}

.section_records .work_item .work_tags .work_tag.-specialskill {
	color: #ffffff;
	background-color: #7971ef;
}

.section_records .work_item .work_texts {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section_records .work_item .work_texts .listing_period_text {
	color: #171069;
	background-color: #e7e7e7;
	width: 100%;
	max-width: 116px;
	font-size: 24px;
	text-align: center;
	line-height: 1.1;
	flex: 0 1 auto;
	padding: 30px 10px;
}

.section_records .work_item .work_texts .applications_text {
	color: #171069;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding: 20px 25px;
	flex: 1;
	line-height: 0.7;
}

.section_records .work_item .work_texts .applications_text .applications_num {
	color: #ea696c;
	font-size: 64px;
	font-weight: 900;
	vertical-align: baseline;
	margin-right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.section_records {
		padding: calc((85 / 1060) * 100vw) 0 calc((150 / 1060) * 100vw);
	}
	
	.section_records::before {
		width: calc((472 / 1060) * 100vw);
		height: calc((596 / 1060) * 100vw);
	}

	.section_records::after {
		width: calc((489 / 1060) * 100vw);
		height: calc((476 / 1060) * 100vw);
	}

	.section_records .work_list {
		gap: calc((30 / 1060) * 100vw);
	}

	.section_records .work_list > .work_item {
		width: calc(50% - ((15 / 1060) * 100vw));
	}

	.section_records .work_item {
		border-radius: calc((10 / 1060) * 100vw);
	}

	.section_records .work_item .work_tags {
		left: calc((15 / 1060) * 100vw);
		bottom: calc((15 / 1060) * 100vw);
		gap: calc((20 / 1060) * 100vw);
	}

	.section_records .work_item .work_tags .work_tag {
		border-radius: calc((5 / 1060) * 100vw);
		padding: calc((10 / 1060) * 100vw);
	}

	.section_records .work_item .work_texts .listing_period_text {
		max-width: calc((116 / 1060) * 100vw);
		font-size: calc((24 / 1060) * 100vw);
		padding: calc((30 / 1060) * 100vw) calc((10 / 1060) * 100vw);
	}

	.section_records .work_item .work_texts .applications_text {
		font-size: calc((32 / 1060) * 100vw);
		padding: calc((20 / 1060) * 100vw) calc((25 / 1060) * 100vw);
	}

	.section_records .work_item .work_texts .applications_text .applications_num {
		font-size: calc((64 / 1060) * 100vw);
		margin-right: calc((15 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.section_records {
		background-repeat: no-repeat;
		background-position: 5% 112%;
		background-size: 90% auto;
		padding: calc((95 / 430) * 100vw) 0 calc((110 / 430) * 100vw);
	}
	
	.section_records::before,
	.section_records::after {
		background-size: 100% auto;
	}
	
	.section_records::before {
		width: calc((130 / 430) * 100vw);
		height: calc((169 / 430) * 100vw);
	}
	
	.section_records::after {
		width: calc((167 / 430) * 100vw);
		height: calc((163 / 430) * 100vw);
		right: calc((35 / 430) * -100vw);
	}
	
	.section_records .work_list {
		gap: calc((20 / 430) * 100vw);
	}

	.section_records .work_list > .work_item {
		width: calc(50% - ((10 / 430) * 100vw));
	}

	.section_records .work_item {
		border-radius: calc((5 / 430) * 100vw);
	}
	
	.section_records .work_item .work_image {
		padding-top: 58%;
	}

	.section_records .work_item .work_tags {
		left: calc((5 / 430) * 100vw);
		bottom: calc((5 / 430) * 100vw);
		gap: calc((8 / 430) * 100vw);
	}
	
	.section_records .work_item .work_tags .work_tag {
		font-size: calc((7 / 430) * 100vw);
		border-radius: calc((3 / 430) * 100vw);
		padding: calc((5 / 430) * 100vw) calc((7 / 430) * 100vw);
	}

	.section_records .work_item .work_texts .listing_period_text {
		max-width: calc((48 / 430) * 100vw);
		font-size: calc((10 / 430) * 100vw);
		padding: calc((14 / 430) * 100vw) calc((5 / 430) * 100vw);
	}
	
	.section_records .work_item .work_texts .applications_text {
		font-size: calc((13 / 430) * 100vw);
		padding: calc((12 / 430) * 100vw) calc((15 / 430) * 100vw);
	}
	
	.section_records .work_item .work_texts .applications_text .applications_num {
		font-size: calc((26 / 430) * 100vw);
		margin-right: calc((3 / 430) * 100vw);
	}
}

.section_plan {
	padding: 130px 0 230px;
	background: url("../../images/employer/job-site-japan/bg_plan_bottom.png") no-repeat center bottom;
	position: relative;
	font-weight: 400;
}

.section_plan::before,
.section_plan::after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	display: block;
	width: 326px;
	height: 262px;
	bottom: 0;
	z-index: 1;
}

.section_plan::before {
	background-image: url("../../images/employer/job-site-japan/bg_plan_left.png");
	background-position: left bottom;
	left: 0;
}

.section_plan::after {
	background-image: url("../../images/employer/job-site-japan/bg_plan_right.png");
	background-position: right bottom;
	right: 0;
}

.section_plan .section_title {
	margin-bottom: 110px;
}

.section_plan .plan_list {
	display: flex;
	gap: 30px;
}

.section_plan .plan_list > li {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.section_plan .plan_item {
	color: #171069;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #ea696c;
	border-radius: 10px;
	padding: 35px 10px 45px;
	font-size: 32px;
	text-align: center;
}

.section_plan .plan_copy {
	color: #ffffff;
	background-color: #ea696c;
	font-size: 30px;
	font-weight: 700;
/*	letter-spacing: -0.1em;*/
	text-align: center;
	margin-bottom: 20px;
	padding: 30px 15px;
	border-radius: 10px;
	position: relative;
}

.section_plan .plan_copy::after {
	content: "";
	width: 40px;
	height: 40px;
	border: 20px solid transparent;
	border-top-color: #ea696c;
	border-left-color: #ea696c;
	position: absolute;
	left: 100px;
	bottom: -40px;
	box-sizing: border-box;
}

.section_plan .plan_item .plan_price {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1;
}

.section_plan .plan_item .plan_price .price_num {
	color: #ea696c;
	font-size: 64px;
}

.section_plan .plan_item .plan_summary {
	font-weight: 700;
}

.section_plan .plan_item .plan_name {
	font-weight: 400;
}

.section_plan .plan_list > li:nth-child(even) .plan_item {
	border-color: #33a8ed;
}

.section_plan .plan_list > li:nth-child(even) .plan_copy {
	background-color: #33a8ed;
}

.section_plan .plan_list > li:nth-child(even) .plan_copy::after {
	border-color: transparent;
	border-top-color: #33a8ed;
	border-right-color: #33a8ed;
	left: auto;
	right: 100px;
}

.section_plan .plan_list > li:nth-child(even) .plan_item .plan_price .price_num {
	color: #33a8ed;
}

.section_plan .notice {
	font-size: 18px;
	text-align: center;
	margin-top: 65px;
}

.section_plan .notice > * + * {
	margin-top: 20px;
}

.section_plan .notice a {
	color: #33a8ed;
	font-weight: 900;
}

.section_plan .cv_button_area {
	margin-top: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.section_plan {
		padding: calc((130 / 1060) * 100vw) 0 calc((230 / 1060) * 100vw);
		background-size: calc((460 / 1060) * 100vw) auto;
	}
	
	.section_plan::before,
	.section_plan::after {
		width: calc((326 / 1060) * 100vw);
		height: calc((262 / 1060) * 100vw);
	}

	.section_plan .section_title {
		margin-bottom: calc((110 / 1060) * 100vw);
	}

	.section_plan .plan_list {
		gap: calc((30 / 1060) * 100vw);
	}

	.section_plan .plan_item {
		gap: calc((10 / 1060) * 100vw);
		border-width: calc((1 / 1060) * 100vw);
		border-radius: calc((10 / 1060) * 100vw);
		padding: calc((35 / 1060) * 100vw) calc((10 / 1060) * 100vw) calc((45 / 1060) * 100vw);
		font-size: calc((32 / 1060) * 100vw);
	}

	.section_plan .plan_copy {
		font-size: calc((30 / 1060) * 100vw);
		margin-bottom: calc((20 / 1060) * 100vw);
		padding: calc((30 / 1060) * 100vw) calc((15 / 1060) * 100vw);
		border-radius: calc((10 / 1060) * 100vw);
	}

	.section_plan .plan_copy::after {
		width: calc((40 / 1060) * 100vw);
		height: calc((40 / 1060) * 100vw);
		border-width: calc((20 / 1060) * 100vw);
		left: calc((100 / 1060) * 100vw);
		bottom: calc((40 / 1060) * -100vw);
	}

	.section_plan .plan_item .plan_price {
		font-size: calc((32 / 1060) * 100vw);
		margin-bottom: calc((10 / 1060) * 100vw);
	}

	.section_plan .plan_item .plan_price .price_num {
		font-size: calc((64 / 1060) * 100vw);
	}

	.section_plan .plan_list > li:nth-child(even) .plan_copy::after {
		right: calc((100 / 1060) * 100vw);
	}

	.section_plan .notice {
		font-size: calc((18 / 1060) * 100vw);
		margin-top: calc((65 / 1060) * 100vw);
	}

	.section_plan .notice > * + * {
		margin-top: calc((20 / 1060) * 100vw);
	}

	.section_plan .cv_button_area {
		margin-top: calc((160 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px){
	.section_plan {
		padding: calc((75 / 430) * 100vw) 0 calc((240 / 430) * 100vw);
		background-size: calc((480 / 430) * 100vw) auto;
	}
	
	.section_plan::before,
	.section_plan::after {
		width: calc((148 / 430) * 100vw);
		height: calc((480 / 430) * 100vw);
		background-size: 100% auto;
	}
	
	.section_plan::before {
		background-image: url("../../images/employer/job-site-japan/bg_plan_left_sp.png");
	}

	.section_plan::after {
		background-image: url("../../images/employer/job-site-japan/bg_plan_right_sp.png");
	}

	.section_plan .section_title {
		margin-bottom: calc((40 / 430) * 100vw);
	}

	.section_plan .plan_list {
		flex-direction: column;
		gap: calc((30 / 430) * 100vw);
	}

	.section_plan .plan_item {
		gap: calc((8 / 430) * 100vw);
		border-width: calc((1 / 430) * 100vw);
		border-radius: calc((15 / 430) * 100vw);
		padding: calc((30 / 430) * 100vw) calc((10 / 430) * 100vw) calc((45 / 430) * 100vw);
		font-size: calc((28 / 430) * 100vw);
	}
	
	.section_plan .plan_copy {
		font-size: calc((26 / 430) * 100vw);
		margin-bottom: calc((20 / 430) * 100vw);
		padding: calc((35 / 430) * 100vw) calc((10 / 430) * 100vw);
		border-radius: calc((10 / 430) * 100vw);
	}
	
	.section_plan .plan_copy::after {
		width: calc((46 / 430) * 100vw);
		height: calc((40 / 430) * 100vw);
		border-width: calc((23 / 430) * 100vw);
		left: calc((100 / 430) * 100vw);
		bottom: calc((40 / 430) * -100vw);
	}
	
	.section_plan .plan_item .plan_price {
		font-size: calc((32 / 430) * 100vw);
		margin-bottom: calc((10 / 430) * 100vw);
	}
	
	.section_plan .plan_item .plan_price .price_num {
		font-size: calc((64 / 430) * 100vw);
	}
	
	.section_plan .plan_item .plan_summary {
		font-size: calc((26 / 430) * 100vw);
	}
	
	.section_plan .plan_item .plan_name {
		font-size: calc((28 / 430) * 100vw);
	}

	.section_plan .plan_list > li:nth-child(even) .plan_copy::after {
		right: calc((100 / 430) * 100vw);
	}
	
	.section_plan .notice {
		font-size: calc((15 / 430) * 100vw);
		margin-top: calc((50 / 430) * 100vw);
	}
	
	.section_plan .notice > * + * {
		margin-top: calc((30 / 430) * 100vw);
	}
	
	.section_plan .cv_button_area {
		margin-top: calc((60 / 430) * 100vw);
	}
}

.section_step {
	background-color: #C0E4F9;
	background-image: url("../../images/employer/job-site-japan/bg_step_pc.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 130px 0 415px;
	position: relative;
	overflow: hidden;
}

.section_step .check_list {
	font-weight: 400;
}

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

.step_list > li {
	width: 25%;
	max-width: 204px;
	flex: 1;
	position: relative;
}

.step_list > li::after {
	content: "";
	background-image: url("../../images/employer/job-site-japan/svg/icon_step01.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
	display: block;
	width: 197px;
	height: 197px;
	z-index: 2;
}

.step_list > li:nth-child(2):after {
	background-image: url("../../images/employer/job-site-japan/svg/icon_step02.svg");
}

.step_list > li:nth-child(3):after {
	background-image: url("../../images/employer/job-site-japan/svg/icon_step03.svg");
}

.step_list > li:nth-child(4):after {
	background-image: url("../../images/employer/job-site-japan/svg/icon_step04.svg");
}

.step_list > li::before {
	content: "";
	background: url("../../images/employer/job-site-japan/svg/arrow_step.svg") no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	display: block;
	width: 176px;
	height: 34px;
	left: 75%;
	bottom: 88px;
	z-index: 1;
}

.step_list > li:last-child::before {
	display: none;
}

.step_list > li .step_copy {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.step_list > li .step_copy .step_num {
	color: #33A8ED;
	font-size: 64px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.section_step {
		padding: calc((130 / 1060) * 100vw) 0 calc((415 / 1060) * 100vw);
		background-size: calc((2360 / 1060) * 100vw) auto;
	}

	.step_list > li {
		width: 25%;
		max-width: calc((197 / 1060) * 100vw);
	}

	.step_list > li::after {
		width: calc((197 / 1060) * 100vw);
		height: calc((197 / 1060) * 100vw);
	}

	.step_list > li::before {
		width: calc((176 / 1060) * 100vw);
		height: calc((34 / 1060) * 100vw);
		bottom: calc((88 / 1060) * 100vw);
	}

	.step_list > li .step_copy {
		font-size: calc((28 / 1060) * 100vw);
		gap: calc((5 / 1060) * 100vw);
	}

	.step_list > li .step_copy .step_num {
		font-size: calc((64 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.section_step {
		background-image: url("../../images/employer/job-site-japan/bg_step_sp.png");
		background-size: 100% auto;
		padding: calc((60 / 430) * 100vw) 0 calc((355 / 430) * 100vw);
	}

	.section_step .section_head > * {
		margin-top: calc((40/ 430) * 100vw);
	}
	
	.step_list {
		flex-direction: column;		
		justify-content: flex-start;
		align-items: center;
	}
	
	.step_list > li {
		width: 100%;
		max-width: none;
	}
	
	.step_list > li::after {
		content: "";
		background-image: url("../../images/employer/job-site-japan/svg/icon_arrow.svg")!important;
		width: calc((20 / 430) * 100vw);
		height: calc((25 / 430) * 100vw);
		margin: calc((25 / 430) * 100vw) auto;
	}

	.step_list > li:last-child::after {
		display: none;
	}

	.step_list > li::before {
		display: none;
	}

	.step_list > li .step_copy {
		font-size: calc((24 / 430) * 100vw);
		gap: calc((5 / 430) * 100vw);
	}
	
	.step_list > li .step_copy .step_num {
		font-size: calc((48 / 430) * 100vw);
		letter-spacing: 0;
	}
}

.section_faq {
	background: url("../../images/employer/job-site-japan/bg_faq.png") no-repeat right bottom;
	padding: 90px 0 80px;
}

.section_faq .faq_item {
	border: 1px solid #33a8ed;
	border-radius: 10px;
	overflow: hidden;
}

.section_faq .faq_item .question_area {
	color: #ffffff;
	background-color: #33a8ed;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	padding: 35px 40px 35px 45px;
	position: relative;
}

.section_faq .faq_item .question_area::after {
	content: "+";
	color: #171069;
	background-color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	transition: all 0.3s ease-in;
}

.section_faq .faq_item .question_area.open::after {
	color: #ffffff;
	background-color: #ce6162;
	transform: rotate(45deg);
	transition: all 0.3s ease-in;
}

.section_faq .faq_item .answer_area {
	background-color: #ffffff;
	padding: 35px 40px;
	display: none;
	font-size: 18px;
	line-height: 1.8;
}

.section_faq .faq_list {
	margin-top: 60px;
}

.section_faq .faq_list > li + li {
	margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
	.section_faq {
		background-size: calc((734 / 1060) * 100vw) auto;
		padding: calc((90 / 1060) * 100vw) 0 calc((80 / 1060) * 100vw);
	}

	.section_faq .faq_item {
		border-width: calc((1 / 1060) * 100vw);
		border-radius: calc((10 / 1060) * 100vw);
	}

	.section_faq .faq_item .question_area {
		font-size: calc((24 / 1060) * 100vw);
		padding: calc((35 / 1060) * 100vw) calc((40 / 1060) * 100vw) calc((35 / 1060) * 100vw) calc((45 / 1060) * 100vw);
	}

	.section_faq .faq_item .question_area::after {
		width: calc((32 / 1060) * 100vw);
		height: calc((32 / 1060) * 100vw);
		line-height: calc((32 / 1060) * 100vw);
	}

	.section_faq .faq_item .answer_area {
		padding: calc((35 / 1060) * 100vw) calc((40 / 1060) * 100vw);
		font-size: calc((18 / 1060) * 100vw);
	}
	
	.section_faq .faq_list {
		margin-top: calc((60 / 1060) * 100vw);
	}
	
	.section_faq .faq_list > li + li {
		margin-top: calc((30 / 1060) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.section_faq {
		background: none;
		padding: calc((60 / 430) * 100vw) 0 calc((70 / 430) * 100vw);
	}
	
	.section_faq .faq_item {
		border: none;
		border-radius: 0;
	}
	
	.section_faq .faq_item .question_area {
		color: #211d72;
		background-color: #ffffff;
		font-size: calc((16 / 430) * 100vw);
		padding: 0 calc((16 / 430) * 100vw) 0 0;
		gap: calc((15 / 430) * 100vw);
		align-items: unset;
	}

	.section_faq .faq_item .question_area::before {
		content: "Q";
		color: #ffffff;
		background-color: #33a8ed;
		width: calc((55 / 430) * 100vw);
		height: auto;
		line-height: calc((24 / 430) * 100vw);
		flex: 0 1 auto;
		font-size: calc((20 / 430) * 100vw);
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.section_faq .faq_item .question_area::after {
		color: #ffffff;
		background-color: #33a8ed;
		width: calc((24 / 430) * 100vw);
		height: calc((24 / 430) * 100vw);
		line-height: calc((24 / 430) * 100vw);
		flex: 0 1 auto;
		margin: auto 0;
	}

	.section_faq .faq_item .question_area .question_text {
		padding: calc((20 / 430) * 100vw) 0;
		flex: 1;
	}

	.section_faq .faq_item .answer_area {
		padding: calc((25 / 430) * 100vw);
		font-size: calc((16 / 430) * 100vw);
		border-top: calc((1 / 430) * 100vw) solid #33077a;
	}
	
	.section_faq .faq_list {
		margin-top: calc((30 / 430) * 100vw);
		border: calc((1 / 430) * 100vw) solid #33077a;
		border-radius: calc((10 / 430) * 100vw);
		overflow: hidden;
	}
	
	.section_faq .faq_list > li + li {
		margin-top: 0;
		border-top: calc((1 / 430) * 100vw) solid #33077a;
	}
}

@media screen and (min-width: 768px){
	.sp {
		display: none!important;
	}
	.pc {
		display: inherit!important;
	}
}

@media screen and (max-width: 767px){
	.sp {
		display: inherit!important;
	}
	.pc {
		display: none!important;
	}
}

.hover_brochure_btn {
	background: #FFD700;
	box-shadow: 2px -3px 4px 0px rgba(0, 0, 0, 0.31) inset;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 71px;
	border: 5px solid #FFF;
	position: fixed;
	bottom: 53px;
	right: 113px;
	color: #060606;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	padding: 28px 49px;
	z-index: 9998;
	display: flex;
	gap: 20px;
	align-items: center;
	cursor: pointer;
}

.hover_brochure_btn:hover {
	background-color: #fcc300;
}

.hover_brochure_btn_img {
	width: auto;
	height: 100%;

}

.br_popup_container {
	z-index: 9999;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.62);
	top: 0;
	left: 0;
	backdrop-filter: blur(8px);
	display: none;
}

.br_popup {
	background: url("../../images/employer/job-site-japan/popup_bg.png") no-repeat center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 63px 24px;
	border-radius: 10px;
	box-shadow: 6px 9px 17px 0px rgba(0, 0, 0, 0.25);
	max-width: 967px;
	width: calc(100% - 64px);
	height: 540px;
}

.br_popup_close_btn {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.br_popup_close_btn:hover {
	opacity: 0.7;
}

.br_popup_title {
	color: #171069;
	font-family: Noto Sans JP;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 63px;
}

.br_input_container {
	display: flex;
	gap: 20px;
	margin-bottom: 23px;
	width: 523px;
}

.br_input_container input {
	border-radius: 5px;
	border: 1px solid #171069;
	background: #FFF;
	box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
	color: #171069;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 15px 17px;
	width: 100%;
}

.br_input_container input::placeholder {
	opacity: 0.3;

  }

.input_box {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: red;
	width: 100%;
}

.br_submit {
	border-radius: 8px;
	background: #EA696C;
	box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 13px;
	padding: 15px 60px;
	border: 0;
	cursor: pointer;
}

.br_submit:hover {
	background: #cf5a5c;
}

.br_ty_popup {
	background: url("../../images/employer/job-site-japan/thank_you_bg.png") no-repeat center center;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 122px 24px;
	border-radius: 10px;
	box-shadow: 6px 9px 17px 0px rgba(0, 0, 0, 0.25);
	max-width: 967px;
	width: calc(100% - 64px);
	height: 540px;
	display: none;
}

.br_ty_title {
	color: #171069;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 21px;
}

.br_ty_subtitle {
	color: #171069;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 33px;
	display: flex;
	white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
}

.br_ty_submit {
	border-radius: 250px;
	background: #EA696C;
	box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 13px;
	padding: 15px 60px;
	border: 0;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.br_popup {
		background: url("../../images/employer/job-site-japan/popup_bg_mobile.png") no-repeat center center;
		width: calc(100% - 130px);
		height: fit-content;
		padding: 33px 18px;
		background-size: cover;
	}

	.br_popup_close_btn {
		top: 12px;
		right: 12px;
		height: 19px;
		width: 19px;
	}

	.br_popup_title {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.br_input_container { 

		width: 100%;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
	}

	.br_input_container input {
		font-size: 13px;
		padding: 7px;
	}

	.br_submit {
		margin-top: 0px;
		padding: 6px 36px;
		font-size: 14px;
	}

	.br_ty_popup {
		background: url("../../images/employer/job-site-japan/thank_you_bg_mobile.png") no-repeat center center;
		width: calc(100% - 130px);
		height: fit-content;
		padding: 65px 43px;
		background-size: cover;
	}

	.br_ty_title {
		font-size: 20px;
	}

	.br_ty_subtitle {
		font-size: 14px;
		width: 214px;
	}

	.br_ty_submit {
		margin-top: 0px;
		padding: 10px 37px;
		font-size: 14px;
	}

	.hover_brochure_btn {
		border-radius: 50px;
		border: 3px solid #FFF;
		bottom: 20px;
		right: 20px;
		font-size: 14px;
		padding: 10px 15px;
	}

	.hover_brochure_btn_img {
		height: 30px;
	}
}

.lp-price-image {
    width: 100%;
}

.inquiry-line {
    width: 100%;
}

.inquiry-line a {
    float: right;
    color: #0D99FF;

    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
    letter-spacing: -0.308px;
    text-decoration-line: underline;
    text-underline-position: under;
    margin-top: 8px;
}