@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background:#FFFFFF;
	color:#333333;
	font-size:16px;
	line-height:1.4;
}
html .min,
html .min form * {
	font-family: "Noto Serif JP", serif;
}
html .cardo,
html .cardo form * {
	font-family: "Cardo", serif;
}
html .zenold,
html .zenold form * {
	font-family: "Zen Old Mincho", serif;
}
html .cormorant,
html .cormorant form *{
	font-family: "Cormorant Garamond", serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width:1200px;
	font-family: "Noto Serif JP","Cardo", serif;
}

main{
	overflow:hidden;
	width:100%;
}

.sitewrap {
	width: 1200px;
	min-width:1200px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body:not(.home) .sitewrap{
	overflow:visible;
}
@media screen and (max-width:1200px) {
	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 > *{
		padding-left:15px;
		padding-right:15px;
	}
}


/* header
-------------------------------------------------------------------*/
header#fix_menu{
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index:999;
	transition: top .4s .2s,background-color.4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
header#fix_menu.fixedMenu{
	position:fixed;
	top: 0;
	background: #fff;
}
header#fix_menu.fixedMenu .menu_bottom .right_menu li a,
header#fix_menu.fixedMenu .menu_bottom .right_menu li p{
	color:#282828;
}
header .menu_top{
	padding:0;
}
header p{
	margin:0;
	line-height:inherit;
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:left;
	padding: 10px 50px;
	white-space:nowrap;
}
.menu_top #site_ttl a{
	display:inline-block;
	vertical-align:middle;
	filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 5px #fff);
	transition: .5s opacity;
}
.menu_bottom{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.menu_bottom .right_menu{
	text-align:right;
	height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu_bottom .right_menu:before{
	content:"";
	width:1px;
	background:#d1d1d1;
	position:absolute;
	right:0;
	top:7px;
	bottom:7px;
	margin:auto;
}
.menu_bottom .right_menu ul{
	height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
}
.menu_bottom .right_menu li{
	height: 100px;
	list-style: none;
	margin: 0;
}
.menu_bottom .right_menu .drop_wrap a ~i,
.menu_bottom .right_menu .drop_wrap p ~i{
	position: absolute;
	top: 45px;
}
.menu_bottom .right_menu .drop_wrap a ~i:before,
.menu_bottom .right_menu .drop_wrap p ~i:before{
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 2px #282828;
	border-right: solid 2px #282828;
	position: absolute;
	right: 10px;
	top: 0;
	transform: rotate(135deg);
	transition:.5s transform;
}
.menu_bottom .right_menu li a,
.menu_bottom .right_menu li p{
	color: #282828;
	padding: 0 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: .5s color;
	font-weight: 500;
}
.menu_bottom .right_menu li a span,
.menu_bottom .right_menu li p span{
	position: relative;
}
.menu_bottom .right_menu li a:hover,
.menu_bottom .right_menu li p:hover{
	opacity:1;
	background: #fff;
	color: #282828;
	text-decoration: none;
}
.menu_bottom .right_menu li a span:after{
	content:"";
	width:0%;
	height:1px;
	display:block;
	background: #912d37;
	transition:width .2s;
	position:absolute;
	bottom: -5px;
	right:0;
	left:0;
	margin:auto;
}
.menu_bottom .right_menu li a:hover span:after,
.menu_bottom .right_menu li p:hover span:after{
	width:100%;
}
.menu_bottom .right_menu .drop_wrap a ~ .mega-menu,
.menu_bottom .right_menu .drop_wrap p ~ .mega-menu{
	background:#fff;
	position:absolute;
	left: 0;
	right: 0;
	top:90px;
	width: 100%;
	text-align: left;
	padding: 55px 55px 50px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
	height: 0;
	max-width: 1305px;
	margin: 0 auto;
}
.menu_bottom .right_menu .drop_wrap.head-stay_visit a ~ .mega-menu,
.menu_bottom .right_menu .drop_wrap.head-stay_visit p ~ .mega-menu{
	max-width: 700px;
}
.menu_bottom .right_menu .drop_wrap.head-stay_visit .mega-menu ul li{
	width:48%;
	max-width:100%;
}
.menu_bottom .right_menu .drop_wrap:hover a ~ .mega-menu,
.menu_bottom .right_menu .drop_wrap:hover p ~ .mega-menu{
	opacity: 1;
	visibility: visible;
	z-index: 999;
	height: auto;
}
.menu_bottom .right_menu .mega-menu .head_title{
	position:relative;
	margin-bottom: 0.75em;
}
.menu_bottom .right_menu .mega-menu .head_title a,
.menu_bottom .right_menu .mega-menu .head_title p{
	text-align:left;
	display: inline-block;
	padding: 0;
	font-size:1rem;
	position: relative;
}
.menu_bottom .right_menu .mega-menu .head_title a em,
.menu_bottom .right_menu .mega-menu .head_title p em{
	font-size:2.75rem;
	display: block;
	text-transform: uppercase;
	font-family: "Cardo", serif;
}
.menu_bottom .right_menu .mega-menu .head_title a em span,
.menu_bottom .right_menu .mega-menu .head_title p em span{
	font-size:1rem;
	font-family: "Noto Serif JP", serif;
	display: block;
	line-height: 1;
}
.menu_bottom .right_menu .mega-menu .head_title a em span:after,
.menu_bottom .right_menu .mega-menu .head_title p em span:after{
	display:none;
}
.menu_bottom .right_menu .mega-menu .head_title a .arrow{
	width:42px;
	height:42px;
	background:#fff;
	border-radius:50%;
	border:1px solid #d5d5d5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 116%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition:.5s background-color;
}
.menu_bottom .right_menu .mega-menu .head_title a .arrow img{
	filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(21%) hue-rotate(335deg) brightness(99%) contrast(90%);
	transition:.5s filter;
}
.menu_bottom .right_menu .mega-menu ul{
	justify-content:flex-start;
	align-items:stretch;
	gap: 1%;
	height: auto;
	margin-bottom: 0;
	padding-left: 0;
}
.menu_bottom .right_menu .mega-menu ul li{
	width: 19%;
	max-width: 226px;
	height: auto;
	margin: 0;
}
.menu_bottom .right_menu .mega-menu ul li a{
	padding:0;
	justify-content:flex-start;
	gap: 0.5em;
	font-family: "Noto Serif JP", serif;
	font-size:1.125rem;
	border-bottom:1px solid #d8d8d8;
	height: auto;
	padding: 1em 1em 1em 0;
	position:relative;
	transition:.5s color;
	min-height: 76px;
}
.menu_bottom .right_menu .mega-menu ul li a .head_icon{
	position:relative;
	z-index:5;
}
.menu_bottom .right_menu .mega-menu ul li a .head_icon{
	transition: .5s filter;
}
.menu_bottom .right_menu .mega-menu ul li a span{
	position:relative;
	z-index:5;
	font-size: 1rem;
}
.menu_bottom .right_menu .mega-menu ul li a span:after{
	display:none;
}
.menu_bottom .right_menu .mega-menu ul li a .arrow{
	position:absolute;
	right:0;
	top:0;
	bottom: 30px;
	margin:auto;
	height: 5px;
	z-index:5;
	transition:.5s transform;
}
.menu_bottom .right_menu .mega-menu ul li a .arrow img{
	filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(13%) hue-rotate(9deg) brightness(98%) contrast(86%);
	transition:.5s filter;
}

.drop_menu{
	margin:auto;
}
.menu_fix{
	display:flex;
	background:#fff;
	padding: 7px 7px 7px 14px;
	gap: 7px;
}
.fix-bottom{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap: 7px;
}
.fix-bottom .head_bottom-tel{
	display: block;
	position: relative;
}
.fix-bottom .head_bottom-tel a{
	text-align:center;
	position:relative;
	display:flex;
	flex-direction:column;
	gap:0.25em;
	height:5em;
	font-size:0.875rem;
	justify-content:center;
	align-items:center;
	padding:0.5em;
	height: 86px;
	text-decoration: none;
	pointer-events: none;
}
.fix-bottom .head_bottom-tel a p{
	font-feature-settings:'palt';
	font-weight:500;
}
.fix-bottom .head_bottom-tel a .tel-number{
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 0.5em;
}
.fix-bottom .head_bottom-tel a .tel-number em{
	font-size:1.875rem;
	color: #24305c;
	font-weight:bold;
	line-height:1;
}
.fix-bottom .head_bottom-request a{
	background:#912d37;
	aspect-ratio:1/1;
	width:86px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:0.5em;
	color:#fff;
	border:1px solid #912d37;
	transition: .5s color,.5s background-color;
	font-size: 0.875rem;
}
.fix-bottom .head_bottom-request a svg{
	transition:.5s fill;
}
.drop_menu #NavWrap {
	padding: 0;
}
.drop_menu #NavWrap .menu_list {
	width:100%;
	box-sizing:border-box;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	text-align:left;
	gap: 1.5em 4%;
}
.drop_menu #NavWrap .menu_list li{
	display:block;
	width: 47%;
}
.drop_menu #NavWrap .menu_list li a{
	font-size:1.125rem;
	font-weight:500;
	padding: 0;
	text-align: left;
}
.drop_menu #NavWrap .menu_list li a span{
	text-align:left;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	display: inline-block;
}
.drop_menu #NavWrap .btn_info{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:1em 1%;
	flex-wrap:wrap;
}
.drop_menu #NavWrap .head-btn{
	width:100%;
}
.drop_menu #NavWrap .head-btn a{
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5%;
	color:#fff;
	font-size:1.125rem;
	height:4.445em;
	transition: .5s color,.5s background-color;
	padding: 0.5em;
}
.drop_menu #NavWrap .head-btn a svg{
	transition:.5s fill;
}
.drop_menu #NavWrap .btn-new a{
	background:#bca64e;
	border:1px solid #bca64e;
}
.drop_menu #NavWrap .btn-request a{
	background:#912d37;
	border:1px solid #912d37;
}
.drop_menu #NavWrap .head_bottom-tel{
	width:100%;
}
.drop_menu #NavWrap .head_bottom-tel a{
	text-align:center;
	position:relative;
	background: #274875;
	border:1px solid #58574c;
	display:flex;
	flex-direction:column;
	gap:0.25em;
	height:5em;
	font-size:1rem;
	justify-content:center;
	align-items:center;
	padding:0.5em;
	text-decoration: none;
	pointer-events: none;
	color: #fff;
}
.drop_menu #NavWrap .head_bottom-tel a .tel-number{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1em;
}
.drop_menu #NavWrap .head_bottom-tel a .tel-number span{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.drop_menu #NavWrap .head_bottom-tel a .tel-number em{
	font-size:2rem;
	font-weight:bold;
	line-height:1;
}
.drop_menu #NavWrap .menu_list .drop_wrap ul{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.5em 12%;
	transition: opacity .4s,.4s visibility,.4s height;
	position: relative;
	left: 1em;
	padding-left: 1em;
}
.drop_menu #NavWrap .sp_link{
	display:none;
}
.drop_menu #NavWrap ul::after{
	display:none;
}
.drop_menu #NavWrap ul > li {
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}
.drop_menu #NavWrap li a,
.drop_menu #NavWrap li p {
	display: block;
	padding: 0 8px 2px;
	box-sizing:border-box;
	text-decoration: none;
	font-size: 14px;
	width: auto;
	line-height: 1;
	position:relative;
	text-align:center;
	transition:background 0.5s ,color 0.5s, opacity 0.5s, color 0.5s;
}
.drop_menu #NavWrap li a span{
	padding: 20px 0px 22px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: normal;
	font-weight: bold;
	position:relative;
}
.drop_menu #NavWrap li a span br{
	display:none;
}
.drop_menu #NavWrap li a span:after{
	content:"";
	width: 100%;
	height: 1px;
	display:block;
	position:absolute;
	bottom:2px;
	left:0;
	transition: transform .3s;
	background: #1b284f;
	right: 0;
	transform: scale(0,1);
	transform-origin: right top;
}
.drop_menu #NavWrap li a:hover span{
	opacity:1;
}
.drop_menu #NavWrap li a:hover span:after{
	transform: scale(1,1);
	transform-origin: left top;
}
.drop_menu #NavWrap li a:hover {
   opacity:1;
}
.drop_menu #NavWrap li.drop_wrap {
	position:relative;
}
.drop_menu #NavWrap li.drop_wrap i{
	display:block;
	width:50px;
	height:50px;
	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:20px;
	height:2px;
	display:block;
	position:absolute;
	right:10px;
	top: -10px;
	bottom:0;
	margin:auto;
	z-index:20;
	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 ul{
	position: relative;
	width:auto;
	opacity:0;
	visibility:hidden;
	transition:opacity .4s;
	height: 0;
}
.drop_menu #NavWrap li.opened ul{
	opacity:1;
	visibility:visible;
	z-index:999;
	position:relative;
	height: auto;
}
.drop_menu #NavWrap .menu_list li ul a{
	padding-left: 1em;
	font-size: 1rem;
}
.drop_menu #NavWrap .menu_list li ul a span{
	font-weight: normal;
}
.drop_menu #NavWrap .menu_list li ul a:before{
	content:"";
	width:5px;
	height:1px;
	background:#282828;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
