@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root{
	--key: #138fd0;
	--key02: #6f572c;
	--hover:background .3s,color .3s,border-color .3s,opacity .3s,text-decoration-color .3s,transform .3s,filter .3s,box-shadow .3s;
}
:root main a{
	transition: var(--hover);
}
:is(header,footer) * {
        margin:0;
        padding:0;
        line-height:inherit;
}
:is(header,footer) a{
	color: unset !important;
}
html,
body{
	background: #FFFFFF;
	color: #282828;
	font-family:'Zen Maru Gothic',"游ゴシック",'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;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width:1100px;
}
main{
	overflow:hidden;
	width:100%;
	margin-top: 0;
}
.sitewrap {
	width: 1100px;
	min-width: 1100px;
	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:1140px) {
	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;
	height: 80px;
	inset: 0 0 auto;
	transition:filter .3s , background 0.3s;
	background: #ffffffb5;
}
header#fix_menu.fixedMenu{
	filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.05));
	background: #fff;
}
.menu_top {
   	position:relative;
	max-width: calc(1100px + 2em);
	padding: 1em;
	margin-inline: auto;
}
.menu_top #site_ttl {
	float:left;
	padding: 0.75em 0;
	transition: var(--hover);
}
.menu_fix{
	float: right;
}
.drop_menu #NavWrap ul{
	width: 100%;
	display: flex;
	gap: 0;
}
.drop_menu #NavWrap ul::after{
	display:none;
}
.drop_menu #NavWrap li{
	width: calc(100% / 7);
}
.drop_menu #NavWrap li a,
.drop_menu #NavWrap li p{
	padding: 0 0.5em;
	margin: 0;
	text-decoration: none;
	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;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	min-width: 9em;
	border-right: 2px dotted #979796;
	font-feature-settings: 'palt';
}
.drop_menu #NavWrap li:first-child a{
	border-left: 2px dotted #979796;
}
.drop_menu #NavWrap li a .icon{
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.drop_menu #NavWrap li a::after,
.drop_menu #NavWrap li p::after{
	position: absolute;
	z-index: 0;
	content: "";
	display:inline-block;
	inset: auto 1em -0.25em;
	width: calc(100% - 2em);
	height: 1px;
	background: var(--key);
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
.drop_menu #NavWrap li a::before{
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2em;
	height: 2em;
	background-color: #84dbe2;
	border-radius: 50%;
	filter: blur(10px);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s;
}
@media (any-hover: hover) {
	.menu_top #site_ttl:hover{
		opacity: 0.8;
	}
	.drop_menu #NavWrap li a:hover::after{
	    transform: scale(1, 1);
	}
	.drop_menu #NavWrap li a:hover::before{
		opacity: 0.5;
	}
}
#fix_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:1130px){
	.drop_menu #NavWrap li a{
		font-size: 0.75rem;
		min-width: 8.75em;
		white-space: nowrap;
	}
}

