@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
	--white: #ffffff;
	--main_color: #062539;
	--sub_color01: #549fd7;
	--transition: color 0.3s, background 0.3s, transform 0.3s , inset 0.3s ,filter 0.3s; /*transition: var(--transition);*/
}
html,
body {
	background: #FFFFFF;
	color: #282828;
	font-family: "Noto Serif JP",'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;
	scroll-behavior: smooth;
	scroll-padding-top: 11em;
}
html .cardo,
html .cardo *{
	font-family: "Cardo", sans-serif;
	font-weight: 400;
	font-style: normal;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: 1200px;
}
main {
	overflow-x: clip;
	width: 100%;
}
main section,
main .section {
	position: relative;
	z-index: 10;
}
header img,
main img,
footer img {
	max-width: 100%;
	height: auto;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}
.sitewrap02 {
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (max-width:1440px) {
	.sitewrap02{
		width: 100%;
		min-width: 0;
	}
	.sitewrap02>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:1240px) {
	html,
	body {
		font-size: 14px;
	}
	body,
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		/*font-size: 14px;*/
	}
	.sitewrap>*,
	.sitewrap02>*{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	min-height: 80px;
}
header#fix_menu.fixedMenu {
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.menu_top {
	padding-inline: 4% 0;
}
.menu_top #site_ttl {
	float: left;
	padding: 0.8em 0;
	margin: auto;
	transition: opacity 0.3s;
}
.drop_menu #NavWrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 1.25em;
}
.drop_menu #NavWrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	order: 3;
}
.drop_menu #NavWrap li {
	padding: 0;
	margin: 0;
}
.drop_menu #NavWrap li>*:not(.drop_area) {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 4em;
	font-size: 0.875em;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	padding: 0.5em 1em;
	margin-bottom: 0;
	transition: background 0.5s, opacity 0.5s, color 0.5s;
	color: unset;
	line-height: unset;
}
.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: var(--main_color);
	left: 0;
	bottom: -0.25em;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s;
}
.drop_menu #NavWrap li.drop_wrap i {
	display: none;
}
.drop_menu #NavWrap li.drop_wrap>*>span::before{
	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 {
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: auto 0 -1.1em;
	display: inline-block;
	content: "";
	width: 0.5em;
	aspect-ratio: 1/1;
	width: 12px;
	height: 12px;
	background-color: var(--main_color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	rotate: 90deg;
}







.drop_menu #NavWrap li.drop_wrap .drop_area {
	position: absolute;
	z-index: 10;
	inset: auto 0;
	display: flex;
	justify-content: flex-start;
	gap: 0 4%;
	width: min(100%, 1200px);
	opacity: 0;
	visibility: hidden;
	margin: auto;
	padding: 4.25em 0;
	transition: opacity .2s;
}
.drop_menu #NavWrap li.drop_wrap .drop_area::after {
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--white);
	inset: 0.75em 0 0 50%;
	translate: -50%;
	filter: drop-shadow(0px 4px 2px #00000014);
}
.drop_menu #NavWrap li.drop_wrap .drop_area .drop_title {
	width: 21%;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
}
.drop_menu #NavWrap li.drop_wrap .drop_area .link_area {
	width: 75%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2%;
}
.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5em;
	width: calc((100% - 6%) / 4);
	text-decoration: none;
	padding: 1.5em 1em;
	border: 2px solid var(--sub_color01);
	border-radius: 0.5em;
	transition: var(--transition);
	color: unset;
}
.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background-color: var(--main_color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a span{
	min-height: 2lh;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.5em;
}
.drop_menu #NavWrap li .btn_news,
.drop_menu #NavWrap li .btn_contact{
	background: var(--sub_color01);
	border: 2px solid var(--sub_color01);
	color: var(--white);
	padding: 1em 2em;
	height: 81px;
}
.drop_menu #NavWrap li .btn_news span::before,
.drop_menu #NavWrap li .btn_contact span::before{
	display: none;
}
.drop_menu #NavWrap li .btn_contact{
	margin-left: 2em;
	--main_color: #549fd7;
}
.drop_menu #switch {
	position: absolute;
	z-index: -100;
	width: 0;
	opacity: 0;
}
@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.drop_wrap:has(> *:hover) dl {
		opacity: 1;
		visibility: visible;
	}
	.drop_menu #NavWrap li.drop_wrap:has(> *:hover) {
		background: #f4f4f4;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a:hover{
		transform: translateY(3px);
	}
	.drop_menu #NavWrap li .btn_news:hover,
	.drop_menu #NavWrap li .btn_contact:hover{
		background: #fff;
		color: var(--sub_color01);
	}
	.drop_menu #NavWrap li .btn_news{
		margin-left: 2em;
		--main_color: #549fd7;
	}
}
@media screen and (max-width: 1500px) {
	.menu_top {
		padding-inline: 2% 0;
	}
	.drop_menu #NavWrap li>*:not(.drop_area) {
		padding: 0.5em 0.75em;
	}
	.drop_menu #NavWrap li .btn_news{
		margin-left: 1em;
	}
}
@media screen and (max-width: 1310px) {
	.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: var(--item_color);
		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: var(--item_color);
		margin-top: 0;
	}
	.drop_menu #switch~label span::before {
		top: -12px;
	}
	.drop_menu #switch~label span::after {
		top: 12px;
	}
	.drop_menu #switch:checked~label {
		--item_color: #fff;
		--item_subcolor: var(--main_color);
		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-block: 0 2em;
		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;
	}
	.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;
		font-size: 1rem;
		width: 100%;
		min-height: 4em;
	}
	.drop_menu #NavWrap li:first-child{
		border-top: 1px solid #aaa;
	}
	.drop_menu #NavWrap li.drop_wrap,
	.drop_menu #NavWrap li>*:not(.drop_area) {
		border-bottom: 1px solid #aaa;
	}
	.drop_menu #NavWrap li.drop_wrap {
		position: relative;
		z-index: 10;
		border: none;
	}
	.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 .header_main > li:not(.drop_wrap)>a::after{
		position:absolute;
		z-index:10;
		top:50%;
		right:1em;
		display: inline-block;
		content: "";
		width: 12px;
		height: 12px;
		background-color: var(--main_color);
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
		translate:0 -50%;
	}
	.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.75em;
		display: block;
		width: 1.5em;
		min-height: 0;
		aspect-ratio: 1/1;
		border: none;
		border-radius: 100%;
		padding: 0;
		margin: 0;
	}
	.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: 1em;
		height: 2px;
		background: var(--main_color);
		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 dl {
		max-height: 100%;
		opacity: 1 !important;
		visibility: visible !important;
		background: unset;
	}
	.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 {
		width: 100%;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a {
		flex-direction: row;
		align-items: center;
		width: 100%;
		padding: 1em 1em;
		border: 0;
		border-bottom: 1px solid #aaaaaa;
		border-radius: 0;
		position: relative;
		z-index:0;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a::after {
		display: inline-block;
		position: absolute;
		z-index: 1;
		margin: auto;
		inset: calc(50% - 0.25em) 1em auto auto;
		aspect-ratio: 1/1;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a span{
		min-height: unset;
		display: inline-flex;
		text-align: left;
		margin-bottom: 0;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a span br{
		display: none;
	}
	.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a img{
		width: 36px;
	}
	.drop_menu #NavWrap li .btn_news,
	.drop_menu #NavWrap li .btn_contact{
		margin-left: 0;
		border-bottom: 2px solid var(--sub_color01);
	}
	.drop_menu #NavWrap li .btn_news::after,
	.drop_menu #NavWrap li .btn_contact::after{
		background-color: var(--white) !important;
	}
	@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) dl {
			opacity: 0;
			visibility: hidden;
		}
		.drop_menu #NavWrap li.drop_wrap .drop_area .link_area a:hover{
			transform: none;
		}
		.drop_menu #NavWrap li .btn_news:hover::after,
		.drop_menu #NavWrap li .btn_contact:hover::after{
			border-color: var(--main_color) !important;
		}
	}
}
@media screen and (max-width: 767px) {
	header#fix_menu{
		min-height:0;
	}
	header .menu_top #site_ttl {
		width:calc(100% - 120px);
		height:60px;
		padding: 10px 0px;
	}
	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);
	}
	.header_sub .login_btn a img {
		width:1em;
	}
	.sp_login_btn {
		right:60px;
	}
	.sp_login_btn a {
		gap: 0.875em;
		width:60px;
		font-size:0.55em;
	}
	.sp_login_btn a img{
		width:35%;
	}
	#___gcse_0{
		padding: 1.75em 0.75em 1em;
	}
}
/* contents
-------------------------------------------------------------------*/
main {
	display: block;
	margin-top: 80px;
}
.page_link{
	margin-top: -81px;
	padding-top: 81px;
	display: block;
	position:relative;
	z-index:-10;
}

