@charset "utf-8";

@font-face {
	font-family: "Noto Sans JP";
	src: url("./font/NotoSansJP-Regular.otf");
}

@font-face {
	font-family: "Noto Sans JP bold";
	src: url("./font/NotoSansJP-Bold.otf");
}

[v-cloak] {
	display: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #343434;
	-webkit-text-size-adjust: 100%;
	min-width: 1280px;
	font-size: 14px;
	padding-top: 140px;
}
a {
	color: inherit;
}
a:hover {
	opacity: 0.7;
}
input,
textarea,
select,
input + label {
	font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
button {
	font-family: inherit;
	cursor: pointer;
	border: 0;
	font-size: inherit;
	background-color: inherit;
}
select::-ms-expand {
	display: none;
}
.sp {
	display: none;
}
._fix {
	height: 100%;
	min-height: auto;
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.bold {
	font-weight: bold;
}
.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}
.textLink {
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
.inner,
.inner2 {
	position: relative;
	margin: 0 auto;
	width: 1240px;
}
.inner2 {
	width: 1080px;
}
.layoutRightColumn {
    margin-top: 30px;
}
.layoutRightColumn .inner2{
	display: flex;
  justify-content: space-between;
}
.layoutRightColumnLeft {
	width: 790px;
}
.layoutRightColumnRight {
	width: 260px;
}
.mT05 {
	margin-top: 0.5em;
}
.mT1 {
	margin-top: 1em;
}
.mT2 {
	margin-top: 2em;
}
.mT3 {
	margin-top: 3em;
}
.mT4 {
	margin-top: 4em;
}
.mB1 {
	margin-bottom: 1em;
}
.mB2 {
	margin-bottom: 2em;
}
.mB3 {
	margin-bottom: 3em;
}
.mB4 {
	margin-bottom: 4em;
}
.pL1 {
	padding-left: 1em;
}
.textRight {
	text-align: right;
}
.indent1 {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
.indent2 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent3 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.indent4 {
	padding-left: 2em;
	text-indent: -2em;
}
.commonTable1 {
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.commonTh1 {
	border: 1px solid #ddd;
	padding: 0.5em;
}
.commonTd1 {
	border: 1px solid #ddd;
	padding: 0.5em;
	vertical-align: top;
}
.commonTd1 .num {
	width: 6em;
	text-align: right;
	border-bottom: 4px double #333;
	margin: 0 0 0 auto;
}
.commonTd1 .flex1 {
	display: flex;
}
.fontSize12 {
	font-size: 1.2em;
}
/* 
--------- 
header css
----------
*/

.header {
	position: fixed;
	/* height: 80px; */
	width: 100%;
	/* top: 30px; */
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
.headerInner {
	width: 1220px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 30px;
	/* box-shadow: 0px 0px 15px rgba(0,0,0,0.101); */
	height: 80px;
}

.-sg-db {
	/* font-family: Shin Go DeBold, sans-serif; */
}
.header__upper .wrap {
	width: 1220px;
	padding-right: 30px;
	padding-left: 30px;
}
.header__upper {
	background-color: #f8f8f8;
}
.header__upper-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__upper-info {
	display: flex;
	align-items: center;
}

.header__upper-txt {
	color: #535353;
	font-size: 12px;
	margin-left: 15px;
	position: relative;
	top: 1px;
	font-weight: bold;
}

.header__upper-links {
	position: relative;
	top: 1px;
}

.header__upper-link-list {
	display: flex;
}

.header__upper-link {
	color: #008A32;
	font-size: 12px;
	display: inline-block;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}

.header__upper-link-item:nth-of-type(1) .header__upper-link {
	padding-left: 18px;
	padding-right: 30px;
}

.header__upper-link-item:nth-of-type(1) .header__upper-link:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #008A32;
	border-left: 2px solid #008A32;
	position: absolute;
	bottom: 46%;
	right: 8px;
	transform: rotate(225deg);
}

.header__upper-link-item:nth-of-type(1) .header__upper-link:hover {
	background-color: #D0DED5;
}

.header__upper-links ul li:nth-of-type(4) {
	display: none;
	position: relative;
}

.header__upper-links ul li:nth-of-type(4) a {
	padding-left: 0;
	padding-right: 0;
}

.header__upper-links ul li:nth-of-type(4) a::after {
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 46%;
	transform: translateY(-48%);
	width: 15px;
	height: 15px;
	right: -20px;
	background-image: url(../images/header/icon-blank.png);
}
.header__dropdwn-menu {
	display: none;
	position: absolute;
	top: 46px;
	z-index: 1;
}

.header__dropdwn-menu li a {
	width: 160px;
	height: 40px;
	display: inline-block;
	color: #fff;
	line-height: 40px;
	padding-left: 22px;
	font-size: 12px;
}

.header__dropdwn-menu li a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../images/header/icon-target-blank.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

.header__dropdwn-menu li:nth-of-type(1) a {
	background-color: #008A32;
	border-bottom: 1px solid #fff;
}

.header__dropdwn-menu li:nth-of-type(2) a {
	background-color: #3AB924;
	border-bottom: 1px solid #fff;
}

.header__dropdwn-menu li:nth-of-type(3) a {
	background-color: #48AA00;
}

.header__dropdwn-menu li a:hover {
	opacity: 1;
	color: rgba(255, 255, 255, 0.7);
}
.headerLogo {
}
.headerLogoImg {
	width: 236px;
}
.headerNavPc {
	display: flex;
	height: 100%;
	align-items: center;
}
.headerNavPc .headerNavList {
	display: flex;
	font-weight: bold;
}
.headerNavPc .headerNavItem:nth-child(n + 2){
	margin-left: 40px;
}
.headerNavPc .headerNavList2 {
	font-weight: bold;
	display: flex;
	height: 100%;
	align-items: center;
	text-align: center;
	margin-left: 30px;
}
.headerNavPc .headerNavItem2 {
	width: 120px;
	text-align: center;
	height: 100%;
}
.headerNavPc .headerNavItem2Link {
	background-color: #3AB924;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerNavPc .headerNavItem2:last-child .headerNavItem2Link{
	background-color: #F59D25;
	/* border-radius: 0 50px 50px 0; */
}
.breadcrumbList {
	display: flex;
}

.breadcrumbItem {
	margin-right: 46px;
}

.breadcrumbLink {
	position: relative;
}

.breadcrumbItem:first-child .breadcrumbLink {
	color: #3AB924;
}

.breadcrumbLink::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #343434;
	border-right: solid 2px #343434;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-left: 16px;
	margin-top: -4px;
}
/* ---------------------------------
		footer
------------------------------------*/
.footer{
	margin-top: 150px;
}
.footer .inner{
	width: 1080px;
}
.footerContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerLeft{
}
.footerLogo{
}
.footerLogoImg{
}
.footerLicenseNo {
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}
.footerRight {
}
.footerMenuList {
	display: flex;
	flex-wrap: wrap;
	width: 450px;
	margin: -20px 0 0 -40px;
	justify-content: flex-end;
}
.footerMenuItem {
	margin: 20px 0 0 40px;
	font-weight: bold;
}
.footerCopyRight {
	background-color: #3AB924;
	line-height: 60px;
	color: #fff;
	text-align: center;
	margin-top: 35px;
}
.footerCopnyRightText{
}

.modalBgWrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	justify-content: center;
	align-items: center;
}
.modalDisplay {
	display: flex;
}
.modalBg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(52,52,52,0.9);
	z-index: 100;
}
.modal {
	z-index: 101;
	width: 860px;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 35px;
	max-height: 80vh;
}
.modal .pc {
	height: 100%;
}
.modalHeader {
	position: relative;
}
.modalTitle {
	font-size: 24px;
	font-weight: bold;
}
.modalClose {
	position: absolute;
	right: -60px;
	top: -68px;
	background-color: inherit;
	color: #fff;
	font-size: 30px;
}
.modalBody {
	margin-top: 30px;
}
.modalBody2Column {
	display: flex;
	justify-content: space-between;
}
.modalBodyParentListWrap,
.modalBodyChildListWrap {
	width: 260px;
	background-color: #F2F2F2;
	max-height: 45vh;
	overflow-y: scroll;
	padding: 25px;
}
.modalBodyChildListWrap {
	width: 495px;
}
.modalBodyParentItem, .modalBodyChildItem {
	font-weight: bold;
	margin: 5px 0 0 0 !important;
	font-size: 14px;
}
.modalBodyParentItem:first-child,
.modalBodyChildItem:first-child {
	margin: 0 0 0 0 !important;
}
.modalSelected {
	background-color: #3AB924;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 5px;
	display: inline-block;
}

.modalBodyListWrap {
	max-height: 45vh;
}
.modalBodyList {
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 0;
}
.modalBodyItem {
	margin: 5px 0 0 0;
}
.modalBodyItem2row {
	width: 50%;
}
.modalBodyItem3row {
	width: 33%;
}
.modalBodyItem4row {
	width: 25%;
}
.modalBtnWrap {
	margin-top: 20px;
	text-align: center;
}
.modalSetBtn {
	text-align: center;
	font-weight: bold;
	background-color: #3AB924;
	width: 140px;
	line-height: 44px;
	border-radius: 30px;
	border: 3px solid #6AD956;
	color: #fff;
}
.modalClearBtnWrap {
	margin-top: 10px;
	text-decoration: underline;
}
*+.modalConditionText:before {
	content: ",";
}


.thanks {
	margin-top: 90px;
}
.titleWrap {
	position: relative;
}
.title::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #3AB924;
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #3AB924;
	position: relative;
}
.titleBlack {
	color: inherit;
	font-size: 20px;
}
.titleText {
	background-color: #fff;
	position: relative;
	padding-right: 50px;
}
.titleBlack .titleText {
	padding-right: 20px;
}
.title2 {
	color: #3AB924;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-align: center;
}
.title3 {
	color: #3AB924;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 1.7px;
}
.title4 {
	font-size: 24px;
	font-weight: bold;
	color: #3AB924;
	letter-spacing: 1.2px;
}
.title5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 100%;
	border-radius: 20px;
	background-color: #6AD956;
}
.title5 {
	font-size: 24px;
	font-weight: bold;
	padding: 2px 0 2px 24px;
	line-height: 1.2;
	position: relative;
}
.thanksTextWap {
	margin: 30px auto 0;
	font-size: 16px;
	width: 920px;
}
.thanksText{
}
.thanksBtnWap {
    margin-top: 110px;
    text-align: center;
}
.button {
    background-color: #FC6100;
    color: #fff;
    border: 3px solid #FFBD93;
    border-radius: 40px;
    width: 320px;
    height: 80px;
    font-size: 20px;
    letter-spacing: 1px;
}
.buttonGreen {
	background-color: #3AB924;
	border: 3px solid #6AD956;
}
.buttonOrange {
	background-color: #F59D25;;
	border: 3px solid #FFBD93;
}
.buttonRow2 {
	line-height: 1.2;
}
.jobNewIcon {
	background-color: #EA5550;
	color: #fff;
	border-radius: 13px;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 11px;
	letter-spacing: 0.7px;
	top: -10px;
	left: -10px;
	position: absolute;
}
.jobTagIcon {
	color: #fff;
	background-color: #00885A;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 10px;
	border-radius: 2px;
	margin: 5px 0 0 10px;
}
.jobCommonList {
	margin: -15px 0 0 -45px;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.jobCommonItem {
	width: 330px;
	margin: 55px 0 0 45px;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.098);
	border-radius: 8px;
	background-color: #ffff;
	padding: 25px 20px;
}
.jobCommonItemTitleWrap{
}
.jobCommonItemTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.jobCommonItemTagWrap {
	margin-top: 10px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0;
}
.jobCommonItemTagList {
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -10px;
}
.jobCommonItemTagItem {
}
.jobCommonItemCompany{
	margin-top: 10px;
}
.jobCommonItemCond{
}
.jobCommonItemCondBlock {
	display: flex;
	margin-top: 10px;
	align-items: center;
	line-height: 1.6em;
}
.jobCommonItemCondDt {
	width: 50px;
}
.jobCommonItemCondDd {
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #3AB924;
	width: calc(100% - 50px);
}


