@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 .corm{
  font-family: "Cormorant Infant", serif;
}
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: 60px;
	}
	.sitewrap > *{
		padding-left:15px;
		padding-right:15px;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s;

	background: #fff;
}
.home header#fix_menu {
	background: none;
	color: #fff;
}
header#fix_menu.fixedMenu {
	background: #fff;
	color: #000000;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.menu_top #site_ttl {
	float: left;
	transition: opacity 0.3s;
}
.drop_menu #NavWrap{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 1.25em;
	padding: 1em 2em 0 0;
}
.drop_menu #NavWrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
}
.drop_menu #NavWrap li{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
}
.drop_menu #NavWrap li::marker{
	content: none;
}
.drop_menu #NavWrap li>*:not(.drop_area) {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 3em;
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
	padding: 0.25em 1em;
	margin-bottom: 0;
	transition: background 0.3s, opacity 0.3s, color 0.3s;
}
.drop_menu #NavWrap li>*>span {
	position: relative;
	z-index: 10;
}
.drop_menu #NavWrap li>*>span::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	background: #0064ba;
	left: 0;
	bottom: -0.25em;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s;
}
.drop_menu #NavWrap li.drop_wrap + li.drop_wrap{
	padding-left: 1em;
}
.drop_menu #NavWrap li.drop_wrap i {
	display: none;
}
.drop_menu #NavWrap li.drop_wrap>*>span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.35em;
}
.drop_menu #NavWrap li.drop_wrap>*>span::after {
	display: inline-block;
	content: "〉";
	width: auto;
	rotate: 90deg;
	transform: translateX(5px);
}
.drop_menu #NavWrap li.drop_wrap .drop_area{
	position: absolute;
	z-index: 10;
	inset: 100% 0 auto auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 0 4em;
	width: fit-content;
	opacity: 0;
	visibility: hidden;
	margin: auto;
	transition: opacity .2s;
}
.drop_menu #NavWrap li.drop_wrap .drop_area .link_area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a {
	display: block;
	width: 100%;
	color: #282828;
	text-align: left;
	font-size: 0.875rem;
	text-decoration: none;
	padding: 0.5em 1em;
	background: #fff;
	transition: background .3s;
	border-bottom: 1px solid #d9d9d9;
}
.drop_menu #NavWrap li.head_lang{
	margin-left: 1em;
}
.drop_menu #NavWrap li.head_lang .head_lang_area{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #838587a6;
	background: #ffffff9e;
	color: #282828;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0 1.5em 0 1em;
	min-height: 2.5em;
}
.drop_menu #NavWrap li.head_lang a{
	padding: 0;
}
.drop_menu #NavWrap li.head_lang img{
	padding: 0;
	margin-right: 0.5em;
	min-height: auto;
}
.drop_menu #NavWrap li.head_search a{
	width: 180px;
	background: #fff;
	border-radius: 2em;
	border: 1px solid #8b8d8f;
	align-items: flex-end;
	min-height: 2.25rem;
}
.drop_menu #NavWrap li.head_search a img{
	text-align: right;
}
.drop_menu #switch {
	position: absolute;
	z-index: -100;
	width: 0;
	opacity: 0;
}
.header_main a span{
	font-size: 1rem;
	font-weight: 500;
	color: unset;
}
.header_main .link_area a span{
	font-size: 0.875rem;
}
.header_sub {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 0.5em;
	width: 100%;
}
.gsc-control-cse {
	padding: 0 !important;
}
form.gsc-search-box,
table.gsc-search-box {
	margin: 0 !important;
}
@media (any-hover: hover) {
	.menu_top #site_ttl:hover {
		opacity: 0.75;
	}
	.drop_menu #NavWrap:has(li.drop_wrap> *:hover)::after {
		opacity: 0.2;
		visibility: visible;
	}
	.drop_menu #NavWrap li>*:hover>span::before,
	.drop_menu #NavWrap li.drop_wrap:has(> *:hover) span::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	.drop_menu #NavWrap li a:hover {
		color: unset; 
	}
	.drop_menu #NavWrap li.drop_wrap:has(> *:hover) .drop_area{
		opacity: 1;
		visibility: visible;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a:hover {
		background: #f0f0f2;
	}
	.drop_menu #NavWrap li.head_lang a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width: 1300px){
	.drop_menu #NavWrap{
		padding: 1em 1em 0 0;
	}	
	.drop_menu #NavWrap li>*:not(.drop_area) {
		padding: 0.25em 0.5em;
	}
}
@media screen and (max-width: 1150px) {
	header#fix_menu {
		background: #fff;
	}
	header .menu_top #site_ttl img {
		height: 80px;
		width: auto;
	}
	.drop_menu #switch~label::after{
		position:absolute;
		inset:0;
		left: auto;
		z-index:-10;
		display:inline-block;
		content:"";
		width: 100vw;
		height: 100vh;
		opacity:0;
		visibility:hidden;
	}
	.drop_menu #switch:checked~label::after{
		opacity:1;
		visibility:visible;
	}
	.drop_menu #switch~label {
		--item_color: var(--main_color);
		--item_subcolor: #fff;
		position: fixed;
		z-index: 900;
		top: 0;
		right: 0;
		display: block;
		width: 80px;
		height: 80px;
		background: var(--item_subcolor);
		padding: 12px;
		cursor: pointer;
		box-sizing: border-box;
		transition: 0.4s transform, right 0.4s;
	}
	.drop_menu #switch~label b {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 100%;
		display: block;
		margin-bottom: 0;
	}
	.drop_menu #switch~label span {
		position: absolute;
		top: 55%;
		left: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 2px;
		background: #282828;
		margin: auto;
		translate: 0 -50%;
		cursor: -webkit-grabbing;
		transition: 0.2s transform, 0.5s background;
	}
	.drop_menu #switch~label span::before,
	.drop_menu #switch~label span::after {
		position: absolute;
		content: "";
		display: block;
		width: 40px;
		height: 2px;
		background: #282828;
		margin-top: 0;
	}
	.drop_menu #switch~label span::before {
		top: -12px;
	}
	.drop_menu #switch~label span::after {
		top: 12px;
	}
	.drop_menu #switch:checked~label {
		right: 300px;
	}
	.drop_menu #switch:checked~label span {
		transform: rotate(-45deg);
	}
	.drop_menu #switch:checked~label span::before {
		top: 0;
	}
	.drop_menu #switch:checked~label span::after {
		transform: rotate(270deg);
		top: 0;
	}
	.drop_menu #NavWrap {
		position: fixed;
		z-index: 800;
		top: 0;
		right: -300px;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 300px;
		height: 100%;
		font-size: 1rem;
		background: #fff;
		padding: 0;
		overflow-y: auto;
		overflow-x: visible;
		overscroll-behavior: contain;
		visibility: hidden;
		box-sizing: border-box;
		transition: all 0.4s;
	}
	.drop_menu #switch:checked~#NavWrap {
		right: 0;
		visibility: visible;
	}
	main:has(.drop_menu #switch:checked~#NavWrap){
		pointer-events: none;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #d8d4d4;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: #848484;
	}
	.drop_menu #NavWrap::after {
		display: none;
	}
	.drop_menu #NavWrap >*{
		width:100%;
	}
	.drop_menu #NavWrap ul {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		order: 2;
	}
	.drop_menu #NavWrap li {
		width: 100%;
	}
	.drop_menu #NavWrap li>*:not(.drop_area) {
		align-items: flex-start;
		width: 100%;
		min-height: 3em;
		padding: 1.25em 1em;
	}
	.drop_menu #NavWrap li.drop_wrap,
	.drop_menu #NavWrap li>*:not(.drop_area) {
		border-bottom: 1px solid #aaa;
		color: #282828;
		font-size: 1rem;
	}
	.drop_menu #NavWrap li.drop_wrap {
		position: relative;
		z-index: 10;
	}
	.drop_menu #NavWrap li.drop_wrap>a {
		width: calc(100% - 2.75em);
		background: transparent !important;
		border: none;
		margin-right: 2.75em;
	}
	.drop_menu #NavWrap .header_main > li:not(.drop_wrap)>a{
		position:relative;
		z-index:10;
		padding-right:1.745em;
	}
	.drop_menu #NavWrap li>*>span::before,
	.drop_menu #NavWrap li.drop_wrap>*>span::after {
		display: none;
	}
	.drop_menu #NavWrap li.drop_wrap>*>span {
		width: 100%;
		justify-content: space-between;
	}
	.drop_menu #NavWrap li.drop_wrap i {
		position: absolute;
		z-index: 10;
		top: 1.25em;
		right: 0.5em;
		display: block;
		width: 1.5em;
		min-height: 0;
		aspect-ratio: 1/1;
		border: none;
		border-radius: 100%;
		padding: 0;
		background: #919191;
	}
	.drop_menu #NavWrap li.drop_wrap i::before,
	.drop_menu #NavWrap li.drop_wrap i::after {
		position: absolute;
		z-index: 10;
		inset: 50% auto auto 50%;
		display: inline-block;
		content: "";
		width: 0.75em;
		height: 2px;
		background: #ffffff;
		translate: -50% -50%;
	}
	.drop_menu #NavWrap li.drop_wrap i::after {
		rotate: 90deg;
		transition: rotate .4s;
	}
	.drop_menu #NavWrap li.drop_wrap.opened i::after {
		rotate: -180deg;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area {
		position: static;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		gap: 0 4em;
		width: 100%;
		max-height: 0;
		background: #f4f4f4;
		padding: 0;
	}	
	.drop_menu #NavWrap li.drop_wrap.opened .drop_area{
		max-height: 100%;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area::after,
	.drop_menu #NavWrap li.drop_wrap .drop_area .drop_title {
		display: none;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area {
		box-shadow: none;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a {
		border-top: 1px solid #aaa;
		border-bottom: none;
	}	
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a span{
		font-size: 1rem;
		display: block;
		margin-left: 1em;
	}
	.drop_menu #NavWrap li.head_lang{
		order: -2;
		margin-left: 0;
	}
	.drop_menu #NavWrap li.head_lang .head_lang_area{
		width: 100px;
		margin: 1.5em 14px;
	}
	.drop_menu #NavWrap li.head_search{
		order: -1;
	}
	.drop_menu #NavWrap li.head_search a{
		width: 200px;
		margin: 0 1em;
		min-height: 1.25rem;
		padding: 0.75em;
	}
	.header_sub {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	@media (any-hover: hover) {
		.drop_menu #NavWrap li.drop_wrap:has(> *:hover) {
			background: transparent;
		}
		.drop_menu #NavWrap li a:hover,
		.drop_menu #NavWrap li.drop_wrap:has(> a:hover) {
			background: #f4f4f4;
		}
		.drop_menu #NavWrap li.drop_wrap:has(> *:hover) .drop_area{
			opacity: 0;
			visibility: hidden;
		}
	}
}
@media screen and (max-width: 767px) {
	.home header#fix_menu {
		background: #fff;
	}
	header .menu_top #site_ttl {
		height:60px;
	}
	header .menu_top #site_ttl img {
		object-fit:contain;
		object-position:left center;
		max-width:inherit;
		width:100%;
		height:100%;
	}
	.drop_menu #switch~label {
		width: 60px;
		height: 60px;
		padding: 6px;
	}
	.drop_menu #switch~label span ,
	.drop_menu #switch~label span::before,
	.drop_menu #switch~label span::after {
		width: 30px;
	}
	.drop_menu #switch~label span::before {
		top: -8px;
	}
	.drop_menu #switch~label span::after {
		top: 8px;
	}
	.drop_menu #switch:checked~label {
		right: calc(100% - 60px);
	}
	.drop_menu #NavWrap {
		right: calc(-100% + 60px);
		width: calc(100% - 60px);
	}
	#___gcse_0{
		padding: 1.75em 0.75em 1em;
	}
}
/* 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
-------------------------------------------------------------------*/
#top_link span{
	position: fixed;
	bottom: 46px;
	right: 2%;
	z-index: 500;
	font-size: 2em;
	color: #fff;
	background: #0064ba;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:  opacity 0.3s;
	text-decoration: none !important
}
@media (any-hover: hover) {
	#top_link span:hover{
		opacity: .8;
	}
}
footer a{
	text-decoration:none !important;
	display: block;
	transition: opacity 0.3s;
}
footer .foot_main{
	border-top: 1px solid #d9d9d9;
	background: #f8f8fa;
	padding-block: 4em;
}
footer .foot_main .sitewrap{
	display: flex;
	justify-content: space-between;
	gap: 3em 5%;
}
footer .foot_main .text_area{
	width: 50%;
}
footer .foot_main .text_area .foot_logo{
	margin-bottom: 1em;
	width: fit-content;
}
footer .foot_main .text_area .foot_address{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

footer .foot_main .text_area .foot_sns{
	display: flex;
	gap: 0.75em;
}
footer .foot_main .link_area{
	display: flex;
	gap: 2em;
	font-weight: 500;
	width: 45%;
	margin: 0;
	padding: 0;
}
footer .foot_main .link_area a{
	position: relative;
	z-index: 0;
}
footer .foot_main .link_area a::after{
	position: absolute;
	z-index: 0;
	content: "";
	display:inline-block;
	inset: auto 0 -1px;
	width: 100%;
	height: 1px;
	background: #0064ba;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
footer .foot_sub{
	background: #0064ba;
	padding-block: 1.5em;
	font-size: 0.875rem;
	color: #fff;
}
footer .foot_sub_inner{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
footer .foot_sub .sitewrap a{
	display: block;
	margin-right: 3em;
	position: relative;
	z-index: 0;
	text-decoration: none;
	color: #fff;
}
footer .foot_sub .sitewrap a::after{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	background-size: contain;
	margin: auto;
	inset: 0 -1.5em 0 auto;
}
footer .foot_sub small{
	font-size: 0.875rem;
	margin-left: auto;
}
@media (any-hover: hover){
	footer .foot_main .link_area a:hover{
		color: unset;
	}
	footer .foot_main .link_area a:hover::after{
	    transform: scale(1, 1);
	}
	footer .foot_main .text_area .foot_logo a:hover,
	footer .foot_main .text_area .foot_sns a:hover,
	footer .foot_sub .sitewrap a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:1240px) {
	footer .foot_main .text_area{
		width: 45%;
	}
	footer .foot_main .link_area{
		gap: 1.5em;
		width: 50%;
	}
}
@media screen and (max-width:1050px) {
	footer .foot_main .sitewrap{
		flex-direction: column;
	}
	footer .foot_main .text_area{
		width: 100%;
	}
	footer .foot_main .link_area{
		width: 100%;
		padding: 0 2%;
	}
}
@media screen and (max-width:767px){
	#top_link span{
		bottom: 15px;
		right: 15px;
		font-size: 1.5em;
		width: 50px;
		height: 50px;
	}
	footer .foot_main{
		padding-block: 3em;
	}
	footer .foot_main .text_area .foot_logo{
		width: 185px;
	}
	footer .foot_main .text_area .foot_address{
		font-size: 1rem;
	}
	footer .foot_main .link_area{
		display: none;
	}
	footer .foot_sub{
		padding-block: 2em;
		font-size: 1rem;
	}
	footer .foot_sub_inner{
		flex-direction: column;
	}
	footer .foot_sub .sitewrap a{
		margin-right: 0;
		margin-bottom: 1em;
	}
	footer .foot_sub .sitewrap a::after{
		display: none;
	}
	footer .foot_sub small{
		margin-left: 0;
	}
}
