@charset "UTF-8";

*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0
}
._menuOpen {
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
}
._menuOpen body {
	height: 100%;
}
main {
	display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}
li {
	list-style-type: none
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}
pre {
	font-family: monospace, monospace;
	font-size: inherit
}
address {
	font-style: inherit
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit
}
abbr[title] {
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
svg, img, embed, object, iframe {
	vertical-align: bottom;
	font-family: inherit;
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox
}
[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio
}
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, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default
}
:-moz-focusring {
	outline: auto
}
select:disabled {
	opacity: inherit
}
option {
	padding: 0
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}
legend {
	padding: 0
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
label[for] {
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
[contenteditable]:focus {
	outline: auto
}
table {
	border-color: inherit;
	border-collapse: collapse
}
caption {
	text-align: left
}
td, th {
	vertical-align: top;
	padding: 0
}
th {
	text-align: left;
	font-weight: bold
}
body {
	/* min-width: 1160px; */
	min-width: 1240px;
	font-family: "Noto Sans JP", sans-serif;
	/* overflow: scroll */
}
@media screen and (max-width:560px) {
	body {
		min-width: 320px
	}
}
.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.commonContentsContainer {
	/* width: 90%;
	max-width: 1160px; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.commonContentsContainer {
		width: 90%;
		padding: 0;
	}
}
.none {
	display: none;
}
@media screen and (min-width:561px) {
	.pcNone {
		display: none !important
	}
}
/* @media screen and (min-width:561px) and (max-width:991px) {
	.tabNone {
		display: none !important
	}
} */
@media screen and (max-width:560px) {
	.spNone {
		display: none !important
	}
}

.mb4_5 {
	margin-bottom: 4.5em !important;
}
header {
	background: #ffffff;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999
}
@media screen and (max-width:560px) {
	header {
		min-width: inherit
	}
}
.headerTop {
	background: #004831;
	height: 60px;
	border-bottom: 5px solid #c4d700
}
@media screen and (max-width:560px) {
	.headerTop {
		height: 40px;
		display: flex;
		align-items: center
	}
}
.headerTopInner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 15px
}
@media screen and (max-width:560px) {
	.headerTopInner {
		width: 100%;
		padding: 0 15px
	}
}
.headerMain {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	max-height: 150px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.headerMain {
		width: 100%;
		height: 100%;
		padding: 0;
	}
}
.headerLogo {
	width: 120px
}
@media screen and (max-width:560px) {
	.headerLogo {
		width: 70px
	}
}
.headerLogoSmall {
	width: 80px
}
@media screen and (max-width:560px) {
	.headerLogoSmall {
		width: 70px
	}
}
header.UpMove {
	animation: UpAnimePc 0.5s forwards
}
@media screen and (max-width:560px) {
	header.UpMove {
		animation: UpAnimeSp 0.5s forwards
	}
}
header.UpMove .headerTop {
	animation: UpHide 0.5s forwards
}
@keyframes UpAnimePc {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(-60px)
	}
}
@keyframes UpAnimeSp {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(-40px)
	}
}
@keyframes UpHide {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
header.DownMove {
	animation: DownAnimePc 0.5s forwards
}
@media screen and (max-width:560px) {
	header.DownMove {
		animation: DownAnimeSp 0.5s forwards
	}
}
header.DownMove .headerTop {
	animation: DownShow 0.5s forwards
}
@keyframes DownAnimePc {
	from {
		transform: translateY(-60px)
	}
	to {
		transform: translateY(0)
	}
}
@keyframes DownAnimeSp {
	from {
		transform: translateY(-40px)
	}
	to {
		transform: translateY(0)
	}
}
@keyframes DownShow {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.linkHover {
	transition: all 0.3s
}
.linkHover:hover.isNormal {
	color: #004831
}
.linkHover:hover.isTenshoku {
	color: #1B64AB
}
.linkHover:hover.isHaken {
	color: #D83763
}
.linkHover:hover.isConsulting {
	color: #004831
}
.sougouHeader {
	margin: 0 auto;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}
.sougouHeader.active {
	width: 100%
}
@media screen and (max-width:560px) {
	.sougouHeader {
		padding: 0
	}
}
.sougouHeaderLogo {
	width: 300px;
	height: 23.82px
}
@media screen and (max-width:560px) {
	.sougouHeaderLogo.ml {
		margin-left: 20px
	}
}
@media screen and (max-width:560px) {
	.sougouHeaderLogo {
		width: 170px;
		height: auto;
		padding: 18px 0
	}
}
.sougouHeaderNav {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1.5em;
	white-space: nowrap
}
.sougouHeaderNavItem {
	font-size: 16px
}
.sougouHeaderNavItem:nth-child(-n+3) {
	border-right: 1px solid #cdd6dd;
	padding: 10.5px 1.5em 9.5px 0
}
.sougouHeaderNavItem:nth-child(4) {
	padding: 10.5px 40px 9.5px 0;
}
.sougouHeaderNavItem .linkHover:hover {
	text-decoration: underline;
	text-decoration-color: #004831;
}
.sougouHeaderNavItemSmall {
	display: flex;
	align-items: center;
	gap: 1.5em;
	font-size: 14px
}
@media screen and (max-width:560px) {
	.sougouHeaderNavPc {
		display: none
	}
}
.sougouHeaderUnderNav {
	display: none
}
@media screen and (max-width:560px) {
	.sougouHeaderUnderNav {
		display: block;
		padding-top: 1em
	}
	.sougouHeaderUnderNav a {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	.sougouHeaderUnderNav li {
		padding: 0.5em 0 0.5em 0.5em
	}
}
.sougouHeaderNavSp {
	width: 90%;
	margin: 0 auto
}
.sougouHeaderNavItemSp a {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.sougouHeaderNavBottom {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* gap: 0.8em */
}
.sougouHeaderNavBottom li:nth-child(n + 2) {
	margin-left: 0.8em;
}
.sougouHeaderNavBottom>li {
	flex: 1;
	background: #fff;
	color: #004831;
	padding: 2em 0;
	text-align: center;
	border-radius: 5px
}
.sougouHeaderNavBottom>li>a {
	display: inline-block;
	padding-bottom: 0.7em
}
.sougouHeaderNavBottom>li>.circle {
	display: block;
	margin: 0 auto
}
.hakenHeader {
	margin: 0 auto;
	padding: 30.5px 0;
	position: relative
}
@media screen and (max-width:560px) {
	.hakenHeader {
		padding: 0 0 0 1em;
		width: 100%
	}
}
.hakenHeaderTop {
	display: flex;
	align-items: center
}
.hakenHeaderEntryLink {
	width: 44px;
	height: 50px;
	color: #3b4043;
	background: rgba(246, 152, 150, 0.2);
	text-align: center;
	font-size: 9px;
	margin-left: 0.1em
}
.hakenHeaderEntryLink>div {
	padding-top: 0.6em;
	display: flex;
	justify-content: center;
	padding-bottom: 0.4em
}
.hakenHeaderTopLink {
	font-weight: bold;
	font-size: 12px;
	position: relative;
	padding-right: 30px
}
.hakenHeaderTopLink::before {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(-50%) translateY(-50%)
}
.hakenHeaderTopLinkSp::before {
	display: none
}
.hakenHeaderTopLinkSp::after {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(-50%) translateY(-50%)
}
.hakenHeaderLogo {
	width: 300px;
	height: 23.82px
}
@media screen and (max-width:560px) {
	.hakenHeaderLogo {
		width: 170px;
		height: auto;
		padding: 0;
		vertical-align: baseline;
	}
}
.hakenHeaderNav {
	height: 46px;
	margin-top: 35px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1.5em
}
.hakenHeaderNav .btn::before, .hakenHeaderNav .btn::after {
	display: none
}
.hakenHeaderNavItem {
	font-size: 16px
}
.hakenHeaderNavItem:nth-child(2) {
	margin-right: auto
}
.hakenHeaderTopLink:hover,
.hakenHeaderNavItem:hover {
	text-decoration: underline;
	text-decoration-color: #D83763;
}
.hakenHeaderNavItem:last-child:hover {
	text-decoration: none;
}
.hakenHeaderNavItemSmall {
	display: flex;
	align-items: center;
	gap: 1.5em;
	font-size: 13px
}
.hakenHeaderNavLink {
	padding: 0.7em 1em
}
.hakenHeaderNavLink>svg {
	margin-right: 0.5em
}
.hakenHeaderNavLink::after {
	display: none
}
.hakenHeaderNavIcon {
	padding-right: 0.5em
}
.hakenHeaderNavIcon.is-small {
	height: 15px;
	width: auto;
	padding-right: 0
}
.tenshokuHeader {
	margin: 0 auto;
	padding: 30.5px 0;
	position: relative
}
@media screen and (max-width:560px) {
	.tenshokuHeader {
		padding: 0 0 0 1em;
		width: 100%
	}
}
.tenshokuHeaderTop {
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.tenshokuHeaderEntryLink {
		width: 44px;
		height: 50px;
		background: rgba(27, 100, 171, 0.15);
		text-align: center;
		font-size: 9px;
		margin-left: 0.1em;
	}
	.tenshokuHeaderEntryLink>div {
		padding-top: 1.1em;
		display: flex;
		justify-content: center;
		padding-bottom: 0.8em
	}
}

.tenshokuHeaderTopLink {
	font-weight: bold;
	font-size: 12px;
	position: relative;
	padding-right: 30px
}
.tenshokuHeaderTopLink::before {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(-50%) translateY(-50%)
}
.tenshokuHeaderTopLinkSp::before {
	display: none
}
.tenshokuHeaderTopLinkSp::after {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(-50%) translateY(-50%)
}
.tenshokuHeaderLogo {
	width: 300px;
	height: 23.82px
}
@media screen and (max-width:560px) {
	.tenshokuHeaderLogo {
		width: 170px;
		height: auto;
		vertical-align: baseline;
	}
}
.tenshokuHeaderNav {
	height: 46px;
	margin-top: 35px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1.5em
}
.tenshokuHeaderNavItem {
	font-size: 16px
}
.tenshokuHeaderNavItem:nth-child(-n+3) {
	border-right: 1px solid #cdd6dd;
	padding: 0.5em 1.5em 0.5em 0
}
.tenshokuHeaderNavItem:nth-child(4) {
	padding-right: 2em
}
.tenshokuHeaderNavItem:last-child {
	margin-left: auto
}
.tenshokuHeaderTopLink:hover,
.tenshokuHeaderNavItem .linkHover:hover {
	text-decoration: underline;
	text-decoration-color: #1B64AB;
}
.tenshokuHeaderNavItemSmall {
	display: flex;
	align-items: center;
	gap: 1.5em;
	font-size: 13px
}
.tenshokuHeaderNavLink {
	padding: 0.7em 1em
}
.tenshokuHeaderNavLink>svg {
	margin-right: 0.5em
}
.tenshokuHeaderNavLink.btn::before, .tenshokuHeaderNavLink.btn::after {
	display: none
}
.tenshokuHeaderNavIcon {
	padding-right: 0.5em
}
@media screen and (max-width:560px) {
	.tenshokuHeaderNavIcon {
		padding-right: 0;
		width: 17px;
	}
}
.tenshokuHeaderNavIcon.is-right {
	padding-right: 0;
	padding-left: 0.5em
}
.consultingHeader {
	margin: 0 auto;
	padding: 30.5px 0;
	position: relative
}
@media screen and (max-width:560px) {
	.consultingHeader {
		padding: 0 0 0 1em;
		width: 100%
	}
}
.consultingHeaderTop {
	display: flex;
	align-items: center
}
.consultingHeaderTopLink {
	font-weight: bold;
	font-size: 12px;
	position: relative;
	padding-right: 30px
}
.consultingHeaderTopLink::before {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateX(-50%) translateY(-50%)
}
.consultingHeaderTopLinkSp::before {
	display: none
}
.consultingHeaderTopLinkSp::after {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(-50%) translateY(-50%)
}
.consultingHeaderLogo {
	width: 300px;
	height: 23.82px
}
@media screen and (max-width:560px) {
	.consultingHeaderLogo {
		width: 170px;
		height: auto;
		vertical-align: baseline;
	}
}
.consultingHeaderNav {
	height: 46px;
	margin-top: 35px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1.5em
}
.consultingHeaderNavItem {
	font-size: 16px
}
.consultingHeaderNavItem:nth-child(-n+3) {
	padding: 0.5em 1.5em 0.5em 0
}
.consultingHeaderNavItem:last-child {
	margin-left: auto
}
.consultingHeaderTopLink:hover,
.consultingHeaderNavItem .linkHover:hover{
	text-decoration: underline;
	text-decoration-color: #004831;
}
.consultingHeaderNavItemSmall {
	display: flex;
	align-items: center;
	gap: 1.5em;
	font-size: 13px
}
.consulHeaderNavLink {
	padding: 0.7em 0;
	display: inline-block;
	width: 200px
}
.consulHeaderNavLink>svg {
	margin-right: 0.5em
}
.consulHeaderNavLink.btn::before, .consulHeaderNavLink.btn::after {
	display: none
}
.tenshokuHeaderNavIcon {
	padding-right: 0.5em
}
@media screen and (max-width:560px) {
	.tenshokuHeaderNavIcon {
		padding-right: 0
	}
}
.tenshokuHeaderNavIcon.is-right {
	padding-right: 0;
	padding-left: 0.5em
}
.footer {
	border-top: 1px solid #cdd6dd;
	padding-top: 2em
}
.footerContent {
	/* max-width: 1160px;
	width: 100%; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
@media screen and (max-width:560px) {
	.footerContent {
		display: block;
		width: 85%;
		padding: 0;
	}
}
.footerNav {
	display: flex;
	align-items: center;
	margin-bottom: 1.5em
}
.footerNav:first-child {
	padding-left: 15px
}
@media screen and (max-width:560px) {
	.footerNav {
		align-items: flex-start;
		/* gap: 5em; */
		padding-left: 1em;
		border-bottom: 1px solid #cdd6dd
	}
}
.footerMainNav {
	display: flex;
	align-items: center;
	gap: 1em;
	word-break: keep-all
}
@media screen and (max-width:560px) {
	.footerMainNav {
		display: block;
		width: 45%;
		margin-right: 10%;
	}
}
.footerSubNav {
	font-size: 14px;
	margin-left: 50px
}
@media screen and (max-width:560px) {
	.footerSubNav {
		width: 45%;
		margin: 0;
	}
}
.footerSubNav>a {
	padding-right: 27px;
	position: relative;
	padding-left: 15px;
}
@media screen and (max-width:560px) {
	.footerSubNav>a {
		padding-right: 0;
		margin-bottom: 12px;
		display: block
	}
}
.footerLink {
	position: relative;
	padding-left: 15px;
}
.footerSubNav>a::before,
.footerLink::before {
	content: "";
	width: 1px;
	height: 1px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #004831;
	transform: translateY(-50%);
	position: absolute;
	top: 60%;
	left: 0;
}
.footerNavItem {
	font-weight: bold;
	padding: 0 30px 0.2em 5px;
	font-size: 14px;
	position: relative
}
.footerNavItem .linkHover:hover,
.footerSubNav .linkHover:hover,
.footerLink:hover{
	text-decoration: underline;
}
@media screen and (max-width:560px) {
	.footerNavItem {
		padding: 0;
		margin-bottom: 15px
	}
}
.footerNavItem::before, .footerNavItem::after {
	content: "";
	width: 8px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #004831;
	position: absolute;
	left: -12px;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.footerNavItem::before, .footerNavItem::after {
		left: -15px
	}
}
.footerNavItem::before {
	top: calc(50% + 1px);
	transform: rotate(-45deg)
}
@media screen and (max-width:560px) {
	.footerNavItem::before {
		top: calc(50% + 2px)
	}
}
.footerNavItem::after {
	top: calc(50% - 4px);
	transform: rotate(45deg)
}
@media screen and (max-width:560px) {
	.footerNavItem::after {
		top: calc(50% - 3px)
	}
}
.footerLink {
	font-size: 14px;
	color: #707070;
	margin-right: 2em
}
@media screen and (max-width:560px) {
	.footerLink {
		display: block;
		margin-bottom: 12px;
		margin-right: 0;
	}
}
.footerRight {
	display: flex;
	gap: 2em
}
@media screen and (max-width:560px) {
	.footerRight {
		padding-top: 1.5em
	}
}
.footerRightImg {
	width: 63px;
	height: 63px;
}
.scrollTop {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: #004831;
	position: relative
}
@media screen and (max-width:560px) {
	.scrollTop {
		width: 40px;
		height: 40px;
		margin-left: auto;
		margin-right: 0
	}
	.footerRightImg {
		width: 40px;
		height: 40px;
	}
}
.scrollTop::before, .scrollTop::after {
	content: "";
	width: 10px;
	height: 3px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 45%;
	transition: all 0.3s
}
.scrollTop::before {
	top: calc(45% - 4px);
	left: calc(45% - 2px);
	transform: rotate(-135deg) translateX(-50%) translateY(-50%)
}
.scrollTop::after {
	top: calc(45% - 2px);
	transform: rotate(-45deg) translateX(-50%) translateY(-50%)
}
.footerCopyrightBox {
	margin-top: 2em;
	background: #c4d700;
	padding: 1em 0;
	text-align: center
}
.footerCopyrightBox>P {
	color: #004831;
	font-size: 16px
}
@media screen and (max-width:560px) {
	.footerCopyrightBox>P {
		font-size: 11px
	}
}
.heading01, .heading02, .heading03, .heading04, .heading05, .heading06, .heading07 {
	font-weight: bold
}
.heading01 {
	font-size: 32px
}
.heading02 {
	font-size: 28px
}
.heading03 {
	font-size: 24px
}
.heading04 {
	font-size: 20px
}
@media screen and (max-width:560px) {
	.heading04 {
		font-size: 14px
	}
}
.heading05 {
	font-size: 16px
}
.heading06 {
	font-size: 14px
}
.heading07 {
	font-size: 12px
}
.topHeading {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 32px;
	line-height: 1.5;
	color: #ffffff;
	text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.7), 3px 3px 20px rgba(0, 0, 0, 0.7), 3px 3px 20px rgba(0, 0, 0, 0.7)
}
@media screen and (max-width:560px) {
	.topHeading {
		font-size: 24px
	}
}
.headingLarge {
	font-size: 32px;
	color: #004831;
	font-weight: bold;
	margin-bottom: 2em
}
@media screen and (max-width:560px) {
	.headingLarge.isSmall {
		font-size: 20px
	}
}
.headingLarge.lhSmall {
	line-height: 1.25
}
.headingLarge.isCenter {
	text-align: center
}
.headingLarge.mt {
	margin-top: 4em
}
@media screen and (max-width:560px) {
	.headingLarge.mt {
		margin-top: 60px
	}
}
.headingLarge.mbNone {
	margin-bottom: 0
}
@media screen and (max-width:560px) {
	.headingLarge {
		font-size: 22px
	}
}
.headingMedium {
	background: #004831;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	padding: 0.8em 20px 0.8em 50px;
	position: relative;
	margin-bottom: 1em
}
.headingMedium.mt {
	margin-top: 3em
}
@media screen and (max-width:560px) {
	.headingMedium.mt {
		margin-top: 40px
	}
}
.headingMedium.mbSmall {
	margin-bottom: 30px
}
@media screen and (max-width:560px) {
	.headingMedium.mbSmall {
		margin-bottom: 16px
	}
}
.headingMedium.mbMedium {
	margin-bottom: 45px
}
@media screen and (max-width:560px) {
	.headingMedium.mbMedium {
		margin-bottom: 40px
	}
}
@media screen and (max-width:560px) {
	.headingMedium.mbSpSmall {
		margin-bottom: 25px
	}
}
.headingMedium.isPr {
	padding-right: 20px;
	line-height: 1.5
}
.headingMedium.mbNone {
	margin-bottom: 0
}
@media screen and (max-width:560px) {
	.headingMedium {
		font-size: 16px
	}
}
.headingMedium::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #C4D700;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%)
}
.headingSmall {
	font-size: 20px;
	font-weight: bold;
	padding: 0.3em 0 0.3em 1em;
	border-left: 6px solid #C4D700;
	margin-bottom: 1em
}
.headingSmall.mbNone {
	margin-bottom: 0
}
.headingSmall.mt {
	margin-top: 3em
}
@media screen and (max-width:560px) {
	.headingSmall {
		font-size: 14px
	}
	.headingSmall.mt {
		margin-top: 40px
	}
}
.leadText {
	color: #004831;
	font-weight: bold;
	margin-bottom: 2em;
	line-height: 1.5
}
.leadText.is-large.mbLarge {
	margin-bottom: 60px
}
@media screen and (max-width:560px) {
	.leadText.is-large.mbSmall {
		margin-bottom: 20px
	}
}
.leadText.is-large {
	font-size: 24px
}
@media screen and (max-width:560px) {
	.leadText.is-large.spLarge {
		font-size: 20px
	}
}
@media screen and (max-width:560px) {
	.leadText.is-large {
		font-size: 16px
	}
}
@media screen and (max-width:560px) {
	.leadText.is-large.spLarge {
		font-size: 20px;
		margin-bottom: 40px
	}
}
.leadText.is-small {
	font-size: 20px
}
@media screen and (max-width:560px) {
	.leadText.is-small {
		font-size: 16px
	}
}
.txt {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 3em;
	word-break: break-all;
}
.txt2 {
	font-size: 16px;
	line-height: 2;
}
.txt2:nth-child(n + 2) {
	margin-top: 1.5em
}
.txt--bw {
	word-break: break-word;
}
@media screen and (max-width:560px) {
	.txt,
	.txt2 {
		font-size: 13px
	}
}
.txt.is-large {
	font-weight: bold;
	font-size: 20px
}
@media screen and (max-width:560px) {
	.txt.is-large {
		font-size: 14px
	}
}
.txt span.red,
.textRed {
	color: #E60000
}
.txt.isBold {
	font-weight: bold
}
.txt.isGrey {
	color: #3B4043
}
.txt.mbSmall {
	margin-bottom: 2em
}
@media screen and (max-width:560px) {
	.txt.nmbSmall {
		margin-bottom: 20px
	}
}
@media screen and (max-width:560px) {
	.txt.nmbXSmall {
		margin-bottom: 10px
	}
}
.txt.mbLarge {
	margin-bottom: 5em
}
@media screen and (max-width:560px) {
	.txt.mbSpLarge {
		margin-bottom: 40px
	}
}
.txt.mbXLarge {
	margin-bottom: 90px
}
@media screen and (max-width:560px) {
	.txt.mbXLarge {
		margin-bottom: 60px
	}
}
.txt.mbNone {
	margin-bottom: 0
}
.txt.isRight {
	text-align: right
}
.txtSupplement {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 3em;
	color: #3B4043
}
@media screen and (max-width:560px) {
	.txtSupplement {
		font-size: 13px
	}
}
.txtSupplement.is-large {
	font-weight: bold;
	font-size: 13px
}
@media screen and (max-width:560px) {
	.txtSupplement.mbSmall {
		margin-bottom: 20px
	}
}
.txtSupplement.mbNone {
	margin-bottom: 0
}
.btn {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border-radius: 50px;
	position: relative;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.btn {
		font-size: 14px
	}
}
.btn::before, .btn::after {
	content: "";
	width: 8px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 20px;
	transition: all 0.3s
}
.btn::before {
	top: calc(50% + 2px);
	transform: rotate(-45deg)
}
.btn::after {
	top: calc(50% - 3px);
	transform: rotate(45deg)
}
.btnNoArrow::before, .btnNoArrow::after {
	display: none
}
.btnNormal {
	background: #004831;
	border: 2px solid #004831;
	transition: all 0.3s
}
.btnNormal:hover {
	background: #fff;
	color: #004831
}
.btnNormal:hover::before, .btnNormal:hover::after {
	background: #004831
}
.btnBlue {
	background: #1B64AB;
	border: 2px solid #1B64AB;
	transition: all 0.3s
}
.btnBlue:hover {
	background: #fff;
	color: #1B64AB
}
.btnBlue:hover>svg {
	fill: #1B64AB
}
.btnBlue:hover::before, .btnBlue:hover::after {
	background: #1B64AB
}
.btnGreen {
	background: #004831;
	border: 2px solid #004831;
	transition: all 0.3s
}
.btnGreen>svg {
	fill: #fff
}
.btnGreen:hover {
	background: #fff;
	color: #004831
}
.btnGreen:hover>svg {
	fill: #004831
}
.btnGreen:hover::before, .btnGreen:hover::after {
	background: #004831
}
.btnPink {
	background: #D83763;
	border: 2px solid #D83763;
	transition: all 0.3s
}
.btnPink:hover {
	background: #fff;
	color: #D83763;
}
.btnPink:hover>svg {
	fill: #D83763
}
.btnPink:hover::before, .btnPink:hover::after {
	background: #D83763
}

.btnGray {
	background: #aaa;
	border: 2px solid #aaa;
	transition: all 0.3s
}
.btnGray:hover {
	cursor: inherit;
}
.btnGray:hover::before, .btnGray:hover::after {
	background: #aaa
}
.btnGray:before, .btnGray:after {
	display: none;
}
.btnWhite {
	background: #fff;
	color: #1A1A1A;
	border: 2px solid #CDD6DD;
	transition: all 0.3s
}
.btnWhite:hover {
	border-color: #3B4043
}
.btnBlack {
	background: #3B4043;
	color: #fff;
	border: 2px solid #3B4043;
	transition: all 0.3s
}
.btnBlack:hover {
	background: #fff;
	color: #3B4043;
	border-color: #3B4043
}
.btnBorder {
	border: 2px solid #ffffff;
	transition: all 0.3s
}
.btnBorder:hover {
	background: #fff;
	color: #004831
}
.btnBorder:hover::before, .btnBorder:hover::after {
	background: #004831
}
.btnBorder.btnNormal {
	background: #fff;
	color: #1A1A1A;
	border: 2px solid #004831;
	transition: all 0.3s
}
.btnBorder.btnNormal::before, .btnBorder.btnNormal::after {
	background: #004831
}
.btnBorder.btnNormal:hover {
	background: #004831;
	color: #fff
}
.btnBorder.btnNormal:hover::before, .btnBorder.btnNormal:hover::after {
	background: #fff
}
.btnBorder.btnBlue {
	background: #fff;
	color: #1A1A1A;
	border: 2px solid #1B64AB;
	transition: all 0.3s
}
.btnBorder.btnBlue::before, .btnBorder.btnBlue::after {
	background: #1B64AB
}
.btnBorder.btnBlue:hover {
	background: #1B64AB;
	color: #fff
}
.btnBorder.btnBlue:hover::before, .btnBorder.btnBlue:hover::after {
	background: #fff
}
.btnBorder.btnPink {
	background: #fff;
	color: #1A1A1A;
	border: 2px solid #D83763;
	transition: all 0.3s
}
.btnBorder.btnPink::before, .btnBorder.btnPink::after {
	background: #D83763
}
.btnBorder.btnPink:hover {
	background: #D83763;
	color: #fff
}
.btnBorder.btnPink:hover::before, .btnBorder.btnPink:hover::after {
	background: #fff
}
.btnFavorite {
	position: relative
}
.btnFavorite::after {
	position: absolute;
	content: url("/assets/img/icon/heart_disable.svg");
	top: 34%;
	right: 15%;
	transform: translateY(-50%)
}
.btnFavoriteEnable::after {
	content: url("/assets/img/icon/heart_enable.svg");
}
@media screen and (max-width:560px) {
	.btnFavorite::after {
		top: 31%
	}
}
.btnTel {
	background: #F0F3F5;
	color: #1A1A1A;
	padding: 1em 0;
	position: relative;
	border: 1px solid #F0F3F5;
	transition: all 0.3s
}
.btnTel::after {
	display: none
}
.btnTel>span {
	background: #F69896;
	border-radius: 50%;
	padding: 0.5em;
	position: absolute;
	top: 50%;
	left: 0.7em;
	transform: translateY(-50%)
}
.btnTel:hover {
	transition: all 0.3s;
	border: 1px solid #1A1A1A
}
.circle {
	width: 25px;
	height: 25px;
	background: #004831;
	border-radius: 50%;
	position: relative;
	border: 2px solid #004831;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.circle {
		width: 20px;
		height: 20px
	}
}
.circle::before, .circle::after {
	content: "";
	width: 8px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 28%;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.circle::before, .circle::after {
		right: 3.5px
	}
}
.circle::before {
	top: calc(50% + 2px);
	transform: rotate(-45deg)
}
.circle::after {
	top: calc(50% - 3px);
	transform: rotate(45deg)
}
.circle.is-white {
	background: #fff
}
.circle.is-white::before, .circle.is-white::after {
	background: #004831
}
.decorationNew {
	background: #ff2c30;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0.4em 0.6em
}
@media screen and (max-width:560px) {
	.decorationNew {
		font-size: 7px;
		vertical-align: middle;
	}
}
.headerLogoDecoration {
	font-weight: bold;
	border-radius: 30px;
	padding: 0.1em 0.5em;
	margin: 0 auto 0 1em
}
@media screen and (max-width:560px) {
	.headerLogoDecoration {
		font-size: 10px;
		padding: 0.3em 0.6em
	}
}
.headerLogoDecoration.isTenshoku {
	color: #1b64ab;
	border: 2px solid #1b64ab
}
.headerLogoDecoration.isHaken {
	color: #d83763;
	border: 2px solid #d83763
}
.headerLogoDecoration.isConsulting {
	color: #004831;
	border: 2px solid #004831
}
.decorationArea {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold
}
.decorationArea.is-kanto {
	background: #1b64ab
}
.decorationArea.is-kansai {
	background: #d84316
}
.decorationContactRequired {
	font-size: 11px;
	color: #fff;
	background: rgba(0, 72, 49, 0.7);
	padding: 2px 7px;
	border-radius: 3px;
	min-width: 36px
}
.decorationAccordionCircle {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: relative;
	border: 2px solid #98a6b5;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.decorationAccordionCircle {
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translateY(-50%)
	}
}
.decorationAccordionCircle::before, .decorationAccordionCircle::after {
	content: "";
	width: 8px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #98a6b5;
	position: absolute;
	transition: all 0.3s;
	top: calc(50%)
}
.decorationAccordionCircle::before {
	right: 40%;
	transform: rotate(45deg)
}
.decorationAccordionCircle::after {
	right: 20%;
	transform: rotate(135deg)
}
.decorationBottomArrow {
	margin: 0.5em auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 35px 0 35px;
	border-color: #004831 transparent transparent transparent
}
.newsCategory {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 0 0 2em;
	color: #ffffff;
	font-weight: bold;
	padding: 0.4em 1em;
	border-radius: 30px;
	min-width: 120px;
}
@media screen and (max-width:560px) {
	.newsCategory {
		margin: 0 0 0 1em;
	}
}
.newsCategoryTenshoku {
	background: #1A76D2
}
.newsCategoryHaken {
	background: #EA1F63
}
.newsCategoryConsulting {
	background: #367455
}
.newsCategoryNormal {
	background: #757575
}
.newsCategoryOther {
	background: #757575
}
.newsTitle {
	display: inline;
	margin-right: auto;
	line-height: 1.4;
}
.newsTitle .iconPdf {
	margin-left: 10px;
}
.topNewsItemTop .decorationNew {
	margin-left: 10px;
}
@media screen and (max-width:560px) {
	.newsTitle {
		font-size: 14px
	}
}
#g-nav, .openbtnTxt {
	display: none
}
@media screen and (max-width:560px) {
	.sougouHeader #g-nav {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
		height: calc(var(--vh, 1vh) * 100);
		background: #FEF5EE
	}
	.panelactive {
		overflow-y: scroll;
		padding-bottom: 5em;
	}
	.sougouHeader #g-nav.panelactive {
		display: block;
		width: 100%;
		background: #004831;
		color: #ffffff;
		/* height: fit-content; */
		z-index: 99
	}
	.sougouHeader #g-nav.panelactive .sougouHeaderNavItem {
		width: 90%;
		margin: 0 auto;
		border-top: 1px solid #ffffff;
		border-right: none;
		padding: 2em 0.5em
	}
	.sougouHeader .openbtn-container {
		margin-right: -5.5%;
		text-align: center;
		z-index: 998
	}
	.sougouHeader .openbtn-container.active {
		margin-right: 0
	}
	.sougouHeader .openbtn-container.is-menu-white>p {
		color: #DF554A
	}
	.sougouHeader .openbtn-container.is-menu-white .openbtn span {
		background: #707070
	}
	.sougouHeader .openbtn-container>p {
		color: #DF554A;
		font-weight: bold;
		padding-top: 2px;
		padding-right: 13px
	}
	.sougouHeader .openbtn {
		cursor: pointer;
		width: 50px;
		height: 50px;
		transition: all 0.3s;
		background: #c4d700;
		padding-top: 0.5em
	}
	.sougouHeader .openbtn span {
		display: block;
		margin: 0 auto;
		transition: all 0.4s;
		height: 2px;
		border-radius: 2px;
		background: #004831;
		width: 40%;
		margin-bottom: 4px
	}
	.sougouHeader .openbtnTxt {
		display: block;
		padding-top: 0.5em;
		color: #004831;
		text-align: center;
		font-size: 9px;
		font-weight: bold
	}
	.sougouHeader .openbtn.active {
		transition: all 0.3s
	}
	.sougouHeader .openbtn.active span:nth-of-type(1) {
		top: 20px;
		left: 18px;
		transform: translateY(5px) rotate(-45deg);
		width: 50%
	}
	.sougouHeader .openbtn.active span:nth-of-type(2) {
		opacity: 0
	}
	.sougouHeader .openbtn.active span:nth-of-type(3) {
		top: 10px;
		left: 18px;
		transform: translateY(-7px) rotate(45deg);
		width: 50%
	}
	.sougouHeader .header__btn {
		background: #fdf161;
		color: #13334c
	}
	.sougouHeader .header__btn>a {
		text-align: center;
		padding: 10px 0 !important;
		border: 1px solid #707070
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.sougouHeader #g-nav {
		width: 100%
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.sougouHeader .openbtn-container {
		margin-right: 0;
		right: 0
	}
}
@media screen and (max-width:560px) {
	.sougouHeader .sougouHeaderLogoContainer {
		width: 90%;
		margin: 0 auto;
		padding: 3em 0 2em 0
	}
	.sougouHeader .sougouHeaderLogoContainer>img {
		width: 170px
	}
}
@media screen and (max-width:560px) {
	.tenshokuHeader #g-nav {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
		height: calc(var(--vh, 1vh) * 100);
		background: #FEF5EE
	}
	.tenshokuHeader #g-nav.panelactive {
		display: block;
		width: 100%;
		background: #f0f3f5;
		color: #1a1a1a;
		height: calc(var(--vh, 1vh) * 100);
		z-index: 99
	}
	.tenshokuHeader #g-nav.panelactive .sougouHeaderNavItem {
		width: 90%;
		margin: 0 auto;
		border-top: 1px solid #98a6b5;
		border-right: none;
		padding: 1.3em 0.5em
	}
	.tenshokuHeader #g-nav.panelactive .sougouHeaderNavItem>a.beginner {
		justify-content: flex-start
	}
	.tenshokuHeader #g-nav.panelactive .sougouHeaderNavItem>a.beginner>img {
		margin-left: 0.5em;
		margin-right: auto
	}
	.tenshokuHeader #g-nav.panelactive .headerNavBottom {
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: center
	}
	.tenshokuHeader #g-nav.panelactive .headerNavBottom>div {
		width: 100%;
		text-align: center
	}
	.tenshokuHeader #g-nav.panelactive .tenshokuTopMiddleLink {
		display: block;
		width: 100%;
		margin-bottom: 2em
	}
	.tenshokuHeader #g-nav.panelactive .circle.is-white {
		background: #f0f3f5
	}
	.tenshokuHeader .openbtn-container {
		text-align: center;
		z-index: 998
	}
	.tenshokuHeader .openbtn-container.is-menu-white>p {
		color: #DF554A
	}
	.tenshokuHeader .openbtn-container.is-menu-white .openbtn span {
		background: #707070
	}
	.tenshokuHeader .openbtn-container>p {
		color: #DF554A;
		font-weight: bold;
		padding-top: 2px;
		padding-right: 13px
	}
	.tenshokuHeader .openbtn {
		cursor: pointer;
		width: 45px;
		height: 50px;
		transition: all 0.3s;
		background: #1b64ab;
		padding-top: 0.7em
	}
	.tenshokuHeader .openbtn span {
		display: block;
		margin: 0 auto;
		transition: all 0.4s;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		width: 40%;
		margin-bottom: 4px
	}
	.tenshokuHeader .openbtnTxt {
		display: block;
		padding-top: 0.5em;
		color: #fff;
		text-align: center;
		font-size: 9px;
		font-weight: bold
	}
	.tenshokuHeader .openbtn.active {
		background: #004831;
		transition: all 0.3s
	}
	.tenshokuHeader .openbtn.active span:nth-of-type(1) {
		top: 20px;
		left: 18px;
		transform: translateY(5px) rotate(-45deg);
		width: 50%
	}
	.tenshokuHeader .openbtn.active span:nth-of-type(2) {
		opacity: 0
	}
	.tenshokuHeader .openbtn.active span:nth-of-type(3) {
		top: 10px;
		left: 18px;
		transform: translateY(-7px) rotate(45deg);
		width: 50%
	}
	.tenshokuHeader .header__btn {
		background: #fdf161;
		color: #13334c
	}
	.tenshokuHeader .header__btn>a {
		text-align: center;
		padding: 10px 0 !important;
		border: 1px solid #707070
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.tenshokuHeader #g-nav {
		width: 100%
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.tenshokuHeader #g-nav.panelactive .headerNavBottom {
		margin: 30px auto 0 auto
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.tenshokuHeader #g-nav.panelactive .circle.is-white {
		border: none;
		background: none
	}
}
@media screen and (max-width:560px) {
	.tenshokuHeader .sougouHeaderLogoContainer {
		width: 90%;
		margin: 0 auto;
		padding: 3em 0 2em 0
	}
	.tenshokuHeader .sougouHeaderLogoContainer>img {
		width: 170px
	}
}
@media screen and (max-width:560px) {
	.hakenHeader #g-nav {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
		height: calc(var(--vh, 1vh) * 100)
	}
	.hakenHeader #g-nav.panelactive {
		display: block;
		width: 100%;
		background: #f0f3f5;
		color: #1a1a1a;
		/* height: fit-content; */
		z-index: 99;
		overflow-y: scroll;
	}
	.hakenHeader #g-nav.panelactive .sougouHeaderNavItem {
		width: 90%;
		margin: 0 auto;
		border-top: 1px solid #98a6b5;
		border-right: none;
		padding: 1.3em 0.5em
	}
	.hakenHeader #g-nav.panelactive .headerNavBottom {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center
	}
	.hakenHeader #g-nav.panelactive .headerNavBottom>div {
		width: 100%;
		text-align: center
	}
	.hakenHeader #g-nav.panelactive .tenshokuTopMiddleLink {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 1em 0;
		margin-bottom: 2em
	}
	.hakenHeader #g-nav.panelactive .circle.is-white {
		background: #f0f3f5
	}
	.hakenHeader .openbtn-container {
		text-align: center;
		z-index: 998
	}
	.hakenHeader .openbtn-container.is-menu-white>p {
		color: #DF554A
	}
	.hakenHeader .openbtn-container.is-menu-white .openbtn span {
		background: #707070
	}
	.hakenHeader .openbtn-container>p {
		color: #DF554A;
		font-weight: bold;
		padding-top: 2px;
		padding-right: 13px
	}
	.hakenHeader .openbtn {
		cursor: pointer;
		width: 45px;
		height: 50px;
		transition: all 0.3s;
		background: #d83763;
		padding-top: 0.7em
	}
	.hakenHeader .openbtn span {
		display: block;
		margin: 0 auto;
		transition: all 0.4s;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		width: 40%;
		margin-bottom: 4px
	}
	.hakenHeader .openbtnTxt {
		display: block;
		padding-top: 0.5em;
		color: #fff;
		text-align: center;
		font-size: 9px;
		font-weight: bold
	}
	.hakenHeader .openbtn.active {
		background: #004831;
		transition: all 0.3s
	}
	.hakenHeader .openbtn.active span:nth-of-type(1) {
		top: 20px;
		left: 18px;
		transform: translateY(5px) rotate(-45deg);
		width: 50%
	}
	.hakenHeader .openbtn.active span:nth-of-type(2) {
		opacity: 0
	}
	.hakenHeader .openbtn.active span:nth-of-type(3) {
		top: 10px;
		left: 18px;
		transform: translateY(-7px) rotate(45deg);
		width: 50%
	}
	.hakenHeader .header__btn {
		background: #fdf161;
		color: #13334c
	}
	.hakenHeader .header__btn>a {
		text-align: center;
		padding: 10px 0 !important;
		border: 1px solid #707070
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.hakenHeader #g-nav {
		width: 100%
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.hakenHeader #g-nav.panelactive .circle.is-white {
		border: none;
		background: none
	}
}
.hakenHeader .headerNavBottomButtons {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	margin-bottom: 2em
}
.hakenHeader .headerNavBottomButtons>a {
	flex: 1;
	background: #ffffff;
	border: 1px solid #cdd6dd;
	padding: 1em 0;
	border-radius: 6px;
	text-align: center;
	font-size: 12px
}
.hakenHeader .headerNavBottomButtons>a img {
	padding-bottom: 0.5em
}
@media screen and (max-width:560px) {
	.hakenHeader .sougouHeaderLogoContainer {
		width: 90%;
		margin: 0 auto;
		padding: 3em 0 2em 0
	}
	.hakenHeader .sougouHeaderLogoContainer>img {
		width: 170px
	}
}
@media screen and (max-width:560px) {
	.consultingHeader #g-nav {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
		height: calc(var(--vh, 1vh) * 100)
	}
	.consultingHeader #g-nav.panelactive {
		display: block;
		width: 100%;
		background: #f0f3f5;
		color: #1a1a1a;
		height: calc(var(--vh, 1vh) * 100);
		padding-bottom: 3em;
		z-index: 99
	}
	.consultingHeader #g-nav.panelactive .sougouHeaderNavItem {
		width: 90%;
		margin: 0 auto;
		border-top: 1px solid #98a6b5;
		border-right: none;
		padding: 1.3em 0.5em
	}
	.consultingHeader #g-nav.panelactive .headerNavBottom {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center
	}
	.consultingHeader #g-nav.panelactive .headerNavBottom>div {
		width: 100%;
		text-align: center
	}
	.consultingHeader #g-nav.panelactive .consultingTopMiddleLink {
		display: block;
		width: 80%;
		margin: 40px auto 0 auto;
		padding: 1em 0;
		margin-bottom: 2em
	}
	.consultingHeader #g-nav.panelactive .circle.is-white {
		background: #f0f3f5
	}
	.consultingHeader .openbtn-container {
		text-align: center;
		z-index: 998
	}
	.consultingHeader .openbtn-container.is-menu-white>p {
		color: #DF554A
	}
	.consultingHeader .openbtn-container.is-menu-white .openbtn span {
		background: #707070
	}
	.consultingHeader .openbtn-container>p {
		color: #DF554A;
		font-weight: bold;
		padding-top: 2px;
		padding-right: 13px
	}
	.consultingHeader .openbtn {
		cursor: pointer;
		width: 45px;
		height: 50px;
		transition: all 0.3s;
		background: #004831;
		padding-top: 0.7em
	}
	.consultingHeader .openbtn span {
		display: block;
		margin: 0 auto;
		transition: all 0.4s;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		width: 40%;
		margin-bottom: 4px
	}
	.consultingHeader .openbtnTxt {
		display: block;
		padding-top: 0.5em;
		color: #fff;
		text-align: center;
		font-size: 9px;
		font-weight: bold
	}
	.consultingHeader .openbtn.active {
		background: #004831;
		transition: all 0.3s
	}
	.consultingHeader .openbtn.active span:nth-of-type(1) {
		top: 20px;
		left: 18px;
		transform: translateY(5px) rotate(-45deg);
		width: 50%
	}
	.consultingHeader .openbtn.active span:nth-of-type(2) {
		opacity: 0
	}
	.consultingHeader .openbtn.active span:nth-of-type(3) {
		top: 10px;
		left: 18px;
		transform: translateY(-7px) rotate(45deg);
		width: 50%
	}
	.consultingHeader .header__btn {
		background: #fdf161;
		color: #13334c
	}
	.consultingHeader .header__btn>a {
		text-align: center;
		padding: 10px 0 !important;
		border: 1px solid #707070
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.consultingHeader #g-nav {
		width: 100%
	}
}
@media screen and (max-width:560px) and (max-width:560px) {
	.consultingHeader #g-nav.panelactive .circle.is-white {
		border: none;
		background: none
	}
}
@media screen and (max-width:560px) {
	.consultingHeader .sougouHeaderLogoContainer {
		width: 90%;
		margin: 0 auto;
		padding: 3em 0 2em 0
	}
	.consultingHeader .sougouHeaderLogoContainer>img {
		width: 170px
	}
}
.modalBox {
	display: none
}
.modalNews {
	display: none
}
.modalNews .modalContent {
	padding: 60px
}
.modalNewsTitle {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4
}
@media screen and (max-width:560px) {
	.modalNewsTitle {
		font-size: 20px
	}
}
.modalNewsTxt {
	line-height: 2
}
.modalNewsTxt+.modalNewsTxt {
	margin-top: 1em;
}
.modalContactWrap {
	margin-top: 2em;
	display: flex;
	justify-content: flex-end;
}
.modaal-container {
	max-width: 1040px;
	width: 80%;
	padding: 5vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-height: 90%;
}
.modaal-container .modaal-content-container {
	padding: 3vw;
}
@media screen and (max-width:560px) {
	.modaal-container {
		padding: 1.5em 20px;
		width: 90%
	}
}
@media screen and (max-width:560px) {
	.modaal-content-container {
		padding: 0
	}
}
.modaal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #F0F3F5 !important;
	border-radius: 6px !important
}
@media screen and (max-width:560px) {
	.modaal-close {
		width: 50px;
		height: 50px
	}
}
.modaal-close:after, .modaal-close:before {
	background: #004831;
	width: 3px;
	height: 24px;
	top: 18px;
	left: 27px
}
@media screen and (max-width:560px) {
	.modaal-close:after, .modaal-close:before {
		top: 13px;
		left: 24px
	}
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #666
}
.modalTitle {
	color: #004831;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	height: 10vh;
}
@media screen and (max-width:560px) {
	.modalTitle {
		font-size: 22px
	}
}
.modalContent {
	border: 1px solid #CDD6DD;
	max-height: 45vh;
	/* max-height: 400px; */
	overflow-y: scroll;
	border-radius: 6px;
	padding: 2em 2em 0 2em;
}
.modalContent.mb {
	padding: 2em;
}
.modalContent>img {
	width: 100%
}
.modalContent .is-two-column {
	display: flex
}
@media screen and (max-width:560px) {
	.modalContent .is-two-column {
		display: block
	}
}
.modalContent .is-two-column>div {
	flex: 1;
}
.modalContent .custum-checkbox {
	margin-bottom: 2em
}
.modalContent .custum-checkbox.is-next {
	margin-left: 2em
}
.modalRow {
	display: flex;
	padding: 0 2em;
	column-gap: 2em;
	flex-wrap: wrap
}
.modalSubmitContainer {
	padding-top: 5vh;
	/* display: flex;
	justify-content: center; */
	height: 14vh;
	text-align: center;
}
.modalSubmit {
	background: #004831;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	padding: 1em 4em
}
@media screen and (max-width:560px) {
	.modalTitle {
		height: 7vh;
	}
	.modalContent {
		padding: 30px 20px 0 20px;
		max-height: 58vh;
		height: auto;
	}
	.modalContent.mb {
		padding: 30px;
	}
	.modalSubmitContainer {
		padding-top: 4vh;
		height: 11vh;
	}
	.modalSubmit {
		display: inline-block;
		width: 80%;
		padding: 10px 0;
		text-align: center
	}
}
.contactMainContentContainer {
	border: 1px solid #cdd6dd;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.03);
	border-radius: 6px;
	padding: 85px 180px 90px 180px;
	margin: 60px 0;
	line-height: 1.5
}
.jobEntryMember .contactMainContentContainer {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 0 0 3em 0;
}
.contactMainContentContainer.pbNone {
	padding-bottom: 0
}
@media screen and (max-width:560px) {
	.contactMainContentContainer {
		box-shadow: none;
		border: none;
		margin: 40px 0;
		padding: 0
	}
}
.contactFormsContainer.mb {
	margin-bottom: 65px
}
@media screen and (max-width:560px) {
	.contactFormsContainer.mb {
		margin-bottom: 40px
	}
}
.contactFormRow {
	border-top: 1px solid #cdd6dd;
	padding: 0.8em 0;
	display: flex;
	align-items: flex-start;
}
.contactFormRow .contactFormHeading {
	margin-right: 1em;
}
@media screen and (max-width:560px) {
	.contactFormRow.isLarge {
		align-items: center
	}
	.contactFormRow.isLarge .contactFormHeading {
		width: 40%
	}
}
.contactFormRow.isFile {
	align-items: center
}
@media screen and (max-width:560px) {
	.contactFormRow.isFile {
		align-items: flex-start
	}
}
.contactFormData {
	width: 70%
}
.contactFormData .contactFormDataHeading>.decorationContactRequired {
	margin-left: 8px
}
.contactFormDataHeading {
	padding: 0.7em 0;
	width: 70%
}
@media screen and (max-width:560px) {
	.contactFormDataHeading {
		width: 80%;
		font-size: 12px;
		font-weight: bold
	}
}
@media screen and (max-width:560px) {
	.contactFormDataHeading>.decorationContactRequired {
		margin: 0.5em
	}
}
.contactFormHeading {
	width: 30%;
	padding: 1.2em 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
@media screen and (max-width:560px) {
	.contactFormHeading {
		font-size: 12px;
		padding: 0;
		width: 20%;
		display: block
	}
}
@media screen and (max-width:560px) {
	.contactFormHeading.isLarge {
		width: 40%
	}
}
.contactFormHeading.isFile {
	line-height: 1.2
}
.contactFormHeading>.decorationContactRequired {
	display: inline-block;
	margin-top: 0.1em;
}
@media screen and (max-width:560px) {
	.contactFormHeading>.decorationContactRequired {
		margin-top: 0.5em;
	}
}
.contactFormSubTitle {
	margin-top: 1em;
}
.contactFormSubTitle:first-child {
	margin-top: 0;
}
.contactFormSubContent {
	margin-top: 1em;
}
.contactAddBtnWrap {
	margin-top: 2em;
	text-align: right;
}
.contactAddBtnWrap .contactSupplement {
	text-align: right;
}
.contactAddBtn {
	padding: 1em 3em;
	margin-top: 1em;
}
.contactPolicyContainer {
	padding: 67px 0 90px 0;
	text-align: center;
	color: #1a1a1a
}
@media screen and (max-width:560px) {
	.contactPolicyContainer {
		padding: 40px 25px
	}
}
.contactPolicyContainer.isConfirm {
	padding: 60px 0
}
.contactPolicyContainer.isConfirm>.contactPolicySubmitContainer {
	margin-top: 0
}
.contactPolicyContainer.isConfirm.isSpFull {
	width: 100%;
	margin: 0
}
@media screen and (max-width:560px) {
	.contactPolicyContainer.isConfirm {
		padding: 45px 0;
		width: 90%;
		margin: 2em auto
	}
}
.contactPolicyContainer.isSougou {
	background: rgba(196, 215, 0, 0.2)
}
.contactPolicyContainer.isSougou .contactPolicyContents {
	border-color: #c4d700
}
.contactPolicyContainer.isTenshoku {
	background: rgba(27, 100, 171, 0.15)
}
.contactPolicyContainer.isTenshoku .contactPolicyContents {
	border-color: #1b64ab
}
.contactPolicyContainer.isHaken {
	background: rgba(246, 152, 150, 0.15)
}
.contactPolicyContainer.isHaken .contactPolicyContents {
	border-color: #F69896
}
.contactPolicyTitle {
	font-size: 24px;
	font-weight: bold
}
@media screen and (max-width:560px) {
	.contactPolicyTitle {
		font-size: 16px
	}
}
.contactPolicyTitleTxt {
	margin-top: 3em;
}
.contactPolicyContents {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	margin: 3em auto;
	height: 280px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #c4d700;
	padding: 30px 60px;
	text-align: left;
	line-height: 2
}
@media screen and (max-width:560px) {
	.contactPolicyContents {
		margin: 2em 0;
		padding: 20px;
		width: 100%;
	}
}
.contactPolicyContents .right {
	text-align: right
}
.contactPolicyCheckboxContainer {
	display: flex;
	justify-content: center;
	align-items: center
}
.contactPolicyRadioContainer {
	display: flex;
	justify-content: center;
	align-items: center
}
.contactPolicySubmitContainer {
	width: fit-content;
	margin: 3em auto 0 auto;
	position: relative
}
@media screen and (max-width:560px) {
	.contactPolicySubmitContainer {
		margin: 2em auto 0 auto;
		width: 80%
	}
}
.contactPolicySubmitContainer>.circle {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%)
}
@media screen and (max-width:560px) {
	.contactPolicySubmitContainer>.circle {
		background: transparent
	}
	.contactPolicySubmitContainer>.circle::before, .contactPolicySubmitContainer>.circle::after {
		background: #fff
	}
}
.contactPolicySubmitContainer:hover>.circle {
	background: #004831
}
@media screen and (max-width:560px) {
	.contactPolicySubmitContainer:hover>.circle {
		border: none;
		background: #fff
	}
}
.contactPolicySubmitContainer:hover>.circle::before, .contactPolicySubmitContainer:hover>.circle::after {
	background: #fff
}
@media screen and (max-width:560px) {
	.contactPolicySubmitContainer:hover>.circle::before, .contactPolicySubmitContainer:hover>.circle::after {
		background: #004831
	}
}
.contactPolicySubmitContainer>input {
	font-size: 20px;
	padding: 30px 0;
	width: 560px
}
@media screen and (max-width:560px) {
	.contactPolicySubmitContainer>input {
		width: 100%;
		padding: 23px 0;
		font-size: 14px
	}
}
.contactInput {
	width: 70%
}
@media screen and (max-width:560px) {
	.contactInput {
		width: 80%
	}
}
.contactInput input, .contactInput select, .contactInput textarea {
	background: #f0f3f5;
	font-size: 16px;
	color: #1a1a1a;
	border-radius: 3px;
	padding: 1em
}
@media screen and (max-width:560px) {
	.contactInput input, .contactInput select, .contactInput textarea {
		padding: 0.7em;
		font-size: 14px
	}
}
.contactInput.isSmall input {
	width: 35%
}
.contactInput input.isSmall {
	width: 35%
}
.contactInput.isHalf input,
.contactInput.isHalf textarea {
	width: 50%
}
.contactInput.isFull input,
.contactInput.isFull textarea {
	width: 100%
}
.contactInputSmall {
	width: 35% !important;
}
.contactFormData .mb {
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.contactInput span {
		font-size: 14px;
	}
	.contactInput .decorationContactRequired {
		font-size: 11px;
		font-weight: normal;
	}
	.contactInputSmall {
		width: 50% !important;
	}
}
.contactTel>input {
	width: 70px
}
.contactTextArea>textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 150px;
	min-height: 150px
}
@media screen and (max-width:560px) {
	.contactTextArea>textarea {
		max-width: inherit;
		min-width: inherit;
		width: 100%
	}
}
.contactBirthdaySelectContainer select,
.contactSelect select{
	max-width: 100%;
	position: relative;
	padding-right: calc(12px + 2em);
	background-image: url(../img/icon/icon_arrow_bottom.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em);
}
@media screen and (max-width:560px) {
	.contactSelect select {
		width: 100%;
	}
	.contactBirthDay {
		justify-content: space-between;
		flex: wrap;
	}
}
.contactBirthDay.mt {
	margin-top: 30px
}
.contactBirthDay>span {
	padding: 0 0.5em
}
@media screen and (max-width:560px) {
	.contactBirthDay>span {
		padding: 0 0.2em;
		font-size: 14px
	}
}
.contactBirthdaySelectContainer {
	width: fit-content;
	display: inline-block;
	width: fit-content;
	position: relative
}
@media screen and (max-width:560px) {
	.contactBirthdaySelectContainer:first-child {
		margin-bottom: 6px
	}
}
@media screen and (max-width:560px) {
	.contactBirthdaySelectContainer:has(.contactYear) {
		width: auto;
	}
	.contactBirthdaySelectContainer:has(.contactDate) {
		width: auto;
	}
}
/* .contactBirthdaySelectContainer::after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 20px
}
@media screen and (max-width:560px) {
	.contactBirthdaySelectContainer::after {
		right: 10px
	}
} */
.contactYear {
	width: 100px;
	position: relative
}
@media screen and (max-width:560px) {
	.contactYear {
		width: auto;
	}
}
.contactDate {
	width: 80px;
	position: relative
}
@media screen and (max-width:560px) {
	.contactDate {
		width: auto;
	}
}
/* .contactDate::after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 20px
} */
.contactCheckbox {
	width: 100%;
	margin: 0 auto;
	display: flex;
	/* gap: 1em 2em; */
	margin: -1em 0 0 -2em;
	flex-wrap: wrap;
	/* padding: 0.5em 0 */
}
.checkWrap .contactCheckbox {
	margin: 0 !important;
}
.contactCheckbox .custum-checkbox {
	margin: 1em 0 0 2em;
}
/* .contactCheckbox.pt {
	padding-top: 0.8em
} */
.contactInput .contactCheckbox {
	/* margin: 0.7em 0; */
	margin-top: 0;
}
.contactCheckbox .flexNote {
	margin: 1em 0 0 1em;
}
@media screen and (max-width:560px) {
	.contactCheckbox.flex {
		display: flex
	}
	.contactInput .contactCheckbox {
		margin-left: -1.8em;
	}
}
.checkWrap {
	width: 100%;
    /* margin-top: 1em; */
}
.contactCheckbox.isSmall {
	margin-top: 0.5em;
	width: 100%;
	padding-left: 32px;
}
@media screen and (max-width:560px) {
	.contactCheckbox.isSmall {
		/* display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 27px */
	}
}
@media screen and (max-width:560px) {
	/* .contactCheckbox {
		display: block
	}
	.contactCheckbox>label {
		padding-bottom: 1em
	} */
}
.custum-checkbox {
	position: relative;
	padding-left: 33px;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 24px;
}
@media screen and (max-width:560px) {
	.custum-checkbox {
		font-size: 14px;
		height: 20px;
	}
}
.custum-checkbox input {
	display: none
}
.custum-mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	border: solid 1px #cdd6dd;
	background: #f0f3f5;
	border-radius: 3px;
	box-sizing: border-box
}
@media screen and (max-width:560px) {
	.custum-mark {
		width: 20px;
		height: 20px
	}
}
.custum-mark:after {
	content: "";
	position: absolute;
	left: 30%;
	top: 45%;
	width: 7px;
	height: 12px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
	opacity: 0
}
.custum-checkbox input:checked+.custum-mark {
	background: #004831;
	border-color: #004831
}
.custum-checkbox input:checked+.custum-mark:after {
	opacity: 1
}
.contactRadioContainer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* gap: 1em; */
	margin: 0 0 0 -1em;
}
.contactRadioContainer .radio {
	margin: 1em 0 0 1em;
}
.contactRadioContainer.inputRequired {
	margin: -1em 0 0 -1em;
}
.contactRadioContainer.inputRequired::before {
	left: -3em;
}
/* .contactInput .contactRadioContainer {
	margin: 1em 0;
} */
@media screen and (max-width:560px) {
	.contactRadioContainer {
		margin: -0.5em 0 0 -1em;
	}
	.contactRadioContainer.nowrap {
		display: block
	}
	.contactRadioContainer.nowrap input {
		width: 100%
	}
	.contactInput .contactRadioContainer {
		/* margin: 0; */
	}
}
.contactRadioContainer.pt {
	padding-top: 0.5em
}
@media screen and (max-width:560px) {
	.contactRadioContainer.pt {
		padding-top: 0
	}
}
.radioLabel {
	font-size: 16px
}
@media screen and (max-width:560px) {
	.radioLabel {
		font-size: 14px
	}
}
/* .radio {
	margin: 0.5rem
} */
.radio input[type="radio"] {
	width: fit-content;
	position: absolute;
	opacity: 0
}
.radio input[type="radio"]+.radioLabel:before {
	content: "";
	/* background: #fff;
	border: 1px solid #bfbfbf; */
	border-radius: 100%;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.1em;
	margin-right: 0.5em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	border: solid 1px #cdd6dd;
	background: #f0f3f5;
}
@media screen and (max-width:560px) {
	.radio input[type="radio"]+.radioLabel:before {
		top: 0
	}
}
.radio input[type="radio"]:checked+.radioLabel:before {
	border: 1px solid #bfbfbf;
	background-color: #004831;
	box-shadow: inset 0 0 0 4px #fff
}
.radio input[type="radio"]:focus+.radioLabel:before {
	outline: none;
	border-color: #004831
}
.radio input[type="radio"]:disabled+.radioLabel:before {
	box-shadow: inset 0 0 0 4px #fff;
	border-color: #bfbfbf;
	background: #bfbfbf
}
.radio input[type="radio"]+.radioLabel:empty:before {
	margin-right: 0
}
input[type="file"] {
	display: none
}
.contactFile {
	display: flex;
	align-items: center;
	gap: 1em
}
@media screen and (max-width:560px) {
	.contactFile {
		display: block
	}
}
.fileName {
	color: #1a1a1a;
	font-size: 16px
}
@media screen and (max-width:560px) {
	.fileName {
		padding-top: 1em;
		font-size: 14px
	}
}
.inputFileLabel {
	padding: 10px 40px;
	color: #ffffff;
	background-color: #004831;
	border-radius: 3px;
	cursor: pointer
}
@media screen and (max-width:560px) {
	.inputFileLabel {
		font-size: 13px;
		padding: 0.5em 1.5em;
		border-radius: 30px
	}
}
.contactSupplement {
	font-size: 14px;
	color: #3b4043;
	padding-top: 0.5em
}
@media screen and (max-width:560px) {
	.contactSupplement {
		font-size: 13px
	}
}
.inputRequired {
	position: relative
}
.inputRequired::before {
	content: "必須";
	font-size: 11px;
	color: #fff;
	background: rgba(0, 72, 49, 0.7);
	padding: 0.2em 0.5em;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: -4.5em;
	transform: translateY(-50%)
}
@media screen and (max-width:560px) {
	.inputRequired::before {
		display: none
	}
}
.contactConfirmTxt {
	color: #3b4043;
	font-size: 16px
}
@media screen and (max-width:560px) {
	.contactConfirmTxt {
		font-size: 14px
	}
}
.contactConfirmContainer .contactFormRow {
	padding: 1.5em 0
}
@media screen and (max-width:560px) {
	.contactConfirmContainer .contactFormRow {
		padding: 1em 0
	}
}
.contactConfirmContainer .contactFormHeading, .contactConfirmContainer .contactFormData {
	padding: 0
}
.contactConfirmBackButtonContainer {
	display: flex;
	justify-content: center;
	/* gap: 1em; */
	padding-top: 40px
}
.contactConfirmBackButtonContainer .circle{
	margin-right: 1em;
}
@media screen and (max-width:560px) {
	.contactConfirmBackButtonContainer {
		padding-top: 18px;
		font-size: 12px
	}
}
.contactConfirmBackButtonContainer > button,
.contactConfirmBackButtonContainer > a {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	/* gap: 1em; */
	font-weight: bold
}
.contactThanksContainer {
	padding-top: 60px;
	text-align: center
}
@media screen and (max-width:560px) {
	.contactThanksContainer {
		padding-top: 43px;
		text-align: left
	}
}
.contactThanksButtonContainer {
	display: flex;
	justify-content: center;
	padding: 65px 0 90px 0
}
@media screen and (max-width:560px) {
	.contactThanksButtonContainer.ptbNone {
		padding: 0
	}
}
.contactThanksButtonContainer.pdSmall {
	padding: 30px 0
}
@media screen and (max-width:560px) {
	.contactThanksButtonContainer.spPdLarge {
		padding: 40px 0 60px 0
	}
}
.contactThanksButtonContainer.pbNone {
	padding-bottom: 0
}
@media screen and (max-width:560px) {
	.contactThanksButtonContainer {
		padding: 40px 0 0 0;
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 60px;
		font-size: 14px
	}
}
.contactThanksButtonContainer .btn {
	padding: 22px 77px
}
@media screen and (max-width:560px) {
	.contactThanksButtonContainer .btn {
		padding: 23px 0;
		display: inline-block;
		width: 100%
	}
}
.notfoundBody .normalList{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.notfoundBody .normalList li{
	text-align: left;
}
.contentsInner {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto
}
.contentsInner.isNormal {
	padding: 3em 0
}
@media screen and (max-width:560px) {
	.contentsInner {
		width: 90%;
		padding: 0;
	}
	.contentsInner.isNormal {
		padding: 40px 0
	}
}
.contentsInner.pbNone {
	padding-bottom: 0
}
.pageTitleContainer {
	height: 120px;
	background: rgba(240, 243, 245, 0.5);
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.pageTitleContainer {
		min-height: 80px;
	}
}
.pageTitleContainerInner {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.pageTitleContainerInner {
		width: 90%;
		align-items: flex-start;
		padding: 0;
	}
}
.square {
	width: 40px;
	height: 40px;
	background: #c4d700
}
@media screen and (max-width:560px) {
	.square {
		width: 20px;
		height: 20px;
		margin-top: 0.4em;
	}
}
.pageTitle {
	font-size: 32px;
	font-weight: bold;
	padding-left: 1em;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.pageTitle {
		font-size: 20px;
		width: calc(100% - 20px);
	}
}
.breadcrumbContainer {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	margin: 0 auto;
	padding: 1em 20px;
}
@media screen and (max-width:560px) {
	.breadcrumbContainer {
		width: 90%;
		padding: 6px 0 6px 10px;
		width: 100%;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}
}
.breadcrumbTxt {
	font-size: 11px
}
.breadcrumbTxt:not(:last-child)::after {
	content: "/";
	padding: 0 0.5em
}
.breadcrumbTxt:last-child {
	font-weight: bold
}
.pageContentsContainer {
	padding: 1em 0
}
@media screen and (max-width:560px) {
	.pageContentsContainer {
		padding: 0
	}
}
.normalList {
	margin-bottom: 3em;
	font-size: 16px;
	line-height: 1.5
}
.normalList2 {
	margin-bottom: 3em;
	font-size: 16px;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.normalList {
		font-size: 14px
	}
	.normalList2 {
		font-size: 14px
	}
}
.normalList.mb {
	margin-bottom: 3em
}
.normalList.mb0 {
	margin-bottom: 0
}
.normalList.mbSmall {
	margin-bottom: 40px
}
.normalList.mbSmall:last-child {
	padding-bottom: 0
}
@media screen and (max-width:560px) {
	.normalList.mbSmall.spSmall {
		margin-bottom: 0
	}
}
.normalList.mbMedium {
	margin-bottom: 70px
}
@media screen and (max-width:560px) {
	.normalList.mbMedium {
		margin-bottom: 57px
	}
}
.normalList.mbLarge {
	margin-bottom: 90px
}
@media screen and (max-width:560px) {
	.normalList.mbLarge {
		margin-bottom: 57px
	}
}
.normalList.mbNone {
	margin-bottom: 0
}
.normalList.mbNone>li:last-child {
	padding-bottom: 0
}
.normalList .red {
	color: #e60000
}
.normalList>li {
	padding-bottom: 1.5em;
	padding-left: 1.2em;
	position: relative
}
.normalList2>li {
	padding-bottom: 1.5em;
	position: relative
}
.normalList>li:before {
	content: "";
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
	background: #c4d700
}
.orderList {
	font-size: 16px;
	margin-bottom: 3em;
	padding-left: 1em;
	line-height: 1.5;
	list-style: none;
	padding-left: 0;
	display: table
}
.orderList2 {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 1em;
  	text-indent: -1em;
}
.orderList2 > li:nth-child(n + 2){
	margin-top: 3em;
}
.orderList2 > li.mTNone{
	margin-top: 0;
}
@media screen and (max-width:560px) {
	.orderList2 {
		font-size: 13px
	}
}
.orderBottomList2 {
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 1em;
}
.orderBottomList3 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
}
.orderList2 .txt {
	margin-bottom: 0;
	text-indent: 0;
}
.orderList2 .aboutPrivacyBorderContainer {
	margin-top: 1em;
}
@media screen and (max-width:560px) {
	.orderList {
		font-size: 14px
	}
}
.orderList.isSmall {
	font-size: 14px
}
.orderList.mbNone {
	margin-bottom: 0
}
.orderList.mbNone>li {
	padding-bottom: 0
}
.orderList span.red {
	color: #e60000
}
.orderList>li {
	display: table-row;
	counter-increment: table-ol;
	padding-bottom: 1.5em;
	padding-left: 1em;
	margin-bottom: 1.5em
}
.orderList>li:after {
	content: "";
	display: block;
	margin-bottom: 1.5em
}
.orderList>li:before {
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 0.8em
}
.pageLink {
	position: relative;
	text-decoration: underline;
	color: #3b4043
}
.pageLink.isNone::after {
	display: none
}
.pageLink.isPdf::after {
	content: url("/assets/img/icon/pdf_icon.svg")
}
.pageLink::after {
	content: url("/assets/img/icon/sougou_icon.svg");
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%)
}
.pageLink img {
	vertical-align: baseline;
}
.tableContainer {
	padding: 2em 0
}
.tableContainer.pbSmall {
	padding-bottom: 20px
}
@media screen and (max-width:560px) {
	.tableContainer.pbSmall {
		padding-top: 20px
	}
}
@media screen and (max-width:560px) {
	.tableContainer.pbSpNone {
		padding-bottom: 0
	}
}
.tableContainer.pbMedium {
	padding-bottom: 40px
}
.tableContainer.pbLarge {
	padding-bottom: 60px
}
@media screen and (max-width:560px) {
	.tableContainer.pbLarge {
		padding-top: 20px
	}
}
.tableContainer.pbXLarge {
	padding-bottom: 90px
}
@media screen and (max-width:560px) {
	.tableContainer.pbXLarge {
		padding-top: 20px
	}
}
.tableContainer.pb {
	padding: 0 0 3em 0
}
.tableContainer.pbNone {
	padding-bottom: 0
}
.tableContainer.ptNone {
	padding-top: 0
}
.tableContainer.ptSmall {
	padding-top: 30px
}
.NormalTable {
	table-layout: auto;
	width: 100%;
	border: 1px solid #cdd6dd
}
.NormalTable--auto {
	width: auto;
}
.NormalTable.fixed {
	table-layout: fixed
}
.NormalTable.fixed th.large {
	width: 50%
}
.NormalTable.fixed th.small {
	width: 25%
}
@media screen and (max-width:560px) {
	.NormalTable td.isSpSmall {
		width: 15%
	}
}
@media screen and (max-width:560px) {
	.NormalTable td.isSpMedium {
		width: 25%
	}
}
.NormalTable td.isRight {
	text-align: right
}
.NormalTable td.isCenter {
	text-align: center
}
.NormalTable td, .NormalTable th {
	padding: 1em;
	border: 1px solid #cdd6dd;
	vertical-align: middle;
	font-size: 16px
}
@media screen and (max-width:560px) {
	.NormalTable td, .NormalTable th {
		font-size: 12px;
		padding: 1em 0.3em
	}
}
.NormalTable th {
	background: #f0f3f5;
	font-weight: bold;
	text-align: center
}
.strongContents {
	background: rgba(196, 215, 0, 0.05);
	border: 1px solid #c4d700;
	padding: 2em;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 1.5em
}
.strongContents.mtb {
	margin: 30px 0
}
@media screen and (max-width:560px) {
	.strongContents.mbSmall {
		margin-bottom: 20px
	}
}
.strongContents.weightNone {
	font-weight: normal
}
.strongContents+.normalList {
	margin-bottom: 1.5em
}
.strongContents>.txt {
	margin-bottom: 0
}
.strongContents.mbLarge {
	margin-bottom: 3em
}
.containerTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.containerTitle {
		font-size: 14px
	}
}
.sidebarLayout {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	padding: 60px 20px 90px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4em;
	position: relative
}
@media screen and (max-width:560px) {
	.sidebarLayout {
		flex-direction: column-reverse;
		width: 100%;
		padding: 55px 0 0 0;
		gap: 0
	}
}
@media screen and (max-width:560px) {
	.sidebarLayout.spReverse {
		flex-direction: column
	}
}
@media screen and (max-width:560px) {
	.sidebarLayout.ptNone {
		padding-top: 0
	}
}
.sidebarLayout.pbSmall {
	padding-bottom: 30px
}
.sidebarLayout.pbLarge {
	padding-bottom: 90px
}
.sidebarLayout.pbNone {
	padding-bottom: 0
}
.sidebarContainer {
	width: 30%;
	padding-right: 7px;
	padding-bottom: 7px
}
.sidebarContainer.pdNone {
	padding: 0
}
@media screen and (max-width:560px) {
	.sidebarContainer.spPdNone {
		padding: 0
	}
}
@media screen and (max-width:560px) {
	.sidebarContainer.mb {
		margin-bottom: 60px
	}
}
.sidebarContainer.pbNone {
	padding-bottom: 0
}
@media screen and (min-width:992px) {
	.sidebarContainer {
		-ms-overflow-style: none;
		scrollbar-width: none
	}
	.sidebarContainer::-webkit-scrollbar {
		display: none
	}
	.sidebarContainer.isSticky {
		height: 70vh;
		overflow-y: scroll;
		position: sticky;
		top: 25%;
		left: 0
	}
}
@media screen and (min-width:561px) and (max-width:991px) {
	.sidebarContainer {
		-ms-overflow-style: none;
		scrollbar-width: none
	}
	.sidebarContainer::-webkit-scrollbar {
		display: none
	}
	.sidebarContainer.isSticky {
		height: 70vh;
		overflow-y: scroll;
		position: sticky;
		top: 25%;
		left: 0
	}
}
@media screen and (max-width:560px) {
	.sidebarContainer {
		width: 100%;
		background: rgba(240, 243, 245, 0.5);
		padding: 40px 0
	}
}
.mainContainer {
	width: 75%;
	/* overflow: hidden; */
}
@media screen and (max-width:560px) {
	.mainContainer {
		width: 100%
	}
}
.mainContainer.isSexual {
	line-height: 2
}
@media screen and (max-width:560px) {
	.mainContainer.isNormal {
		padding: 0 0 70px 0;
		width: 90%;
		margin: 0 auto
	}
}
@media screen and (max-width:560px) {
	.mainContainer.isPbSmall {
		padding: 0 0 40px 0;
		width: 90%;
		margin: 0 auto
	}
}
@media screen and (max-width:560px) {
	.mainContainer.isNormal.pdNone {
		padding: 0
	}
}
@media screen and (max-width:560px) {
	.mainInner {
		padding-bottom: 60px;
		width: 90%;
		margin: 0 auto
	}
}
.Sidebar {
	border: 1px solid #cdd6dd;
	border-radius: 6px
}
.Sidebar.isCompany {
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.03)
}
@media screen and (max-width:560px) {
	.Sidebar.isCompany {
		box-shadow: none;
		margin-bottom: 0;
	}
}
.Sidebar.mb {
	margin-bottom: 2em
}
@media screen and (max-width:560px) {
	.Sidebar.mb {
		margin-bottom: 0.5em
	}
}
@media screen and (max-width:560px) {
	.Sidebar {
		border: none;
		/* width: 100%;
		padding: 0 40px; */
		width: 85%;
		margin: 0 auto
	}
	.Sidebar.newsSidebar {
		width: 100%;
	}
}
.Sidebar a {
	display: block;
	position: relative;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent
}
.Sidebar a:hover {
	color: #004831;
	text-decoration-color: #004831
}
.Sidebar a::before, .Sidebar a::after {
	content: "";
	width: 8px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #98a6b5;
	position: absolute;
	right: 30px;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.Sidebar a::before, .Sidebar a::after {
		right: 0;
	}
}
.Sidebar a::before {
	top: calc(50% + 3.5px);
	transform: rotate(-45deg)
}
.Sidebar a::after {
	top: calc(50% - 1px);
	transform: rotate(45deg)
}
.sidebarTop {
	background: rgba(240, 243, 245, 0.5);
	padding: 1.5em 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cdd6dd
}
.sidebarTop.hoverNone {
	pointer-events: none
}
.sidebarTop.hoverNone::before, .sidebarTop.hoverNone::after {
	display: none
}
@media screen and (max-width:560px) {
	.sidebarTop.hoverNone {
		pointer-events: initial
	}
}
@media screen and (max-width:560px) {
	.sidebarTop.spArrNone::before, .sidebarTop.spArrNone::after {
		display: none
	}
}
.sidebarTop.isCenter {
	text-align: center;
	font-size: 16px
}
.sidebarTop.isCenter::after {
	display: none
}
.sidebarTop>.sidebarTopIcon {
	width: 19px;
	margin-right: 0.3em
}
.sidebarTop.isGreen {
	color: #004831
}
@media screen and (max-width:560px) {
	.sidebarTop.mbSpNone {
		margin-bottom: 0
	}
}
@media screen and (max-width:560px) {
	.sidebarTop {
		border-bottom: none;
		background: transparent;
		color: #004831;
		padding: 0;
		margin-bottom: 30px;
		font-size: 20px
	}
	.sidebarTop::after {
		display: none
	}
	.accordionTitle {
		margin-bottom: 0;
	}
}
.sidebarItem {
	font-size: 14px;
	font-weight: bold;
	padding: 1em 50px 1em 20px
}
.isHakenService .sidebarItem.active, 
.staffroomSidebar .sidebarItem.active {
	/* color: #004831; */
	background-color: rgba(216, 55, 99, 0.1);
}
.isCompany .sidebarItem.active {
	/* color: #004831; */
	/* background-color: rgba(0, 72, 49, 0.1); */
	background-color: rgba(196, 215, 0, 0.1);
}
.sidebarItem.tenshokuConsultantSidebarItem::before, .sidebarItem.tenshokuConsultantSidebarItem::after {
	display: none
}
.sidebarItem>.sidebarItemIcon {
	margin-left: 5px
}
@media screen and (max-width:560px) {
	.sidebarItem {
		font-size: 13px;
		padding: 0
	}
	.accordionArea .sidebarItem.active, 
	.isHakenService .sidebarItem.active, 
	.staffroomSidebar .sidebarItem.active,
	.isCompany .sidebarItem.active {
		color: #004831;
		background-color: inherit;
	}
}
.sidebarItem:not(:last-child) {
	border-bottom: 1px solid #cdd6dd
}
@media screen and (max-width:560px) {
	.sidebarItem:not(:last-child) {
		margin-bottom: 20px;
		border-bottom: none
	}
}
.tenshokuConsultantSidebarItem {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5
}
.tenshokuConsultantSidebarItem picture {
	width: 25%;
}
.tenshokuConsultantSidebarItem picture img{
	width: 100%;
}
.tenshokuConsultantSidebarItem.sidebarItem {
	padding: 20px
}
@media screen and (min-width:561px) and (max-width:991px) {
	.tenshokuConsultantSidebarItem.sidebarItem {
		padding: 15px
	}
}
.tenshokuConsultantSidebarItem::after {
	display: none
}
.tenshokuConsultantSidebarContents {
	width: 50%
}
.tenshokuConsultantSidebarTxt {
	font-weight: normal
}
.hakenMypageSidebar {
	margin-bottom: 2em
}
.hakenMypageSidebar>.sidebarTop>img {
	width: 20px;
	margin-right: 0.5em
}
.LinkCard {
	padding: 1.5em;
	display: flex;
	align-items: center;
	background: #f0f3f5;
	border-bottom: 2px solid #e1e7eb;
	transition: all 0.3s
}
.LinkCardIcon {
	margin-right: 1em;
	width: 30px;
	text-align: center;
	display: block;
}
.searchResultContainer {
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.searchResultContainer.spMt {
		margin-top: 2em
	}
}
.searchResult {
	font-size: 14px;
	color: #3B4043
}
@media screen and (max-width:560px) {
	.searchResult {
		font-size: 12px
	}
}
.pagination {
	display: flex;
	align-items: center
}
@media screen and (max-width:560px) {
	.pagination {
		font-size: 13px
	}
}
.pagination a {
	display: block;
	margin-right: 1.5em;
	border-bottom: 1px solid transparent;
	transition: all 0.3s
}
.pagination a:hover {
	border-color: #004831;
	color: #004831
}
@media screen and (max-width:560px) {
	.pagination a {
		margin-right: 15px
	}
}
.pagination a.current {
	font-weight: bold
}
.pagination a.prev {
	color: #3B4043;
	margin-right: 2.5em;
	margin-left: 0;
	position: relative
}
.pagination a.prev::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1em;
	width: 1px;
	background: #CDD6DD
}
.pagination a.next {
	color: #3B4043;
	margin-left: 1em;
	margin-right: 0;
	position: relative
}
.pagination a.next::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1em;
	width: 1px;
	background: #CDD6DD
}
.accordionTitle {
	transition: all 0.5s ease
}
@media screen and (max-width:560px) {
	.accordionTitle {
		font-size: 12px;
		color: #1A1A1A
	}
}
@media screen and (max-width:560px) {
	.accordionArea {
		display: none
	}
}
.beginnersFlowRow {
	width: 100%
}
.beginnersFlowTitleContainer {
	display: flex;
	align-items: center;
	border: 1px solid #CDD6DD;
	border-radius: 6px;
	padding: 1em 2em
}
@media screen and (max-width:560px) {
	.beginnersFlowTitleContainer {
		position: relative;
		display: block
	}
}
.beginnersFlowLabel {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: rgba(0, 72, 49, 0.7);
	padding: 0.2em 3em;
	border-radius: 12px
}
.beginnersFlowTitle {
	font-weight: bold;
	font-size: 20px;
	margin-left: 1em;
	margin-right: auto;
	line-height: 1.4;
}
@media screen and (max-width:560px) {
	.beginnersFlowTitle {
		font-size: 16px;
		margin-top: 0.4em;
		margin-left: 0
	}
}
.beginnersFlowContents {
	padding: 2em;
	border-right: 1px solid #CDD6DD;
	border-left: 1px solid #CDD6DD;
	border-bottom: 1px solid #CDD6DD;
	border-radius: 6px;
	display: none
}
.beginnersFlowContents--open {
	display: block;
}
@media screen and (max-width:560px) {
	.beginnersFlowContents {
		background: rgba(240, 243, 245, 0.5)
	}
}
.beginnersFlowContents span {
	color: #004831
}
.beginnersFlowContentsLinkContainer {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1em
}
@media screen and (max-width:560px) {
	.beginnersFlowContentsLinkContainer {
		font-size: 12px
	}
}
.beginnersFlowContentsLinkContainer>.border {
	color: #1A1A1A
}
.beginnersFlowContentsLinkContainer:hover {
	color: #004831
}
.beginnersQaRow:not(:last-child) {
	margin-bottom: 1.5em
}
@media screen and (max-width:560px) {
	.beginnersQaRow:not(:last-child) {
		margin-bottom: 10px
	}
}
.beginnersQaTitleContainer {
	display: flex;
	/* align-items: center; */
	border: 1px solid #CDD6DD;
	border-radius: 6px;
	padding: 1em 2em;
	position: relative;
	transition: all 0.3s
}
.beginnersQaTitleContainer:hover>.beginnersQaTitle {
	color: #004831;
	text-decoration-color: #004831
}
.beginnersQaTitleContainer:hover>.decorationAccordionCircle {
	background: #98A6B5
}
.beginnersQaTitleContainer:hover>.decorationAccordionCircle::before, .beginnersQaTitleContainer:hover>.decorationAccordionCircle::after {
	background: #fff
}
.beginnersQuestionDecoration {
	font-size: 24px;
	font-weight: bold;
	color: #004831;
	margin-right: 1em;
	margin-top: -0.2em;
}
@media screen and (max-width:560px) {
	.beginnersQuestionDecoration {
		font-size: 16px
	}
}
.beginnersAnswerDecoration {
	font-size: 24px;
	font-weight: bold;
	color: #707F89 !important;
	margin-right: 1em
}
@media screen and (max-width:560px) {
	.beginnersAnswerDecoration {
		font-size: 16px;
		position: relative;
		top: 3px;
	}
}
.beginnersQaTitle {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	/* margin-left: 1em; */
	margin-right: auto;
	width: 85%;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent;
}
@media screen and (max-width:560px) {
	.beginnersQaTitle {
		width: 70%;
		font-size: 14px;
	}
}
.beginnersQaContents {
	padding: 2em;
	border-right: 1px solid #CDD6DD;
	border-left: 1px solid #CDD6DD;
	border-bottom: 1px solid #CDD6DD;
	border-radius: 6px;
	display: none
}
@media screen and (max-width:560px) {
	.beginnersQaContents {
		background: rgba(240, 243, 245, 0.5)
	}
}
.beginnersQaContents span {
	color: #004831
}
.beginnersQaContentsInner {
	display: flex;
	align-items: flex-start
}
.beginnersQaContentsLinkContainer {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1em
}
.beginnersQaContentsLinkContainer>.border {
	transition: all 0.3s;
	border-bottom: 1px solid transparent
}
.beginnersQaContentsLinkContainer:hover {
	color: #004831
}
.beginnersQaContentsLinkContainer:hover>.border {
	border-color: #004831
}
.beginnersQaContentsLinkContainer:hover .circle {
	background: #fff;
	border: 2px solid #004831;
	transition: all 0.3s
}
.beginnersQaContentsLinkContainer:hover .circle::before {
	border-color: #004831
}
.hover .border {
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent
}
.hover:hover .border {
	color: #004831;
	text-decoration-color: #004831
}
.hover:hover .circle {
	transition: all 0.3s;
	background: transparent;
	border-color: #004831
}
.hover:hover .circle::before, .hover:hover .circle::after {
	background: #004831
}
.hoverMrAuto .circle {
	margin-left: auto
}