.drop_menu #NavWrap .menu_list li ul li{
	width: fit-content;
}
.drop_menu #NavWrap .menu_list li ul li:last-child{
	width:auto;
}
.menu_bottom #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
.menu_bottom #switch ~ .menu_fix .drop_menu label {
	display: block;
	cursor: pointer;
	position: relative;
	top:0;
	right:0;
	z-index:900;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform, right 0.2s,.2s background-color;
	padding: 12px;
	width: 86px;
	box-sizing:border-box;
	background: #e7e9ec;
	text-align:center;
	aspect-ratio: 1/1;
}
.txt_menu{
	position:absolute;
	bottom: 20%;
	left:0;
	right:0;
	margin:auto;
	font-size: 0.75rem;
	transition:.5s opacity;
	font-weight: 600;
}
.txt_menu.switch_in{
	opacity:1;
}
.txt_menu.switch_out{
	opacity:0;
}
.menu_bottom #switch:checked ~ .menu_fix .txt_menu.switch_in{
	opacity:0;
}
.menu_bottom #switch:checked ~ .menu_fix  .txt_menu.switch_out{
	opacity:1;
}
.menu_bottom #switch ~ .menu_fix .drop_menu label b{
	z-index:2;
	width:100%;
	display:block;
	margin-bottom: 0;
}
.menu_bottom #switch ~ .menu_fix .drop_menu label span{
	cursor: -webkit-grabbing;
	display:block;
	width:60px;
	height: 1px;
	background: #282828;
	-webkit-transition: 0.2s transform, 0.5s background;
	transition: 0.2s transform, 0.5s background;
	position:absolute;
	top: 40%;
	left:0;
	right:0;
	margin:auto;
	margin-top:-5px;
}
.menu_bottom #switch ~ .menu_fix .drop_menu label span:before,
.menu_bottom #switch ~ .menu_fix .drop_menu label span:after{
	content:"";
	display:block;
	width:60px;
	height: 1px;
	background:#282828;
	position:absolute;
	margin-top:0;
}
.menu_bottom #switch ~ .menu_fix .drop_menu label span:before{
	top: -9px;
}
.menu_bottom #switch ~ .menu_fix .drop_menu label span:after{
	top: 9px;
}
.menu_bottom #switch:checked ~ .menu_fix .drop_menu label span{
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.menu_bottom #switch:checked ~ .menu_fix .drop_menu label span:before{
	top:0;
}
.menu_bottom #switch:checked ~ .menu_fix .drop_menu label span:after{
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	top:0;
	margin-top:0;
}
.menu_bottom #switch:checked ~ .menu_fix .drop_menu label{
	right: 0;
	background-color: #fff;
}
.drop_menu #NavWrap{
	position: fixed;
	top: -100%;
	width: 100%;
	z-index: 800;
	height:100%;
	overflow: auto;
	visibility: hidden;
	box-sizing: border-box;
	transition:all 0.25s;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #e7e9ec;
	left: 0;
	top: -100%;
	bottom: 0;
	overscroll-behavior: contain;
}
.menu_bottom #switch:checked ~ .menu_fix .drop_menu label + #NavWrap{
	visibility:visible;
	/* max-height: 100%; */
	top: 0;
}
.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;
}
.drop_menu #NavWrap .pc_image{
	width: 62%;
}
.drop_menu #NavWrap .pc_image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.drop_menu #NavWrap .menu_area{
	width:38%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	max-width:440px;
	margin:0 auto;
	gap: 4em;
	align-items: center;
	padding-block: 50px;
}
.drop_menu #NavWrap .menu_area .menu_logo{
	width:100%;
}
.drop_menu #NavWrap > ul {
	width: 100%;
	margin-right: 0;
	margin-left: auto;
}
.drop_menu #NavWrap li a {
	padding: 15px 0;
	text-decoration: none;
	text-align: center;
	width: auto;
}
.drop_menu #NavWrap li a span{
	padding: 10px 0px;
	border-left:none;
	white-space: normal;
}
@media (any-hover: hover) {
	.menu_top #site_ttl a:hover{
		opacity:0.7;
	}
	.drop_menu #NavWrap li a:hover span:after{
		transform: scale(1,1);
		transform-origin: left top;
	}
	.drop_menu #NavWrap .btn-new a:hover{
		background:#fff;
		color:#bca64e;
		text-decoration:none;
	}
	.drop_menu #NavWrap .btn-new a:hover span .new-1 {
		fill: #bca64e;
	}
	.drop_menu #NavWrap .btn-new a:hover span .new-1,
	.drop_menu #NavWrap .btn-new a:hover span .new-2 {
		stroke: #bca64e;
	}
	.drop_menu #NavWrap .btn-request a:hover{
		background:#fff;
		color:#912d37;
		text-decoration:none;
	}
	.drop_menu #NavWrap .btn-request a:hover span svg{
		fill:#912d37;
	}
	.fix-bottom .head_bottom-request a:hover{
		background:#fff;
		color:#912d37;
		text-decoration:none;
	}
	.fix-bottom .head_bottom-request a:hover span svg{
		fill:#912d37;
	}
	.menu_bottom .right_menu .mega-menu .head_title a:hover .arrow{
		background:#24305c;
	}
	.menu_bottom .right_menu .mega-menu .head_title a:hover .arrow img{
		filter:none;
	}
	.menu_bottom .right_menu .mega-menu ul li a:hover,
	header#fix_menu.fixedMenu .right_menu .mega-menu ul li a:hover{
		color: #2a408e;
	}
	.menu_bottom .right_menu .mega-menu ul li a:hover:after{
		transform:scale(1,1);
		transform-origin:left top;
	}
	.menu_bottom .right_menu .mega-menu ul li a:hover .arrow{
		transform:translateX(-5px);
	}
	.menu_bottom .right_menu .mega-menu ul li a:hover .arrow img{
		filter: brightness(30%) saturate(600%);
	}
	.menu_bottom .right_menu .mega-menu ul li a:hover .head_icon{
		filter: brightness(30%) saturate(600%);
	}
}
@media screen and (max-width:1690px) {
	.drop_menu #NavWrap .menu_area{
		padding: 50px 30px;
	}
	.menu_bottom .right_menu li a{
		padding: 0 10px;
		font-size:0.875rem;
	}
	.menu_bottom .right_menu .drop_wrap a{
		padding: 0 25px 0 10px;
	}
}
@media screen and (max-width:1458px) {
	.drop_menu #NavWrap .head-btn a{
		font-size:0.875rem;
	}
	.drop_menu #NavWrap .menu_list li a{
		font-size:0.875rem;
	}
	.drop_menu #NavWrap .menu_list{
		gap: 1em;
	}
	.drop_menu #NavWrap .head_bottom-tel a .tel-number em{
		font-size:1.75rem;
	}
	.drop_menu #NavWrap .head_bottom-tel a{
		font-size:0.875rem;
	}
	.menu_bottom .right_menu{
		display:none;
	}
	.drop_menu #NavWrap .menu_list li ul a{
		padding-left: 0.875em;
		font-size:0.875rem;
	}
}
@media screen and (max-width:1000px) {
	.drop_menu #NavWrap .head-btn a{
		font-size:0.75rem;
	}
}
@media screen and (max-height:750px) {
	.drop_menu #NavWrap .menu_area{
		height:max-content;
	}
}
@media screen and (max-width:767px) {
	body {
		padding-top: 0;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu{
		top:0;
		transition: none;
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
	}
	header .menu_top {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
		width: auto;
		background: #fff;
		width: calc(100% - 120px);
	}
	header .menu_top #site_ttl{
		padding:0;
	}
	header .menu_top #site_ttl a{
		padding: 12px 18px;
		width: fit-content;
		display: block;
	}
	header .menu_top #site_ttl img{
		height: auto;
		width: 143px;
	}
	.drop_menu #NavWrap li.drop_wrap ul li a span{
		padding:15px 20px;
	}
	.menu_bottom .right_menu {
		padding:5px 60px 5px 5px
	}
	.menu_bottom .right_menu li{
		display:none;
	}
	.drop_menu #NavWrap{
		padding-top: 0;
		left: 0;
		padding:0;
		width:100%;
		height:100%;
	}
	.menu_bottom #switch:checked ~ .menu_fix .drop_menu label + #NavWrap{
		max-height: calc(100% - 60px);
		height: calc(100% - 60px);
		left: 0;
		top: 60px;
		right: 0;
	}
	.menu_bottom #switch ~  .menu_fix .drop_menu label {
	   padding: 12px 12px;
	   width: 60px;
	   height: 60px;
	   position: fixed;
	}
	.menu_bottom #switch:checked ~ .menu_fix .drop_menu label{
		background-color: #e7e9ec;
	}
	.menu_bottom #switch ~  .menu_fix .drop_menu label .txt_menu{
		bottom:15%;
	}
	.menu_bottom #switch ~  .menu_fix .drop_menu label span{
	   width: 33px;
	   height: 1px;
	   top: 22px;
	   margin:auto;
	}
	.menu_bottom #switch ~  .menu_fix .drop_menu label span:before,
	.menu_bottom #switch ~  .menu_fix .drop_menu label span:after{
	   width: 33px;
	   height: 1px;
	   margin-top:0;
	}
	.menu_bottom #switch ~  .menu_fix .drop_menu label span:before{
	   top: -7px;
	}
	.menu_bottom #switch ~  .menu_fix .drop_menu label span:after{
	   top: 7px;
	}
	.drop_menu #NavWrap ul {
	   display: block;
	   border-left:none;
	   height: 100%;
	   width: 300px;
	   padding: 0;
	}
	.drop_menu #NavWrap .menu_list li a{
		font-size:1.29rem;
	}
	.drop_menu #NavWrap .menu_list li{
		display:block;
		padding:0;
		width:100%;
		border-bottom:solid 1px #070002;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li a:hover{
		font-size: 1.29rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		background:none;
		border:none;
	}
	.drop_menu #NavWrap li a:hover{
		background:none;
	}
	.drop_menu #NavWrap li a span{
		display:block;
		padding: 20px 0;
		font-weight:normal;
		background:none;
		line-height: 1.4;
	}
	.drop_menu #NavWrap li a span br{
		display:block;
	}
	.drop_menu #NavWrap li a span:after{
		display:none;
	}
	.drop_menu #NavWrap ul li.drop_wrap i:before,
	.drop_menu #NavWrap ul li.drop_wrap i:after{
		top: 10px;
	}
	.drop_menu #NavWrap li.drop_wrap ul,
	.drop_menu #NavWrap li.drop_wrap:hover ul{
		opacity:0;
		visibility:hidden;
		display:block;
		position:static;
		transform: none;
		width:100%;
		max-height:0;
		overflow:hidden;
		transition:opacity .4s,visibility .4s, max-height .4s;
		margin-bottom: 0;
		padding-left: 0;
	}
	.drop_menu #NavWrap .menu_list .drop_wrap ul{
		left:0;
		padding-left: 0;
	}
	.drop_menu #NavWrap ul li.drop_wrap.opened ul{
		opacity:1;
		visibility:visible;
		max-height:100vh;
	}
	.drop_menu #NavWrap .menu_list li ul li{
		width:100%;
	}
	.drop_menu #NavWrap .menu_list li ul li:last-child{
		width:100%;
		border-bottom: none;
	}
	.drop_menu #NavWrap li.drop_wrap ul li + li{
		border-top: none;
	}
	.drop_menu #NavWrap li.drop_wrap ul li a{
		font-size: 1rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		color:#333;
		border:none;
	}
	.fix-bottom{
		gap:0;
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.fix-bottom .head_bottom-tel{
		width: 50%;
	}
	.fix-bottom .head_bottom-tel a{
		height:60px;
		font-size:0.875rem;
		pointer-events:auto;
		background: #24305c;
		color:#fff;
	}
	.fix-bottom .head_bottom-tel a p{
		font-size:0.71rem;
	}
	.fix-bottom .head_bottom-tel a .tel-number{
		gap:0.5em;
	}
	.fix-bottom .head_bottom-tel a .tel-number span{
		width:12px;
		height:12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fix-bottom .head_bottom-tel a .tel-number span img{
		max-width:100%;
		height:auto;
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(104%) contrast(102%);
	}
	.fix-bottom .head_bottom-tel a .tel-number em{
		font-size: 1.55rem;
		color:#fff;
	}
	.fix-bottom .head_bottom-request{
		width:50%;
	}
	.fix-bottom .head_bottom-request a{
		aspect-ratio:inherit;
		width:100%;
		height:60px;
		flex-direction: row;
		text-decoration: none;
	}
	.drop_menu #NavWrap .pc_image{
		display:none;
	}
	.drop_menu #NavWrap .menu_area{
		width:100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
		max-width:440px;
		margin:0 auto;
		gap: 1em;
		padding: 30px 15px;
	}
	.drop_menu #NavWrap .menu_area .menu_logo{
		order:1;
		display: none;
	}
	.drop_menu #NavWrap .menu_list{
		order:3;
		height: auto;
		gap: 0;
		margin: 0;
	}
	.drop_menu #NavWrap .btn_info{
		order:2;
	}
	.drop_menu #NavWrap .head_bottom-tel a{
		pointer-events:auto;
		padding: 1.5em 0.5em;
		height: auto;
		gap: 0.5em;
	}
	.drop_menu #NavWrap .head_bottom-tel a .tel-number span{
		width:20px;
		height:20px;
	}
	.drop_menu #NavWrap .head_bottom-tel a .tel-number em{
		font-size: 1.29rem;
	}
	.drop_menu #NavWrap img,
	.drop_menu #NavWrap svg{
		max-width:100%;
		height:auto;
	}
	.drop_menu #NavWrap .btn-new a span{
		width: 20px;
		height: 29px;
	}
	.drop_menu #NavWrap .btn-request a span{
		width: 27px;
		height: 21px;
	}
	.drop_menu #NavWrap .head-btn a{
		text-decoration:none;
		font-size:1rem;
	}
	.drop_menu #NavWrap .sp_link{
		display:block;
		order: 4;
		margin-top: 2em;
	}
	.drop_menu #NavWrap .sp_link .sp_link_item{
		position:relative;
	}
	.drop_menu #NavWrap .sp_link .sp_link_item:last-child{
		margin-bottom:30px;
	}
	.drop_menu #NavWrap .sp_link .sp_link_item + .sp_link_item{
		margin-top: 1em;
	}
	.drop_menu #NavWrap .sp_link .sp_link_item a{
		text-decoration:underline;
		padding-bottom:0.5em;
		display:inline-block;
		font-size:0.86rem;
		text-underline-offset:5px;
	}
}
@media screen and (max-width:350px) {
	.fix-bottom .head_bottom-tel a .tel-number em{
		font-size: 1.35rem;
	}
}
/* contents
-------------------------------------------------------------------*/
/*commmon*/
main{
	display: block;
	margin-top: 100px;
}
body.home .top_style{
	font-size: 2.625rem;
	font-weight:500;
	font-family: "Cardo", serif;
	margin-bottom: 0.5em;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #a08b71;
}
body.home .top_style span{
	font-size: 1.375rem;
	font-family: "Noto Serif JP", serif;
	display: block;
	position:relative;
	letter-spacing: 0.1em;
	color: #282828;
}
body.home .top_style02{
	font-size: 2.25rem;
	font-weight:500;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 0.5em;
}
.new-1 {
	fill: #fff;
	stroke-width: 2.35px;
	transition:.5s fill;
}
.new-1,
.new-2 {
	stroke: #fff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	transition:.5s fill;
}
.new-2 {
	fill: none;
	stroke-width: 14.1px;
}
@media screen and (max-width:767px) {
	main{
		padding-top: 0;
		margin-top: 0;
	}
	body.home .top_style{
		font-size: 1.86rem;
	}
	body.home .top_style span{
		font-size: 1.07rem;
	}
	body.home .top_style02{
	font-size:1.357rem;
	}
}
/*visual*/
body.home main p,
body.home main ul,
body.home main li{
	line-height:inherit;
	margin:0;
	padding:0;
}
body.home .visual{
	position:relative;
	z-index:5;
}
body.home  .mv-video{
	position:relative;
	z-index:15;
}
body.home .mv-txt{
	position:absolute;
	z-index: 30;
	left: 11%;
	bottom: -32%;
	margin:auto;
	width:fit-content;
	height:fit-content;
}
body.home .mv_bg_slider picture{
	box-shadow: inset 0 0 15px 0 #000;
}

