@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 .min,
html .min form *{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .fran{
  font-family: "Francois One", sans-serif;
  font-weight: 300;
  font-style: normal;
}
html .roboto{
  font-family: "Roboto", sans-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: absolute;
	z-index:999;
	inset: 0 0 auto;
	pointer-events: none;
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:left;
	padding: 2em 2em;
	pointer-events: auto;
}
.menu_top #site_ttl a{
	display:inline-block;
	vertical-align:middle;
	max-width: 364px;
	display: block;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.75));
}
.menu_top .head_contact{
	float: right;
	pointer-events: auto;
	position: fixed;
	z-index:999;
	inset: 0 0 auto auto;
}
body:not(.home) .menu_top .head_contact{
	display: none;
}
.menu_top .head_contact a{
	padding: 0.5em 3em 0.5em;
	display: block;
	text-decoration: none;
	background: #00987a;
	border: 1px solid #009a7b;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	min-height: 70px;
	max-width: 200px;
	text-align:center;
	transition:background 0.3s, color 0.3s;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_top .head_contact a span{
	display: block;
	font-weight: 500;
	position: relative;
	z-index: 0;
	padding-left: 1.5em;
	letter-spacing: 1.5px;
}
.menu_top .head_contact a span::before{
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: 25px;
    height: 20px;
    background: #fff;
    mask: url(../img/common/icon_mail.svg);
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    margin:auto;
    inset: 0 auto 0 -9px;
    transition:background 0.3s;
    transform: translateY(2px);
}
@media (any-hover: hover) {
	.menu_top .head_contact a:hover{
		background: #ffffff;
		color: #00987a;
	}
	.menu_top .head_contact a:hover span::before{
	    background: #00987a;
	}
}
.menu_fix{
	float: right;
	display: none;
}
#fix_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:970px) {
	header#fix_menu,
	header#fix_menu.fixedMenu{
		position: fixed;
		transition: background 0.3s;
		top: 0;
		pointer-events: auto;
	}
	header#fix_menu.fixedMenu{
		background: #009b7c;
	}
	.drop_menu #NavWrap ul{
		width: auto;
		display: flex;
		padding: 0;
		margin-bottom: 0;
	}
	.drop_menu #NavWrap ul::after{
		display:none;
	}
	.drop_menu #NavWrap li:not(.head_contact) a{
		padding: 0;
		display: block;
		text-decoration: none;
		font-weight: 500;
		font-size: 1.125rem;
		line-height: 1;
		letter-spacing: 3px;
		min-height: 60px;
		min-width: 155px;
		text-align: left;
		transition:background 0.3s, color 0.3s;
		position: relative;
		z-index: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.2em;
		color: unset;
		border-bottom: 1px solid #282828;
	}
	header .menu_top{
		padding:0;
		min-height: 60px;
		z-index: 700;
	}
	header .menu_top #site_ttl{
		padding: 15px 15px 5px;
	}
	.menu_top #site_ttl a{
		display:inline-block;
		vertical-align:middle;
		max-width: 172px;
		display: block;
		filter: none;
	}
	header .menu_top #site_ttl a img{
		max-width: 250px;
		height: auto;
	}
	.menu_top .head_contact{
		display: none;
	}
	.menu_fix{
		text-align: right;
		margin-left: 0;
		display: block;
	}
	#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;
	}
	.drop_menu #NavWrap > ul {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		flex-direction: column;
		padding-inline: 0;
		margin-bottom: 0;
	}
	.drop_menu #NavWrap ul li {
		display:block;
		padding:0;
		border-bottom:solid 1px #fff;
	}
	.drop_menu #NavWrap li:not(.head_contact) 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:not(.head_contact) 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.head_contact{
		margin: 2em auto 2em;
		width: 100%;
		position: relative;
		
	}
	.drop_menu #NavWrap li.head_contact a{
		max-width: 300px;
		margin-inline: auto;
		font-size: 1.25rem;
	}
	.menu_top .head_contact a span::before{
	    width: 23px;
	    height: 18px;
	    inset: 0 auto 0 -3px;
	}
	.drop_menu #NavWrap .head_text{
		text-align: left;
		margin-bottom: 1em;
	}
	.drop_menu #NavWrap .head_text a{
		border-bottom: 1px solid;
		text-decoration: none;
		color: unset;
	}
}
/* page_link
-------------------------------------------------------------------*/
.page_link{
	position: absolute;
	z-index: -10;
	display: block;
	margin-top: -80px;
	padding-top: 80px;
	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;
		inset: auto 0 0;
		display:flex;
		justify-content:space-between;
		z-index:100;
		width: 100%;
		height: 60px;
	}
	.sp_fixed_menu a{
		width:100%;
		display:flex;
		justify-content:flex-end;
		align-items: center;
		flex-direction:column;
		padding: 0.75em 0.25em;
		font-size: 3.5vw;
		letter-spacing: -0.5px;
		font-weight: 600;
		text-decoration: none;
		position: relative;
		z-index: 0;
	}
	.sp_fixed_menu a.sp_btn01{
		background: #fff;
		border-top: 1px solid #bababa;
	}
	.sp_fixed_menu a.sp_btn02{
		background: #0071bc;
		color: #fff;
	}
	.sp_fixed_menu a.sp_btn03{
		background: #eb5c01;
		color: #fff;
	}
	.sp_fixed_menu a::before{
	    display: block;
	    position: absolute;
	    z-index: 1;
	    content: "";
	    width: 18px;
	    height: 18px;
	    background-image:url(../img/common/icon_tel.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	    margin:auto;
	    inset: auto 0 53%;
	}
	.sp_fixed_menu a.sp_btn02::before{
	    width: 16px;
	    height: 12px;
	    background-image:url(../img/common/icon_mail.png);
	}
	.sp_fixed_menu a.sp_btn03::before{
		width: 13px;
	    height: 17px;
	    background-image:url(../img/common/icon_req.png);
	}
}
/* 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
-------------------------------------------------------------------*/
#top_link{
	position: fixed;
	z-index: 500;
	bottom: 5em;
	right: 1%;
	transition: opacity 0.3s;
}
#pageTop{
	text-decoration: none;
}
#pageTop span{
	width: 100px;
	height: 100px;
	border: 2px solid #333333;
	font-size: 1.35rem;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	#pageTop span:hover{
		background: #ffffff;
		color: #000000;
	}
}
footer{
	padding: 3em 0 2em;
	background: #000000;
	color: #fff;
}
footer .sitewrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .logo_area{
	margin-bottom: 2em;
}
footer .logo_area .foot_logo{
	width: 498px;
	height: 64px;
	margin-bottom: 2em;
}
footer .logo_area .foot_add_area{
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	gap: 0.25em;
	letter-spacing: 1px;
}
footer .logo_area .foot_add_area .foot_add,
footer .logo_area .foot_add_area .foot_num{
	margin-bottom: 0;
	line-height: normal;
}
footer .foot_link{
	display: flex;
	font-size: 0.875rem;
	margin-bottom: 1em;
}
footer .foot_link a{
	text-decoration: none;
	color: unset;
}
footer .foot_link a + a{
	margin-left: 2em;
}
footer .foot_link a span{
	position: relative;
	z-index: 0;
}
footer .foot_link a span::after{
	position: absolute;
	content: "";
	display:inline-block;
	inset: auto 0 -2px;
	width: 100%;
	height: 1px;
	background: #ffffff;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
@media (any-hover: hover) {
	footer .foot_link a:hover span::after{
	    transform: scale(1, 1);
	}
}
footer small{
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 1px;
}
@media screen and (max-width:767px) {
	#pageTop{
		bottom: 2em;
	}
	#pageTop span{
		width: 50px;
		height: 50px;
		font-size: 1.1rem;
	}
	footer{
		padding: 2em 0 2em;
		color: #fff;
	}
	footer .sitewrap{
		align-items: center;
		flex-direction: column;
	}
	footer .logo_area{margin-bottom: 1em;}
	footer .logo_area .foot_logo{
		width: 230px;
		height: auto;
	}
	footer .logo_area .foot_logo img{
		height: auto;
	}
	footer .logo_area .foot_add_area{
		display: none;
	}
	footer .foot_link{
		display: none;
		font-size: 0.875rem;
		margin-bottom: 1em;
	}
	footer .foot_link a{
		text-decoration: none;
	}
	footer .foot_link a + a{
		margin-left: 3em;
	}
	footer .foot_link a span{
		position: relative;
		z-index: 0;
	}
	footer .foot_link a span::after{
		position: absolute;
		content: "";
		display:inline-block;
		inset: auto 0 -2px;
		width: 100%;
		height: 1px;
		background: #ffffff;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: center top;
	}
	@media (any-hover: hover) {
		footer .foot_link a:hover span::after{
		    transform: scale(1, 1);
		}
	}
	footer small{
		font-size: 0.75rem;
		font-weight: 300;
	}
}
