/* Scss Document */
#contact-form {
	background: #DDEAF1;
	padding: 85px 0;
}

#contact-form.nobg {
	background: none;
}

.fcform__title {
	text-align: center;
}

.fcform__title h2 {
	font-size: 24px;
	font-weight: 600;
}

.fcform__title h2 small {
	font-size: 22px;
}

.fcform__title h2 span {
	padding: 10px 20px 15px;
	position: relative;
}

.fcform__title h2 span::before {
	content: "";
	background: #004267;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.fcform__note {
	margin-bottom: 27px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

.privacy_readme_box {
	max-width: 512px;
	margin: 0 auto 50px;
}

.privacy_readme_box .i-list {
	text-align: center;
	display: block !important;
}

.privacy_checkbox_info {
	background: #FFFFFF;
	border-radius: 3px;
	padding: 9px;
	margin-bottom: 30px;
	line-height: 27px;
	letter-spacing: 0;
}

@media only screen and (max-width: 560px) {
	.fcform__title h2 {
		font-size: 6.07vw;
	}

	.fcform__title h2 small {
		font-size: 5.54vw;
	}

	.fcform__title h2 span::before {}

	.fcform__note {
		font-size: 4.46vw;
	}

	.privacy_readme_box .i-list {}

	.privacy_checkbox_info {
		padding: 2.14vw;
		line-height: 1.8;
	}
}


.icon__new {
	font-size: 13px;
	color: #fff;
	line-height: 1;
	padding: 12px 9px;
	background: #FF0000;
	display: inline-block;
	font-weight: 600;
}

.icon__title {
	font-size: 15px;
	color: #000000;
	line-height: 1;
	padding: 10px 9px;
	background: #EBF8FF;
	border-radius: 5px;
	display: inline-block;
}

@media only screen and (max-width: 560px) {
	.icon__new {
		font-size: 3.21vw;
		padding: 2.14vw 2.68vw;
	}

	.icon__title {
		font-size: 3.75vw;
		padding: 1.79vw 2.14vw;
	}
}

.mlr {
	margin-left: 0;
	margin-right: 0;
}

.posts__category {
	position: relative;
	width: 100%;
	gap: 20px;
	margin-bottom: 19px;
	margin-top: 11px;
}

.posts__category .icon__heart {
	position: absolute;
	top: 0;
	right: 2px;
	width: 28px;
}
.posts__category .icon__heart .i-custom{
	width: 100%;
}
.posts__category .icon__heart .i-custom input{
	position: inherit;
}

@media only screen and (max-width: 560px) {
	.posts__category {
		margin-top: 5.36vw;
	}
}

.posts__feature {
	background: #DDEAF1;
	border-radius: 5px;
	padding: 21px;
}

.posts__feature h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media only screen and (max-width: 560px) {
	.posts__feature h2 {
		font-size: 4.46vw;
		margin-bottom: 2.68vw;
	}
}

.posts__image {
	flex-direction: row-reverse;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.posts__image feature {
	width: 350px;
	height: 243px;
	display: block;
}

.posts__image .search-jobs__slider__info {
	margin-right: 0;
	padding-bottom: 0;
	width: 260px;
}

.posts__image .search-jobs__slider__info ul li {
	font-size: 16px;
}

@media only screen and (max-width: 560px) {
	.posts__image {
		display: block;
		padding-left: 3.57vw;
		padding-right: 3.57vw;
	}

	.posts__image feature {
		margin-bottom: 5.36vw;
		width: 100%;
		height: 85vw;
	}

	.posts__image .search-jobs__slider__info {
		width: 100%;
	}
}

.btn-tg01 {
	padding-left: 22px;
	position: relative;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 600;
	color: #004267;
}

.btn-tg01::before {
	content: "";
	background: #004267;
	background: linear-gradient(90deg, #003366 0%, #004267 100%);
	position: absolute;
	bottom: -18px;
	right: 0%;
	height: 3px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	left: 0;
}

.post__content__list {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.post__content__list dl {
	border-bottom: 1px solid #E9E9E9;
	padding: 24px 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.post__content__list dl dt {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-left: 5px;
	width: 20%;
}

.post__content__list dl dt::before {
	content: "";
	background: #4399C9;
	width: 3px;
	height: 20px;
	border-radius: 5px;
	position: absolute;
	top: 12px;
	left: -6px;
	transform: translateY(-50%);
}

.post__content__list dl dd {
	line-height: 24px;
	width: 80%;
}

.post__content__list dl dd span {
	display: block;
}

.post__content__list .search-jobs__slider__tag {
	padding-top: 20px;
}

@media only screen and (max-width: 560px) {
	.post__content__list {
		padding-left: 7.14vw;
		padding-right: 7.14vw;
	}

	.post__content__list dl {
		display: block;
	}

	.post__content__list dl dt {
		font-size: 3.93vw;
		font-weight: 600;
		position: relative;
		padding-left: 0.89vw;
		width: 100%;
		margin-bottom: 1.79vw;
	}

	.post__content__list dl dt::before {
		width: 0.54vw;
		height: 4.46vw;
		border-radius: 0.89vw;
		position: absolute;
		top: 3.93vw;
		left: -1.07vw;
		transform: translateY(-50%);
	}

	.post__content__list dl dd {
		width: auto;
		padding-left: 0.89vw;
		line-height: 1.6;
		padding-right: 0.89vw;
	}

	.post__content__list .search-jobs__slider__tag {
		padding-top: 3.57vw;
		margin-left: 0;
		margin-right: 0;
	}
}


@media only screen and (max-width: 560px) {
	.tab-container {
		position: relative;
		padding-top: 9.29vw;
		margin-left: -6%;
		margin-right: -6%;
	}

	.tab-container .btn-tg01 {
		font-size: 4.29vw;
		padding: 2.5vw 3.57vw;
		background: #E9E9E9;
		border-top-left-radius: 0.89vw;
		border-top-right-radius: 0.89vw;
		color: #000;
		display: inline-block;
		line-height: 1;
		margin-bottom: -0.36vw;
		position: absolute;
		top: 0vw;
		left: 14.29vw;
		width: 25%;
		text-align: center;
		cursor: pointer;
	}

	.tab-container .btn-tg01::before {
		display: none;
	}

	.tab-container .open {
		color: #fff;
		background: #004267;
	}

	.tab-container .tab__content {
		border-top: 0.36vw solid #004267;
		padding-top: 3.57vw;
	}

	.tab-container .tab-2 {
		position: absolute;
		top: 0;
		right: 14.29vw;
		left: auto;
	}

	.tab-container .posts__content-tt::before {
		display: none;
	}

	.tab__content {
		display: none;
	}

	.tab__content:first-of-type {
		display: block;
	}
}

#contact-member {
	padding: 80px 0 80px;
}

#contact-member .fcform__main {
	max-width: 1080px;
}

#contact-member .form-caption {
	width: 30%;
}

#contact-member .caption--askerisk {
	left: 73%;
}

@media only screen and (max-width: 560px) {
	#contact-member {
		padding: 28.57vw 0 14.29vw;
	}

	#contact-member .form-caption {
		width: 100%;
	}

	#contact-member .caption--askerisk {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 560px) {
	html.responsive #contact-member .form-group {
		display: block;
	}

	html.responsive #contact-member .form-group.x2,
	html.responsive #contact-member .form-group.x3 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	html.responsive #contact-member .form-group .w90_2 {
		width: 9.82vw !important;
		display: inline-block;
	}

	html.responsive #contact-member .form-group.x2 .form-inline {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}

	html.responsive #contact-member .form-row .i-list {
		flex-wrap: wrap;
	}

	html.responsive #contact-member .form-row .i-list label {
		width: 40%;
		margin-bottom: 1.79vw;
	}
}

