.site-wrap:where(.astro-KT4MLY6M) {
	background-color: #f6f1ef;
	background-image: radial-gradient(at 89% 93%, hsl(192, 100%, 90%) 0px, transparent 50%), radial-gradient(at 71% 98%, hsl(257, 35%, 94%) 0px, transparent 50%), radial-gradient(at 37% 89%, hsl(192, 100%, 90%) 0px, transparent 50%), radial-gradient(at 93% 0%, hsl(330, 100%, 93%) 0px, transparent 50%), radial-gradient(at 79% 25%, hsl(57, 100%, 92%) 0px, transparent 50%), radial-gradient(at 0% 80%, hsl(258, 100%, 91%) 0px, transparent 50%), radial-gradient(at 0% 12%, hsl(17, 28%, 95%) 0px, transparent 50%)
}
.site-main:where(.astro-KT4MLY6M) {
	padding: 0 30px 0 40px;
	flex: 1
}
.bg-mono:where(.astro-KT4MLY6M) {
	background-image: url(../assets/images/common/bg-mono.png);
	background-repeat: repeat-y;
	background-size: 100%
}
@font-face {
	font-family: NotoSansJPBold;
	src: url(../assets/font/NotoSansJP-Bold.ttf)
}
@font-face {
	font-family: NotoSansJPBold, sans-serif;
	src: url(../assets/font/NotoSansJP-Bold.ttf)
}
.page-title:where(.astro-X2PXH5T7) {
	font-family: Noto Sans;
	font-size: 22px;
	line-height: 30px;
	color: #332a7c;
	font-weight: 700
}
.select-custom:where(.astro-X2PXH5T7) {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.50679 0.949951L3.57766 2.87908C3.34983 3.10691 2.97703 3.10691 2.7492 2.87908L0.820068 0.949951' stroke='%23332A7C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 87% center;
	background-size: 10px
}
.company-page:where(.astro-X2PXH5T7) .select-custom:where(.astro-X2PXH5T7) {
	background-position: 93% center
}
.table-panigation:where(.astro-X2PXH5T7) li:where(.astro-X2PXH5T7).active {
	color: #fff;
	background: #332A7C
}
.show-all-button:where(.astro-X2PXH5T7) {
	font-family: Noto Sans JP;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 20px;
	color: #332a7c;
	background-color: #fff;
	font-weight: 500;
	border-radius: 50px;
	transition: all .3s
}
.show-all-button:where(.astro-X2PXH5T7):hover {
	color: #fff;
	background-color: #332a7c
}
.img-wrap:where(.astro-X2PXH5T7) img:where(.astro-X2PXH5T7) {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.navbar-default:where(.astro-X2PXH5T7).open~.site-main:where(.astro-X2PXH5T7) {
	padding-left: 250px;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .4s
}
@media screen and (max-width: 768px) {
	.navbar-default:where(.astro-X2PXH5T7).open~.site-main:where(.astro-X2PXH5T7) {
		padding-left: calc(43px + 1.25rem)
	}
}
.navbar-default:where(.astro-X2PXH5T7).close~.site-main:where(.astro-X2PXH5T7) {
	padding-left: 120px;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .4s
}
@media screen and (max-width: 768px) {
	.navbar-default:where(.astro-X2PXH5T7).close~.site-main:where(.astro-X2PXH5T7) {
		padding-left: calc(43px + 1.25rem)
	}
}
.required:where(.astro-X2PXH5T7):after {
	content: "*";
	color: #e7325d
}
.box:where(.astro-X2PXH5T7) {
	position: absolute;
	left: 0;
	right: 0;
	display: grid;
	height: 560px;
	max-width: 840px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-radius: .5rem;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: inset 1px 1px 1px #ffffff80;
	filter: drop-shadow(2px 2px 16px rgba(176, 176, 176, .3));
	overflow: hidden
}
@media screen and (max-width: 768px) {
	.box:where(.astro-X2PXH5T7) {
		position: relative;
		top: unset;
		transform: unset;
		display: block;
		margin: 20px;
		height: calc(100% - 40px)
	}
	.box-img:where(.astro-X2PXH5T7) {
		position: relative
	}
}
h3:where(.astro-X2PXH5T7) {
	font-family: NotoSansJPBold, sans-serif
}
img:where(.astro-X2PXH5T7) {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}
.box-form:where(.astro-X2PXH5T7) {
	display: block;
	padding: 90px 70px
}
@media screen and (max-width: 768px) {
	.box-form:where(.astro-X2PXH5T7) {
		display: block;
		padding: 3vh;
		padding-top: 0
	}
}
label:where(.astro-X2PXH5T7) {
	display: block;
	padding-bottom: 10px
}
input:where(.astro-X2PXH5T7) {
	height: 39px;
	width: 100%;
	border-width: 1px;
	border: 1px solid #d9d9d9;
	padding-left: 10px!important;
	outline: none
}
.btn-form:where(.astro-X2PXH5T7) {
	font-family: NotoSansJPBold, sans-serif
}