.loginStatusContainer {
	width: fit-content;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
	/* gap: 1em; */
	margin-bottom: 3em
}
.loginStatusContainer .loginStatusLink {
	margin-left: 1em;
}
@media screen and (max-width:560px) {
	.loginStatusContainer {
		margin-bottom: 2em
	}
}
.loginStatusName {
	font-size: 12px;
	color: #3b4043
}
.loginStatusLink {
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	/* gap: 0.5em; */
	transition: all 0.3s;
	border-bottom: 1px solid transparent
}
.loginStatusLink img {
	margin-right: 0.5em;
}
.loginStatusLink:hover {
	color: #004831;
	border-bottom: 1px solid #1a1a1a
}
.loginContainer {
	text-align: center
}
.loginMessageWrap,
.loginMessageWrap2 {
	width: 640px;
	margin: 0 auto 4em;
	text-align: left;
	line-height: 2;
	font-size: 16px;
}
.loginMessageWrap2 {
	color: red;
	margin: 0 auto 2em;
}
.loginMessageWrap a,
.loginMessageWrap2 a {
	color: #004831;
	text-decoration: underline;
}
.loginFormContainer {
	width: 560px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.login .headingLarge {
		font-size: 20px;
		line-height: 1.5;
	}
	.loginMessageWrap,
	.loginMessageWrap2 {
		text-align: left;
		font-size: 13px;
		width: 100%;
	}
	.loginFormContainer {
		width: 100%
	}
}
.loginFormRow {
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5em
}
.loginFormRow>label {
	font-size: 14px
}
@media screen and (max-width:560px) {
	.loginFormRow>label {
		font-size: 12px
	}
}
.loginFormRow>input {
	font-weight: normal;
	margin-top: 0.3em;
	background: #f0f3f5;
	width: 100%;
	padding: 1em
}
.loginSubmitContainer {
	margin: 3em auto 2em auto;
	width: 70%
}
.loginSubmitContainer>input {
	width: 100%;
	height: 100%;
	padding: 1em 0
}
.loginSubmitContainer.mb {
	margin-bottom: 5em
}
.loginBottomLink {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	/* gap: 1em; */
	font-weight: bold;
	font-size: 14px
}
.loginBottomLink .circle{
	margin-right: 1em;
}
@media screen and (max-width:560px) {
	.loginBottomLink {
		font-size: 12px
	}
}
.loginBottomLink>.border {
	transition: all 0.3s;
	border-bottom: 1px solid transparent
}
.loginBottomLink:hover {
	color: #004831
}
.loginBottomLink:hover>.border {
	border-color: #004831
}
.loginBottomLink:hover .circle {
	background: #fff;
	border: 2px solid #004831;
	transition: all 0.3s
}
.loginBottomLink:hover .circle::before {
	border-color: #004831
}
.forgetContainer {
	width: 800px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.forgetContainer {
		width: 100%
	}
}
.forgetFormRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3em;
	padding-top: 0.2em;
	border-top: 1px solid #cdd6dd;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.5em
}
@media screen and (max-width:560px) {
	.forgetFormRow {
		gap: 0.5em
	}
}
.forgetFormRow>label {
	font-size: 14px
}
@media screen and (max-width:560px) {
	.forgetFormRow>label {
		font-size: 12px
	}
}
.forgetFormRow>input {
	font-weight: normal;
	margin-top: 0.3em;
	background: #f0f3f5;
	width: 70%;
	padding: 1em
}
@media screen and (max-width:560px) {
	.forgetFormRow>input {
		font-size: 14px
	}
}
.forgetSubmitContainer {
	margin: 3em auto 2em auto;
	width: 40%;
	padding: 1em 0;
	display: block;
}
@media screen and (max-width:560px) {
	.forgetSubmitContainer {
		width: 80%
	}
}