.member__step {
	padding-bottom: 80px;
}

@media only screen and (max-width: 560px) {
	.member__step {
		padding-bottom: 7.143vw;
	}
}



.step_list {
	width: 515px;
	margin: 0 auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0;
}

.step_list li {
	position: relative;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #004267;
}

.step_list li::after {
	content: "";
	height: 2px;
	background: #E9E9E9;
	width: 100px;
	position: absolute;
	top: 18px;
	right: -97px;
}

.step_list li span {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto 10px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 54px;
	color: #fff;
	background: url(../img/member/circle01.svg) no-repeat center;
	background-size: 100% auto;
	font-size: 0;
}

.step_list li:first-child {
	margin: 0;
}

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

.step_list li.pre__current span {
	background: url(../img/member/circle02.svg) no-repeat;
	background-size: 100% auto;
}

.step_list li.done__current::after {
	background: #004267;
}

.step_list li.done__current span {
	background: url(../img/member/circle03.svg) no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 560px) {
	.step_list {
		width: 89.29vw;
	}

	.step_list li::after {
		width: 100%;
		right: -100%;
		top: 4.46vw;
	}

	.step_list li span {
		width: 8.75vw;
		height: 8.75vw;
	}

	.step_list li {
		font-size: 3.75vw;
	}
}

