﻿@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

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

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

a {
	color: #407bff;
}

img {
	width: auto;
	max-width: 100%;
}

footer {
	margin-top: 0;
}


#mainvisual {
	background-color: #ffffff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	height: 630px!important;
	border-bottom: 2px solid #2d2d56;
	margin: 0;
	font-family: 'Nunito', 'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!important;
}

#mainvisual .mainvisual_image {
	width: 40%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-left: 2px solid #2d2d56;
}

#mainvisual .mainvisual_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

#mainvisual .mainvisual_head {
	width: 100%;
	max-width: 688px;
	position: relative;
}

#mainvisual .mainvisual_head .logo {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
}

#mainvisual .mainvisual_head .page_title {
	color: #08105D;
	font-size: 2.4rem;
	font-weight: 700;
}

#mainvisual .mainvisual_head .tags {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 18px;
	margin-top: 12px;
	margin-bottom: 44px;
}

#mainvisual .mainvisual_head .tag {
	color: #ffffff;
	background-color: #ffbe00;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	width: max-content;
	padding: 8px 23px;
	border-radius: 27px;
	position: relative;
	z-index: 1;
}

#mainvisual .sub_copy {
	color: #08105D;
	margin-top: 30px;
	font-size: 3.0rem;
	font-weight: 700;
}

#mainvisual .main_copy {
	color: #08105D;
	font-size: 8.2rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1px;
	position: relative;
	padding-left: 12px;
	padding-bottom: 30px;
}

#mainvisual .main_copy::after {
	background: url("../../images/employer/jp/svg/line_main_copy.svg") no-repeat left bottom;
	background-size: auto 100%;
	content: "";
	width: 100%;
	height: 26px;
	position: absolute;
	left: 12px;
	bottom: 0;
}

#mainvisual .badge {
	margin-top: 16px;
	padding-left: 12px;
}

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

	br.sp {
		display: inherit!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px){
	#mainvisual {
		height: calc(630 / 1279 * 100vw)!important;
		border-bottom-width: calc(2 / 1279 * 100vw);
	}

	#mainvisual .mainvisual_image {
		width: 40%;
		border-left-width: calc(2 / 1279 * 100vw);
	}

	#mainvisual .mainvisual_head {
		max-width: calc(688 / 1279 * 100vw);
	}

	#mainvisual .mainvisual_head .logo {
		width: calc(160 / 1279 * 100vw);
		height: calc(160 / 1279 * 100vw);
		right: calc(-80 / 1279 * 100vw);
	}

	#mainvisual .mainvisual_head .page_title {
		font-size: calc(24 / 1279 * 100vw);
	}

	#mainvisual .mainvisual_head .tags {
		gap: calc(18 / 1279 * 100vw);
		margin-top: calc(12 / 1279 * 100vw);
		margin-bottom: calc(44 / 1279 * 100vw);
	}

	#mainvisual .mainvisual_head .tag {
		gap: calc(10 / 1279 * 100vw);
		font-size: calc(18 / 1279 * 100vw);
		padding: calc(8 / 1279 * 100vw) calc(23 / 1279 * 100vw);
		border-radius: calc(27 / 1279 * 100vw);
	}

	#mainvisual .sub_copy {
		margin-top: calc(30 / 1279 * 100vw);
		font-size: calc(30 / 1279 * 100vw);
	}

	#mainvisual .main_copy {
		font-size: calc(82 / 1279 * 100vw);
		padding-left: calc(12 / 1279 * 100vw);
		padding-bottom: calc(30 / 1279 * 100vw);
	}

	#mainvisual .main_copy::after {
		height: calc(26 / 1279 * 100vw);
		left: calc(12 / 1279 * 100vw);
	}
	
	#mainvisual .badge {
		margin-top: calc(16 / 1279 * 100vw);
		padding-left: calc(12 / 1279 * 100vw);
		width: calc(620 / 1279 * 100vw);
	}
}

