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

main {
	color: #646776;
	font-family: 'Nunito','Noto Sans JP',Arial,Helvetica,sans-serif;
	overflow: hidden;
}
@media only screen and (max-width: 1439px) {
	main {
		background-size: 133% auto;
	}
}
@media only screen and (max-width: 767px) {
	main {
	}
}
footer {
	margin-top: 0!important;
}
@media only screen and (max-width: 767px) {
	footer {
		margin-top: calc(20 / 414 * 100vw)!important;
	}
}

#mainvisual {
	color: #08105D;
	background: linear-gradient(to bottom, #6cb9e7 0%, #ffffff 67%);
	padding-top: 146px;
	position: relative;
	font-family: 'Noto Sans JP',Arial,Helvetica,sans-serif;
}
#mainvisual::before {
	background: url("../../images/jobseeker/index/renewal2024/main_image.png") no-repeat center top;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 54px;
	left: calc(50% + 260px);
	width: 559px;
	height: 422px;
}
#mainvisual .mainvisual_inner {
	max-width: 1470px;
	padding: 0 15px;
	margin: 0 auto 22px;
	text-align: center;
}
#mainvisual .mainvisual_inner > * {
	position: relative;
	z-index: 1;
}
#mainvisual h1 {
	font-size: 56px;
	font-weight: bold;
	width: 50%;
}
#mainvisual .sub_text {
	font-size: 32px;
	width: 50%;
}
#mainvisual .main_btns {
	margin-top: 40px;
	width: 50%;
	display: flex;
	justify-content: center;
	gap: 28px;
	position: relative;
	z-index: 2;
}
#mainvisual .main_btn {
	width: max-content;
}
#mainvisual .main_btn > a {
	color: #ffffff;
	background-color: #33A8ED;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0.66em 32px;
	border-radius: 8px;
	border: 2px solid transparent;
	width: 100%;
}
#mainvisual .main_btn.yellow > a {
	color: #FFBE00;
	background-color: transparent;
	border-color: #FFBE00;	
}
#mainvisual .download_btn_area {
	color: #000000;
	margin-top: 70px;
	width: max-content;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#mainvisual .download_btn_area .download_lead {
	font-size: 14px;
	text-align: center;
}
#mainvisual .download_btns {
	width: 100%;
	justify-content: center;
	gap: 18px;
}
#mainvisual .download_btns > li {
	width: 138px;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	#mainvisual::before {
		left: auto;
		right: 20px;
	}
	#mainvisual .mainvisual_inner {
		max-width: none;
		width: calc(1470 / 1680 * 100vw);
		margin-right: calc(105 / 1680 * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#mainvisual {
		padding-top: calc(146 / 1440 * 100vw);
	}
	#mainvisual::before {
		left: auto;
		right: calc(20 / 1440 * 100vw);
		width: calc(559 / 1440 * 100vw);
		height: calc(422 / 1440 * 100vw);
	}
	#mainvisual .mainvisual_inner {
		margin-right: calc(105 / 1440 * 100vw);
		padding: 0 calc(15 / 1440 * 100vw);
	}
	#mainvisual h1 {
		font-size: calc(56 / 1440 * 100vw);
	}
	#mainvisual .sub_text {
		font-size: calc(32 / 1440 * 100vw);
	}
	#mainvisual .main_btns {
		margin-top: calc(40 / 1440 * 100vw);
		gap: calc(28 / 1440 * 100vw);
	}
	#mainvisual .main_btn > a {
		font-size: calc(18 / 1440 * 100vw);
		padding: 0.66em calc(32 / 1440 * 100vw);
		border-radius: calc(8 / 1440 * 100vw);
		border-width: calc(2 / 1440 * 100vw);
	}
	#mainvisual .download_btn_area {
		margin-top: calc(50 / 1440 * 100vw);
		margin-left: calc(50% + (326 / 1440 * 100vw));
		margin-right: 6%;
		gap: calc(5 / 1440 * 100vw);
	}
	#mainvisual .download_btn_area .download_lead {
		font-size: calc(14 / 1440 * 100vw);
	}
	#mainvisual .download_btns {
		gap: calc(18 / 1440 * 100vw);
	}
	#mainvisual .download_btns > li {
		width: calc(138 / 1440 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	#mainvisual {
		padding-top: calc(0 / 414 * 100vw);
		background: linear-gradient(to bottom, #70BBE7 0%, #ffffff 45%);
	}
	#mainvisual::before {
		top: calc(190 / 414 * 100vw);
		left: 48%;
		transform: translateX(-50%);
		width: calc(338 / 414 * 100vw);
		height: calc(258 / 414 * 100vw);
	}
	#mainvisual .mainvisual_inner {
		padding: 0 calc(16.5 / 414 * 100vw);
		margin-bottom: calc(43 / 414 * 100vw);
	}
	#mainvisual h1 {
		font-size: calc(32 / 414 * 100vw);
		width: 100%;
	}
	#mainvisual .sub_text {
		font-size: calc(20 / 414 * 100vw);
		width: 100%;
	}
	#mainvisual .main_btns {
		margin-top: calc(15 / 414 * 100vw);
		width: 100%;
		gap: calc(16 / 414 * 100vw);
	}
	#mainvisual .main_btn {