.step_catch {
	text-align: center;
	font-size: 22px;
}

.btn_inner {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.btn_inner a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 56px;
	border-radius: 5px;
	display: block;
	background: #0F1339;
	text-align: center;
	transition: all .4s ease;
	border: 1px solid #0F1339;
}

.btn_inner a:hover {
	background: #fff;
	color: #0F1339;
}

@media only screen and (max-width: 560px) {
	.step_catch {
		font-size: 5.54vw;
	}

	.btn_inner {
		max-width: 50vw;
	}

	.btn_inner a {
		font-size: 4.46vw;
		line-height: 13.39vw;
	}

}

.mem__popup {
	position: relative;
	margin-bottom: 15px;
	width: 360px;
}

.mem__popup input[type="text"] {
	width: 360px;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px 0 20px;
	color: #000000;
}

.mem__popup .button__popup {
	background: none;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	border: none;
	height: 100%;
	bottom: 0;
	cursor: pointer;
	z-index: 2;
}

.mem__popup .button__popup::before {
	content: "";
	background: url(../img/member/icon__plus.webp) no-repeat;
	width: 18px;
	background-size: 100% auto;
	right: 16px;
	transform: translateY(-50%);
	display: block;
	position: absolute;
	height: 45px;
}

@media only screen and (max-width: 560px) {
	.mem__popup {
		width: 100%;
	}

	.mem__popup input[type="text"] {
		width: 100%;
		height: 10.71vw;
		line-height: 10.71vw;
		font-size: 3.93vw;
	}
}

.mem__output {
	background: #DDEAF1;
	border-radius: 5px;
	padding: 20px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}

.mem__output .txt__clear {
	text-align: right;
	color: #707070;
}

.mem__output .txt__clear a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-underline-offset: 4px;
}

.mem__output .txt__clear a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 560px) {
	.mem__output {
		width: auto;
		margin-right: 5.36vw;
		margin-left: 5.36vw;
		font-size: 3.75vw;
	}
}