@media screen and (max-width: 767px) {
	#mainvisual {
		flex-direction: column;
		height: auto!important;
		border-bottom-width: calc(2 / 430 * 100vw);
	}

	#mainvisual .mainvisual_image {
		width: 100%;
		height: calc(190 / 430 * 100vw);
		border-left: none;
		border-bottom: calc(2 / 430 * 100vw) solid #2d2d56;
	}

	#mainvisual .mainvisual_head {
		max-width: none;
		padding: calc(16 / 430 * 100vw) calc(30 / 430 * 100vw);
	}

	#mainvisual .mainvisual_head .logo {
		width: calc(75 / 430 * 100vw);
		height: calc(75 / 430 * 100vw);
		position: absolute;
		top: calc(-45 / 430 * 100vw);
		right: calc(30 / 430 * 100vw);
		transform: none;
	}

	#mainvisual .mainvisual_head .page_title {
		font-size: calc(16 / 430 * 100vw);
	}

	#mainvisual .mainvisual_head .tags {
		gap: calc(15 / 430 * 100vw);
		margin-top: 0;
		margin-bottom: calc(18 / 430 * 100vw);
	}

	#mainvisual .mainvisual_head .tag {
		gap: calc(10 / 430 * 100vw);
		font-size: calc(12 / 430 * 100vw);
		padding: calc(2 / 430 * 100vw) calc(16 / 430 * 100vw);
		border-radius: calc(27 / 430 * 100vw);
	}

	#mainvisual .sub_copy {
		margin-top: calc(18 / 430 * 100vw);
		font-size: calc(16 / 430 * 100vw);
	}

	#mainvisual .main_copy {
		font-size: calc(40 / 430 * 100vw);
		letter-spacing: calc(1 / 430 * 100vw);
		padding-left: calc(1 / 430 * 100vw);
		padding-bottom: calc(16 / 430 * 100vw);
	}

	#mainvisual .main_copy::after {
		background: url("../../images/employer/jp/svg/line_main_copy.svg") no-repeat left bottom;
		background-size: 100% auto;
		width: calc(274 / 430 * 100vw);
		height: calc(16 / 430 * 100vw);
		left: 0;
	}
	
	#mainvisual .badge {
		margin-top: calc(5 / 430 * 100vw);
		padding-left: 0;
	}
}

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

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