/*		width: 30.639vw;*/
	}
	#mainvisual .main_btn > a {
		font-size: calc(14 / 414 * 100vw);
		padding: calc(8 / 414 * 100vw) calc(16 / 414 * 100vw);
		border-radius: calc(8 / 414 * 100vw);
	}
	#mainvisual .main_bnr {
		left: 33.898vw;
		width: 44.329vw;
		margin: 0;
	}
	#mainvisual .download_btn_area {
		margin: calc(268 / 414 * 100vw) auto 0;
		width: max-content;
	}
	#mainvisual .download_btn_area .download_lead {
		font-size: calc(10 / 414 * 100vw);
	}
	#mainvisual .download_btns {
		margin-top: 0;
		gap: calc(10 / 414 * 100vw);
	}
	#mainvisual .download_btns > li {
		width: calc(106 / 414 * 100vw);
	}
}

section .top_section_title {
	color: #08105D;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

section .section_head {
	margin-bottom: 16px;
}

section .section_head > p {
	color: #08105D;
	font-size: 24px;
	text-align: center;
}

section .section_btn {
	width: max-content;
}

section .section_btn a {
	padding: 10px 32px;
	line-height: 1.1;
	border: 2px solid transparent;
}

section .section_btn.yellow a {
	color: #FFBE00;
	background-color: #ffffff;
	border-color: #FFBE00;
}

section .section_btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	margin: 21px auto 0;
}

section .section_btns > .section_btn {
	margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	section .top_section_title {
		font-size: calc(40 / 1440 * 100vw);
	}
	section .section_head {
		margin-bottom: calc(16 / 1440 * 100vw);
	}
	section .section_head > p {
		font-size: calc(24 / 1440 * 100vw);
	}
	section .section_btn a {
		padding: calc(10 / 1440 * 100vw) calc(32 / 1440 * 100vw);
		border-width: calc(2 / 1440 * 100vw);
		font-size: calc(18 / 1440 * 100vw);
	}
	section .section_btns {
		gap: calc(28 / 1440 * 100vw);
		margin: calc(21 / 1440 * 100vw) auto 0;
	}
}

@media only screen and (max-width: 767px) {
	section .top_section_title {
		font-size: calc(24 / 414 * 100vw);
		transform-origin: left;
		transform: scaleX(0.98);
		width: 102%;
	}
	
	section .section_head {
		margin-bottom: calc(16 / 414 * 100vw);
	}
	
	section .section_head > p {
		color: #08105D;
		font-size: calc(16 / 414 * 100vw);
		text-align: center;
	}
	
	section .section_btn {
		width: max-content;
	}
	
	section .section_btn a {
		padding-left: calc(16 / 414 * 100vw);
		padding-right: calc(16 / 414 * 100vw);
		border-radius: calc(8 / 414 * 100vw);
	}
	
	section .section_btns {
		gap: calc(16 / 414 * 100vw);
		margin: calc(16 / 414 * 100vw) auto 0;
	}
}

.pc_item_col4,
.sp_item_col1,
.sp_item_col2 {
	display: flex;
}

@media only screen and (min-width: 768px) {
	.pc_item_col4 {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 51px;
	}

	.pc_item_col4 > * {
		width: calc(100% / 4 - (51px * 3 / 4));
	}
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	.pc_item_col4 {
		gap: calc(51 / 1440 * 100vw);
	}

	.pc_item_col4 > * {
		width: calc(100% / 4 - (calc(51 / 1440 * 100vw) * 3 / 4));
	}
}