.mv_bg_slider_item {
	overflow: hidden;
	position: relative;
}
.mv_bg_slider_item picture img,
.mv_bg_slider_item picture source{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 次の画像のフェードイン（必要なら追加） */
.mv_bg_slider_item.slick-active.slider-first picture img,
.mv_bg_slider_item.slick-active.slider-first picture source{
	animation: fadein 6s linear;
}
.mv_bg_slider_item.slick-active picture img,
.mv_bg_slider_item.slick-active picture source{
animation: fadein 8s linear;
}

@keyframes fadein {
  0% { transform: scale(1.42); }
  100% { transform: scale(1); }
}

.slick-active .animated-letter {
	display: inline-block;
	opacity: 0;
	transform: translateX(-40px);
	animation: slideIn 2s forwards;
	animation-delay:2s;
}
@keyframes slideIn {
	0% { transform: translateX(-40px); opacity:0;}
	70% { transform: translateX(1px);  opacity:1;}
	100% { transform: translateX(0);  opacity:1;}
}
.slick-active .animated-letter:nth-child(1){ animation-delay: 0s;}
.slick-active .animated-letter:nth-child(2){ animation-delay: 0.1s;}
.slick-active .animated-letter:nth-child(3){ animation-delay: 0.2s;}
.slick-active .animated-letter:nth-child(4){ animation-delay: 0.3s;}
.slick-active .animated-letter:nth-child(5){ animation-delay: 0.4s;}
.slick-active .animated-letter:nth-child(6){ animation-delay: 0.5s;}
.slick-active .animated-letter:nth-child(7){ animation-delay: 0.6s;}
.slick-active .animated-letter:nth-child(8){ animation-delay: 0.7s;}
.slick-active .animated-letter:nth-child(9){ animation-delay: 0.8s;}
.slick-active .animated-letter:nth-child(10){ animation-delay: 0.9s;}
.slick-active .animated-letter:nth-child(11){ animation-delay: 1.0s;}
.slick-active .animated-letter:nth-child(12){ animation-delay: 1.1s;}
.slick-active .animated-letter:nth-child(13){ animation-delay: 1.2s;}
.slick-active .animated-letter:nth-child(14){ animation-delay: 1.3s;}
.slick-active .animated-letter:nth-child(15){ animation-delay: 1.4s;}
.slick-active .animated-letter:nth-child(16){ animation-delay: 1.5s;}
.slick-active .animated-letter:nth-child(17){ animation-delay: 1.6s;}
.slick-active .animated-letter:nth-child(18){ animation-delay: 1.7s;}
.slick-active .animated-letter:nth-child(19){ animation-delay: 1.8s;}
.slick-active .animated-letter:nth-child(20){ animation-delay: 1.9s;}
.slick-active .animated-letter:nth-child(21){ animation-delay: 2.0s;}
.slick-active .animated-letter:nth-child(22){ animation-delay: 2.1s;}
.slick-active .animated-letter:nth-child(23){ animation-delay: 2.2s;}

body.home .mv_bg_slider_item{
	position:relative;
	pointer-events: none;
}
body.home .mv_bg_slider_item .mv_style{
	position:absolute;
	z-index:15;
	font-size: min(3vw,2.625rem);
	font-weight:500;
	text-align:left;
	color:#fff;
	line-height: 1.5;
	letter-spacing:0;
	text-shadow: 0 0 10px rgba(0,0,0,0.5),0 0 10px rgba(0,0,0,0.5);
	width: fit-content;
	height: fit-content;
}
body.home .mv_bg_slider_item .mv_style{
	top: 20%;
	left: 63%;
}
body.home .mv_bg_slider_item:nth-child(3) .mv_style,
body.home .mv_bg_slider_item:nth-child(4) .mv_style{
	bottom: 14%;
	left: 17%;
	top: auto;
	right: auto;
}
body.home .mv-txt .mv_style span{
	position:absolute;
	right: -7.5%;
	bottom: -55%;
	width: 68.182%;
}
body.home .mv-txt .mv_style span img{
	max-width:100%;
	height:auto;
}
body.home .visual .new-area{
	position:absolute;
	right: 100px;
	bottom: -18%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	max-width: 394px;
	z-index: 30;
}
body.home .visual .new-area input{
	opacity:0;
	position:absolute;
	width: 0;
	height: 0;
}
body.home .visual .new-area:has(input:checked){
	display:none;
}
body.home .visual .new-area label{
	position:absolute;
	right: -2%;
	top: -12%;
	aspect-ratio:1/1;
	width:22px;
	background:#bca64e;
	border:1px solid #fff;
	border-radius:50%;
}
body.home .visual .new-area label:before,
body.home .visual .new-area label:after{
	content:"";
	width:12px;
	height:1px;
	background:#fff;
	position:absolute;
	inset:0;
	margin:auto;
}
body.home .visual .new-area label:before{
	transform:rotate(45deg)
}
body.home .visual .new-area label:after{
	transform:rotate(-45deg)
}
body.home .visual .new-area .tit-area{
	background:#bca64e;
	font-size: 0.875rem;
	color: #fff;
	width: 132px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	pointer-events: none;
}
body.home .visual .new-area .lick-area{
	flex:1;
	background:#fff;
	padding: 10px 8px 10px 0;
	border-radius: 0 5px 5px 0;
}
body.home .visual .new-area .lick-area .lick-col{
	background:#f0eeea;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding: 10px;
	gap:0.5em;
}
body.home .visual .new-area .lick-area .lick-col em{
	font-size:1.125rem;
	font-weight:bold;
}
body.home .visual .new-area .lick-area .lick-col p{
	color:#888888;
	font-size:0.875rem;
}
body.home .visual .new-area .lick-area .lick-col p a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}
body.home .visual .new-area .lick-area .lick-col p .arrow{
	position: relative;
	background: url(../img/common/icon-arrow.svg);
	width: 21px;
	height: 5px;
	display: block;
	filter: brightness(0) saturate(100%) invert(56%) sepia(7%) saturate(9%) hue-rotate(345deg) brightness(95%) contrast(88%);
	transition:.5s transform;
}
@media (any-hover: hover) {
	body.home .visual .new-area .lick-area .lick-col p a:hover{
		text-decoration:underline;
		text-underline-offset:5px;
	}
	body.home .visual .new-area .lick-area .lick-col p a:hover .arrow{
		transform:translateX(5px);
	}
}
@media screen and (max-width:1400px) {
	body.home .visual .new-area{
		bottom:-22%;
	}
}
@media screen and (max-width:1250px) {
	body.home .visual .new-area{
		bottom:-30%;
	}
}
@media screen and (max-width:767px) {
		body.home .visual .new-area{
		right: 3%;
		bottom:auto;
		top: 51%;
	}
	body.home .visual .new-area label{
		background-color:#7b7137;
	}
	body.home .visual .new-area .tit-area{
		font-size: 0.82rem;
		width:90px;
		height:90px;
		pointer-events: auto;
		border-radius:5px;
	}
	body.home .visual .new-area .lick-area{
		display:none;
	}
	body.home .mv-txt{
		left: 0;
		top:auto;
		bottom: -21%;
		margin:auto;
		padding: 0 15px;
	}
	body.home .mv_bg_slider_item .mv_style{
		font-size: 2rem;
		letter-spacing: 0;
		width: fit-content;
		left:5%;
		bottom:auto;
		top: 13%;
	}
	body.home .mv_bg_slider_item:nth-child(3) .mv_style,
	body.home .mv_bg_slider_item:nth-child(4) .mv_style{
		left:5%;
		bottom:auto;
		top: 13%;
	}
}