.contents_container {
	max-width: 1200px;
	padding: 0 50px;
	margin: 56px auto 166px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.contents_container .main_content {
	max-width: 780px;
}

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

.contents_container .side_navi {
	max-width: 300px;
}

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

@media screen and (min-width: 768px) and (max-width: 1199px){
	.contents_container {
		padding: 0 calc(50 / 1199 * 100vw);
		margin: calc(56 / 1199 * 100vw) auto calc(166 / 1199 * 100vw);
		gap: calc(20 / 1199 * 100vw);
	}

	.contents_container .main_content {
		max-width: calc(780 / 1199 * 100vw);
	}

	.contents_container .side_navi {
		max-width: calc(300 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.contents_container {
		padding: 0 calc(25 / 430 * 100vw);
		margin: calc(12 / 430 * 100vw) auto calc(24 / 430 * 100vw);
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: calc(20 / 430 * 100vw);
	}
	
	.contents_container .main_content {
		width: 100%;
		max-width: none;
	}
	
	.contents_container .side_navi {
		width: 100%;
		max-width: none;
		display: none;
	}
}

.side_navi .banner_items {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.side_navi .banner_items {
		gap: calc(20 / 1199 * 100vw);
	}
}

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

.logo_block {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.logo_block {
	position: relative;
	width: 100%;	
}

.logo_block .logo_items {
	flex-wrap: nowrap;
	gap: 18px;
	padding: 0 9px;
    transition-timing-function: linear;
}

.logo_block .logo_item {
	width: max-content;
	height: 40px;
	transform: translateZ(0);
}

.logo_block .logo_item img {
	width: auto;
	height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.logo_block {
	}

	.logo_block .logo_item {
		height: calc((40 / 1199) * 100vw);
	}
}

@media screen and (max-width: 767px){
	.logo_block {
		margin-top: calc(30 / 430 * 100vw);
		margin-bottom: calc(35 / 430 * 100vw);
	}

	.logo_block .logo_items {
		gap: calc(24 / 430 * 100vw);
		padding: 0 calc(12 / 430 * 100vw);
	}

	.logo_block .logo_item {
		height: calc(54 / 430 * 100vw);
	}
}

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

section {
	color: #171069;
	position: relative;
	font-weight: 500;
	margin-top: 32px;
}

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

section a:hover {
	text-decoration: none;
}

section.section_bg {
	background-color: #b9e6ff;
	padding: 24px 16px 46px 22px;
	border-radius: 8px;
}

section.section_border {
	background-color: #ffffff;
	padding: 22px 14px 44px 20px;
	border: 2px solid #33a8ed;
	border-radius: 8px;
}

section .section_head {
	margin-bottom: 20px;
	text-align: center;
}

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

section .section_body {
	overflow: hidden;
}

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

section .section_head > *:last-child,
section .section_body > *:last-child {
		margin-bottom: 0!important;
}

section .section_title {
	color: #08105d;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: left;
	position: relative;
	padding-left: 22px;
	margin-bottom: 20px;
}

section .section_title::before {
	background-color: #ffbe00;
	content: "";
	width: 6px;
	height: 48px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

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

section .section_copy {
	color: #08105d;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

section .section_lead {
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	margin: 24px 0;
}

section .section_head > .section_lead {
	margin-top: 12px;
}

section .section_button {
	width: max-content;
	margin: 35px auto 0;
}

section .section_button > a {
	color: #ffffff;
	background-color: #33a8ed;
	border: 2px solid #33a8ed;
	border-radius: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 10px 30px;
	text-decoration: none;
}

section .section_button > a:hover {
	color: #33a8ed;
	background-color: #ffffff;
	opacity: 1;
}

section .section_button > a .button_text {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	flex: 0 1 auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	section {
		margin-top: calc(32 / 1199 * 100vw);
		font-size: calc(16 / 1199 * 100vw);
	}

	section.section_bg {
		padding: calc(24 / 1199 * 100vw) calc(16 / 1199 * 100vw) calc(46 / 1199 * 100vw) calc(22 / 1199 * 100vw);
		border-radius: calc(8 / 1199 * 100vw);
	}

	section.section_border {
		padding: calc(22 / 1199 * 100vw) calc(14 / 1199 * 100vw) calc(44 / 1199 * 100vw) calc(20 / 1199 * 100vw);
		border-width: calc(2 / 1199 * 100vw);
		border-radius: calc(8 / 1199 * 100vw);
	}

	section .section_head {
		margin-bottom: calc(20 / 1199 * 100vw);
	}

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

	section .section_title {
		font-size: calc(32 / 1199 * 100vw);
		padding-left: calc(22 / 1199 * 100vw);
		margin-bottom: calc(20 / 1199 * 100vw);
	}

	section .section_title::before {
		width: calc(6 / 1199 * 100vw);
		height: calc(48 / 1199 * 100vw);
		border-radius: calc(2 / 1199 * 100vw);
	}

	section .section_copy {
		font-size: calc(24 / 1199 * 100vw);
		margin-bottom: calc(12 / 1199 * 100vw);
	}

	section .section_lead {
		font-size: calc(20 / 1199 * 100vw);
		margin: calc(24 / 1199 * 100vw) 0;
	}

	section .section_head > .section_lead {
		margin-top: calc(12 / 1199 * 100vw);
	}

	section .section_button {
		margin: calc(35 / 1199 * 100vw) auto 0;
	}

	section .section_button > a {
		border-width: calc(2 / 1199 * 100vw);
		border-radius: calc(10 / 1199 * 100vw);
		gap: calc(10 / 1199 * 100vw);
		padding: calc(10 / 1199 * 100vw) calc(30 / 1199 * 100vw);
	}

	section .section_button > a .button_text {
		font-size: calc(18 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	section {
		margin-top: calc(24 / 430 * 100vw);
		font-size: calc(14 / 430 * 100vw);
	}

	section.section_bg {
		padding: calc(18 / 430 * 100vw) calc(12 / 430 * 100vw) calc(10 / 430 * 100vw) calc(12 / 430 * 100vw);
		border-radius: calc(16 / 430 * 100vw);
	}

	section.section_border {
		padding: calc(14 / 430 * 100vw) calc(8 / 430 * 100vw);
		border-width: calc(2 / 430 * 100vw);
		border-radius: calc(16 / 430 * 100vw);
	}

	section .section_head {
		margin-bottom: calc(16 / 430 * 100vw);
	}

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

	section .section_title {
		font-size: calc(24 / 430 * 100vw);
		padding-left: calc(12 / 430 * 100vw);
		margin-bottom: calc(16 / 430 * 100vw);
	}

	section .section_title::before {
		width: calc(4 / 430 * 100vw);
		height: calc(33 / 430 * 100vw);
		border-radius: calc(2 / 430 * 100vw);
	}

	section .section_copy {
		font-size: calc(18 / 430 * 100vw);
		margin-bottom: calc(12 / 430 * 100vw);
	}

	section .section_lead {
		font-size: calc(14 / 430 * 100vw);
		margin: calc(24 / 430 * 100vw) 0;
	}

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

	section .section_button {
		margin: calc(14 / 430 * 100vw) auto 0;
	}

	section .section_button > a {
		border-width: calc(2 / 430 * 100vw);
		border-radius: calc(8 / 430 * 100vw);
		gap: calc(10 / 430 * 100vw);
		padding: calc(10 / 430 * 100vw) calc(30 / 430 * 100vw);
	}

	section .section_button > a .button_text {
		font-size: calc(16 / 430 * 100vw);
	}
}

.tag_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 6px;
}

.tag_item {
	width: max-content;
}

.tag_item > a {
	color: #001d5e;
	background-color: #ffffff;
	display: block;
	width: max-content;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #33a8ed;
	border-radius: 8px;
}

.tag_item.border_yellow > a {
	border-color: #ffbe00;
}

.text_link_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 26px;
}

.text_link_list a {
	color: #407bff;
}


@media screen and (min-width: 768px) and (max-width: 1199px){
	.tag_list {
		gap: calc(8 / 1199 * 100vw) calc(6 / 1199 * 100vw);
	}

	.tag_item > a {
		font-size: calc(18 / 1199 * 100vw);
		padding: calc(14 / 1199 * 100vw);
		border-width: calc(1 / 1199 * 100vw);
		border-radius: calc(8 / 1199 * 100vw);
	}

	.text_link_list {
		gap: calc(10 / 1199 * 100vw) calc(26 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.tag_list {
		gap: calc(8 / 430 * 100vw);
	}

	.tag_item > a {
		font-size: calc(14 / 430 * 100vw);
		padding: calc(10 / 430 * 100vw);
		border-width: calc(2 / 430 * 100vw);
		border-radius: calc(8 / 430 * 100vw);
	}

	.text_link_list {
		gap: calc(12 / 430 * 100vw) calc(17 / 430 * 100vw);
	}
}

.tab_block .tab_menu {
	opacity: 1;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-bottom: 2px solid #33a8ed;
}

.tab_block .tab_items {
	margin: 0;
	padding: 0;
	display: flex;
	width: max-content;
	align-items: flex-end;
/*	gap: 27px;*/
}

.tab_block .tab_item {
	font-size: 2.4rem;
	text-align: center;
	width: max-content;
	height: 60px;
	padding: 14px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
.tab_block .tab_item.active {
	background-color: #d1eeff;
	padding: 14px 32px;
	border-radius: 16px 16px 0 0;
}

.tab_block .tab_content {
	opacity: 0;
	display: none;
}

.tab_block .tab_content.show {
	opacity: 1;
	display: inherit;
	padding: 14px;
}

.tab_block .swiper-button-prev,
.tab_block .swiper-button-next {
	color: #33a8ed;
	width: 68px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.tab_block .swiper-button-prev::before,
.tab_block .swiper-button-next::before {
	background: url("../../images/employer/jp/svg/icon_double_arrow.svg") no-repeat center center;
	background-size: 100% auto;
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tab_block .swiper-button-prev.swiper-button-disabled,
.tab_block .swiper-button-next.swiper-button-disabled {
	opacity: 0;
	display: none;
}

.tab_block .swiper-button-prev {
	background: linear-gradient(to right, #ffffff 0%, transparent 100%);
	left: 0;
	text-align: left;
	justify-content: flex-start;
}

.tab_block .swiper-button-prev::before {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.tab_block .swiper-button-next {
	background: linear-gradient(to right, transparent 0%, #ffffff 100%);
	right: 0;
	justify-content: flex-end;
}

.tab_block .swiper-button-next::before {
	right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.tab_block .tab_menu {
		border-bottom-width: calc(2 / 1199 * 100vw);
	}

	.tab_block .tab_item {
		font-size: calc(24 / 1199 * 100vw);
		height: calc(60 / 1199 * 100vw);
		padding: calc(14 / 1199 * 100vw) calc(5 / 1199 * 100vw);
	}

	.tab_block .tab_item.active {
		padding: calc(14 / 1199 * 100vw) calc(32 / 1199 * 100vw);
		border-radius: calc(16 / 1199 * 100vw) calc(16 / 1199 * 100vw)x 0 0;
	}

	.tab_block .tab_content.show {
		padding: calc(14 / 1199 * 100vw);
	}

	.tab_block .swiper-button-prev,
	.tab_block .swiper-button-next {
		width: calc(68 / 1199 * 100vw);
	}

	.tab_block .swiper-button-prev::before,
	.tab_block .swiper-button-next::before {
		width: calc(22 / 1199 * 100vw);
		height: calc(22 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.tab_block .tab_menu {
		border-bottom-width: calc(2 / 430 * 100vw);
	}

	.tab_block .tab_items {
	/*	gap: 27px;*/
	}

	.tab_block .tab_item {
		font-size: calc(16 / 430 * 100vw);
		height: calc(38 / 430 * 100vw);
		padding: calc(8 / 430 * 100vw) calc(8 / 430 * 100vw);
	}

	.tab_block .tab_item.active {
		padding: calc(8 / 430 * 100vw) calc(24 / 430 * 100vw);
		border-radius: calc(16 / 430 * 100vw) calc(16 / 430 * 100vw) 0 0;
	}

	.tab_block .tab_content.show {
		padding: calc(10 / 430 * 100vw) 0;
	}

	.tab_block .swiper-button-prev,
	.tab_block .swiper-button-next {
		width: calc(44 / 430 * 100vw);
	}

	.tab_block .swiper-button-prev::before,
	.tab_block .swiper-button-next::before {
		width: calc(17 / 430 * 100vw);
		height: calc(17 / 430 * 100vw);
	}
}

.area_items {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	padding: 0 30px 0 0;
}

.area_items > .area_item {
	width: 50%;
	max-width: 270px;
}

.area_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.area_item .area_item_head {
	border-bottom: 2px solid #ea696c;
	padding: 0 7px 7px 16px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
}

.area_item .area_item_head::before {
	background-color: #ea696c;
	content: "";
	width: 8px;
	height: 85%;
	border-radius: 2px 2px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.area_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.area_list > li {
	width: max-content;
}

.area_list > li a {
	color: #407bff;
	text-decoration: none;
}

.area_list > li a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.area_items {
		gap: calc(40 / 1199 * 100vw);
		padding: 0 calc(30 / 1199 * 100vw) 0 0;
	}

	.area_items > .area_item {
		max-width: calc(270 / 1199 * 100vw);
	}

	.area_item {
		gap: calc(16 / 1199 * 100vw);
	}

	.area_item .area_item_head {
		border-bottom-width: calc(2 / 1199 * 100vw);
		padding: 0 calc(7 / 1199 * 100vw) calc(7 / 1199 * 100vw) calc(16 / 1199 * 100vw);
		font-size: calc(24 / 1199 * 100vw);
	}

	.area_item .area_item_head::before {
		width: calc(8 / 1199 * 100vw);
		height: 85%;
		border-radius: calc(2 / 1199 * 100vw) calc(2 / 1199 * 100vw) 0 0;
	}

	.area_list {
		gap: calc(12 / 1199 * 100vw) calc(20 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.area_items {
/*		gap: calc(18 / 430 * 100vw) calc(8 / 430 * 100vw);*/
		gap: calc(18 / 430 * 100vw) calc(2 / 430 * 100vw);
		padding: 0;
	}

	.area_items > .area_item {
		width: calc((100% / 2) - ((2 / 430 * 100vw) / 2));
		max-width: calc(176 / 430 * 100vw);
	}

	.area_item {
		gap: calc(8 / 430 * 100vw);
	}

	.area_item .area_item_head {
		border-bottom-width: calc(2 / 430 * 100vw);
		padding: 0 calc(10 / 430 * 100vw) calc(6 / 430 * 100vw) calc(10 / 430 * 100vw);
		font-size: calc(16 / 430 * 100vw);
	}
	
	.area_item .area_item_head::before {
		width: calc(6 / 430 * 100vw);
		height: 85%;
		border-radius: calc(2 / 430 * 100vw) calc(2 / 430 * 100vw) 0 0;
	}
	
	.area_list {
/*		gap: calc(12 / 430 * 100vw) calc(4 / 430 * 100vw);*/
		gap: calc(12 / 430 * 100vw) calc(2 / 430 * 100vw);
	}
	
	.area_list > li {
		width: 4em;
		text-align: center;
	}
}

.border_items {
	display: flex;
	justify-content: flex-start;
	gap: 17px;
	margin-top: 16px;
}

.border_item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 102px;
	padding: 10px 5px;
	border: 1px solid #7adeff;
	border-radius: 8px;
	text-decoration: none;
}

.border_item .border_item_thumb {
	width: 60px;
}

.border_item .border_item_thumb img {
	width: 100%;
}

.border_item .border_item_text {
	color: #171069;
	font-size: 1.0rem;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.border_items {
		gap: calc(17 / 1199 * 100vw);
		margin-top: calc(16 / 1199 * 100vw);
	}
	
	.border_item {
		gap: calc(10 / 1199 * 100vw);
		width: calc(102 / 1199 * 100vw)!important;
		padding: calc(10 / 1199 * 100vw) calc(5 / 1199 * 100vw);
		border-width: calc(1 / 1199 * 100vw);
		border-radius: calc(8 / 1199 * 100vw);
	}

	.border_item .border_item_thumb {
		width: calc(60 / 1199 * 100vw);
	}

	.border_item .border_item_text {
		font-size: calc(10 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.border_items {
		gap: 0;
		margin-top: calc(22 / 430 * 100vw);
	}

	.border_item {
		gap: calc(16 / 430 * 100vw);
		width: auto;
		padding: calc(12 / 430 * 100vw) calc(5 / 430 * 100vw) calc(24 / 430 * 100vw);
		border-width: calc(1 / 430 * 100vw);
		border-radius: calc(8 / 430 * 100vw);
	}

	.border_item .border_item_thumb {
		width: calc(100 / 430 * 100vw);
	}

	.border_item .border_item_text {
/*		font-size: calc(10 / 430 * 100vw);*/
		font-size: calc(14 / 430 * 100vw);
	}
}

.card_items {
	display: flex;
	justify-content: flex-start;
	width: max-content;
}

.card_item {
	background-color: #ffffff;
	width: 100%;
	max-width: 302px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 4px #00000026;
	text-decoration: none;
}

.card_item .card_item_image {
	width: 100%;
	aspect-ratio: 272 / 137;
	position: relative;
	overflow: hidden;
}

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

.card_item .card_item_body {
	padding: 20px 24px 30px;
}

.card_item .card_tag {
	color: #ffffff;
	background-color: #33a8ed;
	width: max-content;
	padding: 3px 20px;
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.card_item .card_title {
	color: #2d2d56;
	font-size: 2.2rem;
	font-weight: 500;
	word-break: break-all;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.card_item {
		border-radius: calc(4 / 1199 * 100vw);
		box-shadow: 0 calc(4 / 1199 * 100vw) calc(4 / 1199 * 100vw) #00000026;
	}

	.card_item .card_item_body {
		padding: calc(20 / 1199 * 100vw) calc(24 / 1199 * 100vw) calc(30 / 1199 * 100vw);
	}

	.card_item .card_tag {
		padding: calc(3 / 1199 * 100vw) calc(20 / 1199 * 100vw);
		border-radius: calc(50 / 1199 * 100vw);
		font-size: calc(14 / 1199 * 100vw);
		margin-bottom: calc(15 / 1199 * 100vw);
	}

	.card_item .card_title {
		font-size: calc(22 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.card_item {
		max-width: none;
		border-radius: calc(4 / 430 * 100vw);
		box-shadow: 0 calc(4 / 430 * 100vw) calc(4 / 430 * 100vw) #00000026;
	}

	.card_item .card_item_image {
		aspect-ratio: 272 / 137;
	}

	.card_item .card_item_body {
/*		padding: calc(20 / 430 * 100vw) calc(24 / 430 * 100vw) calc(30 / 430 * 100vw);*/
		padding: calc(16 / 430 * 100vw) calc(16 / 430 * 100vw) calc(20 / 430 * 100vw);
	}

	.card_item .card_tag {
		padding: calc(3 / 430 * 100vw) calc(20 / 430 * 100vw);
		border-radius: calc(50 / 430 * 100vw);
		font-size: calc(14 / 430 * 100vw);
		margin-bottom: calc(15 / 430 * 100vw);
	}

	.card_item .card_title {
/*		font-size: calc(22 / 430 * 100vw);*/
		font-size: calc(20 / 430 * 100vw);
	}
}

.banner_block {
	overflow: hidden;
	position: relative;
	padding: 0 30px;
}

.banner_block .banner_items {
	display: flex;
	justify-content: flex-start;
	width: max-content;
}

.banner_block .banner_item {
	text-align: center;
}

.banner_block .swiper-container {
	overflow: hidden;
}

.banner_block .swiper-button-prev,
.banner_block .swiper-button-next {
	width: 24px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.banner_block .swiper-button-prev::before,
.banner_block .swiper-button-next::before {
	background: url("../../images/employer/jp/svg/icon_arrow.svg") no-repeat center center;
	background-size: 100% auto;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.banner_block .swiper-button-prev {
	left: 0;
	text-align: left;
	justify-content: flex-start;
}

.banner_block .swiper-button-prev::before {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.banner_block .swiper-button-next {
	right: 0;
	justify-content: flex-end;
}

.banner_block .swiper-button-next::before {
	right: 0;
}

#skill {
	position: relative;
}

#skill::after {
	background: url("../../images/employer/jp/image_bee.png") no-repeat center center;
	background-size: 100% auto;
	content: "";
	width: 115px;
	height: 160px;
	position: absolute;
	bottom: 13px;
	right: 10px;
	z-index: 1;
}

#skill .section_body {
	position: relative;
	z-index: 2;
}

#skill .tag_list {
	gap: 0 6px;
}

#skill .tag_list .tag_item {
	margin-top: 8px;
}

#skill .tag_list .spacer {
	width: 100%;
}

#area .section_body {
	padding: 0 43px 0 22px;
}

#summary {
	padding: 42px 20px 38px;
	text-align: center;
}

#summary a {
	font-weight: 700;
	text-decoration: none;
}

#summary a:hover {
	text-decoration: underline;
}

#summary .section_body > * + * {
	margin-top: 24px;
}

#blog .blog_block {
	overflow: hidden;
	position: relative;
	padding: 0 58px;
}

#blog .blog_block .swiper-container {
	width: 100%;
	padding: 2px 4px 6px;
	margin: 0 auto;
	overflow: hidden;
}

#blog .blog_block .swiper-button-prev,
#blog .blog_block .swiper-button-next {
	width: 32px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#blog .blog_block .swiper-button-prev::before,
#blog .blog_block .swiper-button-next::before {
	background: url("../../images/employer/jp/svg/icon_arrow.svg") no-repeat center center;
	background-size: 100% auto;
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#blog .blog_block .swiper-button-prev {
	left: 0;
	text-align: left;
	justify-content: flex-start;
}

#blog .blog_block .swiper-button-prev::before {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

#blog .blog_block .swiper-button-next {
	right: 0;
	justify-content: flex-end;
}

#blog .blog_block .swiper-button-next::before {
	right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	#skill::after {
		width: calc(115 / 1199 * 100vw);
		height: calc(160 / 1199 * 100vw);
		bottom: calc(13 / 1199 * 100vw);
		right: calc(10 / 1199 * 100vw);
	}

	#skill .tag_list {
		gap: 0 calc(6 / 1199 * 100vw);
	}

	#skill .tag_list .tag_item {
		margin-top: calc(8 / 1199 * 100vw);
	}

	#area .section_body {
		padding: 0 calc(43 / 1199 * 100vw) 0 calc(22 / 1199 * 100vw);
	}
	
	#blog .blog_block {
		padding: 0 calc(58 / 1199 * 100vw);
	}

	#blog .blog_block .swiper-container {
		padding: calc(2 / 1199 * 100vw) 4px calc(6 / 1199 * 100vw);
	}

	#blog .blog_block .swiper-button-prev,
	#blog .blog_block .swiper-button-next {
		width: calc(32 / 1199 * 100vw);
	}

	#blog .blog_block .swiper-button-prev::before,
	#blog .blog_block .swiper-button-next::before {
		width: calc(32 / 1199 * 100vw);
		height: calc(32 / 1199 * 100vw);
	}
}

@media screen and (max-width: 767px){
	#skill::after {
		width: calc(72 / 430 * 100vw);
		height: calc(100 / 430 * 100vw);
		bottom: calc(20 / 430 * 100vw);
		right: calc(14 / 430 * 100vw);
	}

	.banner_block {
		padding: 0 calc(30 / 430 * 100vw);
	}

	.banner_block .swiper-button-prev,
	.banner_block .swiper-button-next {
		width: calc(24 / 430 * 100vw);
	}

	.banner_block .swiper-button-prev::before,
	.banner_block .swiper-button-next::before {
		width: calc(24 / 430 * 100vw);
		height: calc(24 / 430 * 100vw);
	}

	#skill .tag_list {
		gap: 0 calc(8 / 430 * 100vw);
	}

	#skill .tag_list .tag_item {
		margin-top: calc(8 / 430 * 100vw);
	}

	#skill .tag_list .spacer {
		width: 100%;
	}
	
	#area .section_body {
		padding: 0;
	}

	#summary {
		padding: calc(32 / 430 * 100vw) calc(15 / 430 * 100vw);
		font-size: calc(12 / 430 * 100vw);
	}
	
	#summary a {
		font-size: calc(14 / 430 * 100vw);
	}

	#summary .section_body > * + * {
		margin-top: calc(24 / 430 * 100vw);
	}
	
	#blog .blog_block {
		padding: 0 calc(24 / 430 * 100vw);
	}

	#blog .blog_block .swiper-container {
		padding: calc(2 / 430 * 100vw) 4px calc(6 / 430 * 100vw);
	}

	#blog .blog_block .swiper-button-prev,
	#blog .blog_block .swiper-button-next {
		width: calc(24 / 430 * 100vw);
	}

	#blog .blog_block .swiper-button-prev::before,
	#blog .blog_block .swiper-button-next::before {
		width: calc(24 / 430 * 100vw);
		height: calc(24 / 430 * 100vw);
	}
}