@media screen and (max-width:767px) {
	main {
		margin-top: 60px;
	}
	.page_link{
		margin-top: -60px;
		padding-top: 60px;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 4%;
	right: 2%;
	width: 68px;
	z-index: 500;
	filter: drop-shadow(3px 3px 3px #d6d6d6);
	transition: var(--transition);
}
@media (any-hover: hover){
	#pageTop:hover{
		filter: none;
		transform: translateY(3px);
	}
}
footer {
	background: #eceeef;
	position: relative;
	z-index: 1;
	padding-block: 4em;
}
footer a{
	display: block;
	text-decoration: none;
}
footer .footer_link_list{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	position: relative;
	z-index: 0;
	padding-bottom: 3em;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 2em;
	font-weight: 600;
}
footer #footer_link_title{
	margin-right: 4%;
	transition: opacity,0.3s;
}
footer #footer_link_title:hover{
	opacity: 0.7;
}
footer .footer_link_item .link_item01{
	margin-bottom: 2rem;
	color: unset;
	line-height: normal;
}
footer .footer_link_item .link_item02{
	margin-bottom: 0.5em;
	position: relative;
	z-index: 0;
	font-size: 0.875rem;
	color: unset;
}
footer .footer_link_item .link_item02 span{
	margin-left: 1.25em;
}
footer .footer_link_item .link_item02::before{
	position: absolute;
	z-index: 1;
	margin: auto;
	display: block;
	content: "";
	inset: 0 auto 0 0;
	background: #282828;
	width: 10px;
	height: 1px;
}
footer .link_item01,
footer .link_item02{
	text-decoration: none;
}
footer .link_item01 span,
footer .link_item02 span{
	position:relative;
	z-index:1;
	padding-bottom:1px;
}
footer a.link_item01 span::before,
footer a.link_item02 span::before{
	position:absolute;
	z-index:1;
	display:inline-block;
	content:"";
	width:100%;
	height: 1px;
	background: var(--main_color);
	bottom:0;
	transform:scale(0,1);
	transform-origin:right;
	transition:transform .4s;
	border-radius: 4em;
}
footer .link_item01:hover span::before,
footer .link_item02:hover span::before{
  transform:scale(1,1);
  transform-origin:left;
}
footer .foot_bottom{
	display: flex;
	justify-content: space-between;
	padding-bottom: 2em;
}
footer .foot_bottom_link{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:1em;
}
footer .foot_bottom_link .foot_bottom_item + .foot_bottom_item{
	position:relative;
}
footer .foot_bottom_link .foot_bottom_item + .foot_bottom_item:before{
	content:"";
	width:1px;
	background:#282828;
	position:absolute;
	inset: 0.125em auto 0.125em -0.5em;
}
footer .foot_bottom .foot_bottom_item,
footer .foot_bottom small{
	font-size: 0.875rem;
	margin: 0;
}
footer .foot_ann p{
	font-size:0.875rem;
	margin-bottom:0;
}
@media screen and (max-width:1400px) {
	footer .foot_bottom{
		padding-bottom: 7em;
	}
}
@media screen and (max-width:767px) {
	#pageTop {
		bottom: 1em;
		right: 2%;
	}
	#pageTop img{
		width: 60px;
		height: auto;
	}
	footer {
		padding-block: 3em 5em;
	}
	footer .footer_link_list{
		text-align: center;
		border-bottom: none;
		margin-bottom: 0em;
		padding-bottom: 2em;
	}
	footer #footer_link_title{
		margin: auto;
		max-width: 200px;
	}
	footer .footer_link_item{
		display: none;
	}
	footer .foot_bottom{
		align-items: center;
		padding-bottom: 2em;
		flex-direction: column;
		gap: 1em;
	}
	footer .foot_bottom .foot_bottom_item,
	footer .foot_bottom small{
		font-size: 1.125rem;
	}
	footer .foot_ann p{
		font-size:0.86rem;
	}
}