/*aside-request*/
body.home .aside-request{
	position:fixed;
	right:0;
	top: 360px;
	z-index:50;
}
body.home .aside-request a{
	background:#912d37;
	aspect-ratio:32/95;
	width:64px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:0.5em;
	color:#fff;
	border:1px solid #fff;
	border-right:none;
	transition: .5s color,.5s background-color;
	font-size: 1.25rem;
	border: 1px solid;
	border-right: none;
}
body.home .aside-request a svg{
	transition:.5s fill;
}
body.home .aside-request a em{
	writing-mode: vertical-rl;
	display:block;
	letter-spacing:0.1em;
}
body .aside-vacant{
	position:fixed;
	right: -352px;
	top: 550px;
	z-index:50;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	transition:.5s right;
}
body .aside-vacant input{
	opacity:0;
	position:absolute;
	z-index: -1;
}
body .aside-vacant:has(input:checked){
	right:0;
}
body .aside-vacant .vacant-tit{
	background:#24305c;
	width:64px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:0.5em;
	color:#fff;
	border:1px solid #fff;
	border-right:none;
	transition: .5s color,.5s background-color;
	font-size:1.125rem;
	position:relative;
	height: auto;
	border: 1px solid;
	border-right: none;
}
body .aside-vacant .vacant-tit svg{
	transition:.5s fill;
}
body .aside-vacant .vacant-tit i{
	position:relative;
	width: 22px;
	height: 7px;
	transform:rotateY(180deg);
	transition:.5s transform;
	margin: 0;
}
body .aside-vacant input:checked ~ label i{
	transform:rotateY(0deg);
}
body .aside-vacant .vacant-tit i:before,
body .aside-vacant .vacant-tit i:after{
	content: "";
	position: absolute;
	bottom:0;
	right: 0;
	left:0;
	margin:auto;
	width: 7px;
	height: 1px;
	background-color: #fff;
	transform-origin: calc(100% - 0.5px) 50%;
}
body .aside-vacant .vacant-tit i:before{
	transform: rotate(45deg);
}
body .aside-vacant .vacant-tit i:after{
	transform: rotate(-45deg);
}
body .aside-vacant .vacant-tit em{
	writing-mode: vertical-rl;
	display:block;
	letter-spacing:0.1em;
}
body .aside-vacant .vacant-info{
	background:#fff;
	padding: 20px 15px;
	top: 0;
	position: relative;
	z-index: 11;
}
body .aside-vacant .vacant-info .vacant-sp-tit{
	display:none;
}
body .aside-vacant .vacant-txt{
	font-size:0.875rem;
	margin-bottom:1em;
}
body .aside-vacant .vacant-txt a{
	text-decoration:underline;
	text-underline-offset:7px;
	transition: .5s color;
}
body .aside-vacant .vacant-time{
	position:relative;
	margin-bottom: 0;
}
body .aside-vacant .vacant-time p{
	display:block;
	max-width:max-content;
	margin:0 auto 1em;
	background:#f0eeea;
	color:#888888;
	border-radius:5px;
	font-size:0.875rem;
	padding:0.25em 1em;
}
body .aside-vacant .vacant-time p time{
	margin-right:0.5em;
	display:inline-block;
}
body .aside-vacant .vacant-list{
	position:relative;
	margin:0;
	padding:0;
}
body .aside-vacant .vacant-item{
	position:relative;
	margin:0;
	padding:0;
}
body .aside-vacant .vacant-item + .vacant-item{
	margin-top: 0.5em;
	border-top:1px solid #c6c6c6;
	padding-top: 0.375em;
}
body .aside-vacant .vacant-item .vacant-col{
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
	gap:3em;
}
body .aside-vacant .vacant-item .vacant-col .list-floor{
	display:block;
	text-align:left;
	width: 20%;
}
body .aside-vacant .vacant-item .vacant-col p{
	display:block;
	text-align:left;
	width:25%;
}
body .aside-vacant .slightly-floors{
	color:#912d37;
}
body .aside-vacant .no-floors{
	color:#aaaaaa;
}
body .aside-vacant .vacant-table{
	width:275px;
	margin-inline:auto;
}
body .aside-vacant .vacant-table,
body .aside-vacant .vacant-table th,
body .aside-vacant .vacant-table td{
	border:none;
	font-weight:600;
	padding-inline:0;
	font-size:inherit;
}
body .aside-vacant .vacant-table :is(th,td){
	border-bottom:solid #c6c6c6 1px;	
}
body .aside-vacant .vacant-table thead th,
body .aside-vacant .vacant-table td{
	text-align:center;
}
body .aside-vacant .vacant-table caption{
	caption-side: bottom;
	text-align:left;
	margin-top:0.75em;
}
body .aside-vacant .vacant-table caption span ~ span{
	margin-left:0.25em;
}