#mail .section_copy {
	font-size: 4.0rem;
}

#mail .is-hidden {
	display: none!important;
}

#mail .form_item {
	max-width: 550px;
	margin: 0 auto;
	position: relative;
}

#mail .form_item .form_input {
	width: 100%;
	padding: 4px 244px 4px 20px;
	border: 1px solid #a0dbfd80;
	border-radius: 40px;
	box-shadow: 0px 2px 0px 0px rgba(160, 219, 253, 0.5);
	font-size: 1.6rem;
	line-height: 70px;
}

#mail .form_item .form_submit_btn {
	color: #ffffff;
	background-color: #33a8ed;
	width: 100%;
	max-width: 224px;
	padding: 18px;
	border: 2px solid #33a8ed;
	border-radius: 40px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	transition: all .3s;
	cursor: pointer;
}

#mail .form_item .form_submit_btn:hover {
	color: #33a8ed;
	background-color: #ffffff;
	opacity: 1;
}

#mail .form_item #email-error {
	color: #f14668;
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	margin-top: 12px;
}

#mail .form_success_message {
	color: #08105d;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 60px auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	#mail .section_copy {
		font-size: calc(40 / 1199 * 100vw);
	}

	#mail .form_item {
		max-width: calc(550 / 1199 * 100vw);
	}

	#mail .form_item .form_input {
		padding: calc(4 / 1199 * 100vw) calc(244 / 1199 * 100vw) calc(4 / 1199 * 100vw) calc(20 / 1199 * 100vw);
		border-width: calc(1 / 1199 * 100vw);
		border-radius: calc(40 / 1199 * 100vw);
		box-shadow: 0px calc(2 / 1199 * 100vw) 0px 0px rgba(160, 219, 253, 0.5);
		font-size: calc(16 / 1199 * 100vw);
		line-height: calc(70 / 1199 * 100vw);
	}

	#mail .form_item .form_submit_btn {
		max-width: calc(224 / 1199 * 100vw);
		padding: calc(18 / 1199 * 100vw);
		border-width: calc(2 / 1199 * 100vw);
		border-radius: calc(40 / 1199 * 100vw);
		font-size: calc(22 / 1199 * 100vw);
		line-height: calc(30 / 1199 * 100vw);
		top: calc(5 / 1199 * 100vw);
		right: calc(5 / 1199 * 100vw);
	}

	#mail .form_item #email-error {
		font-size: calc(14 / 1199 * 100vw).4rem;
		margin-top: calc(12 / 1199 * 100vw);
	}
	
	#mail .form_success_message {
		font-size: calc(40 / 1199 * 100vw);
		margin: calc(60 / 1199 * 100vw) auto;
	}
}