@media only screen and (max-width: 767px) {
	.sp_item_col1 {
		flex-direction: column;
	}

	.sp_item_col1 > * {
		margin-top: 0;
		width: 100%;
	}

	.sp_item_col2 {
		flex-wrap: wrap;
	}

	.sp_item_col2 > * {
		width: 50%;
	}
}

#city .city_item {
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	padding: 35px 10px 38px;
	border-radius: 10px;
	border: 1.5px solid #33A8ED80;
	box-shadow: 0 5px 0 #251B9B29;
}

#city .city_item figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	width: 100%;
}

#city .city_item figure .city_image {
	width: auto;
	height: 126px;
}

#city .city_item figure .city_name {
	color: #2D2D56;
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 800;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#city .city_item {
		padding: calc(35 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(38 / 1440 * 100vw);
		border-radius: calc(10 / 1440 * 100vw);
		border-width: calc(1.5 / 1440 * 100vw);
		box-shadow: 0 calc(5 / 1440 * 100vw) 0 #251B9B29;
	}
	#city .city_item figure {
		gap: calc(2 / 1440 * 100vw);
	}
	#city .city_item figure .city_image {
		height: calc(126 / 1440 * 100vw);
	}
	#city .city_item figure .city_name {
		font-size: calc(15 / 1440 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	#city .sp_item_col1 {
		gap: calc(12 / 414 * 100vw);
		width: calc(254 / 414 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}

	#city .city_item {
		padding: 0;
		border-radius: calc(10 / 414 * 100vw);
		border: calc(1 / 414 * 100vw) solid #99D3F6;
		box-shadow: 0 calc(5 / 414 * 100vw) 0 #251B9B29;
	}
	
	#city .city_item figure {
		flex-direction: row;
		gap: calc(40 / 414 * 100vw);
	}
	
	#city .city_item figure .city_image {
		width: auto;
		height: calc(86 / 414 * 100vw);
		flex: 0 0 auto;
	}
	
	#city .city_item figure .city_name {
		font-size: calc(15 / 414 * 100vw);
	}
}

#category {
	background-color: #DEF2FE;
	max-width: 1440px;
	padding: 16px 15px 24px;
	border-radius: 16px;
	margin: 32px auto 0;
}
#category .section_inner {
	max-width: 1270px;
}
#category .category_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#category .category_box > dt {
	color: #2D2D56;
	font-size: 2.2rem;
	font-size: 22px;
	font-weight: 800;
	width: 20%;
	padding-left: 5%;
	flex: 0 0 auto;
	position: relative;
}
#category .category_box > dt::after {
	background-color: #2D2D56;
	content: "";
	width: 1px;
	height: 154px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#category .category_box > dd {
	flex: 1;
}

#category .category_item {
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	padding: 35px 10px 38px;
	border: 1px solid transparent;
}

#category .category_item figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 100%;
}

#category .category_item figure .category_image {
	width: auto;
	height: 126px;
}

#category .category_item figure .category_name {
	color: #2D2D56;
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 800;
}