.contentNone {
	margin-bottom: 3em;
}
.strong {
	font-weight: bold;
}
.txtLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.txtUnderLine {
	text-decoration: underline;
}
.txtUnderLine2 {
	text-decoration: underline double;
}
.inputSize4 {
	width: 4em;
}
.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;
}
.mb5 {
	margin-bottom: 5em;
}
.mb6 {
	margin-bottom: 6em;
}
.errorWrap {

}
.errorWrap2 {
	margin-bottom: 40px;
}
.errorWrap3 {
	margin: 40px 0;
}
.errorTitle {
	color: red;
	font-weight: bold;
	margin-bottom: 20px;
}
.error {
	margin-top: 0.5em;
	color: red;
}
.error2 {
	margin-bottom: 0.5em;
	color: red;
}
.error3 {
	margin: 0.5em 0;
	color: red;
}
.link::before {
	top: calc(50% + 1px);
	transform: rotate(-45deg);
}
.link::after {
	top: calc(50% - 4px);
	transform: rotate(45deg);
}
.link::before, .link::after {
	content: "";
	width: 8px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #004831;
	position: absolute;
	left: -12px;
	transition: all 0.3s;
}
.link {
	position: relative;
}
.textLine {
	margin: 2em 0;
}
.textLine2 {
	border: 0;
	border-top: 1px dashed #000;
}
.textLink {
	text-decoration: underline;
	color: #3b4043;
}
.textLink:hover,
.textDlLink:hover {
	color: #004831;
	text-decoration-color: #004831;
}
.textLink .iconBlank {
    margin-left: 10px;
    vertical-align: middle;
}
.textDlLink:hover svg{
	fill: #004831;
}
.textDlLink {
	text-decoration: underline;
}
.textDlLink svg {
	width: 13px;
	vertical-align: baseline;
	margin-left: 5px;
}
.textDlLink svg {
	fill: #98a6b5;
}

