@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;
}
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 .lato,
html .lato form *{
	font-family: "Lato";
}
html .mont{
  font-family: "Montserrat", sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width:1200px;
}
main{
	overflow:hidden;
	width:100%;
	margin-top: 0;
}
.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;
	transition: filter 0.3s 0s, background 0.3s;
}
body:not(.home):not(.post-name-features) header#fix_menu{
	background: #fff;
}
header#fix_menu.fixedMenu{
	filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.05));
	background: #fff;
}
.menu_top {
   	position:relative;
   	text-align: left;
}
.menu_top #site_ttl,
.home header#fix_menu.fixedMenu .menu_top #site_ttl,
.post-name-features header#fix_menu.fixedMenu .menu_top #site_ttl{
	padding: 1em 2em;
	display: inline-block;
}
.home .menu_top #site_ttl,
.post-name-features .menu_top #site_ttl{
	float:left;
	padding: 3em 3em;
	transition:padding 0.3s;
}
.menu_top #site_ttl a{
	display:inline-block;
	vertical-align:middle;
	filter: drop-shadow(3px 5px 5px rgb(0 0 0 / 10%));
}
.menu_fix{
	float: right;
}
.drop_menu #NavWrap ul{
	width: auto;
	display: flex;
	background: #fff;
	border-radius: 0 0 0 1.5em;
	padding: 0 0 0 2em;
	margin-bottom: 0;
}
.drop_menu #NavWrap ul::after{
	display:none;
}
.drop_menu #NavWrap li:nth-child(7){
	margin-right: 1.25em;
}
.home .drop_menu #NavWrap li a,
.post-name-features .drop_menu #NavWrap li a{
	margin-block: 1.875em;
}
.drop_menu #NavWrap li a{
	margin-block: 1.5em;
	padding: 1em;
	text-decoration: none;
	color: unset;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
	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;
	transition:margin 0.3s;
}
header#fix_menu.fixedMenu #NavWrap li a{
	margin-block: 1.5em;
}
.drop_menu #NavWrap li:not(.head_btn) a ::after{
	position: absolute;
	z-index: 0;
	content: "";
	display:inline-block;
	inset: auto 1em 0.5em;
	width: calc(100% - 2em);
	height: 2px;
	background: #28a7e1;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