@media only screen and (min-width: 768px) {
	#category .category_item:hover {
		background-color: #ffffff;
		border-color: #D9D9D9;
	}
	#category .pc_item_col4 {
		gap: 0;
	}
	#category .pc_item_col4 > * {
		width: 25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#category {
		padding: calc(16 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(24 / 1440 * 100vw);
		border-radius: calc(16 / 1440 * 100vw);
		margin: calc(32 / 1440 * 100vw) auto 0;
	}
	#category .section_inner {
		max-width: calc(1270 / 1440 * 100vw);
	}
	#category .category_box > dt {
		font-size: calc(22 / 1440 * 100vw);
		padding-left: 0;
	}
	#category .category_box > dt::after {
		width: calc(1 / 1440 * 100vw);
		height: calc(154 / 1440 * 100vw);
	}
	#category .category_item {
		padding: calc(35 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(38 / 1440 * 100vw);
		border-width: calc(1 / 1440 * 100vw);
	}
	#category .category_item figure {
		gap: calc(15 / 1440 * 100vw);
	}
	#category .category_item figure .category_image {
		height: calc(126 / 1440 * 100vw);
	}
	#category .category_item figure .category_name {
		font-size: calc(15 / 1440 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	#category {
		padding: calc(14 / 414 * 100vw) 0 calc(16 / 414 * 100vw);
		border-radius: calc(8 / 414 * 100vw);
		margin: calc(24 / 414 * 100vw) calc(16.5 / 414 * 100vw) 0;
	}
	#category .category_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: calc(2 / 414 * 100vw);
	}
	#category .category_box + .category_box {
		margin-top: calc(30 / 414 * 100vw);
	}
	#category .category_box > dt {
		font-size: calc(22 / 414 * 100vw);
		width: max-content;
		padding-left: 0;
	}
	#category .category_box > dt::after {
		display: none;
	}
	#category .category_box > dd {
		flex: 1;
	}

	#category .sp_item_col2 {
		position: relative;
	}
	#category .sp_item_col2::before {
		background-color: #ccdeed;
		content: "";
		position: absolute;
		width: calc(1 / 414 * 100vw);
		height: calc(100% - calc(30 / 414 * 100vw));
		top: calc(16 / 414 * 100vw);
		left: 50%;
		transform: translateX(-50%);
	}
	#category .sp_item_col2 > * {
		border: none;
		border-top: calc(1 / 414 * 100vw) solid #ccdeed!important;
	}
	#category .sp_item_col2 > *:first-child,
	#category .sp_item_col2 > *:nth-child(2) {
		border-top: none!important;
	}
	#category .category_item {
		display: flex;
		flex-direction: column;
		flex: 0 1 auto;
		padding: calc(18 / 414 * 100vw) calc(25 / 414 * 100vw) calc(14 / 414 * 100vw);
	}
	
	#category .category_item:hover {
		background-color: transparent;
		border-color: transparent;
	}
	
	#category .category_item figure {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: calc(10 / 414 * 100vw);
	}
	
	#category .category_item figure .category_image {
		width: auto;
		height: calc(70 / 414 * 100vw);
	}
	
	#category .category_item figure .category_name {
		font-size: calc(14 / 414 * 100vw);
		text-align: center;
	}

	#category .section_btn {
		margin-top: 0;
	}
}

#apply {
	padding: 0;
	color: #646776;
	overflow: hidden;
}
#apply .section_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
}
#apply .section_inner .text_area {
	width: 46.3%;
	z-index: 1;
}
#apply .section_inner .text_area .lead_text {
	color: #08105D;
	font-size: 30px;
	text-align: center;
}
#apply .section_inner .image_area {
	flex: 1;
	height: 630px;
	position: relative;
	left: -12%;
}
#apply .section_inner .image_area img {
	position: absolute;
	left: 0;
	width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#apply .section_inner .text_area .lead_text {
		font-size: calc(30 / 1440 * 100vw);
	}
	#apply .section_inner .image_area {
		height: calc(630 / 1440 * 100vw);
	}
	#apply .section_inner .image_area img {
/*		width: calc(828 / 1440 * 100vw);*/
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#apply {
		padding-top: calc(24 / 414 * 100vw);
		padding-bottom: 0;
	}
	#apply .section_inner {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	#apply .section_inner .text_area {
		width: 100%;
		background-position: center top;
		background-size: 100% auto;
		padding-top: 0;
	}
	#apply .section_inner .text_area .top_section_title {
		font-size: calc(32 / 414 * 100vw);
	}
	#apply .section_inner .text_area .section_head {
		margin-bottom: 0;
	}
	#apply .section_inner .text_area .lead_text {
		font-size: calc(18 / 414 * 100vw);
	}
	#apply .section_inner .text_area .detail_btns {
		width: 74.055vw;
		margin: 9.126vw auto 0;
		flex-direction: column;
	}
	#apply .section_inner .text_area .detail_btns > li {
		margin-top: 4.563vw;
	}
	#apply .section_inner .text_area .detail_btns > li:first-child {
		margin-top: 0;
	}
	#apply .section_inner .text_area .detail_btns > li a {
		width: 100%;
		border-radius: 5px;
		padding: 2.608vw 3.259vw 1.956vw 10.430vw;
	}
	#apply .section_inner .text_area .detail_btns > li a:before {
		left: 3.911vw;
	}
	#apply .section_inner .text_area .detail_btns > li.finding {
		width: 100%;
	}
	#apply .section_inner .text_area .detail_btns > li.finding a {
		color: #ffffff;
		background-color: #007aff;
	}
	#apply .section_inner .text_area .detail_btns > li.finding a:before {
		width: 6.258vw;
		height: 6.258vw;
	}
	#apply .section_inner .text_area .detail_btns > li.hiring {
		width: 100%;
	}
	#apply .section_inner .text_area .detail_btns > li.hiring a {
		color: #ffffff;
		background-color: #fd9d53;
	}
	#apply .section_inner .text_area .detail_btns > li.hiring a:before {
		width: 5.997vw;
		height: 4.954vw;
	}
	#apply .section_inner .image_area {
		height: auto;
		width: 100%;
		margin: calc(-36 / 414 * 100vw) auto 0;
		left: 0;
	}
	#apply .section_inner .image_area img {
		position: relative;
		width: 100%;
	}
}