.contactFormDl {
}
.contactFormDl.mb {
	margin-bottom: 4em;
}
.contactFormDlBlock {
	border-top: 1px solid #cdd6dd;
	padding: 2em 0;
}
.contactFormDt {
	
}
.contactFormDd {
	margin-top: 2em;
}
.contactFormDd2 {
	margin-top: 1em;
}
.contactFormDdList2 {
	display: flex;
	gap: 0 2em;
	flex-wrap: wrap;
}
.contactFormDdList3 {
	display: flex;
	gap: 0.5em 0;
	flex-direction: column;
}
.contactFormDdItem {
	margin-top: 1em;
}
.contactFormDdItem .radio {
	display: block;
	line-height: 2;
}
.contactFormDdItem .radio input[type="radio"] + .radioLabel::before {
	top: 0.1em;
	position: absolute;
	left: 0;
}
@media screen and (max-width:560px) {
	.contactFormDdItem .radio input[type="radio"] + .radioLabel::before {
		top: 0
	}
}
.contactFormDdItem .radioLabel {
	position: relative;
	padding-left: 2em;
}
.questionnaire .contactFormDdItem .radio .contactInput {
	margin-left: 1em;
}
.contactFormDdItem .custum-checkbox {
	display: inline;
}
.questionnaire .contactFormDdItem .custum-checkbox + .contactInput {
	margin-left: 1em;
}
.contactFormDd.contactInput {
	width: 100%;
}
.contactBirthDay.isFull {
	width: 100%;
}
.contactFormSubmit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3em 0 0;
}
@media screen and (max-width:560px) {
	.contactFormSubmit {
		margin: 2em 0 3em;
	}
	.questionnaire .contactFormDdItem .radio .contactInput,
	.questionnaire .contactFormDdItem .custum-checkbox + .contactInput {
		margin-left: 0;
	}
	.questionnaire .contactInput.isHalf input, .contactInput.isHalf textarea {
		width: 100%;
		margin: 1em 0 0 0;
	}
}
.contactFormSubmit .submitBtnContainer {
	width: 100%;
	text-align: center;
}
.isConfirm {
	display: block;
}
.isConfirm .submitBtnContainer {
	text-align: center;
}
.contactFormSubmit .submitBtnContainer .btn {
	padding: 1em 3em;
	min-width: 300px;
}
.ui-datepicker {
	z-index: 1000 !important;
}
.ui-datepicker th {
	width: auto !important;
}
.ui-widget-header {
	background: #f1753f none repeat scroll 0 0 !important;
	border: 0 none !important;
	color: #fff !important;
	border-radius: 0 !important;
}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff none repeat scroll 0 0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #f1753f none repeat scroll 0 0 !important;
	border: 1px solid #f1753f !important;
	color: #fff !important;
}
.ui-widget-content {
	/* border: 1px solid #e8ebe8 !important; */
	border-radius: 0 !important;
	padding: 10px !important;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
	background: #FFF5E6 none repeat scroll 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	}
.ui-datepicker .ui-datepicker-buttonpane {
	font-size: 14px;
}
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-current:first-child {
	display: none;
}
@media screen and (max-width:560px) {
	#ui-datepicker-div {
		left: 7% !important;
	}
}