@media (any-hover: hover) {
	.drop_menu #NavWrap li a:hover ::after{
	    transform: scale(1, 1);
	}
}
.drop_menu #NavWrap li.head_btn a{
	background: #28a7e1;
	border: 2px solid #28a7e1;
	min-width: 140px;
	padding: 0.5em;
	color: #fff;
	font-size: 1rem;
	margin: 0 !important;
	height: 100%;
	transition: .3s;
}
.drop_menu #NavWrap li.head_unpublished{
	border-right: 1px solid #fff;
}
.drop_menu #NavWrap li.head_unpublished a{
	background: #f8b62b;
	border: 2px solid #f8b62b;
}
.drop_menu #NavWrap li.head_unpublished a span:before{
	width: 22px;
	height: 23px;
	background-image: url(../img/common/icon_recruit.svg);
	inset: 0 auto 0 1.5em;
}
.drop_menu #NavWrap li.head_btn a span{
	padding-top: 2em;
}
.drop_menu #NavWrap li.head_btn a span:before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 31px;
	height: 31px;
	background: #ffffff;
	mask-image: url(../img/common/icon_mail.svg);
	mask-size: contain;
	margin: auto; 
	inset: 10% 0 auto;
	transition: .3s;
}
.drop_menu #NavWrap li.head_unpublished a span:before{
	mask-image: url(../img/common/icon_house.svg);
}
@media (any-hover: hover) {
	.drop_menu #NavWrap li.head_btn a:hover{
		background: #ffffff;
		color: #28a7e1;
	}
	.drop_menu #NavWrap li.head_unpublished a:hover{
		color: #f8b62b;
	}
	.drop_menu #NavWrap li.head_btn a:hover span:before{
		background: #28a7e1;
	}
	.drop_menu #NavWrap li.head_unpublished a:hover span:before{
		background: #f8b62b;
	}	
}
#fix_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:1355px) {
	.home .menu_top #site_ttl,
	.post-name-features .menu_top #site_ttl{
		padding: 1.5em 0 1.5em 2%;
	}
	.menu_top #site_ttl a img{
		max-height: 48px;
	}
	.drop_menu #NavWrap ul{
		padding: 0 0 0 1em;
	}
	.menu_top #site_ttl,
	.home header#fix_menu.fixedMenu .menu_top #site_ttl,
	.post-name-features header#fix_menu.fixedMenu .menu_top #site_ttl{
		padding: 1em 0 1em 2%;
	}
	.drop_menu #NavWrap li:nth-child(7){
		margin-right: 0.5em;
	}
	.drop_menu #NavWrap li a{
		padding: 1em 0.5em;
	}
	.drop_menu #NavWrap li.head_btn a{
		min-width: 120px;
		padding: 0.5em;
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1124px) {
	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;
		z-index: 700;
		background: #fff;
	}
	.home .menu_top #site_ttl,
	.menu_top #site_ttl,
	.home header#fix_menu.fixedMenu .menu_top #site_ttl,
	header#fix_menu.fixedMenu .post-name-features .menu_top #site_ttl{
		padding: 0.75em 0 0.75em 2% !important;
		display: flex;
	}
	.menu_top #site_ttl a img{
		max-height: 40px;
		width: auto;
	}
	.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: 60px;
		width:100%;
		z-index: 800;
		height: 100vh;
		overflow: auto;
		visibility: hidden;
		padding: 10px 15px 85px;
		box-sizing: border-box;
		transition:all 0.25s;
		flex-direction: column-reverse;
		left: auto;
		right: -100%;
		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;
		right: 0;
		height: 100vh;
	}
	.drop_menu #NavWrap > ul {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		flex-direction: column;
		padding-inline: 0;
		margin-bottom: 0;
		padding: unset;
	}
	.drop_menu #NavWrap ul li{
		display:block;
		padding:0;
		border-bottom:solid 1px #fff;
	}
	.drop_menu #NavWrap li:nth-child(7){
		margin-right: 0;
		margin-bottom: 2em;
	}
	header#fix_menu.fixedMenu #NavWrap li a,
	.drop_menu #NavWrap li a{
		font-size: 1.125rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		border:none;
		border-bottom: 1px solid #b7b7b7;
		width: 100%;
		margin-left: 0;
		margin-block: 0 !important;
	}
	.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 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:not(.head_btn) a ::after{
		content: none;
	}		
	@media (any-hover: hover) {
		header#fix_menu.fixedMenu #NavWrap li a:hover, 
		.drop_menu #NavWrap li a:hover{
			background: #f0f0f0;
		}
	}
	.drop_menu #NavWrap li.head_btn{
		border-bottom: none;
	}
	.drop_menu #NavWrap li.head_btn a{
		background: #28a7e1;
		border: 2px solid #28a7e1;
		min-width: 140px;
		padding: 0.5em;
		color: #fff;
		font-size: 1rem;
		margin: 0 !important;
		height: 100%;
		transition: .3s;
		border-bottom: none !important;
	}
	.drop_menu #NavWrap li.head_btn a span:before{
		width: 22px;
		height: 22px;
		inset: 0 auto 0 1em;
	}
	.drop_menu #NavWrap li.head_unpublished{
		border-right: 1px solid #fff;
		margin-bottom: 1em;
	}
	.drop_menu #NavWrap li.head_unpublished a{
		background: #f8b62b;
		border: 2px solid #f8b62b;
	}
	.drop_menu #NavWrap li.head_btn a span{
		padding: 1.25em 3em;
	}
	.drop_menu #NavWrap li.head_btn a::after{
		border-top:1px solid #ffffff;
		border-right:1px solid #ffffff;
	}
}
/* 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 2.5s forwards;
  }
  .opening-animation::before {
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	background: #ffffff;
  }
  .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 .opening-animation_logo img{
		max-height: 52px;
		 width: auto;
	}
  @media screen and (max-width:767px) {
	.opening-animation svg {
	  width: 70vw;
	} 
  }
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 51px;
	right: 3%;
	width: 70px;
	border-radius: 50%;
	border: 1px solid #28a7e1;
	aspect-ratio: 1/1;
	background:  #ffffff;
}
#pageTop .top_img{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 0;
	background: #28a7e1;
	width: 26px;
	height: 26px;
	mask-image: url(../img/common/icon_arrow.svg);
	mask-size: contain;
	transform: rotate(-90deg);
}
@media (any-hover: hover) {
	#pageTop:hover{
		opacity: .7;
	}
}
footer{
	background: #f6f3ed;
	padding: 4em 0 4em;
}
footer a{
	text-decoration:none;
}
footer .sitewrap{
	display: flex;
	gap: 6%;
	justify-content: space-between;
	margin-bottom: 3em;
}
footer .footer_right .site_ttl{
	margin-bottom: 1em;
	display: block;
	transition: 0.3s;
}
@media (any-hover: hover) {
	footer .footer_right .site_ttl:hover{
		opacity: .7;
	}
}
footer .footer_right .foot_btn_area{
	display: flex;
	gap: 1em 4%;
	margin-bottom: 0;
	padding: 0;
}
footer .footer_right .foot_btn_area .common_btn{
	margin: 1em auto;
}
footer .footer_right .foot_btn_area a::after{
	content: none;
}
footer .footer_right .foot_btn_area a span{
	padding-left: 1.5em;
	position: relative;
	z-index: 0;
}
footer .footer_right .foot_btn_area a span:before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	background: #ffffff;
	mask-image: url(../img/common/icon_mail.svg);
	mask-size: contain;
	margin: auto;
	inset: 0 auto 0 -1em;
	transition: .3s;
}
footer .footer_right .foot_btn_area .foot_unpublished a{
	background: #f8b62b;
	border: #f8b62b;
}
footer .footer_right .foot_btn_area .foot_unpublished a span:before{
	mask-image: url(../img/common/icon_house.svg);
	mask-size: contain;
}
footer .footer_right .foot_btn_area .foot_contact a{
	background: #28a7e1;
	border: #28a7e1;
}
footer .footer_right .privacy a{
	font-size: 0.875rem;
	color: unset !important;
}
footer .footer_right .privacy a:hover{
	text-decoration: none;
	color: auto !important;
	opacity: 0.7;
}
footer .footer_left{
	width: 60%;
	margin-inline: auto 0;
	display: flex;
	gap: 15%;
	justify-content: flex-end;
}
footer .footer_left a{
	display: block;
	font-weight: 500;
	margin-bottom: 1em;
	text-decoration:none;
	color: unset;
}
footer .footer_left a span{
	position: relative;
	z-index: 0;
}
footer .footer_left a span::after{
	position: absolute;
	z-index: 0;
	content: "";
	display:inline-block;
	inset: auto 0 -0.25em;
	width: calc(100% - 0);
	height: 2px;
	background: #28a7e1;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
footer .footer_left a.link_item02{
	font-size: 0.875rem;
	position: relative;
	z-index: 0;
}
footer .footer_left a.link_item02::before{
	position: absolute;
	z-index: 1;
	margin: auto;
	display: block;
	content: "";
	inset: 0 auto 0 0;
	background: #282828;
	width: 6px;
	height: 2px;
}
footer .footer_left a.link_item02 span{
	padding-left: 1.25em;
}
footer .footer_left a.link_item02 span::after{
	height: 1px;
}
@media (any-hover: hover) {
	footer .footer_left a span:hover::after{
	    transform: scale(1, 1);
	}
}
footer small{
	font-size: 0.875rem;
	font-weight: 600;
	color: #969696; 
}
@media screen and (max-width:1000px){
	footer .footer_left{
		display: none;
	}
	footer .sitewrap{
		justify-content: center;
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	#pageTop {
		position: fixed;
		bottom: 2%;
		right: 3%;
		width: 50px;
	}
	#pageTop .top_img{
		width: 20px;
		height: 20px;
	}
	footer{
		padding: 2em 0;
	}
	footer a{
		text-decoration:none;
	}
	footer .sitewrap{
		justify-content: center;
		margin-bottom: 1em;
	}
	footer .footer_right .site_ttl img{
		max-width: 190px;
		margin-right: 0.5em;
	}
	footer .footer_right .foot_btn_area{
		display: none;
	}
}
