@charset "utf-8";
/* all
-------------------------------------------------------------------*/
html,
body {
	background: #FFFFFF;
	color: #282828;
	font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
}
html .goti,
html form * {
	font-family: "游ゴシック", 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .pop,
html .pop form * {
	font-family: "Poppins", sans-serif;
}
html .zen,
html .zen form {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: 1200px;
}
main {
	overflow: hidden;
	width: 100%;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.relative {
	position: relative;
	z-index: 0;
}
@media screen and (max-width:1240px) {
	body,
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}
	main {
		margin-top: 0;
	}
	.sitewrap>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	z-index: 999;
	inset: 0 0 auto;
}
.menu_top #site_ttl {
	float: left;
	padding: 0.75em 1.5em;
}
.menu_fix {
	float: right;
	margin: 1.5em 2% auto 0;
}
.drop_menu #NavWrap ul {
	width: auto;
	display: flex;
	background: #fff;
	border-radius: 3em;
	overflow: hidden;
	filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.05));
	padding: 0;
}
.drop_menu #NavWrap ul::after {
	display: none;
}
.drop_menu #NavWrap li a {
	padding: 0.875em 1.25em;
	height: 100%;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 1px;
	min-height: 40px;
	min-width: 40px;
	text-align: center;
	transition: background 0.3s, color 0.3s;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2em;
	white-space: nowrap;
	color: unset;
}
.drop_menu #NavWrap li a span {
	position: relative;
	z-index: 0;
	width: fit-content;
}
.drop_menu #NavWrap li a span:after {
	position: absolute;
	z-index: 0;
	content: "";
	display: inline-block;
	inset: auto 0 -0.35em;
	width: 100%;
	height: 2px;
	background: #e0273d;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