@media screen and (max-width:390px) {
	.tenshokuHeaderLogoLink {
		width: 40%;
		height: auto;
	}
	.tenshokuHeaderLogo {
		width: 100%;
		height: auto;
		vertical-align: baseline;
	}
	.hakenHeaderLogoLink {
		width: 40%;
		height: auto;
	}
	.hakenHeaderLogo {
		width: 100%;
		height: auto;
		vertical-align: baseline;
	}
}

.jsAccordionTitle {
	cursor: pointer;
}

.linkList--flex {
	display: flex;
}
.linkList--flex > *:nth-child(n + 2){
	margin-left: 2em;
}
.linkHover2 {
	text-decoration: underline;
}

.dMap {
	width: 400px;
	border: 1px solid #005b46;
}
@media screen and (max-width:560px) {
	.dMap {
		max-width: 100%;
	}
}

.isDl {
	padding: 1em 5em
}
.isDl::before, .isDl::after {
	display: none
}
.isDl svg {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 17px;
	fill: #fff;
}
.isDl:hover svg {
	fill: #004831;
}
@media screen and (max-width:560px) {
	.isDl svg {
		width: 17px;
	}
	.timecardButtonContainer {
		margin: 40px 0 60px 0
	}
}
.dTable1 th:nth-child(1){
	width:29em
}
.dTable1 th:nth-child(3){
	width:20em
}
@media screen and (max-width:560px) {
	.dTable1 th:nth-child(1) {
		width: 33%;
	}
	.dTable1 th:nth-child(3) {
		width: 33%;
	}
}
.naviBanner {
	position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 100;
	display: none;
}
.naviBannerImg {
	border-radius: 10px;
	border: 3px solid #004831;
	max-width: 50vw;
}
.naviBannerClose {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.modalButtonWrap {
	display: flex;
	gap: 0 20px;
	justify-content: center;
}

.modalButtonWrap .btn {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	padding: 1em 4em 1em 1em;
}

@media screen and (max-width:560px) {
	.modalButtonWrap {
		gap: 20px 20px;
		flex-direction: column;
	}
	.modalButtonWrap .btn {
	}
}