#jobs {
	text-align: center;
	color: #646776;
	margin-top: 60px;
}
#jobs .section_inner {
	max-width: 1260px;
}
#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;
}
#jobs .swiper-slide {
	height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#jobs {
		margin-top: calc(60 / 1440 * 100vw);
	}
	#jobs .section_inner {
		max-width: 1260px;
	}
	#jobs .job {
		border-radius: calc(5 / 1440 * 100vw);
		box-shadow: 0px calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw) 0px rgba(0,0,0,0.1);
	}
	#jobs .job .job_image {
		border-radius: calc(5 / 1440 * 100vw);
	}
	#jobs .job .job_text {
		padding: calc(20 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(25 / 1440 * 100vw);
	}
	#jobs .job .job_text .job_tag {
		top: calc(15 / 1440 * 100vw);
		font-size: calc(16 / 1440 * 100vw);
		line-height: calc(34 / 1440 * 100vw);
		padding: 0 calc(10 / 1440 * 100vw);
		border-radius: calc(5 / 1440 * 100vw);
	}
	#jobs .job .job_text .job_type {
		font-size: calc(22 / 1440 * 100vw);
		margin-bottom: calc(15 / 1440 * 100vw);
	}
	#jobs .pc_item_col3 {
		margin-top: calc(45 / 1440 * 100vw);
	}
}
@media only screen and (min-width: 768px) {
	#jobs .navigation_btns {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#jobs {
		padding: calc(24 / 414 * 100vw) 0;
		font-size: 3.651vw;
		position: relative;
		margin-top: 0;
		background: none;
	}
	#jobs .section_inner {
		padding-left: calc(8 / 414 * 100vw);
		padding-right: calc(8 / 414 * 100vw);
		position: relative;
		z-index: 2;
	}
	#jobs .section_head p {
		transform: scaleX(0.98);
		transform-origin: left;
		width: 104%;
		margin: 0 -1%;
	}
	#jobs .top_section_title {
		font-size: calc(32 / 414 * 100vw);
	}
	#jobs .swiper-container {
		width: calc(317 / 414 * 100vw);
		margin: 0 auto;
		padding-bottom: calc(10 / 414 * 100vw);
		overflow: hidden;
		height: auto;
		position: relative;
	}
	#jobs .swiper-button-next, #jobs .swiper-button-prev {
		width: calc(9 / 414 * 100vw);
		height: calc(16.5 / 414 * 100vw);
		transform: translateY(-50%);
	}
	#jobs .swiper-button-prev {
		left: 0;
	}
	#jobs .swiper-button-next {
		right: 0;
	}
	#jobs .swiper-button-next::after, #jobs .swiper-button-prev::after {
		color: #4E4E4E;
		font-size: calc(16 / 414 * 100vw);
	}
	#jobs .swiper-container .job {
		margin: 0 calc(20 / 414 * 100vw);
	}
	#jobs .job {
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		height: 100%;
		border-radius: 5px;
		box-shadow: 0px calc(5 / 414 * 100vw) calc(0 / 414 * 100vw) 0px #0000001a;
		border: calc(1 / 414 * 100vw) solid #0000001a;
	}
	#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;
	}
	#jobs .pc_item_col3 {
		margin-top: 0;
	}
}