.drop_menu #NavWrap li:nth-child(2) a:before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 1px;
	height: 30px;
	background: #d5d5d5;
	background-size: contain;
	margin: auto;
	inset: 0 auto 0 0;
}
.drop_menu #NavWrap li:first-child a {
	padding-left: 1.5em;
}
.drop_menu #NavWrap li:last-child a {
	padding-right: 2em;
	background: #e0273d;
	color: #fff;
}
.drop_menu #NavWrap li:last-child a span {
	padding-bottom: 0.2em;
}
.drop_menu #NavWrap li:last-child a img {
	margin-right: 0.25em;
	transform: translateY(2px);
}
.drop_menu #NavWrap li:last-child a span::after {
	background: #fff;
}
@media (any-hover: hover) {
	.drop_menu #NavWrap li a:hover span:after {
		transform: scale(1, 1);
	}
}
#fix_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:1200px) {
	header .menu_top #site_ttl a img {
		max-width: 300px;
	}
	.drop_menu #NavWrap li:nth-child(3) {
		padding-right: 1em;
	}
	.drop_menu #NavWrap li.head_contact a,
	.drop_menu #NavWrap li.head_recruit a {
		min-width: 160px;
	}
}
@media screen and (max-width:920px) {
	body {
		padding-top: 60px;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu {
		position: fixed;
		transition: none;
		top: 0;
	}
	header .menu_top {
		padding: 0;
		min-height: 60px;
		background: #fff;
	}
	header .menu_top #site_ttl {
		padding: 10px 10px 0px;
	}
	header .menu_top #site_ttl a img {
		max-width: 120px;
	}
	.menu_fix {
		text-align: right;
		margin-left: 0;
	}
	#fix_menu #switch+.menu_top label[for="switch"] {
		display: block;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 900;
		transition: 0.5s transform, right 0.2s;
		padding: 12px;
		width: 62px;
		height: 60px;
		box-sizing: border-box;
		background: #fff;
		text-align: center;
	}
	#fix_menu #switch+.menu_top label[for="switch"] b {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
	#fix_menu #switch+.menu_top label[for="switch"] span {
		cursor: -webkit-grabbing;
		display: block;
		width: 20px;
		height: 2px;
		background: #282828;
		-webkit-transition: 0.2s transform, 0.5s background;
		transition: 0.2s transform, 0.5s background;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#fix_menu #switch+.menu_top label[for="switch"] span::before,
	#fix_menu #switch+.menu_top label[for="switch"] span::after {
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		background: #282828;
		position: absolute;
		margin-top: 0;
	}
	#fix_menu #switch+.menu_top label[for="switch"] span::before {
		top: -8px;
	}
	#fix_menu #switch+.menu_top label[for="switch"] span::after {
		top: 8px;
	}
	#fix_menu #switch:checked+.menu_top label[for="switch"] span {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#fix_menu #switch:checked+.menu_top label[for="switch"] span::before {
		top: 0;
	}
	#fix_menu #switch:checked+.menu_top label[for="switch"] span::after {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
		top: 0;
		margin-top: 0;
	}
	.drop_menu #NavWrap {
		position: fixed;
		top: -100%;
		width: 100%;
		z-index: 800;
		height: 100%;
		overflow: auto;
		visibility: hidden;
		padding: 10px 15px 85px;
		box-sizing: border-box;
		transition: all 0.25s;
		flex-direction: column-reverse;
		left: 0;
		right: 0;
		justify-content: flex-end;
		background: #fff;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	#fix_menu #switch:checked+.menu_top label+#NavWrap {
		visibility: visible;
		height: 100vh;
		top: 60px;
		padding: 0;
	}
	.drop_menu #NavWrap>ul {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		flex-direction: column;
		padding-inline: 0;
		margin-bottom: 0;
		border-radius: 0;
	}
	.drop_menu #NavWrap ul li {
		display: block;
		padding: 0;
	}
	.drop_menu #NavWrap li:nth-child(3) {
		padding-right: 0;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li p {
		font-size: 1.25rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		background: none;
		border: none;
		border-bottom: 1px solid #a5a5a5;
		width: 100%;
		margin-left: 0;
		padding: 0.5em 1em;
	}
	.drop_menu #NavWrap li a::after {
		position: absolute;
		display: inline-block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 1px solid #282828;
		border-right: 1px solid #282828;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		transform: rotate(45deg);
	}
	.drop_menu #NavWrap li:last-child a::after {
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
	.drop_menu #NavWrap li a span {
		display: block;
		padding: 13px 5px;
		border-left: none;
		white-space: normal;
		background: none;
		line-height: 1.4;
		margin: 0;
		width: 100%;
	}
	.drop_menu #NavWrap li a span:after {
		position: absolute;
		z-index: 0;
		content: "";
		display: inline-block;
		inset: auto 0 -0.35em;
		width: 100%;
		height: 2px;
		background: #e0273d;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: center top;
	}
	.drop_menu #NavWrap li:nth-child(2) a:before,
	.drop_menu #NavWrap li:nth-child(3) a:before {
		content: none;
	}
	.drop_menu #NavWrap li:first-child a {
		padding-left: 1em;
	}
	.drop_menu #NavWrap li:last-child a {
		padding-right: 1em;
	}
	.drop_menu #NavWrap li:last-child a span {
		padding: 13px 5px;
	}
}
/* page_link
-------------------------------------------------------------------*/
.page_link {
	position: absolute;
	z-index: -10;
	display: block;
	margin-top: -120px;
	padding-top: 120px;
	cursor: auto;
}
@media screen and (max-width:767px) {
	.page_link {
		margin-top: -80px;
		padding-top: 80px;
	}
}
/* fixed_menu
-------------------------------------------------------------------*/
.sp_fixed_menu {
	display: none;
}
@media screen and (max-width:767px) {
	.sp_fixed_menu {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		z-index: 100;
		background-color: #004ea2;
		color: #fff;
		width: 100%;
		height: 60px;
	}
	.sp_fixed_menu>* {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 0.35em 0.25em;
		font-size: 4.5vw;
		text-align: left;
		text-decoration: none;
	}
	.sp_fixed_menu>*:hover {
		text-decoration: none;
	}
	.sp_fixed_menu a p {
		margin-left: 40px;
		margin-bottom: 0;
	}
	.sp_fixed_menu a::before {
		position: absolute;
		content: "";
		width: 22px;
		height: 22px;
		background-image: url(../img/common/head_icon6_wh.png);
		background-size: contain;
		top: 0;
		bottom: 0;
		left: 56px;
		right: auto;
		margin: auto;
	}
}
/* contents
-------------------------------------------------------------------*/
.opening-animation {
	position: fixed;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	overflow: auto;
	overscroll-behavior: contain;
}
.opening-animation.is-actived,
.opening-animation.is-actived::before {
	display: none;
}
.opening-animation.is-active {
	animation: opening-animation_bg 1s 3s forwards;
}
.opening-animation::before {
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	background: #e1e1e2;
}
.opening-animation::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.opening-animation .opening-animation_inner {
	min-height: calc(100% + 1px);
	width: 100%;
}
.opening-animation .opening-animation_logo {
	position: sticky;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.opening-animation.is-active .opening-animation_logo {
	opacity: 1;
	animation: opening-animation 2s forwards;
}
.opening-animation svg {
	fill: #fff;
	width: 25vw;
}
@media screen and (max-width:767px) {
	.opening-animation svg {
		width: 70vw;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 4em;
	right: 5%;
	font-size: 0.875rem;
	width: 80px;
	height: 80px;
	z-index: 500;
	padding-top: 0.5em;
	filter: drop-shadow(0 0 2px #bbb);
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-decoration: none;
	color: unset;
}
#pageTop img {
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: auto 0 60px;
	transition: inset 0.3s;
}
@media (any-hover: hover) {
	#pageTop:hover img {
		inset: auto 0 50px;
	}
}
footer {
	background: #f6efe2;
	padding: 5em 0;
}
footer a {
	text-decoration: none;
}
footer .foot_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .foot_list .foot_item01 {
	display: flex;
	gap: 2em;
}
footer .foot_list .foot_item01 .foot_logo {
	margin-top: 1em;
	transition: 0.3s;
}
footer .foot_list .foot_item01 .foot_detail .foot_name {
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}
footer .foot_list .foot_item01 .foot_detail .foot_place {
	margin-bottom: 0.5em;
}
footer .foot_list .foot_item01 .foot_detail .foot_tel a {
	text-decoration: none;
}
footer small {
	font-size: 0.875rem;
}
@media (any-hover: hover) {
	footer .foot_logo:hover {
		opacity: .8;
	}
}
@media screen and (max-width:1000px) {
	#pageTop {
		bottom: 4em;
		right: 3%;
		width: 60px;
		height: 60px;
	}
	#pageTop img {
		width: 12px;
		inset: auto 0 40px;
	}
	footer {
		padding: 3em 0;
	}
	footer .foot_list {
		flex-direction: column;
		align-items: center;
	}
	footer .foot_list .foot_item01 {
		flex-direction: column;
		align-items: center;
		margin-bottom: 2em;
	}
	footer .foot_list .foot_item01 .foot_logo {
		max-width: 120px;
	}
	footer .foot_list .foot_item01 .foot_detail .foot_name {
		font-size: 1.25rem;
		margin-bottom: 0.5em;
	}
	footer .foot_list .foot_item01 .foot_detail .foot_place {
		margin-bottom: 0.5em;
	}
}