body.home header#fix_menu.fixedMenu ~  .aside-request{
	top: 180px;
}
body.home header#fix_menu.fixedMenu .aside-vacant{
	top: 370px;
}
@media (any-hover: hover) {
	body.home .aside-request a:hover{
		background:#fff;
		color:#912d37;
		text-decoration:none;
	}
	body.home .aside-request a:hover span svg{
		fill:#912d37;
	}
	body .aside-vacant .vacant-tit:hover{
		background:#fff;
		color:#24305c;
		text-decoration:none;
	}
	body .aside-vacant .vacant-tit:hover span svg{
		fill:#24305c;
	}
	body .aside-vacant .vacant-tit:hover i:before,
	body .aside-vacant .vacant-tit:hover i:after{
		background-color: #24305c;
	}
	body .aside-vacant .vacant-txt :hover{
		text-decoration:none;
		color:#912d37;
	}
}
@media screen and (max-width:1900px) {
	body.home .aside-request{
		top: 180px;
	}
	body .aside-vacant{
		top: 370px;
	}
}
@media screen and (max-width:1700px) {
	body.home .aside-request{
		display:none;
	}
}
@media screen and (min-width:768px) {
	body:not(.home) .aside-vacant{
		display:block;
	}
}
@media screen and (max-width:767px) {
	body .aside-vacant{
		top:0;
		right: 0;
		display: block;
		width: 100%;
		height: auto;
		z-index: 100;
		height: 60px;
		position: absolute;
	}
	body.home header#fix_menu.fixedMenu .aside-vacant{
		top: 0%;
	}
	body .aside-vacant .vacant-tit{
		position: absolute;
		top: 0;
		right: 60px;
		z-index: 10;
		width:60px;
		border:none;
		font-size:1.125rem;
		aspect-ratio: 1/1;
		gap: 0;
	}
	body .aside-vacant .vacant-tit svg{
		max-width:100%;
		height:auto;
	}
	body .aside-vacant .vacant-tit em{
		writing-mode:horizontal-tb;
		font-size:0.86rem;
	}
	body .aside-vacant .vacant-tit i{
		display:none;
	}
	body .aside-vacant input:checked ~ .vacant-info{
		transform: translateY(60px);
	}
	body .aside-vacant .vacant-info{
		z-index: 11;
		width: 100%;
		transform: translateY(-100%);
		transition: .5s transform;
		display:flex;
		justify-content:space-between;
		align-items:stretch;
		flex-wrap:wrap;
		gap:2%;
		z-index: 0;
	}
	body .aside-vacant .vacant-info .vacant-info-txt{
		width: 35%;
		display:flex;
		flex-direction:column;
	}
	body .aside-vacant .vacant-table{
		width: 60%;
	}
	body .aside-vacant .vacant-table caption{
		font-size:0.875rem;
	}
	body .aside-vacant .vacant-table caption span ~ span{
		margin-left:0.75em;
	}
	body .aside-vacant .vacant-info .vacant-sp-tit{
		display:flex;
		justify-content:center;
		align-items:center;
		order:1;
		gap:4%;
		margin-bottom: 0.25em;
	}
	body .aside-vacant .vacant-info .vacant-sp-tit span{
		filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(2942%) hue-rotate(190deg) brightness(94%) contrast(100%);
	}
	body .aside-vacant .vacant-info .vacant-sp-tit em{
		font-size: 1.357rem;
		font-weight:600;
		color:#24305c;
	}
	body .aside-vacant .vacant-time{
		order:2;
		width:100%;
		margin-bottom: 0.75em;
	}
	body .aside-vacant .vacant-time p{
		max-width: 100%;
		margin: 0 auto;
		border-radius: 3px;
		font-size: 0.86rem;
	}
	body .aside-vacant .vacant-txt{
		order:3;
		text-align: left;
		font-size: 0.86rem;
		margin-bottom: 0;
	}
	body .aside-vacant .vacant-txt a{
		text-underline-offset:4px;
	}
	body .aside-vacant .vacant-list{
		width: 51%;
	}
	body .aside-vacant .vacant-item .vacant-col{
		gap: 3%;
	}
	body .aside-vacant .vacant-item .vacant-col .list-floor{
		width: 40%;
	}
	body .aside-vacant .vacant-item .vacant-col p{
		display:block;
		text-align:left;
		width:50%;
		font-size: 1.14rem;
	}
}

/*link-area*/
body.home .link-area-wrap{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap: 5px;
	position:relative;
	padding-block: 5.5em 4em;
}
body.home .link-area-wrap .link-tit{
	position:relative;
	z-index:10;
	text-align:center;
	margin-bottom: 2em;
	color: #24305c;
}
body.home .link-area-wrap .link_style{
	font-size:2.625rem;
	font-weight:bold;
	margin-bottom:1em;
}
body.home .link-area-wrap .link-tit p{
	line-height: 2.125;
	font-size: 1.125rem;
}
.link-area-col ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:0.5%;
}
.link-area-col ul li{
	width: 19.5%;
	text-align:center;
}
.link-area-col ul li a{
	padding:50px 10px 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.25em;
	position:relative;
	border:1px solid #a08b71;
	background:#fff;
	transition:.5s background-color;
	text-decoration:none;
}
.link-area-col ul li a .link-item_image{
	transition:.5s filter;
}
.link-area-col ul li a .link-item_txt em{
	display:block;
	font-size:1.5rem;
	font-weight:bold;
	color:#24305c;
	font-feature-settings:'palt';
	letter-spacing:-0.05em;
	transition:.5s color;
}
.link-area-col ul li a .link-item_txt span{
	display:block;
	font-size:1.5rem;
	font-weight:500;
	color:#959aad;
	transition:.5s color;
}
.link-area-col ul li a i{
	position:absolute;
	width:38px;
	height:38px;
	background:#a08b71;
	right:0;
	bottom:0;
	transition:.5s background-color;
	margin: 0;
}
.link-area-col ul li a i:before{
	content:"";
	width:21px;
	height:5px;
	background:url(../img/common/icon-arrow.svg);
	position:absolute;
	inset:0;
	margin:auto;
}
@media (any-hover: hover) {
	.link-area-col ul li a:hover{
		background-color:#a08b71;
	}
	.link-area-col ul li a:hover .link-item_image{
		filter: brightness(0) saturate(100%) invert(99%) sepia(17%) saturate(2%) hue-rotate(213deg) brightness(110%) contrast(100%);
	}
	.link-area-col ul li a:hover .link-item_txt em,
	.link-area-col ul li a:hover .link-item_txt span{
		color:#fff;
	}
	.link-area-col ul li a:hover i{
		background:#fff;
	}
	.link-area-col ul li a:hover i:before{
		filter: brightness(0) saturate(100%) invert(59%) sepia(40%) saturate(238%) hue-rotate(353deg) brightness(88%) contrast(86%);
	}
}
@media screen and (max-width:1200px) {
	.link-area-col ul li a .link-item_txt em,
	.link-area-col ul li a .link-item_txt span{
		font-size:min(1.7vw,1.25rem);
	}
	.link-area-col ul li a{
		padding: 30px 10px 45px;
	}
}
@media screen and (max-width:767px) {
	body.home .link-area-wrap .link_style{
		font-size:1.64rem;
		text-align: left;
		font-weight: 500;
	}
	body.home .link-area-wrap{
		margin-bottom: 0;
		padding-block: 3.5em 3em;
	}
	body.home .link-area-wrap .link-tit p{
		text-align:left;
		font-size:1.07rem;
	}
	.link-area-col ul{
		gap:1em 2%;
	}
	.link-area-col ul li{
		width: 48%;
		text-align:left;
	}
	.link-area-col ul li:first-child{
		width:100%;
	}
	.link-area-col ul li a{
		padding: 10px;
		flex-direction: row;
		gap: 0.5em;
		height: 5em;
		width: 100%;
		justify-content: flex-start;
		line-height: 1.2;
	}
	.link-area-col ul li a .link-item_image{
		width: 35px;
	}
	.link-area-col ul li a .link-item_image img{
		max-width:100%;
		height:auto;
	}
	.link-area-col ul li a .link-item_txt{
		width:calc(100% - 52px);
	}
	.link-area-col ul li a .link-item_txt em{
		font-size: 1.28rem;
	}
	.link-area-col ul li a .link-item_txt span{
		font-size: 0.93rem;
	}
	.link-area-col ul li a i{
		width:30px;
		height:30px;
	}
	.link-area-col ul li a i:before{
		width:17px;
		height:4px;
	}
	.link-area-col ul .first a{
		height: 5.715em;
		justify-content:center;
		align-items:center;
	}
	.link-area-col ul .first a .link-item_image{
		width: 35px;
	}
	.link-area-col ul .first a .link-item_image img{
		max-width:100%;
		height:auto;
	}
	.link-area-col ul .first a .link-item_txt{
		width: auto;
	}
	.link-area-col ul .first a .link-item_txt em{
		font-size: 1.42rem;
	}
	.link-area-col ul .first a .link-item_txt span{
		font-size: 1.14rem;
	}
	.link-area-col ul .first a i{
		width:30px;
		height:30px;
	}
	.link-area-col ul .first a i:before{
		width:17px;
		height:4px;
	}
}
/*feature*/
body.home .feature{
	position: relative;
	padding-block: 60px 125px;
}
body.home .feature .feature_tit{
	margin-bottom: 4em;
}
body.home .feature .feature_tit p{
	font-size:1.125rem;
}
body.home .feature_list{
	max-width:1540px;
	margin:0 auto;
}
body.home .feature_list ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:2em 2%;
}
body.home .feature_list ul .feature_item{
	width:49%;
	background:#f0eeea;
	text-align:left;
	padding: 40px 60px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:2%;
}
body.home .feature_list ul .feature_item .feature_style{
	font-size: 2.125rem;
	display: block;
	position: relative;
	color: #24305c;
	margin-bottom: 0.5em;
	font-weight: bold;
}
body.home .feature_list ul .feature_item .feature_txt{
	width: calc(89% - 164px);
}
body.home .feature_list ul .feature_item p{
	font-size:1.125rem;
	line-height: 1.875;
}
body.home .feature_list ul .feature_item .feature_circle{
	width:164px;
	background:#fff;
	aspect-ratio:1/1;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
}
@media screen and (max-width:1590px) {
	body.home .feature{
		padding:110px 15px 125px;
	}
	body.home .feature_list ul .feature_item{
		padding:30px;
	}
}
@media screen and (max-width:1000px) {
	body.home .feature_list ul .feature_item .feature_style{
		font-size:1.75rem;
	}
	body.home .feature_list ul .feature_item .feature_txt{
		width: calc(90% - 164px);
	}
	body.home .feature_list ul .feature_item{
		width:100%;
	}
}
@media screen and (max-width:768px) {
	body.home .feature{
		padding:50px 15px 65px;
	}
	body.home .feature .feature_tit{
		margin-bottom:2.5em;
	}
	body.home .feature .feature_tit p{
		font-size:1.07rem;
	}
	body.home .feature_list ul{
		gap:1em;
	}
	body.home .feature_list ul .feature_item{
		padding:25px 15px;
		gap: 1%;
	}
	body.home .feature_list ul .feature_item .feature_circle{
		width:100px;
	}
	body.home .feature_list ul .feature_item .feature_circle .feature_image{
		width:40%;
	}
	body.home .feature_list ul .feature_item .feature_circle img{
		max-width:100%;
		height:auto;
	}
	body.home .feature_list ul .feature_item .feature_txt{
		width: calc(100% - 110px);
	}
	body.home .feature_list ul .feature_item .feature_style{
		font-size:1.29rem;
	}
	body.home .feature_list ul .feature_item p{
		font-size:1.07rem;
	}
}