@media screen and (max-width: 767px){
	#mail .section_copy {
		font-size: calc(20 / 430 * 100vw);
	}

	#mail .form_item {
		max-width: none;
	}

	#mail .form_item .form_input {
		padding: calc(4 / 430 * 100vw) calc(130 / 430 * 100vw) calc(4 / 430 * 100vw) calc(20 / 430 * 100vw);
		border-width: calc(1 / 430 * 100vw);
		border-radius: calc(40 / 430 * 100vw);
		box-shadow: 0px calc(2 / 430 * 100vw) 0px 0px rgba(160, 219, 253, 0.5);
		font-size: calc(14 / 430 * 100vw);
		line-height: calc(40 / 430 * 100vw);
	}

	#mail .form_item .form_submit_btn {
		max-width: calc(120 / 430 * 100vw);
		padding: calc(9 / 430 * 100vw);
		border-width: calc(2 / 430 * 100vw);
		border-radius: calc(40 / 430 * 100vw);
		font-size: calc(16 / 430 * 100vw);
		line-height: calc(20 / 430 * 100vw);
		top: calc(4 / 430 * 100vw);
		right: calc(4 / 430 * 100vw);
	}

	#mail .form_item #email-error {
		font-size: calc(12 / 430 * 100vw);
		margin-top: calc(10 / 430 * 100vw);
	}
	
	#mail .form_success_message {
		font-size: calc(20 / 430 * 100vw);
		margin: calc(40 / 430 * 100vw) auto;
	}
}