.mem__output__list {
	padding-top: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.mem__output__list li {
	display: flex;
	align-items: center;
	border-radius: 100px;
	border: 1px solid #4399C9;
	line-height: 1;
	padding: 8px 10px 8px 10px;
	position: relative;
	background: #fff;
}
.mem__output__list li label{
  display: flex;
  align-items: center;
  height: 100%;
}

.mem__output__list li small {
	display: inline-block;
	width: 15px;
	margin-left: 10px;
	cursor: pointer;
}
.mem__output__list li .input-checkbox-type {
	display: none;
}

.txt__inline {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.form-button .submit-form {
	padding-top: 30px;
}

.form-submit_back {
	background: #fff !important;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	padding: 15px 24px;
	color: #000 !important;
	font-size: 17px;
	border: 1px solid #CCCCCC !important;
}

.form-submit_back::before {
	display: none;
}

.form-submit_back:hover {
	background: #ccc !important;
	color: #000 !important;
	text-decoration: none !important;
}

body.qualifications--opened,
body.type--opened,
body.location--opened {
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
}

body.qualifications--opened,
body.qualifications--opened *,
body.qualifications--opened *:hover,
body.qualifications--opened *:focus,
body.qualifications--opened *:active,
body.type--opened,
body.type--opened *,
body.type--opened *:hover,
body.type--opened *:focus,
body.type--opened *:active,
body.location--opened,
body.location--opened *,
body.location--opened *:hover,
body.location--opened *:focus,
body.location--opened *:active {
	pointer-events: none !important;
	touch-action: none !important;
}

body.qualifications--opened .search-jobs__form__sp,
body.qualifications--opened .search-jobs__form__sp *,
body.qualifications--opened .remodal-is-opened,
body.qualifications--opened .remodal-is-opened *,
body.type--opened .search-jobs__form__sp,
body.type--opened .search-jobs__form__sp *,
body.type--opened .remodal-is-opened,
body.type--opened .remodal-is-opened *,
body.location--opened .search-jobs__form__sp,
body.location--opened .search-jobs__form__sp *,
body.location--opened .remodal-is-opened,
body.location--opened .remodal-is-opened * {
	pointer-events: visible !important;
	touch-action: auto !important;
}

.sitemap-page {
	padding-top: 47px;
	padding-bottom: 100px;
	letter-spacing: 0;
}

@media only screen and (max-width: 560px) {
	.sitemap-page {
		padding-top: 0;
	}
}

.sitemap-page__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sitemap-page__list li {
	margin-bottom: 1px;
	width: 48%;
}

.sitemap-page__list li a {
	display: block;
	position: relative;
	background: #DDEAF1;
	line-height: 61px;
	padding: 0 30px;
	transition: all .4s ease;
}

.sitemap-page__list li a::after {
	content: "";
	background: url(../img/shared/icon_arrow02.webp) no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
}

.sitemap-page__list li a:hover {
	background: #98c8e2;
}


.sitemap-page__list li:nth-of-type(1) {
	order: 1;
}

.sitemap-page__list li:nth-of-type(2) {
	order: 3;
}

.sitemap-page__list li:nth-of-type(3) {
	order: 5;
}

.sitemap-page__list li:nth-of-type(4) {
	order: 7;
}

.sitemap-page__list li:nth-of-type(5) {
	order: 9;
}

.sitemap-page__list li:nth-of-type(6) {
	order: 2;
}

.sitemap-page__list li:nth-of-type(7) {
	order: 4;
}

.sitemap-page__list li:nth-of-type(8) {
	order: 6;
}

.sitemap-page__list li:nth-of-type(9) {
	order: 8;
}

.sitemap-page__list li:nth-of-type(10) {
	order: 10;
}



@media only screen and (max-width: 560px) {
	.sitemap-page__list {
		display: block;
	}

	.sitemap-page__list li {
		width: 100%;
	}
}

.post-sitemap__others__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
}

.post-sitemap__others__list .feature-jobs__item {
	width: 47%;
}

.post-sitemap__others__list .feature-jobs__item feature {
	height: 94px;
}

.post-sitemap__others__list .feature-jobs__item p {
	padding-left: 36px;
	align-self: center;
}

@media only screen and (max-width: 560px) {
	.post-sitemap__others__list {
		flex-wrap: wrap;
	}

	.post-sitemap__others__list .feature-jobs__item {
		width: 100%;
	}

	.sitemap-page__list li a {
		line-height: 13.39vw;
	}

}

.sitemap-bnr__fixed {
	position: fixed;
	bottom: 200px;
	right: 0;
}

.sitemap-bnr__fixed a {
	width: 58px;
	height: 150px;
	padding: 0 15px 0;
	line-height: 1.1;
	background: #FF5700;
	border: 2px solid #FF5700;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	transition: all .4s ease;
	
	/* 縦書きと中央揃えのスタイル */
	display: flex;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
	text-orientation: upright;
}


@media only screen and (max-width: 560px) {
	.sitemap-bnr__fixed a {
		width: 3.79vw;
		height: 38.39vw;
		padding: 0 3.21vw 0;
	}

	.post-sitemap__others__list .feature-jobs__item feature {
		height: 21.43vw;
	}
}

/* info box  */
.entry-form__info-box {
  margin-bottom: 10px;
  border: 2px solid #004267;
  padding: 10px;
  text-align: left;
}
.entry-form__info-box--action {
  margin-top: 10px;
  border-radius: 10px;
  border-color: #FF2C2C;
}
.entry-form__info-box-text {
  font-size: 13px;
  font-weight: 700;
  /* letter-spacing: -0.05em; */
}
.entry-form__info-box-text--color-red {
  color: #FF2C2C;
}

.entry-form__info-box-message-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  text-align: left;
  margin-left: -100px;
  margin-bottom: 40px;
}
.entry-form__info-box-message {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-left: -100px;
  margin-bottom: 20px;
}
.entry-form__info-box-notice {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #666;
  margin-left: -100px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 560px) {
  /* info box  */
  .entry-form__info-box {
    margin-bottom: 1.78vw;
    border: 0.35vw solid #004267;
    padding: 1.78vw;
  }
  .entry-form__info-box--action {
    margin-top: 1.78vw;
    border-radius: 1.78vw;
  }
  .entry-form__info-box-text {
    font-size: 2.32vw;
  }
  .entry-form__info-box-message-title {
    font-size: 22px;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 5.35vw;
  }
  .entry-form__info-box-message {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 3.57vw;
  }
  .entry-form__info-box-notice {
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 10.71vw;
  }
  #_formConf .entry-form__info-box-message {
    margin-bottom: 10.71vw;
  }
}