#languages {
	padding-top: 65px;
	padding-bottom: 73px;
	text-align: center;
	background: url("../../images/jobseeker/index/renewal2024/bg_languages_pc.png") no-repeat center 45px;
}
#languages .section_inner {
	max-width: 750px;
}
#languages .section_head > * {
	text-align: left;
}
#languages .tag_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px 24px;
}
#languages .tag_list > li {
	width: max-content;
}
#languages .tag_item > a {
	color: #08105D;
	background-color: #ffffff;
	display: block;
	padding: 10px 32px;
	border: 1px solid #33A8ED;
	border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#languages {
		padding-top: calc(65 / 1440 * 100vw);
		padding-bottom: calc(73 / 1440 * 100vw);
		background-position: center calc(45 / 1440 * 100vw);
	}
	#languages .section_inner {
		max-width: calc(750 / 1440 * 100vw);
	}
	#languages .tag_list {
		gap: calc(20 / 1440 * 100vw) calc(24 / 1440 * 100vw);
	}
	#languages .tag_item > a {
		padding: calc(10 / 1440 * 100vw) calc(32 / 1440 * 100vw);
		border-width: calc(1 / 1440 * 100vw);
		border-radius: calc(8 / 1440 * 100vw);
		font-size: calc(16 / 1440 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	#languages {
		padding: calc(15 / 414 * 100vw) 0 0;
		background-image: url("../../images/jobseeker/index/renewal2024/bg_languages_sp.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		height: calc(376 / 414 * 100vw);
	}
	#languages .section_inner {
		padding: 0 calc(16.5 / 414 * 100vw);
	}
	#languages .top_section_title {
		font-size: calc(32 / 414 * 100vw);
		line-height: 1.1;
		text-align: center;
		margin-bottom: calc(18 / 414 * 100vw);
	}
	#languages .lead_text {
		font-size: calc(16 / 414 * 100vw);
		text-align: center;
	}
	#languages .tag_list {
		gap: calc(8 / 414 * 100vw) calc(15 / 414 * 100vw);
		width: calc(346 / 414 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	#languages .tag_item > a {
		padding: calc(8 / 414 * 100vw) calc(24 / 414 * 100vw);
		border-width: calc(1 / 414 * 100vw);
		border-radius: calc(8 / 414 * 100vw);
	}
}

#confirm {
	padding: 0 20px;
}

#confirm .section_inner {
	background-color: #DEF2FE;
	max-width: 1016px;
	margin: 24px auto 50px;
	padding: 26px 20px 44px;
	border: 2px solid #33A8ED;
	border-radius: 16px;
}

#confirm .section_head {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#confirm .section_head > p {
	font-size: 32px;
}

#confirm .form_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
}

#confirm .input_area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