/*message*/
body.home .message{
	position:relative;
	z-index:5;
}
body.home .message .message_wrap{
	padding: 109px 70px 107px;
	background: url(../img/top/bg-message.png) #a08b71 no-repeat right center / contain;
	color:#fff;
	position: relative;
}
body.home .message .message_col{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 2%;
	margin-bottom: 5px;
}
body.home .message .message_col_tit{
	width:45%;
}
body.home .message .message_col_tit  .top_style,
body.home .message .message_col .top_style span{
	color:#fff;
}
body.home .message .message_col_tit  .top_style{
	margin-bottom:1em
}
body.home .message .message_col_tit  .top_style02{
	font-size:2.125rem;
	margin: 0;
}
body.home .message .message_col_txt{
	width:48%;
	font-size:1.125rem;
}
body.home .message .message_col_txt p{
	line-height:2.25;
}
body.home .message .message_col_txt .common_btn{
	margin-top:2em;
}
body.home .message .message_col_txt .common_btn a{
	font-size: 1.125rem;
	min-height: 4.445em;
}
body.home .message .message_col_txt .common_btn a:after{
	filter: none;
}
@media screen and (max-width:1200px) {
	body.home .message .message_wrap{
		padding: 59px 40px 57px;
	}
}
@media screen and (max-width:768px) {
	body.home .message .message_wrap{
		padding: 30px 0;
		overflow: hidden;
		background-image: url(../img/top/bg-message_sp.jpg);
		background-size: 120%;
	}
	body.home .message .message_col{
		flex-wrap:wrap;
		gap:2em;
	}
	body.home .message .message_col_tit,
	body.home .message .message_col_txt{
		width:100%;
		font-size:1.07rem;
	}
	body.home .message .message_col_tit .top_style{
		margin-bottom:0.5em;
	}
	body.home .message .message_col_tit  .top_style02{
		font-size:1.47rem;
		margin: 0;
	}
	body.home .message .message_col_tit p{
		line-height:1.6;
		font-weight: 400;
	}
}