@media screen and (max-width:1000px) {
	body{
		padding-top:60px;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu{
		position: fixed;
		transition: none;
		top: 0;
		height: 60px;
		background: unset;
	}
	header .menu_top{
		padding:0;
		min-height: 60px;
		z-index: 700;
		background: #fff;
	}
	.menu_top #site_ttl{
		padding: 18px 2%;
	}
	.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: 28px;
		height: 2px;
		background: var(--key);
		-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: 28px;
		height: 2px;
		background: var(--key);
		position:absolute;
		margin-top:0;
	}
	#fix_menu #switch + .menu_top label[for="switch"] span::before{
		top: -10px;
	}
	#fix_menu #switch + .menu_top label[for="switch"] span::after{
		top: 10px;
	}
	#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 300px;
		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{

		padding:0;
		width: 100%;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li p{
		font-size: 1.1rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		border:none;
		border-bottom: none;
		width: 100%;
		margin-left: 0;
		margin-block: 0;
		flex-direction: row;
		border-bottom: solid 1px var(--key);
	}
	.drop_menu #NavWrap li:first-child a{
		border-left: none;
	}
	.drop_menu #NavWrap li a img{
		transform: scale(.875);
	}
	.drop_menu #NavWrap li a::after,
	.drop_menu #NavWrap li p::after{
		display: none;
	}
	.drop_menu #NavWrap li:not(.drop_wrap) a::after{
		position:absolute;
		display:inline-block;
		content:"";
		width:8px;
		height:8px;
		border-top:1px solid #282828;
		border-right:1px solid #282828;
		inset: 0 0.75em 0 auto;
		margin:auto;
		transform: rotate(45deg) !important;
		background: no-repeat;
	}
	.drop_menu #NavWrap li a span,
	.drop_menu #NavWrap li p span{
		display:block;
		padding: 15px 30px 15px 5px;
		border-left:none;
		white-space: normal;
		background:none;
		line-height: 1.4;
		margin: 0;
		width: 100%;
	}
	@media (any-hover: hover) {
		header#fix_menu.fixedMenu #NavWrap li a:hover, 
		.drop_menu #NavWrap li a:hover{
			background: #138fd01f;
		}
	}
	
	.drop_menu #NavWrap li.drop_wrap {
		position: relative;
	}
	.drop_menu #NavWrap li.drop_wrap a {
		display: flex;
	}
	.drop_menu #NavWrap li a .icon{
		max-width: 23px;
		height: fit-content;
		text-align: center;
		justify-content: center;
	}
	.drop_menu #NavWrap li.drop_wrap .blank_link {
		margin-left: 0.5em;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 80px;
		width: 15px;
		height: 15px;
	}
	.drop_menu #NavWrap li ul {
		position: absolute;
		width: auto;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.drop_menu #NavWrap li:hover ul {
		opacity: 1;
		visibility: visible;
		z-index: 999;
		height: auto;
	}
	.drop_menu #NavWrap li ul a span::after {
		display: none;
	}
	.drop_menu #NavWrap li.drop_wrap i {
		display: block;
		width: 40px;
		height: 52px;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.drop_menu #NavWrap ul li.drop_wrap i::before,
	.drop_menu #NavWrap ul li.drop_wrap i::after {
		content: "";
		width: 14px;
		height: 1px;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #282828;
		transition: transform .4s;
	}
	.drop_menu #NavWrap ul li.drop_wrap i::after {
		transform: rotate(90deg);
	}
	.drop_menu #NavWrap ul li.drop_wrap.opened i::before {
		transform: rotate(180deg);
	}
	.drop_menu #NavWrap ul li.drop_wrap.opened i::after {
		transform: rotate(-180deg);
	}
	.drop_menu #NavWrap li.drop_wrap ul {
		display: block;
		position: static;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transform: none;
		transition: opacity .4s, visibility .4s, max-height .4s;
		margin-left: 0;
	}
	.drop_menu #NavWrap ul li.drop_wrap.opened ul {
		opacity: 1;
		visibility: visible;
		max-height: 100vh;
	}
	.drop_menu #NavWrap li.drop_wrap ul li {
		border-bottom: none;
	}
	.drop_menu #NavWrap li.drop_wrap ul li a {
		font-size: 1rem;
		width: auto;
		padding: 0;
		background: none;
		color: #282828;
		border-color: #282828;
		min-width: 0;
		text-align: left;
		text-decoration: none;
	}
	.drop_menu #NavWrap li.drop_wrap ul li a span {
		padding: 14px 15px 14px 30px;
	}
	.drop_menu #NavWrap li a::before,
	.drop_menu #NavWrap li p::before {
		display: none;
	}
	

	
}
/* 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;
		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;
	z-index: 100;
	bottom: 51px;
	right: 3%;
	width: 70px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	transition: var(--hover);
	background-image: linear-gradient(90deg, rgb(28 162 213), rgb(133 220 227));
}
#pageTop::before{
	position: absolute;
	z-index: 1;
	display: block;
	content: "\FF1E";
	font-weight: 600;
	color: #ffffff;
	margin: auto;
	inset: 0;
	width: 1rem;
	height: 1rem;
	line-height: 1;
	transform: rotate(-90deg);
}
@media (any-hover: hover) {
	#pageTop:hover{
		opacity: .7;
	}
}
footer{
	background: #f6f3ed;
	padding: 4em 0 2em;
}
footer a{
	text-decoration:none;
}
footer .footer_inner{
	display: flex;
	gap: 2%;
	justify-content: space-between;
	margin-bottom: 3em;
}
footer .footer_right{
	width: 22%;
}
footer .footer_right .site_ttl{
	margin-bottom: 2em;
	transition: var(--hover);
}
@media (any-hover: hover) {
	footer .footer_right .site_ttl:hover{
		opacity: .7;
	}
}
footer .footer_left{
	width: 76%;
	margin-inline: auto 0;
	display: flex;
	gap: 10%;
	justify-content: flex-end;
}
footer .footer_left a{
	display: block;
	font-weight: 500;
	margin-bottom: 1.25em;
	font-size: 0.875rem;
	text-decoration:none;
}
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: 1px;
	background: var(--key);
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
footer .footer_left a.link_item02{
	font-size: 0.75rem;
	position: relative;
	z-index: 0;
	margin-bottom: .75em;
}
footer .footer_left a.link_item02.last{
	margin-bottom: 1.75em;
}
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: 1px;
}
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 .foot_under{
	display: flex;
	justify-content: end;
	gap: 1.5em;
}
footer .foot_under a{
	text-decoration: underline;
	text-underline-offset: 0.15em;
	font-size: 0.875rem;
	color: #acacac;
}
@media (any-hover: hover) {
	footer .foot_under a:hover{
		text-decoration: none;
	}
}
footer small{
	font-size: 0.875rem;
	font-weight: 500;
	color: #acacac; 
}
@media screen and (max-width:1100px){
	footer .footer_inner{
		flex-direction: column;
		gap: 2em;
	}
	footer .footer_right{
		width: 100%;
		text-align: center;
	}
	footer .footer_left{
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width:767px) {
	#pageTop {
		bottom: 20px;
		right: 2%;
		width: 50px;
	}
	footer{
		padding: 3em 0;
	}
	footer .footer_left{
		display: none;
	}
	footer .foot_under{
		flex-direction: column;
	}
	footer .foot_under a{
		text-align: center;
	}
	footer small{
		margin-inline: 5em;
		text-align: center;
	}
}