#confirm input[name="email"] {
	color: #4E4E4E;
	background-color: #ffffff;
	background-image: url("../../images/jobseeker/index/renewal2024/icon_mail.svg");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 32px auto;
	border: 1px solid #E9E9E9;
	padding-bottom: calc(.8em - 1px);
	padding-left: 4rem;
	padding-right: calc(.75em - 1px);
	padding-top: calc(.8em - 1px);
	box-shadow: 0 2px 6px #00000033;
	border-radius: 1.5em;
	width: 477px;
	font-size: 16px;
}
#confirm input[name="email"]::placeholder,
#confirm input[name="email"]::-webkit-input-placeholder {
	color: #4E4E4E!important;
}
#confirm .submit_btn {
	border-width: 0;
	cursor: pointer;
	justify-content: center;
	padding: 12px 32px;
	white-space: nowrap;
	color: #ffffff;
	background-color: #33a8ed;
	display: block;
	width: max-content;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
}
#confirm .success_area {
	background-color: #ffffff;
	padding: 5px 24px;
	border-radius: 8px;
	border: 1px solid #ececec;
	box-shadow: 0 2px 2px #00000026;
	max-width: 730px;
	margin: 0 auto;
}
#confirm .success_area .success_text {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	padding-left: 34px;
}
#confirm .success_area .success_text::before {
	background: url("../../images/jobseeker/index/renewal2024/icon_success.svg") no-repeat center center;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	#confirm {
		padding: 0 calc(20 / 1440 * 100vw);
	}
	#confirm .section_inner {
		max-width: calc(1016 / 1440 * 100vw);
		margin: calc(24 / 1440 * 100vw) auto calc(50 / 1440 * 100vw);
		padding: calc(26 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(44 / 1440 * 100vw);
		border-width: calc(2 / 1440 * 100vw);
		border-radius: calc(16 / 1440 * 100vw);
	}
	#confirm .section_head {
		max-width: calc(770 / 1440 * 100vw);
	}
	#confirm .section_head > p {
		font-size: calc(32 / 1440 * 100vw);
	}
	#confirm .form_wrap {
		gap: calc(8 / 1440 * 100vw);
	}
	
	#confirm input[name="email"] {
		background-position: calc(20 / 1440 * 100vw) center;
		background-size: calc(32 / 1440 * 100vw) auto;
		border-width: calc(1 / 1440 * 100vw);
		padding-bottom: calc(.8em - calc(1 / 1440 * 100vw));
		padding-left: 4em;
		padding-right: calc(.75em - calc(1 / 1440 * 100vw));
		padding-top: calc(.8em - calc(1 / 1440 * 100vw));
		box-shadow: 0 calc(2 / 1440 * 100vw) calc(6 / 1440 * 100vw) #00000033;
		width: calc(477 / 1440 * 100vw);
		font-size: calc(16 / 1440 * 100vw);
	}
	#confirm .submit_btn {
		padding: calc(12 / 1440 * 100vw) calc(32 / 1440 * 100vw);
		font-size: calc(16 / 1440 * 100vw);
		border-radius: calc(8 / 1440 * 100vw);
	}
	#confirm .success_area {
		padding: calc(5 / 1440 * 100vw) calc(24 / 1440 * 100vw);
		border-radius: calc(8 / 1440 * 100vw);
		border-width: calc(1 / 1440 * 100vw);
		box-shadow: 0 calc(2 / 1440 * 100vw) calc(2 / 1440 * 100vw) #00000026;
		width: calc(730 / 1440 * 100vw);
		max-width: none;
	}
	#confirm .success_area .success_text {
		font-size: calc(16 / 1440 * 100vw);
		padding-left: calc(34 / 1440 * 100vw);
	}
	#confirm .success_area .success_text::before {
		width: calc(26 / 1440 * 100vw);
		height: calc(26 / 1440 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	#confirm {
		padding: 0;
		margin: calc(12 / 414 * 100vw) calc(16.5 / 414 * 100vw) 0;
	}
	
	#confirm .section_inner {
		max-width: none;
		margin: 0;
		padding: calc(5 / 414 * 100vw) calc(10 / 414 * 100vw) calc(12 / 414 * 100vw);
		border-width: calc(2 / 414 * 100vw);
		border-radius: calc(16 / 414 * 100vw);
	}
	
	#confirm .section_head {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	#confirm .section_head > .top_section_title {
		font-size: calc(32 / 414 * 100vw);
	}

	#confirm .section_head > p {
		font-size: calc(16 / 414 * 100vw);
	}

	#confirm .form_wrap {
		flex-direction: column;
		align-items: center;
		gap: calc(9 / 414 * 100vw);
	}
	
	#confirm input[name="email"] {
		background-position: calc(12 / 414 * 100vw) center;
		background-size: calc(24 / 414 * 100vw) auto;
		border-width: calc(1 / 414 * 100vw);
		padding-bottom: calc(.8em - calc(1 / 414 * 100vw));
		padding-left: 3em;
		padding-right: calc(.75em - calc(1 / 414 * 100vw));
		padding-top: calc(.8em - calc(1 / 414 * 100vw));
		box-shadow: 0 calc(2 / 414 * 100vw) calc(6 / 414 * 100vw) #00000033;
		width: calc(350 / 414 * 100vw);
		font-size: calc(14 / 414 * 100vw);
	}
	#confirm .submit_btn {
		padding: calc(8 / 414 * 100vw) calc(16 / 414 * 100vw);
		font-size: calc(14 / 414 * 100vw);
		border-radius: calc(8 / 414 * 100vw);
	}
	#confirm .success_area {
		padding: calc(10 / 414 * 100vw) calc(10 / 414 * 100vw);
		border-radius: calc(8 / 414 * 100vw);
		border-width: calc(1 / 414 * 100vw);
		box-shadow: 0 calc(2 / 414 * 100vw) calc(2 / 414 * 100vw) #00000026;
		width: 100%;
		max-width: none;
	}
	#confirm .success_area .success_text {
		font-size: calc(16 / 414 * 100vw);
		padding-left: calc(32 / 414 * 100vw);
	}
	#confirm .success_area .success_text::before {
		width: calc(26 / 414 * 100vw);
		height: calc(26 / 414 * 100vw);
	}
}