/*facilities*/
body.home .facilities{
	position:relative;
	z-index:5;
	padding-block:130px 90px;
}
body.home .facilities .facilities_box{
	 max-width: 520px;
	 position: absolute;
	 left: 57.5%;
	 height: 100%;
	 padding: 50px;
	 pointer-events: none;
	 font-feature-settings: 'palt';
	 letter-spacing: 0.05em;
}
body.home .facilities .facilities_box .top_style span{
	color:#282828;
}
body.home .facilities .facilities_box .top_style:before{
	content:"";
	width:250px;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	bottom:-15px;
	left:-155px;
}
body.home .facilities .facilities_box p{
	font-size:1.125rem;
	line-height:2.15;
}
body.home .facilities .facilities_wrap{
	text-align: left;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
body.home .facilities .facilities_slider{
	overflow:hidden;
}
body.home .facilities .facilities_slider:after{
	content:"";
	width: 660px;
	height:100%;
	background:#fff;
	position:absolute;
	left: 56%;
	top:0;
	bottom:0;
	margin:auto;
}
body.home .facilities .slick-list{
	left: -13%;
	overflow:visible;
}
body.home .slick-arrow{
	width: 60px;
	background: #24305c;
	bottom: 13%;
	cursor: pointer;
	border:1px solid;
	transition:.5s background-color;
	top: auto;
	aspect-ratio: 1/1;
	height: auto;
}
body.home .slick-arrow:before{
	display:none;
}
body.home .slick-arrow:after{
	content:"";
	width:21px;
	height:5px;
	background:url(../img/common/icon-arrow.svg);
	position:absolute;
	inset:0;
	margin:auto;
	transition: .5s filter;
}
body.home .prev-arrow{
	transform: rotateY(180deg) translate(0);
	left: 60.3%;
}
body.home .next-arrow{
	transform: translate(0);
	left: 64%;
}
body.home .facilities .slick-num{
	position: absolute;
	left: 76.8%;
	bottom: 17%;
	text-align: left;
	font-size:1.625rem;
	line-height:1;
	color:#282828;
	background: none;
	font-family: "Cardo", serif;
	z-index:10;
	font-weight: bold;
}
body.home .slick-disabled{
	display:none !important;
}
body.home .facilities .facilities_item{
	max-width: 644px;
	margin-right: 3em;
}
body.home .facilities .facilities_image{
	margin-bottom:1em;
}
body.home .facilities .facilities_image img{
	max-width:100%;
	height:auto;
	width:auto;
}
body.home .facilities .facilities_txt{
	text-align:left;
	font-size: 1.125rem;
}
@media (hover: hover) {
	body.home .slick-arrow:hover{
		background-color:#fff;
	}
	body.home .slick-arrow:hover:after{
		filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(7369%) hue-rotate(201deg) brightness(93%) contrast(89%);
	}
}
@media screen and (max-width:1870px) {
	body.home .facilities .slick-list{
		left: -20vw;
	}
	body.home .facilities .facilities_slider:after{
		left: 47%;
		width: 680px;
	}
	body.home .facilities .facilities_box{
		left: 48%;
	}
	body.home .prev-arrow{
		left: 51%;
	}
	body.home .next-arrow{
		left: 56%;
	}
	body.home .facilities .slick-num{
		left: 66.8%;
	}
}
@media screen and (max-width:1690px) {
	body.home .facilities .slick-list{
		left: -25vw;
	}
}
@media screen and (max-width: 1520px) {
	body.home .facilities .slick-list{
		left: -20%;
	}
	body.home .facilities .facilities_image{
		max-width: 80%;
	}
	body.home .facilities .facilities_txt{
		max-width: 80%;
	}
	body.home .facilities .facilities_box{
		padding:30px;
	}
	body.home .prev-arrow{
		left: 50.2%;
		width: 50px;
	}
	body.home .next-arrow{
		width: 50px;
	}
}
@media screen and (max-width:1200px) {
	body.home .facilities .facilities_image,
	body.home .facilities .facilities_txt{
		max-width:70%;
	}
	body.home  .facilities .facilities_wrap{
		padding:0 15px;
	}
	body.home .facilities .facilities_box .top_style{
		padding: 0;
	}
	body.home .facilities .facilities_box .top_style span{
		font-size: 1.25rem;
	}
	body.home .facilities .facilities_box p{
		font-size:1.07rem;
		line-height:1.875;
	}
	body.home .next-arrow{
		margin: auto;
		left: 55.5%;
	}
}
@media screen and (max-width:768px) {
	body.home .facilities{
		padding-block: 65px 0;
		margin-bottom: 55px;
	}
	body.home .facilities .facilities_wrap{
		flex-direction:column-reverse;
		gap: 2em;
		padding: 0;
	}
	body.home .facilities .facilities_box{
		 position: relative;
		 left:0;
		 height:auto;
		 padding: 0 15px;
		 pointer-events: auto;
	}
	body.home .facilities .top_style{
		padding:0 15px;
	}
	body.home .facilities .facilities_box .top_style span{
		font-size: 1.07rem;
		font-weight:bold;
	}
	body.home .facilities .facilities_box .top_style:before{
		left:-40px;
	}
	body.home .facilities .facilities_slider:after{
		display:none;
	}
	body.home .slick-arrow{
		width:40px;
		height:40px;
	}
	body.home .slick-arrow:after{
		width:15px;
		height:4px;
	}
	body.home .prev-arrow{
		transform: rotateY(180deg) translate(0,-50%);
		left:5px;
		bottom: auto;
		top: 50%;
	}
	body.home .next-arrow{
		left:auto;
		right:5px;
		top: 20%;
		transform: translateY(-60%);
	}
	body.home .facilities .slick-num{
		left: 0;
		position: relative;
		margin-top: 1em;
		padding: 0 15px;
	}
	body.home .facilities .slick-list{
		/* overflow: hidden; */
		left: 0;
		margin-right: 15%;
	}
	body.home .facilities .slick-track:before{
		display:none;
	}
	body.home .facilities .facilities_item{
		margin: 0 15px;
		max-width: 100%;
	}
	body.home .facilities .facilities_image,
	body.home .facilities .facilities_txt{
		max-width:100%;
		height: auto;
	}
	body.home .facilities .facilities_image{
		margin-bottom:1em;
	}
	body.home .facilities .facilities_image img{
		max-width:100%;
		height: auto;
		width: 100%;
	}
	body.home .facilities .facilities_txt{
		text-align:left;
		font-size: 1.07rem;
	}
	body.home .facilities .facilities_slider{
		width: 100%;
	}
}

/*post-series*/
body.home .post-series{
	position:relative;
	background: #e7e9ec;
	padding-block: 130px;
}
body.home .post-series .post-series-col{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:2%;
}
body.home .post-series .post-series-col .news_area,
body.home .post-series .post-series-col .blog_area{
	flex-basis:48%;
}
body.home .post-series .post_col{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:2em;
	margin-bottom:2em;
}
body.home .post-series .post_col .top_style{
	margin-bottom:0;
}
body.home .post-series .post_col .common_btn{
	width:220px;
}
body.home .post-series .post_col .common_btn a{
	font-weight:bold;
	background: #fff;
}
body.home .blog_area .topics_list li a{
	min-height:154px;
}
body.home .blog_area .topics_list{
	border-top:none;
}
body.home .blog_area .topics_list li:first-child a{
	padding-top:0;
	border-top:none;
	min-height:134px;
}
@media (any-hover: hover) {
	body.home .post-series .post_col .common_btn a:hover{
		background: #c2b984;
	}
}
@media screen and (max-width:768px) {
	body.home .post-series{
		padding-block: 65px 55px;
	}
	body.home .post-series .post-series-col{
		gap:4em;
	}
	body.home .post-series .post-series-col .news_area,
	body.home .post-series .post-series-col .blog_area{
		flex-basis:100%;
	}
	body.home .post-series .post_col .common_btn{
		width:132px;
	}
	body.home .blog_area .topics_list li a{
		min-height:115px;
	}
	body.home .blog_area .topics_list li a{
		min-height:105px;
	}
	body.home .blog_area .topics_list li:first-child a{
		padding-top:0;
		border-top:none;
		min-height:85px;
	}
}

/*voice*/
body.home .voice{
	position:relative;
}
body.home .voice .top_style{
	text-align:center;
}
body.home .voice .top_style span{
	padding-left:0;
}
body.home .voice .top_style span:before{
	display:none;
}
body.home .voice .voice_inner > p{
	text-align:center;
	font-size: 1.125rem;
}
body.home .voice .voice_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 0.5%;
	margin-block: 3em 3.25em;
	padding-bottom: 3.25em;
	border-bottom: 1px solid #e7e7e7;
}
body.home .voice .voice_col .voice_item{
	width: 32%;
	background: #f0eeea;
	padding: 35px 25px;
}
body.home .voice .voice_col .voice_item .voice_item_col{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:1.5em 3%
}
body.home .voice .voice_col .voice_item .voice_item_col .voice_image{
	width:100px;
}
body.home .voice .voice_col .voice_item .voice_item_col .voice_tit{
	width:calc(100% - 130px);
}
body.home .voice .voice_col .voice_item .voice_item_col .voice_tit .voice_style{
	font-size:1.25rem;
	font-weight:500;
}
body.home .voice .voice_col .voice_item .voice_item_col .voice_tit p{
	font-size:1.125rem;
}
body.home .voice .voice_col .voice_item .voice_item_col .voice_txt{
	width:100%;
	line-height:2;
	font-size:1.125rem;
}
@media screen and (max-width:1200px) {
	body.home .voice .voice_col .voice_item .voice_item_col .voice_tit .voice_style{
		font-size:1.07rem;
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_tit .voice_style .display_pc{
		display:none;
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_txt{
		font-size:0.875rem;
	}
	body.home .voice .voice_col .voice_item .voice_item_col{
		gap:3em 1%;
	}
	body.home .voice .voice_col .voice_item{
		padding:35px 15px;
	}
}
@media screen and (max-width:768px) {
	body.home .voice{
		margin-bottom:50px;
	}
	body.home .voice .voice_inner > p{
		text-align:center;
		font-size: 1.14rem;
		line-height: 1.6;
	}
	body.home .voice .voice_col{
		gap:1.5em;
		margin-block: 3em 0em;
		padding-bottom: 0;
		border-bottom: 0;
	}
	body.home .voice .voice_col .voice_item{
		width:100%;
		padding: 40px 25px 50px;
	}
	body.home .voice .voice_col .voice_item .voice_item_col{
		gap:1em 15px;
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_image{
		width: 90px;
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_image img{
		max-width:100%;
		height:auto;
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_tit{
		width:calc(100% - 105px);
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_tit .voice_style{
		font-size:1.25rem;
		font-weight:500;
	}
	body.home .voice .voice_col .voice_item .voice_item_col .voice_txt{
		width:100%;
		line-height:2;
		font-size: 1.07rem;
	}
}

/*recruit*/
body.home .recruit{
	background: url(../img/top/bg-recruit.png) #24305c no-repeat center / cover;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	height: 372px;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 100px;
	gap: 1.25em;
}
body.home .recruit .recruit_inner{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	height: 480px;
	flex-direction:column;
}
body.home .recruit .top_style span{
	color:#fff;
}
body.home .recruit .common_btn{
	width:340px;
}
body.home .recruit .common_btn a{
	height:5em;
	color:#fff;
}
body.home .recruit .common_btn a:after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(34deg) brightness(103%) contrast(103%);
}
@media screen and (max-width:768px) {
	body.home .recruit{
		height: 201px;
		background-image: url(../img/top/bg-recruit_sp.png);
		margin-bottom: 50px;
		padding: 40px 20px;
		gap: 1em;
	}
	body.home .recruit .recruit_inner{
		height: 434px;
		justify-content: flex-start;
		padding-top: 60px;
	}
	body.home .recruit .top_style{
		margin-bottom:0;
	}
	body.home .recruit .common_btn{
		width: 200px;
	}
	body.home .recruit .common_btn a{
		height: 4.286em;
		font-size: 1rem;
	}
}

/*group*/
body.home .group{
	position:relative;
	margin-bottom:80px;
}
body.home .group .group_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:2%;
}
body.home .group .group_col .group_item{
	width:48%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap: 1%;
	border: 1px solid #c9c9c9;
	text-decoration: none;
}
body.home .group .group_col .group_item + .group_item:before{
	content:"";
	width:1px;
	background:#c9c9c9;
	position:absolute;
	top:0;
	bottom:0;
	left:calc(-4% - 1px);
}
body.home .group .group_col .group_item .group_image{
	width: 51%;
}
body.home .group .group_col .group_item .group_image img{
	max-width:100%;
	height:auto;
}
body.home .group .group_col .group_item .group_txt{
	width: 46%;
}
body.home .group .group_col .group_item .group_txt .group_style{
	font-size: 1.75rem;
	font-weight:bold;
	margin-bottom:0.25em;
}
body.home .group .group_col .group_item .group_txt .cormorant{
	font-size: 1.25rem;
	font-weight:500;
	color:#4d4d4d;
	margin-bottom:1em;
}
body.home .group .group_col .group_item .group_txt .group_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	font-size: 1rem;
	font-weight:bold;
}
body.home .group .group_col .group_item .group_txt .group_list .arrow{
	position: relative;
	background: url(../img/common/icon-arrow.svg);
	width: 21px;
	height: 5px;
	display: block;
	filter: brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(23%) hue-rotate(359deg) brightness(96%) contrast(95%);
	transition:.5s transform;
}
@media (any-hover: hover) {
	body.home .group .group_col .group_item:hover .group_list{
		text-decoration:underline;
		text-underline-offset:5px;
	}
	body.home .group .group_col .group_item:hover .group_list .arrow{
		transform:translateX(5px);
	}
}
@media screen and (max-width:1200px) {
	body.home .group .group_col .group_item .group_txt .group_style{
		font-size:1.25rem;
	}
	body.home .group .group_col .group_item .group_txt .cormorant{
		font-size: 1rem;
	}
}
@media screen and (max-width:768px) {
	body.home .group{
		margin-bottom:40px;
	}
	body.home .group .group_col{
		gap:2em;
	}
	body.home .group .group_col .group_item{
		width:100%;
		gap: 5%;
	}
	body.home .group .group_col .group_item .group_txt .group_style{
		font-size:1.357rem;
	}
	body.home .group .group_col .group_item .group_txt .cormorant{
		font-size: 1rem;
	}
	body.home .group .group_col .group_item .group_txt .group_list{
		gap: 0.5em;
		font-size: 1.07rem;
		text-decoration: none;
	}
	body.home .group .group_col .group_item .group_image{
		width: 45%;
	}
	body.home .group .group_col .group_item .group_image img{
		max-width:100%;
		height:auto;
	}
	body.home .group .group_col .group_item .group_txt{
		width: 54.5%;
	}
}
@media screen and (max-width:365px) {
	body.home .group .group_col .group_item .group_txt .group_style{
		font-size: 1.14rem;
	}
}
/*contact*/
body.home .contact{
	position:relative;
	background: url(../img/top/bg-contact.jpg) no-repeat center right / auto;
}
body.home .contact_wrap{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
body.home .contact_wrap .contact_txt_area{
	position:relative;
	background:url(../img/top/bg-contact2.jpg) no-repeat center / cover;
	height:100%;
	color:#fff;
	width:43.4%;
	min-height: 510px;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.home .contact_wrap .contact_txt{
	text-align:left;
	max-width:max-content;
	margin-left:auto;
	min-width: 554px;
}
body.home .contact .top_style{
	margin-bottom:1em;
}
body.home .contact .top_style span{
	padding:0;
	color: #fff;
	margin-top:0.25em;
}
body.home .contact .top_style span:before{
	display:none;
}
body.home .contact .contact_box{
	padding-block: 55px;
	text-align:center;
	width: 56.6%;
}
body.home .contact .top_style ~ p{
	font-weight:500;
	line-height: 2.125;
	font-size: 1.125rem;
}
body.home .contact .contact_col{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	max-width: 720px;
	padding: 87px 38px 80px;
	background:#fff;
	gap: 2.25em;
	flex-wrap: wrap;
	width: 100%;
}
body.home .contact .contact_col .contact-tel{
	width: 100%;
}
body.home .contact .contact_col .contact-tel a{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:2%;
	pointer-events: none;
	margin-bottom: 0.25em;
}
body.home .contact .contact_col .contact-tel a p{
	font-size:3.5rem;
	font-weight:bold;
	color: #24305c;
	line-height: 1;
}
body.home .contact .contact_col .contact-tel a span{
	display:block;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	filter: brightness(0) saturate(100%) invert(17%) sepia(27%) saturate(1567%) hue-rotate(192deg) brightness(92%) contrast(94%);
}
body.home .contact .contact_col .common_btn{
	width: 100%;
}
body.home .contact .contact_col .contact-tel p{
	font-weight:600;
}
body.home .contact .contact_col .common_btn a{
	height:5em;
	color:#fff;
	background: #24305c;
	border-color: #24305c;
	margin:0 auto;
}
body.home .contact .contact_col .common_btn a:after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(34deg) brightness(103%) contrast(103%);
}
@media (any-hover: hover) {
	body.home .contact .contact_col .common_btn a:hover{
		color:#274875;
		background:#fff;
	}
	body.home .contact .contact_col .common_btn a:hover:after{
		filter: brightness(0) saturate(100%) invert(22%) sepia(7%) saturate(6929%) hue-rotate(179deg) brightness(99%) contrast(84%);
	}
}
@media screen and (min-width:1930px) {
	body.home .contact{
		background-size:60%;
	}
}
@media screen and (max-width:1500px) {
	body.home .contact_wrap .contact_txt_area{
		padding:0 15px;
		
	}
	body.home .contact .contact_box{
		padding:55px 15px 55px 0;
	}
}
@media screen and (max-width:1200px) {
	body.home .contact .contact_col{
		gap:2em;
		flex-wrap:wrap;
	}
	body.home .contact .contact_col .contact-tel{
		width:100%;
		font-size: 1.07rem;
	}
	body.home .contact .contact_col .common_btn{
		width:100%;
	}
	body.home .contact .contact_col .common_btn a{
		margin:0 auto;
	}
	body.home .contact_wrap .contact_txt{
		min-width: 0;
	}
}
@media screen and (max-width:768px) {
	body.home .contact{
		padding: 55px 15px;
		background-image: url(../img/top/bg-contact_sp.jpg);
	}
	body.home .contact .contact_box{
		text-align:center;
		width: 100%;
		padding: 0;
	}
	body.home .contact .contact_col{
		gap: 1em;
		padding: 32px 15px;
	}
	body.home .contact_wrap{
		flex-wrap:wrap;
		gap: 2.5em;
	}
	body.home .contact_wrap .contact_txt_area{
		width:100%;
		min-height: 0;
		background: none;
		padding: 0;
	}
	body.home .contact_wrap .contact_txt{
		margin:0;
		text-align:center;
	}
	body.home .contact .contact_col .contact-tel a{
		gap:2%;
		pointer-events: auto;
		width: 100%;
		margin-bottom: 0.75em;
		text-decoration: none;
	}
	body.home .contact .contact_col .contact-tel a p{
		font-size: 2.64rem;
	}
	body.home .contact .contact_col .contact-tel a span{
		width: 22px;
		height: 22px;
	}
	body.home .contact .contact_col .contact-tel a span img{
		max-width:100%;
		height:auto;
	}
	body.home .contact .contact_col .common_btn{
		width: 240px;
	}
	body.home .contact .contact_col .common_btn a{
		height: 4.286em;
		font-size: 1rem;
	}
	body.home .contact .top_style ~ p{
		font-size: 1.07rem;
	}
}

@media screen and (max-device-width:1280px) {
	.drop_menu #NavWrap .head_bottom-tel a,
	.fix-bottom .head_bottom-tel a,
	body.home .contact .contact_col .contact-tel a{
		pointer-events:auto;
	}
}

/* footer
-------------------------------------------------------------------*/
#top_link{
	position:relative;
	z-index: 990;
}
#pageTop {
	position: fixed;
	bottom: 35px;
	right: 5%;
	z-index: 500;
	transition: transform .4s;
	text-decoration: none;
	width: 70px;
	aspect-ratio: 1/1;
	background: #24305c;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pageTop .pageTop-col{
	display:flex;
	justify-content:center;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	flex-direction:column;
	gap: 0.75em;
	line-height: 1;
}
#pageTop span{
	transform: rotate(90deg) scale(-1);
	display: block;
	writing-mode: vertical-lr;
	width: 23px;
	height: 17px;
	margin:0 auto;
}
footer{
	padding: 100px 0;
}
footer p,
footer ul,
footer li{
	line-height:inherit;
	margin:0;
	padding:0;
}
footer .foot_top{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 2em;
	margin-bottom: 6em;
}
footer .foot_top .foot_top-left{
	position:relative;
}
footer .foot_top .foot_top-left a{
	display:block;
	transition:0.5s opacity;
}
footer .foot_top .foot_top-right{
	position:relative;
	width: 63%;
}
footer .foot_top .foot_top-right ul{
	display:flex;
	justify-content: space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 5%;
	padding: 0;
	margin: 0;
}
footer .foot_top .foot_top-right ul li{
	flex-basis: auto;
	margin: 0;
}
footer .foot_top .foot_top-right ul li .foot_item1,
footer .foot_top .foot_top-right ul li .foot_item2{
	position:relative;
	font-size: 1rem;
	line-height: 1;
}
footer .foot_top .foot_top-right ul li a{
	display:block;
	font-weight: 500;
}
footer .foot_top .foot_top-right ul li a span{
	position:relative;
	display:inline-block;
}
footer .foot_top .foot_top-right ul li a span:after{
	content:"";
	width: 100%;
	height: 1px;
	position:absolute;
	bottom:-5px;
	left:0;
	background: #1b284f;
	right: 0;
	transform: scale(0,1);
	transform-origin: right top;
	transition: transform .3s;
}
footer .foot_top .foot_top-right ul li .foot_item2 a{
	padding-left:0.75em;
	position:relative;
}
footer .foot_top .foot_top-right ul li .foot_item2 a:before{
	content:"";
	width:5px;
	height:1px;
	background:#282828;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
footer .foot_top .foot_top-right ul li div + div{
	margin-top: 0.85em;
}
footer .foot_top .foot_top-right ul li .foot_item1 + .foot_item1{
	margin-top: 2em;
}
footer .foot_bottom{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#282828;
	font-size: 0.875rem;
	font-weight: bold;
	flex-wrap: wrap;
	gap: 2em;
}
footer .foot_bottom small{
	font-size:0.875rem;
	color:#282828;
	font-weight:400;
}
footer .foot_bottom .foot_bottom-left{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin: 0;
	padding: 0;
}
footer .foot_bottom .foot_bottom-left li a{
	display:block;
	padding: 0.25em 1em;
	color: #686868;
	letter-spacing: 0.05em;
}
footer .foot_bottom .foot_bottom-left li a span{
	position:relative;
	display:inline-block;
}
footer .foot_bottom .foot_bottom-left li a span:after{
	content:"";
	width: 100%;
	height: 1px;
	position:absolute;
	bottom: -2px;
	left:0;
	background: #686868;
	right: 0;
	transform: scale(0,1);
	transform-origin: right top;
	transition: transform .3s;
}
footer .foot_bottom .foot_bottom-left li + li{
	border-left: 1px solid #686868;
}
main a.page_link {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
	position:relative;
	z-index:-10;
}
@media (any-hover: hover) {
	footer .foot_top .foot_top-left a:hover{
		opacity:0.7;
	}
	footer .foot_top .foot_top-right ul li a{
		text-decoration:none;
	}
	footer .foot_top .foot_top-right ul li a:hover span:after{
		transform:scale(1,1);
		transform-origin:left top;
	}
	footer .foot_bottom .foot_bottom-left li a:hover span:after{
		transform:scale(1,1);
		transform-origin:left top;
	}
	#pageTop:hover{
		transform:translateY(5px);
	}
}

@media screen and (max-width:1200px) {
	footer .foot_top .foot_top-right{
		flex-basis:auto;
	}
	footer .foot_top .foot_top-right ul li{
		flex-basis: auto;
	}
}
@media screen and (max-width:1040px) {
	footer .foot_top .foot_top-right{
		flex-basis:100%;
	}
}
@media screen and (max-width:767px) {
	#pageTop {
	    right:10px;
	    bottom: 80px;
	    width: 50px;
	}
	#pageTop span{
		width:16px;
		height: 12px;
		margin: auto;
	}
	#pageTop span img{
		max-width:100%;
		height:auto;
	}
	#pageTop .pageTop-col{
		font-size: 0.86rem;
	}
	footer{
		padding: 40px 0 35px;
		margin-bottom: 60px;
	}
	footer .foot_top{
		justify-content:center;
		margin-bottom: 2em;
	}
	footer .foot_top .foot_top-left a img{
		max-width:100%;
		height:auto;
		max-height:34px;
	}
	footer .foot_top .foot_top-right,
	footer .foot_bottom .foot_bottom-left{
		display:none;
	}
	footer .foot_bottom{
		justify-content:center;
	}
	main a.page_link {
		margin-top: -60px;
		padding-top: 60px;
	}
}