.commonContent {
	margin-top: 150px;
}
.commonContentList {
	display: flex;
	justify-content: space-between;
}
.commonContentItem{
	width: 400px;
}
.commonContentImgWrap{
	position: relative;
}
.commonContentImg {
	border-radius: 8px;
}
.commonContentTitle {
	position: absolute;
	top: calc(50% - 0.5em);
	width: 100%;
	text-align: center;
	color: #fff;
	letter-spacing: 1.3px;
	font-size: 26px;
	font-weight: bold;
}
.footerLinksWrap {
	margin-top: 60px;
	background-color: #F9FFF8;
	overflow: hidden;
	padding-bottom: 60px;
}
.footerLinksWrap .inner {
	width: 1080px;
}
.footerLinks{
}
.footerLinksTitle {
	margin-top: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #3AB924;
	letter-spacing: 1px;
}
.footerLinksDl{
}
.footerLinksBlock{
}
.footerLinksDt {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
.footerLinksDd {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}
.footerLinksLinkWrap{
}
.footerLinksList {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
	
.inputText,
.inputTextArea {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	border: 2px solid #D8D8D8;
	border-radius: 8px;
	background-color: #fff;
}
.inputTextArea {
	height: 150px;
}
.inputRadio {
	display: inline;
}
.inputRadioLabel {
	position: relative;
	padding-left: 28px;
	display: inline-block;
}
.inputRadioLabel::before {
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid #D8D8D8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.inputRadioLabel::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #EA5550;
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	left: 6px;
	top: 0.55em;
}
.inputRadio:checked+.inputRadioLabel::after {
	opacity: 1;
}

.inputCheckbox {
	display: inline;
}
.inputCheckboxLabel {
	position: relative;
	padding-left: 28px;
	display: inline-block;
}
.inputCheckboxLabel::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid #D8D8D8;
	top: 0.2em;
	left: 0;
	background-color: #fff;
}
.inputCheckboxLabel::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 10px;
	border-right: 2px solid #EA5550;
	border-bottom: 2px solid #EA5550;
	transform: rotate(45deg);
	opacity: 0;
	top: 0.4em;
	left: 7px;
}
.inputCheckbox:checked+.inputCheckboxLabel::after {
	opacity: 1;
}
.inputSelect {
	position: relative;
	height: 50px;
	padding: 10px 50px 10px 20px;
	border: 2px solid #D8D8D8;
	border-radius: 7px;
	background-image: url(../images/icon_arrow_triangle.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}
.inputModalBtn {
	position: relative;
	height: 50px;
	width: 300px;
	padding: 10px 50px 10px 20px;
	border: 2px solid #D8D8D8;
	border-radius: 7px;
	background-image: url(../images/icon_arrow_triangle.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	text-align: left;
}

.subPageMainVisual {
	margin-top: 20px;
}
.subPageMainVisualImg {
	border-radius: 8px;
}
.subContent {
	margin-top: 40px;
}
@media (max-width: 450px) {
	html{
		height: -webkit-fill-available;
	}
	body {
		min-width: initial;
		min-width: auto;
		font-size: 3.59vw;
		line-height: 1.8;
		padding-top: 32.05vw;
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	h1,h2,h3,h4,h5 {
		line-height: 1.4;
	}
	.inner,.inner2 {
		width: 100% !important;
	}
	.layoutRightColumn {
		margin-top: 10.26vw;
	}
	.layoutRightColumn .inner2 {
		flex-wrap: wrap;
		gap: 20vw 0;
	}
	.layoutRightColumnLeft {
		width: 100%;
		padding: 0 6%;
	}
	.layoutRightColumnRight {
		width: 100%;
		padding: 0 6%;
		margin-bottom: 20vw;
	}
	.layoutRightColumnRight .jobSearch {
		display: block;
		width: 100%;
	}
	.inputText,
	.inputTextArea {
		height: 12.82vw;
		padding: 2.56vw 5.13vw;
		border-radius: 2.05vw;
	}
	.inputTextArea {
		height: 38.46vw;
	}
	.inputRadioLabel::before {
		width: 4.62vw;
		height: 4.62vw;
		border-radius: 50%;
		top: calc(50% - 2.31vw);
	}
	.inputRadioLabel::after {
		width: 2.56vw;
		height: 2.56vw;
		left: 1.2vw;
		top: calc(50% - 1vw);
	}
	.inputRadioLabel {
		padding-left: 7.18vw;
	}
	.inputCheckboxLabel::before {
		width: 4.62vw;
		height: 4.62vw;
		top: 1.2vw;
	}
	.inputCheckboxLabel::after {
		width: 1.54vw;
		height: 2.56vw;
		top: 2vw;
		left: 1.79vw;
	}
	.inputCheckboxLabel {
		padding-left: 7.18vw;
	}
	.button {
		border-radius: 10.26vw;
		width: 100%;
		height: 15.38vw;
		font-size: 5.13vw;
		letter-spacing: 0.26vw;
	}
	.buttonGreen {
	}
	.titleBlack {
		font-size: 5.13vw;
	}
	.titleBlack .titleText {
		padding-right: 5.13vw;
	}
	.title::before {
		height: 0.77vw;
		top: calc(50% - 1.1.28vw);
	}
	.title {
		font-size: 5.64vw;
	}
	.titleText {
		padding-right: 7.69vw;
	}
	.title2 {
		font-size: 6.15vw;
	}
	.title3 {
		font-size: 7.18vw;
		letter-spacing: 1.1.03vw;
	}
	.title4 {
		font-size: 6.15vw;
		letter-spacing: 1.0.51vw;
	}
	.subPageMainVisual {
		margin-top: 5.13vw;
		display: none;
	}
	.header {
		height: 17.95vw;
		top: 0;
	}

	.header__upper .wrap {
		padding-right: 1.28vw;
		padding-left: 5.13vw;
	}
	.header__upper-txt {
		display: none;
	}
	.header__upper-logo {
		width: 13.08vw;
		vertical-align: middle;
	}
	.header__upper-link {
		font-size: 3.04vw;
		transform: scale(0.7);
		padding-top: 0.7vw;
		padding-bottom: 0.7vw;
	}
	.header__upper-link-item:nth-child(n - 4) {
		display: none;
	}
	.header__upper-links ul li:nth-of-type(4) {
		display: block;
	}
	.header__upper-links ul li:nth-of-type(4) a::after {
		content: "";
		display: inline-block;
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 46%;
		transform: translateY(-48%);
		width: 3.5vw;
		height: 3.5vw;
		right: -4.67vw;
	}
	.header__upper-links ul li:nth-of-type(4) a {
		padding-left: 0;
		padding-right: 0;
	}
	.headerInner {
		border-radius: 0;
		padding: 0 1.28vw 0 5.13vw;
		box-shadow: 0vw 0vw 3.85vw rgba(0,0,0,0.101);
		width: 100%;
	}
	.headerLogoImg {
		width: 23.08vw;
	}
	.spMenuBtn {
		width: 15.38vw;
		height: 15.38vw;
		background-color: #3AB924;
		border-radius: 50%;
		position: relative;
	}
	.spMenuBtnLine1,
	.spMenuBtnLine2,
	.spMenuBtnLine3 {
		width: 6.67vw;
		height: 0.51vw;
		background-color: #fff;
		top: 5.64vw;
		left: calc(50% - 3.33vw);
		position: absolute;
		transition: all 50ms 0s ease;
	}
	.spMenuBtnLine2 {
		top: 7.69vw;
	}
	.spMenuBtnLine3 {
		top: 9.74vw;
	}
	.headerNavPc {
		display: none;
	}
	.spHeaderNav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 99;
		left: 0;
		background-color: #fff;
		top: 0;
		padding: 34.62vw 6% 0;
	}
	.spHeaderNav .headerNavList {
		display: block;
	}
	.spHeaderNav .headerNavItem {
	}
	.spHeaderNav .headerNavItem:last-child {
	}
	.spHeaderNav .headerNavItemLink {
		padding: 5.13vw;
		display: block;
		font-size: 5.13vw;
		font-weight: bold;
	}
	.spHeaderNav .headerNavList2 {
		margin-top: 15.38vw;
		display: flex;
		justify-content: space-between;
	}
	.spHeaderNav .headerNavItem2Link {
		color: #fff;
		background-color: #3AB924;
		border-radius: 10.26vw;
		width: 42vw;
		height: 15.38vw;
		font-size: 4.1vw;
		letter-spacing: 0.26vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 2px solid #6AD956;
		font-weight: bold;
	}
	.spHeaderNav .headerNavItem2:last-child .headerNavItem2Link {
		background-color: #F59D25;
		border: 2px solid #ffe5aa;
	}
	._spMenuOpen .spHeaderNav {
		display: block;
	}
	._spMenuOpen .spMenuBtnLine1 {
		transform: rotate(45deg);
		top: 7.69vw;
	}
	._spMenuOpen .spMenuBtnLine2 {
		display: none;
	}
	._spMenuOpen .spMenuBtnLine3 {
		top: 7.69vw;
		transform: rotate(-45deg);
	}
	.footer {
		margin-top: 7.69vw;
	}
	.footerContent {
		display: block;
	}
	.footerLeft {
		text-align: center;
	}
	.footerRight {
		padding: 0 6%;
		margin-top: 12.82vw;
	}
	.footerMenuList {
		width: 100%;
		margin: 0;
		justify-content: space-between;
	}
	.footerMenuItem {
		margin: 5.13vw 0 0 0;
	}
	.footerCopyRight {
		line-height: 12.82vw;
		margin-top: 15.38vw;
		font-size: 3.08vw;
	}
	.breadcrumb {
		padding: 0 6%;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.jobCommonList {
		margin: 10.26vw 0 0 0;
		display: block;
	}
	.jobCommonItem {
		width: 100%;
		margin: 7.69vw 0 0 0;
		box-shadow: 0vw 0vw 3.08vw rgba(0,0,0,0.098);
		border-radius: 2.05vw;
		padding: 3.85vw;
	}
	.jobNewIcon {
		border-radius: 3.33vw;
		font-size: 3.59vw;
		padding: 0.51vw 2.82vw;
		letter-spacing: 0.18vw;
		top: -3.85vw;
		left: -2.56vw;
	}
	.jobCommonItemTitle {
		font-size: 4.62vw;
	}
	.jobCommonItemTagWrap {
		margin-top: 3.85vw;
		padding: 2.56vw 0;
	}
	.jobCommonItemCond {
		margin-top: 3.85vw;
	}
	.jobCommonItemCondBlock {
		margin-top: 3.85vw;
	}
	.jobCommonItemCondDt {
		width: 12.82vw;
	}
	.jobCommonItemCondDd {
		margin-left: 1.28vw;
		font-size: 4.62vw;
		width: calc(100% - 12.82vw);
	}
	.commonContent {
		margin-top: 28.21vw;
	}
	.commonContentList {
		display: block;
	}
	.commonContentItem {
		width: 100%;
	}
	.commonContentImg {
		border-radius: 0;
		width: 100%;
	}
	.commonContentTitle {
		font-size: 6.15vw;
	}


	.modal {
		width: 100%;
		background-color: rgba(52,52,52,0.9);
		border-radius: 0;
		padding: 0;
		max-height: 100%;
		height: 100%;
		overflow: hidden;
	}
	.modalHeader {
		background-color: #fff;
		padding: 5.13vw;
	}
	.modalClose {
		right: 2.56vw;
		top: 1.03vw;
		color: #3AB924;
		font-size: 8.97vw;
	}
	.modalBody {
		margin-top: 0;
	}
	.modalBody2Column {
		display: block;
		padding: 6.41vw;
		overflow-y: scroll;
		height: calc(100vh - 48.72vw);
	}
	.modalParent {
	}
	.modalParentOpen {
		background-image: url(../images/icon_minus.svg);
	}
	.modalSpList + .modalSpList {
		margin-top: 6.41vw;
	}
	.modalChlid {
		margin-top: 6.41vw;
		background-color: #fff;
		border-radius: 2.05vw;
	}
	.modalChlidItem {
		padding: 5.13vw;
		font-size: 3.59vw;
	}
	.modalChlidItem:first-child {
		border-top: 0;
	}
	.modalParentLabel {
		display: block;
		background-color: #fff;
		font-size: 3.59vw;
		padding: 5.13vw 13.33vw 5.13vw 5.13vw;
		border-radius: 2.05vw;
		background-image: url(../images/icon_plus.svg);
		background-repeat: no-repeat;
		background-position: calc(100% - 5.13vw) center;
	}
	.childOpen {
		background-image: url(../images/icon_minus.svg);
	}
	.modalParentInput {
		position: absolute;
	}
	.searchConditionSelectSp,
	.searchConditionInputSp {
		width: 87.18vw;
		height: 15.38vw;
		font-size: 4.1vw;
		border-radius: 2.56vw;
		background-color: #fff;
		border: none;
		display: flex;
		justify-content: start;
		align-items: center;
		padding-top: 0vw;
		padding-left: 5.13vw;
		font-family: "Noto Sans JP bold";
		box-shadow: 0vw 0vw 6.67vw -2.56vw rgb(0 0 0 / 57%);
	}
	.searchConditionSelectSpWrap {
		position: relative;
	}
	.searchConditionSelectSpWrap::after {
		content: '';
		width: 1.54vw;
		height: 1.54vw;
		transform: rotate(135deg);
		position: absolute;
		right: 5.13vw;
		top: calc(50% - 0.77vw);
	}
	.modalChlidItem {
		padding: 5.13vw 5.13vw 5.13vw 5.13vw;
	}
	.modalBody1Column {
		background-color: #FFf;
		border-top: 1px solid #ddd;
		padding: 5.13vw;
		overflow-y: scroll;
	}
	.modalBodyListWrap {
		max-height: inherit;
	}
	.modalBodyList {
		display: block;
		margin: -5px 0 0 0;
	}
	.modalBtnWrap {
		text-align: center;
		background-color: #fff;
		padding: 5.13vw 0;
		margin: 0;
	}
	.modalSetBtnWrap {
		padding: 0 6%;
	}
	.modalSetBtn {
		width: 100%;
		line-height: 12.82vw;
		border-radius: 7.69vw;
		font-size: 5.13vw;
		letter-spacing: 0.26vw;
	}

	.thanksTextWap {
		margin: 7.69vw auto 0;
		font-size: inherit;
		width: 100%;
	}
	.thanks {
		margin-top: 10.26vw;
		padding: 0 6%;
	}
	.thanksBtnWap {
		margin-top: 15.38vw;
	}

	.subContent {
		margin-top: 11.54vw;
		padding: 0 6%;
	}
}