@charset "utf-8";
/* ================================================================================ */
/*		文字色・背景色指定																*/
/* ================================================================================ */

body {
	font-size: 18px;
	line-height: 1.8;
	background-color: #000;
}

button {
	line-height: 1.8;
}

@media screen and (max-width: 896px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

body,
a {
	color: #FFF;
}

/* ================================================================================ */
/*		TEXT link & hover																*/
/* ================================================================================ */
a:hover {
	opacity: 0.75;
}

.text_link_wrap {
	margin-right: -1em;
}

.text_link {
	text-decoration: underline;
	color: #0000ee;
	position: relative;
	display: inline-block;
}

.dispInBl>.text_link {
	display: inline;
}


.text_link_wrap .text_link {
	margin-right: 1em;
}

.external_link::before {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23C50000" d="M96,0V416H512V0H96ZM472,376H136V40H472V376ZM40,472V96H0V512H416V472H40ZM232.812,312.829l117.859-117.86v84.8h40V126.688H237.594v40h84.8L204.531,284.547Z"></path></svg>');
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	top: .2em;
	margin-right: .25em;
}

.arrow_link::before {
	content: '';
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18.75"><path fill="%23C50000" d="M9.375,0,18.75,11H0Z" transform="translate(11) rotate(90)" /></svg>');
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	top: .2em;
	margin-right: .25em;
	background-repeat: no-repeat;
	background-size: contain;
}

/* ================================================================================ */
/*		slick-slide																	*/
/* ================================================================================ */
/*
.slide_img_wrap {
	max-height: 250px;
}

.slide_img_wrap .img.slick-slide {
		height: 30vw;
	min-height: 170px;
	max-height: 250px;
}
.slide_img_wrap .slide {
	background-color: #FFF;
}

.slide_img_wrap img.slick-slide {
	margin: 0 1em;
	border-radius: 999px;
}
*/

.slide_img_wrap2 {
	overflow: hidden;
	position: relative;
	/*
	padding: 4em 0 5em;
*/
}

.slide_img_wrap2 .slick-slide {
	aspect-ratio: 370 / 494;
}

.slide_img_wrap2 .slick-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*
.slide2_cover_textbox {
	position: absolute;
	top: 0;
	bottom: 3em;
	left: calc((100vw - 1200px) / 2);
	background: #C50000;
	color: #FFF;
	text-align: center;
	padding: 2em 2em 1em;
	min-width: 400px;
	z-index: 1;
}

.slide2_cover_textbox::after {
	content: "";
	position: absolute;
	bottom: calc(-3em + 1px);
	left: 0;
	right: 0;
	padding-bottom: 3em;
	background: #C50000;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 1px, 1px 100%);
	z-index: 1;
}

.slide2_cover_textbox h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.slide2_cover_textbox .linkbtn_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .5em;
}
*/
@media screen and (max-width: 1920px) {
	.slide_img_wrap2 .slick-slide img {
		/*		height: calc((100vw - 100px) / 6 * .75);
*/
	}
}

@media screen and (max-width: 1440px) {
	.slide_img_wrap2 .slick-slide img {
		/*		height: calc((100vw - 150px) / 4 * .75);
*/
	}
}

/*
@media screen and (max-width: 1240px) {
	.slide2_cover_textbox {
		left: 20px;
	}
}
*/
@media screen and (max-width: 960px) {
	/*
	.slide_img_wrap2 {
		padding-top: 0;
		padding-bottom: 2em;
	}
	.slide2_cover_textbox {
		position: static;
		min-width: auto;
	}

	.slide2_cover_textbox h3 {
		position: static;
		transform: none;
		margin-top: 1em;
		margin-bottom: .5em;
	}

	.slide2_cover_textbox .linkbtn_wrap {
		position: static;
		transform: none;
	}

	.slide2_cover_textbox::after {
		display: none;
		visibility: hidden;
	}
*/

	.slide_img_wrap2 .slick-slide img {
		/*		height: calc((100vw - 150px) / 2 * .75);
		min-height: auto;
*/
	}
}

@media screen and (max-width: 480px) {
	.slide_img_wrap2 .slick-slide img {
		/*		height: calc((100vw - 200px) / 1 * .75);
*/
	}
}

.slick-prev,
.slick-next {
	z-index: 1;
	width: 32px !important;
	height: 32px !important;
}

.slick-prev::before,
.slick-next::before {
	color: #000 !important;
	font-size: 32px !important;
}

.slick-prev {
	left: 10px !important;
}


.slick-next {
	right: 10px !important;
}

.slick-dots li button::before {
	line-height: 32px !important;
	font-size: 16px !important;
}

@media screen and (max-width: 896px) {

	.slick-prev,
	.slick-next {
		width: 28px !important;
		height: 28px !important;
	}

	.slick-prev::before,
	.slick-next::before {
		font-size: 28px !important;
	}

	.slick-prev {
		left: 8px !important;
	}

	.slick-next {
		right: 8px !important;
	}

	.slick-dots li {
		margin: 0 3px !important;
	}

	.slick-dots li button::before {
		line-height: 24px !important;
		font-size: 12px !important;
	}

}

@media screen and (max-width: 480px) {

	.slick-prev,
	.slick-next {
		width: 24px !important;
		height: 24px !important;
	}

	.slick-prev::before,
	.slick-next::before {
		font-size: 24px !important;
	}

	.slick-prev {
		left: 6px !important;
	}

	.slick-next {
		right: 6px !important;
	}

	.slick-dots li {
		margin: 0 !important;
	}

	.slick-dots li button::before {
		line-height: 20px !important;
		font-size: 10px !important;
	}

}

/* ================================================================================ */
/*		レイアウト																	*/
/* ================================================================================ */
.wrapper {
	position: relative;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.column {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 1.5em;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.column {
		padding: 1.5em;
	}
}

/* ================================================================================ */
/*		caution																	*/
/* ================================================================================ */
.js_caution {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	padding: 2em;
	width: 80%;
	z-index: 2;
	border: 2px solid #c5243a;
}

.js_caution h2 {
	color: #c5243a;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}

/* ================================================================================ */
/*		loading																	*/
/* ================================================================================ */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 9999;
}

#loader .ring {
	height: 60px;
	width: 60px;
	vertical-align: middle;
	transform-origin: center;
	animation: loading_rotate 2s linear infinite;
	position: relative;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

#loader .ring circle {
	fill: none;
	stroke: #FFF;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: loading_stretch calc(2s * 0.75) ease-in-out infinite;
}

@keyframes loading_rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loading_stretch {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -124px;
	}
}

#loader span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 3em;
	color: #FFF;
	font-family: arial, sans-serif;
}

/* ================================================================================ */
/*		縦横比維持 高さ揃え																	*/
/* ================================================================================ */
.aspect_img_wrap {
	width: 100%;
	/*
	padding-bottom: calc(250 / 360 * 100%);
	*/
	padding-bottom: calc(1 / 1 * 100%);
	height: 0;
	position: relative;
	overflow: hidden;
}

.aspect_img_wrap.aspect4x3 {
	padding-bottom: calc(4 / 3 * 100%);
}

.aspect_img_wrap.aspect3x4 {
	padding-bottom: calc(3 / 4 * 100%);
}

.aspect_img_wrap.aspectDisc {
	border-radius: 999px;
}

.aspect_img {
	overflow: hidden;
	display: block;
}

.aspect {
	position: static;
	display: block;
	overflow: hidden;
}

.aspect img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
}

.aspect img.object_fit_contain {
	object-fit: contain;
}

.aspect_img:hover a.aspect img {
	opacity: 0.75;
}

/* ================================================================================ */
/*		ヘッダー																	*/
/* ================================================================================ */
.inner {
	width: 100%;
	/*
	max-width: 1400px;
	*/
	margin: 0 auto;
	padding: 0 0 0 1em;
	height: 85px;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top_head {
	top: 0;
	position: fixed;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
	background: #000;
	transition: all .3s ease-out;
	background-image: url("../img/header_bg.jpg");
	background-position: center center;
}

#top_head.boxShadow {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#top_head a,
#top_head {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#top_head .inner {
	background: transparent;
}

#top_head .logo {
	float: left;
	height: 85px;
}

#top_head .logo a {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

#top_head .logo img {
	height: 35px;
	width: auto;
}

#global_nav {
	height: 100%;
}

#global_nav>ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	align-items: stretch;
}

#global_nav>ul>li {
	text-align: center;
	position: relative;
}

#global_nav>ul>li>div,
#global_nav>ul>li:not(.global_nav_tel)>a {
	padding: 0 1.25em;
	font-weight: bold;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#global_nav>ul>li>div::after,
#global_nav>ul>li:not(.global_nav_tel)>a::after {
	position: absolute;
	left: .95em;
	content: '';
	width: calc(100% - (.95em * 2));
	height: 2px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	top: calc(50% + .75em);
}

#global_nav>ul>li>div:hover::after,
#global_nav>ul>li:not(.global_nav_tel)>a:hover::after {
	transform: scale(1, 1);
}

#global_nav>ul>li>div:hover,
#global_nav>ul>li:not(.global_nav_tel)>a:hover {
	opacity: 1;
	color: #FFF;
}

#global_nav>ul>li.head_contact {
	background: #000;
	padding: 0 1.25em;
	margin-left: 1.25em;
}

#global_nav>ul>li.head_contact>a {
	color: #FFF;
}

#global_nav>ul>li.head_contact>a>img {
	width: auto;
	height: 20px;
}

#global_nav>ul>li.head_contact>a:hover {
	color: #FFF;
}

#global_nav>ul>li.head_contact>a::after {
	background: #FFF;
}


#global_nav>ul>li:not(.head_contact).active>a {
	color: #FFF;
}

#global_nav>ul>li.active>a::after {
	position: absolute;
	left: .95em;
	content: '';
	width: calc(100% - (.95em * 2));
	height: 2px;
	background: #FFF;
	top: calc(50% + .75em);
	transform: scale(1, 1);
}

#global_nav>ul>li.head_contact.active>a::after {
	background: #FFF;
}

@media screen and (min-width: 1250px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 1105px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 .9em;
	}
}

@media screen and (max-width: 1043px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 .6em;
	}
}

@media screen and (max-width: 987px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 .4em;
	}
}

.global_nav_none {
	display: none;
}


/* Toggle Button */
#nav_toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	cursor: pointer;
	z-index: 101;
	background: #000;
	border-radius: 999px;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span {
	display: block;
	position: absolute;
	height: 3px;
	border-radius: 1.5px;
	width: 52.5%;
	background: #FFF;
	left: 23.75%;
	transition: .35s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 11px;
}

#nav_toggle span:nth-child(2) {
	top: 19px;
}

#nav_toggle span:nth-child(3) {
	top: 27px;
}

/* ================================================================================ */
/*		パンくずリスト																	*/
/* ================================================================================ */
/* breadcrumb */
/*
.breadcrumb_wrap {
	margin-top: 85px;
	background: #FFF;
}
*/
.top_wrap {
	margin-top: 85px;
	background: #000;
	color: #FFF
}

.top_wrap>div {
	padding-top: 0;
	padding-bottom: 0;
}

.breadcrumb {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0;
	padding: 1em 1.5em 1em;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #999 #eee;
}

/* スクロールバー */

.breadcrumb::-webkit-scrollbar {
	height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

.breadcrumb ul {
	display: table;
	font-size: 0.9em;
	margin-left: -0.5em;
}

.breadcrumb ul li {
	font-size: 0.9em;
	display: table-cell;
	white-space: nowrap;
	padding-right: 2em;
	position: relative;
	line-height: 1;
	min-width: 3em;
}

.breadcrumb ul li a span,
.breadcrumb ul li span {
	padding: 0 .5em;
	line-height: 1;
	color: #FFF;
}

.breadcrumb ul li img {
	height: 1.2em;
	vertical-align: -0.2em;
}

.breadcrumb ul li:last-child {
	padding-right: 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li::after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	right: .5em;
	height: 1em;
	width: 1em;
	background: url("../img/separatorWhite.svg") no-repeat center center;
	transform: translateY(-50%);
	background-size: contain;
}

/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
	display: block;
}

.breadcrumb.no-scroll ul li {
	display: inline-block;
	margin-bottom: 12px;
	white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
	top: -4px;
}

.bg_02 .breadcrumb ul li a span,
.bg_02 .breadcrumb ul li span {
	color: #000;
}

.bg_02 .breadcrumb ul li::after {
	background: url("../img/separator.svg") no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 960px) {

	/*
	.breadcrumb_wrap {
		margin-top: 60px;
	}
		*/
	.top_wrap {
		margin-top: 60px;
	}
}

@media screen and (max-width: 480px) {

	.breadcrumb ul li {
		padding-right: 1em;
	}

	.breadcrumb ul li:after {
		right: 0;
	}
}

/* ================================================================================ */
/*		ヘッダー　メインビジュアル													*/
/* ================================================================================ */
#top_header_wrap {
	margin-top: 85px;
}

.top_header {
	width: 100vw;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.mainvisual {
	width: 100%;
	margin-top: 85px;
	width: 100%;
	height: calc(100vh - 85px);
	overflow: hidden;
	/*
	position: fixed;
*/
}

.mainvisual_overlay {
	/*
	background: url("../img/mv_layer_black.png");
	background-size: 5px 5px;
	*/
	position: static;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.mainvisual_video {
	position: relative;
	width: 100vw;
	height: calc(100vh - 85px);
	overflow: hidden;
}

/*
.slick-img>img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
*/

.mainvisual_video>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

/* 16/9 > 1920/1080+85(header height)
*/
@media (aspect-ratio: 1920 / 1165), (min-aspect-ratio: 1920 / 1165) {
	.mainvisual_video>video {}
}

@media (max-aspect-ratio: 1920 / 1165) {
	.mainvisual_video>video {}
}

.animated {
	animation-duration: 2s;
	animation-fill-mode: both;
}

.animated2 {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

.mv_logo {
	position: absolute;
	margin: auto;
	user-select: none;
	width: 90%;
	max-width: 600px;
	bottom: 2em;
	left: .5em;
	z-index: 2;
}

.mv_logo img {
	width: 100%;
	height: auto;
}

#from_scrolldown {
	/*
	padding-top: calc(100vh);
	transition: height 0.2s ease-in 0s;
	background: transparent;
*/
}

#from_scrolldown .wrapper {}

@media screen and (max-width: 960px) {
	.mainvisual {
		margin-top: 60px;
		height: calc(100% - 60px);
	}

	.mainvisual_video {
		height: calc((100vh - 60px) / 2);
	}

	.mv_logo {}

	#top_header_wrap {
		margin-top: 60px;
	}

}

@media screen and (max-width: 640px) {

	.mv_logo {}
}

@media screen and (max-width: 480px) {
	.mv_logo {
		left: 0;
		right: 0;
	}
}

/* ================================================================================ */
/*		リンクボタン																	*/
/* ================================================================================ */
.linkbtn_wrap {
	text-align: center;
	display: block;
	width: 100%;
	line-height: 1;
}

.linkbtn {
	position: relative;
	display: inline-block;
	padding: 1.1em 1.5em 1.2em;
	margin: 1em auto;
	min-width: 350px;
	max-width: 400px;
	width: 100%;
	border: 2px solid #C50000;
	background-color: #C50000;
	border-radius: 999px;
	font-weight: bold;
	color: #FFF !important;
	transition: color 0.25s ease;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
	font-family: 'Noto Sans JP', sans-serif;
}

.shop_link .linkbtn {
	border: 2px solid #B2A47C;
	background-color: #B2A47C;
}

@media screen and (max-width: 896px) {
	.linkbtn {
		padding: 1.3em 1.5em 1.4em;
	}

	.shop_link .linkbtn {
		padding: 1.215em 1.5em 1.315em;
	}
}

@media screen and (max-width: 480px) {
	.linkbtn {
		min-width: auto;
		width: 100%;
		max-width: none;
	}
}

.external_wrap .linkbtn {
	border: 2px solid #8C8C8C;
	background-color: #8C8C8C;
}

.linkbtn>span {
	z-index: 2;
	position: relative;
}

.external_wrap .linkbtn>span::before {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M96,0V416H512V0H96ZM472,376H136V40H472V376ZM40,472V96H0V512H416V472H40ZM232.812,312.829l117.859-117.86v84.8h40V126.688H237.594v40h84.8L204.531,284.547Z"></path></svg>');
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	top: .2em;
	margin-right: .25em;
}

.linkbtn.img_linkbtn {
	padding: .676em 1.5em .876em;
}

.linkbtn.img_linkbtn>span>img {
	width: auto;
	height: auto;
	max-height: 1.75em;
}

.linkbtn::before {
	content: "";
	width: 2.5em;
	height: 2.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: .75em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
	border: 2px solid #FFF;
	border-radius: 999px;
}

.linkbtn::after {
	content: "";
	width: 1em;
	height: 1em;
	background: url("../img/nextWhite.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 1.5em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}

a:hover .linkbtn:not([disabled])::after,
.linkbtn:not([disabled]):hover::after {
	background: url("../img/nextWhite.svg") center center no-repeat;
	background-size: contain;
	right: 1em;
}

/*
.linkbtn::after {
	content: "";
	width: 2.5em;
	height: 2.5em;
	background: url("../img/linkbtn-arrow_2.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: .75em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}
*/

a:hover .linkbtn:not([disabled]), .linkbtn:not([disabled]):hover {
	opacity: 1;
	background-color: #FFF;
	color: #C50000 !important;
	text-decoration: none;
}

a:hover .linkbtn::before, .linkbtn:hover:before {
	border: 2px solid #C50000;
	background-color: #C50000;
	border-radius: 999px;
}

.shop_link .linkbtn:hover {
	color: #B2A47C !important;
}

.shop_link .linkbtn:hover .outer_link {
	fill: #B2A47C;
}

.shop_link .linkbtn:hover:before {
	border: 2px solid #B2A47C;
	background-color: #B2A47C;
}

.linkbtn.confirmLinkbtn {
	border-color: #c5243a;
	background: #c5243a;
	color: #FFF;
}

.linkbtn.confirmLinkbtn::after {
	background-image: url("../img/linkbtn-arrowWhite.svg");
}

.linkbtn.reverse {
	text-align: right;
}

.linkbtn.reverse::after {
	right: auto;
	left: 1.5em;
	background-image: url("../img/linkbtn-arrow-reverse.svg");
}

.linkbtn.reverse:not([disabled]):hover::after {
	right: auto;
	left: .25em;
	background-image: url("../img/linkbtn-arrow-reverse.svg");
}

.linkbtn.wideLinkbtn {
	width: 100%;
	max-width: 450px;
}

/* ================================================================================ */
/*		フッター																	*/
/* ================================================================================ */
footer {
	text-align: center;
	padding: 5em 0 0;
	position: relative;
}

footer a {}

footer .footer_inner {
	position: relative;
	padding-bottom: 2em;
}

footer .logo {
	width: 90%;
	max-width: 615px;
	margin: 1.5em auto 2em;
}

footer .logo img {
	width: 100%;
}


footer .linkbtn {
	font-size: 1.3em;
	padding-top: .25em;
	padding-bottom: .65em;
}

footer .linkbtn::after {
	content: none;
}

.foot_nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em 2.5em;
}

.foot_nav>li {
	text-align: center;
}

.foot_nav.sns_icon img {
	width: 3.3em;
	height: auto;
}

#copyright {
	background: #C50000;
	color: #fff;
	padding: 1em .5em;
}

#copyright a {
	color: #fff;
}

@media screen and (max-width: 1100px) {
	footer .foot_tel li>p {
		font-size: .9em;
	}
}

@media screen and (max-width: 960px) {
	footer .footer_inner {}

	footer .foot_tel li {
		width: calc(100% / 2 - 2.5em);
	}

}

@media screen and (max-width: 640px) {
	footer .footer_inner {}
}

@media screen and (max-width: 610px) {
	footer .foot_tel li {
		width: calc(100% - 2.5em);
	}

	footer .linkbtn {
		max-width: calc(100% - 2.5em);
	}

	footer .foot_tel li>p {
		font-size: 1em;
	}

}

@media screen and (max-width: 550px) {
	footer .footer_inner {}

	.foot_nav {
		gap: .75em 1.5em;
		margin-bottom: 2em;
	}

	.foot_nav>li {
		width: calc(50% - 1em);
	}

	/*
	.foot_nav>li:nth-child(odd) {
		text-align: right;
	}
*/
	.foot_nav>li>a {
		text-indent: .3em;
		display: block;
	}

}

@media screen and (max-width: 480px) {

	footer .foot_tel li a {
		max-width: none;
	}

	footer .address {
		font-size: 0.95em;
	}

}

#topBtn {
	/*	display: none; */
	width: 62px;
	height: 62px;
	position: fixed;
	right: 12px;
	bottom: 24px;
	opacity: 0.5;
	z-index: 10;
	transition: all 0.3s ease;
}

#topBtn svg,
#topBtn img {
	width: 100%;
	height: auto;
}

#topBtn:hover {
	opacity: 1;
}

#topBtn .ipagetop_inner {
	fill: #C50000;
	stroke: #FFF;
	stroke-width: 10;
}

#topBtn .ipagetop_arrow {
	fill: #fff;
}

#topBtn:hover .ipagetop_inner {}

#topBtn:hover .ipagetop_arrow {}

@media screen and (max-width: 480px) {
	#topBtn {
		width: 50px;
		height: 50px;
		right: .5em;
		bottom: 1em;
	}
}

/* ================================================================================ */
/*		タイトル																	*/
/* ================================================================================ */
.page_title {
	padding-bottom: 5em;
	width: 100%;
	overflow: hidden;
}

.page_title h2>img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

@media screen and (max-width: 960px) {
	.page_title {
		padding-bottom: 4em;
	}

	.page_title h2>img {
		max-width: 250px;
	}

}

@media screen and (max-width: 640px) {
	.page_title {
		padding-bottom: 3em;
	}

	.page_title h2>img {
		max-width: 200px;
	}

}

/* ================================================================================ */
/*		タイトル																	*/
/* ================================================================================ */

.ttl_serif_jp {
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}

.ttl_01 {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding: .5em;
}

.ttl_02 {
	font-weight: bold;
	background: #000;
	border-radius: 999px;
	text-align: center;
	padding: .5em;
}

.ttl_03 {
	font-weight: bold;
	background: #000;
	color: #FFF;
	text-align: center;
	padding: .5em;
}

.ttl_04 {
	font-weight: bold;
	background: #C50000;
	border-radius: 999px;
	text-align: center;
	padding: .5em;
}

.ttl_05 {
	font-weight: bold;
	background: #C50000;
	color: #FFF;
	text-align: center;
	padding: .5em;
}

/* ================================================================================ */
/*		背景																	*/
/* ================================================================================ */
.bg_01 {
	background: #FFF;
	color: #000;
}

.bg_01 a {
	color: #000;
}

.bg_02 {
	background: #FEFFF5;
	color: #000;
}

.bg_02 a {
	color: #000;
}

.bg_03 {
	background: #C50000;
	color: #FFF;
}

.bg_03 a {
	color: #FFF;
}

.bg_04 {
	background: #DE3B3B;
	color: #000;
}

.bg_04 a {
	color: #000;
}

.bg_05 {
	background: #E6D4A0;
	color: #FFF;
}

.bg_05 a {
	color: #FFF;
}

.bg_06 {
	background: #FF589C;
	color: #FFF;
}

.bg_06 a {
	color: #FFF;
}

.bg_07 {
	background: #000;
	color: #FFF;
}

.bg_07 a {
	color: #FFF;
}

/* ================================================================================ */
/*		文字色																	*/
/* ================================================================================ */
.color_01 {
	color: #fff;
}

.color_02 {
	color: #C50000;
}

.color_03 {
	color: #B2A47C;
}

.border_color_01 {
	border-color: #FFF;
}

/* ================================================================================ */
/*		Other																	*/
/* ================================================================================ */

.clickable:hover>a {
	opacity: 0.75;
}

.clickable:hover {
	cursor: pointer;
}

.videowrap {
	position: relative;
	padding-bottom: calc(9 / 16 * 100%);
}

.videofile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
	/* Adjust as needed */
}

.modaal-container iframe {
	width: 100%;
}

.video_file {
	width: 100%;
}

/* ================================================================================ */
/*		リスト																	*/
/* ================================================================================ */
.parts_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0 -1em 0;
	list-style: none;
	justify-content: center;
}

.parts_list.list_reverse {
	flex-wrap: wrap-reverse;
}

.parts_list img {
	width: 100%;
	height: auto;
}

.parts_list>li {
	margin: .5em 1.25em 2em;
	width: calc(100% / 3 - 2.5em);
}

.parts_list.col_1>li {
	margin: .5em 1em 2em;
	width: calc(100% / 1 - 2em);
}

.parts_list.col_2>li {
	margin: .5em 2.25em 2em;
	width: calc(100% / 2 - 4.5em);
}

.parts_list.col_2.ma_0>li {
	margin: 0em 0 0;
	width: calc(100% / 2);
}

.parts_list.col_4>li {
	margin: .5em 1em 2em;
	width: calc(100% / 4 - 2em);
}

.parts_list.col_4.sp_col_2 {
	padding: .75em;
}

.parts_list.col_5>li {
	margin: .5em .75em 1em;
	width: calc(100% / 5 - 2em);
}

.parts_list.col_6>li {
	margin: .5em 1em 1em;
	width: calc(100% / 6 - 2em);
}

.parts_list.col_8>li {
	margin: .5em 1em 1em;
	width: calc(100% / 8 - 2em);
}

.parts_list.col_3_full {
	margin: 0 -2.5em;
}

.parts_list.col_5_full {
	margin: 0 -2em;
}

.parts_list.col_3_full>li {
	margin: 0;
}

.parts_list.col_5_full>li {
	margin: 0;
}

.parts_list>li.col_3x1 {
	width: calc(100% / 3 * 1 - 2.5em);
}

.parts_list>li.col_3x2 {
	width: calc(100% / 3 * 2 - 2.5em);
}

.parts_list>li.col_4x3 {
	width: calc(100% / 4 * 3 - 2em);
}

.parts_list>li.col_5x2 {
	width: calc(100% / 5 * 2 - 2em);
}

.parts_list>li.col_5x3 {
	width: calc(100% / 5 * 3 - 2em);
}

.parts_list>li.col_5x4 {
	width: calc(100% / 5 * 4 - 2em);
}

@media screen and (max-width: 1025px) {
	.parts_list>li.col_5x3 {
		width: calc(100% / 2 - 2em);
	}

	.parts_list>li.col_5x2 {
		width: calc(100% / 2 - 2em);
	}
}

@media screen and (max-width: 960px) {
	.parts_list>li {
		width: calc(100% / 2 - 2.5em);
	}

	.parts_list.col_8>li {
		width: calc(100% / 5 - 2em);
	}

	.parts_list.col_4>li {
		width: calc(100% / 3 - 2em);
	}

	.parts_list>li.col_4x3 {
		width: calc(100% / 3 * 2 - 2em);
	}

	.parts_list.shift_right {
		width: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 810px) {
	.parts_list.tab_col_1>li {
		width: calc(100% / 1 - 2.5em);
	}

	.parts_list>li.col_3x1 {
		width: calc(100% / 2 - 2em);
	}

	.parts_list>li.col_3x2 {
		width: calc(100% / 1 - 2em);
	}

	.parts_list>li.col_5x3 {
		width: calc(100% / 1 - 3em);
	}

	.parts_list>li.col_5x2 {
		width: calc(100% / 1 - 3em);
	}

	.parts_list.col_5_full>li.col_5x3 {
		width: calc(100% / 1 - 4em);
		order: 2;
	}

	.parts_list.col_5_full>li.col_5x2 {
		width: calc(100% / 1 - 4em);
	}

	.top_wrap .parts_list.col_5_full>li.col_5x2 {
		order: 3;
	}
}

@media screen and (max-width: 768px) {
	.parts_list.col_2.ma_0>li {
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 701px) {
	.parts_list.col_2.ma_0>li {
		width: calc(100% / 1);
	}

	.parts_list.col_2>li.linkbtn_box_wrap {
		width: calc(100% / 1 - 2.5em);
	}
}

@media screen and (max-width: 640px) {
	.parts_list>li {
		width: calc(100% - 2.5em);
	}

	.parts_list.col_2>li {
		width: calc(100% / 1 - 2.5em);
	}

	.parts_list.col_4>li {
		width: calc(100% / 2 - 2em);
		margin: .5em 1em 1.5em;
	}

	.parts_list>li.col_3x1,
	.parts_list>li.col_3x2 {
		width: calc(100% / 1 - 2em);
	}

	.parts_list.sp_col_2>li {
		width: calc(100% / 2 - 2em);
		margin: .5em 1em 1em;
	}

	.parts_list.sp_col_3>li {
		width: calc(100% / 3 - 2em);
		margin: .5em 1em 1em;
	}

	.parts_list.sp_col_3x2>li {
		width: calc(100% / 3 * 2 - 2em);
		margin: .5em 1em 1em;
	}

	.parts_list.sp_col_1>li {
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 559px) {
	.parts_list.col_2.col_ma0>li {
		margin: 0;
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 480px) {
	.parts_list>li {
		width: calc(100% - .5em);
	}

	.parts_list.col_2.mW900 {
		margin-left: -1em !important;
		margin-right: -1em !important;
	}

	.parts_list.col_2>li {
		width: 100%;
		margin: .5em 1em 2em;
	}

	.parts_list.col_4>li {
		width: 100%;
	}

	.parts_list.col_4.sp_col_2 {
		margin: 0;
		padding: .5em;
	}

	.parts_list.col_4.sp_col_2>li {
		width: calc(100% / 2 - 1em);
		margin: .5em .5em 1em;
	}

	.parts_list.col_8>li {
		width: calc(100% / 3 - 2em);
	}
}


.alternately {
	margin: 1em -1em;
}

.alternately>li {
	margin: 0 1em !important;
}

.alternately>li>.parts_list {
	margin: 0;
}

.alternately>li>.parts_list.col_2>li {
	margin: 0;
	width: calc(100% / 2);
}

.alternately>li>ul>li:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1em;
}

.alternately>li>ul>li:nth-child(2)>p {
	max-width: 500px;
}

.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
	order: -1;
}

@media screen and (max-width: 1025px) {
	.alternately>li>ul>li:nth-child(2) {
		padding: 1em 1em 1em;
	}

	.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
		padding: 1em 1em 1em;
	}
}

@media screen and (max-width: 810px) {
	.parts_list.shift_right>li {
		width: calc(100% / 1 - 2.5em);
	}

	.alternately>li>.parts_list.col_2>li {
		width: calc(100% / 1);
	}

	.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
		order: 0;
	}
}

@media screen and (max-width: 560px) {
	.alternately>li>ul>li:nth-child(2) {
		padding: 1.5em 1em 3em;
	}

	.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
		order: 1;
		padding: 1.5em 1em 3em;
	}
}

.h450_coverImg>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 25em;
	/*450px*/
}

.h525_coverImg>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 29.15em;
	/*525px*/
}

@media screen and (max-width: 480px) {
	.h525_coverImg>img {
		min-height: calc(100vw - 1.5em);
	}
}

.h600_coverImg>li.col_5x3>img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 33.3333em;
	min-height: 100%;
	/*600px*/
	display: inline-block;
}

.h600_containImg>li.col_5x3>img {
	object-fit: contain;
	width: 100%;
	height: auto;
	max-height: 33.3333em;
	min-height: 100%;
	/*600px*/
	display: inline-block;
}

.h600_containImg>li.col_5x2 h2 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.h600_containImg>li.col_5x2 h2>img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.h600_containImg>li.col_5x2 h2>img {
		max-height: 400px;
		width: auto;
	}
}

@media screen and (max-width: 1100px) {
	.h600_containImg>li.col_5x2 h2>img {}
}

@media screen and (max-width: 1025px) {
	.h600_containImg>li.col_5x3 {
		width: calc(100% / 5 * 3 - 2em);
	}

	.h600_containImg>li.col_5x2 {
		width: calc(100% / 5 * 2 - 2em);
	}
}

@media screen and (max-width: 810px) {
	.h600_containImg>li.col_5x3 {
		width: calc(100% / 1 - 2em);
	}

	.h600_containImg>li.col_5x2 {
		width: calc(100% / 1 - 2em);
	}

	.h600_containImg>li.col_5x2 .mW375 {
		max-width: 500px !important;
	}

	.h600_containImg>li.col_5x2 h2 {
		padding: 2em .5em 1em;
		margin: auto;
	}

	.h600_containImg>li.col_5x2 h2>img {
		max-height: 100%;
		width: 100%;
		height: auto;
	}
}

.h700_coverImg>li.col_5x3>img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 38.8888em;
	min-height: 100%;
	/*700px*/
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.h700_coverImg>li.col_5x3>img {
		min-height: calc(100vw + 1.5em);
	}
}

.h900_coverImg>img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 50em;
	/*900px*/
}

/* ================================================================================ */
/*		table dl															*/
/* ================================================================================ */
.hyo {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 0;
}

.hyo.pc_col4 dt,
.hyo.pc_col4 dd {
	width: calc(100% / 4);
}

.hyo.pc_col3 dt,
.hyo.pc_col3 dd {
	width: calc(100% / 3);
}

.hyo dt {
	background: #000;
	color: #FFF;
	font-weight: 700;
	border: 1px solid #000;
	padding: .75em;
}

.hyo dd {
	border: 1px solid #000;
	padding: .75em;
}

.hyo dt+dd+dd {
	border-left: 0;
}

@media screen and (max-width: 896px) {

	.hyo.tab_col2 dt,
	.hyo.tab_col2 dd {
		width: calc(100% / 2);
	}
}

.hyo_01 {
	width: 100%;
	border-top: 1px solid #C6C6C6;
	border-collapse: separate;
}


.hyo_01 th, .hyo_01 td {
	padding: 0.45em 1em;
	border-bottom: 1px solid #C6C6C6;
	vertical-align: top;
	text-align: left;
}

.hyo_01 th {
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}

.hyo_01 td {
	border-right: 1px solid #C6C6C6;
	font-weight: bold;
	text-align: right;
	width: 6.5em;
}

.parts_hyo.col_2>li {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
	.parts_hyo.col_2>li:nth-child(n+2) .hyo_01 {
		border-top: none;
	}
}

@media screen and (max-width: 480px) {

	.hyo_01 th,
	.hyo_01 td {}

	.hyo_01 th {}

	.hyo_01 td {}
}


.hyo_02 {
	width: 100%;
	border-collapse: separate;
	border-bottom: solid 1px #FFF;
}

.hyo_02 th,
.hyo_02 td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: solid 1px #FFF;
}

.hyo_02 th {
	font-weight: bold;
	color: #FFF;
}

.hyo_02 td {
	padding-left: 1em;
}

@media screen and (max-width: 550px) {

	.hyo_02 th,
	.hyo_02 td {
		width: 100% !important;
		display: block;
	}

	.hyo_02 th {
		padding-bottom: .5em;
	}

	.hyo_02 td {
		padding-left: 0;
		padding-top: 0;
		border-top: none !important;
	}

}

.hyo_02.rec_page {
	border-bottom: solid 1px #B4B4B4;
}

.hyo_02.rec_page th,
.hyo_02.rec_page td {
	border-top: solid 1px #B4B4B4;
}

.hyo_02.rec_page th {
	color: #C50000;
}


/* ================================================================================ */
/*	 CARD_Layout																	*/
/* ================================================================================ */
.card01 {
	display: flex;
	align-items: center;
}

.card01>li:first-child {
	flex-basis: 24%;
}

.card01>li:first-child img {
	border-radius: 999px;
}

.card01>li:nth-child(2) {
	flex-basis: 76%;
	padding-left: 1em;
}

@media screen and (max-width: 600px) {
	.card01 {
		flex-direction: column;
	}

	.card01>li:first-child {
		width: 100%;
		padding-bottom: .25em;
	}

	.card01>li:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}
}

/* ================================================================================ */
/*		iframe																	*/
/* ================================================================================ */
.map_iframe {
	position: relative;
	width: 100%;
	padding: calc(550 / 1400 * 100%) 0 0;
	margin: 0 auto;
}

.map_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.virtualtour_iframe {
	padding: calc(650 / 1150 * 100%) 0 0;
}

@media screen and (max-width: 896px) {
	.virtualtour_iframe {
		padding: calc(1025 / 1075 * 100%) 0 0;
	}
}

@media screen and (max-width: 810px) {
	.map_iframe {
		padding: calc(850 / 1150 * 100%) 0 0;
	}
}

@media screen and (max-width: 480px) {
	.map_iframe {
		padding: calc(480 / 350 * 100%) 0 0;
	}

	.virtualtour_iframe {
		padding: calc(1400 / 1000 * 100%) 0 0;
	}
}

/* ================================================================================ */
/*		background clip-path																	*/
/* ================================================================================ */
.bg_clippath {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bg_clippath .bg_clippath_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	z-index: -1;
}

.bg_clippath .bg_clippath_img::before {
	content: '';
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background: url("../img/recruit_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.bg_clippath .bg_clippath_img::before {
	content: '';
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background: url("../img/recruit_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 960px) {
	.bg_clippath .bg_clippath_img::before {
		top: 60px;
		height: calc(100% - 60px);
	}
}

.bg_clippath .bg_clippath_img .recruit_catch {
	position: fixed;
	top: 10em;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 1.5em;
}

.bg_clippath .bg_clippath_img .recruit_catch img {
	width: 20%;
	max-width: 8em;
	height: auto;
}

.bg_clippath_content {
	margin-top: 100vh;
}

.bg_clippath_content>ul {
	justify-content: end;
}

.bg_clippath_content>ul>li {
	padding: 4em;
}

@media screen and (max-width: 810px) {
	.bg_clippath_content .parts_list>li.col_5x2 {
		width: calc(100% / 2 - 2em);
		padding: 2.5em;
		min-width: 350px;
	}
}

@media screen and (max-width: 480px) {
	.bg_clippath_content .parts_list>li.col_5x2 {
		width: 100%;
		padding: 2.5em;
		min-width: auto;
	}
}

@media screen and (max-width: 400px) {
	.bg_clippath_content .parts_list>li.col_5x2 {
		padding: 1.5em;
	}
}

/* ================================================================================ */
/*		entry																	*/
/* ================================================================================ */

.entry_wrap ul {
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	max-width: 800px;
}

.entry_wrap ul li {
	width: calc(100% / 3);
	padding: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.entry_wrap ul li a {
	padding: 1em;
	height: 100%;
	display: inline-block;
}

.bg_05 .entry_wrap ul li a {
	color: #000;
}

@media screen and (max-width: 680px) {
	.entry_wrap ul li a {
		padding: 1em 0;
	}
}

.entry_wrap ul li a:hover {
	opacity: 1;
}

.entry_wrap ul li a.line-entry {}

.entry_wrap ul li a.mail-entry {}

.entry_wrap ul li a.tel-entry {}

.entry_wrap ul li a svg,
.entry_wrap ul li a img {
	width: 100%;
	height: auto;
	display: block;
}

.entry_wrap ul li a svg .svg_bg {
	fill: #C50000;
	stroke: #C50000;
	stroke-width: 2px;
}

.entry_wrap ul li a:hover svg .svg_bg {
	fill: #FFF;
}

.entry_wrap ul li a svg .svg_path {
	fill: #FFF;
}

.entry_wrap ul li a:hover svg .svg_path {
	fill: #C50000;
}

.entry_wrap ul li a svg .svg_path_linearGradient {
	fill: #C50000;
	/*
	fill: url(#SVG_Gradient);
*/
}

.entry_wrap ul li a:hover svg .svg_path_linearGradient {
	fill: #FFF;
}

.entry_wrap ul li a span {}

/* ================================================================================ */
/*		history																	*/
/* ================================================================================ */
.history_wrap>div {
	display: flex;
	justify-content: space-between;
}

.history_wrap .year {
	color: #E6D4A0;
	border-right: solid 3px #E6D4A0;
	position: relative;
	width: 2.75em;
	top: -.65em;
	font-size: 3.1em;
}

.history_wrap div:first-child .year::before {
	background-color: #FEFFF5;
	top: 0;
	height: 1em;
	width: 3px;
	position: absolute;
	content: "";
	display: block;
	right: -3px;
}

.history_wrap div:last-child .year::before {
	content: "";
	display: block;
	border-right: dashed 3px #E6D4A0;
	position: absolute;
	height: 1em;
	right: -3px;
	bottom: -1em;
}

.history_wrap div:last-child .year::before {}

@media screen and (max-width: 780px) {
	.history_wrap .year {
		font-size: 2.1em;
		top: -.6em
	}
}

@media screen and (max-width: 580px) {
	.history_wrap .year {
		font-size: 1.5em;
		top: -.5em;
	}
}

.history_wrap .history_table {
	width: calc(100% - 10em);
}

@media screen and (max-width: 780px) {
	.history_wrap .history_table {
		width: calc(100% - 7.2em);
	}
}

@media screen and (max-width: 580px) {
	.history_wrap .history_table {
		width: calc(100% - 5.6em);
	}
}

.history_wrap .history_table th::before {
	content: "";
	background-color: #B2A47C;
	display: block;
	width: 100%;
	height: 1.9em;
	border-radius: 999px;
	position: absolute;
	top: 0;
	z-index: -1;
}

.history_wrap .history_table th::after {
	content: "";
	background-color: #E6D4A0;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 999px;
	position: absolute;
	top: .5em;
	left: -1.9em;
}

.history_wrap .history_table th {
	color: #fff;
	text-align: center;
	width: 10em;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

.history_wrap .history_table th,
.history_wrap .history_table td {
	vertical-align: top;
	padding: 0;
	border: none;
}

.history_wrap .history_table td {
	padding: 0 0 2em 1.5em;
}

@media screen and (max-width: 680px) {

	.history_wrap .history_table td {
		width: 100%;
		display: block;
	}

	.history_wrap .history_table th {
		width: 11em;
		display: block;
	}

	.history_wrap .history_table td {
		padding: .5em 0 2em 0;
	}
}



.history_list {
	background: #000;
	color: #FFF;
	border-radius: 1em;
	padding: 1.5em;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 1110px) {
	.history_list {
		margin-left: calc(-10em - 1.5em);
	}
}

@media screen and (max-width: 680px) {
	.history_list {
		margin-left: 0;
	}
}

.history_list>li:first-child {
	padding-right: .75em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}

@media screen and (max-width: 960px) {
	.history_list {
		max-width: 25em;
	}

	.history_list>li {
		width: 100% !important;
		padding: 0 !important;
	}

	.history_list>li:first-child {
		order: 2;
		margin-top: 2em !important;
	}

}

@media screen and (max-width: 480px) {
	.history_list {
		padding: 2em 1em;
	}
}

.history_list>li:first-child .linkbtn {
	min-width: 310px;
	border: 2px solid #B2A47C;
	background-color: #B2A47C;
	margin-top: 2em;
}

@media screen and (max-width: 896px) {
	.history_list>li:first-child .linkbtn {
		padding: 1.215em 1.5em 1.315em;
	}
}

@media screen and (max-width: 500px) {
	.history_list>li:first-child .linkbtn {
		min-width: auto;
	}
}

.history_list>li:first-child .linkbtn:hover {
	background-color: #FFF;
	color: #B2A47C !important;
}

.history_list>li:first-child .linkbtn:hover::before {
	border: 2px solid #B2A47C;
	background-color: #B2A47C;
	border-radius: 999px;
}

.outer_link {
	width: 1em !important;
	height: 1em !important;
	margin-left: .25em;
	fill: #FFF;
}

@media screen and (max-width: 480px) {
	.outer_link {
		display: none;
	}
}

.history_list>li:first-child .linkbtn:hover .outer_link {
	fill: #B2A47C;
}

.history_list>li:last-child {
	padding-left: .75em;
}

.history_list>li:last-child img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* ================================================================================ */
/*		news																	*/
/* ================================================================================ */
/*
.news_wrap>ul li {
	padding: 0;
	background: #FFF;
	border-bottom: 1px solid #AEAEAE;
}

.news_wrap>ul li:first-child {}

.news_wrap>ul li a {
	display: flex;
	position: relative;
	padding: 2em 1.5em 2em 0em;
	gap: 1em;
	flex-wrap: wrap;
	align-items: center;
}

.news_wrap>ul li a.comentdisp div:not(.thumbNailWrap):not(.object_fit_wrap) {
	min-width: 0;
}

.news_wrap>ul li a:after {
	content: "";
	width: 1em;
	height: 1em;
	background: url("../img/separator.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .25em;
}

.newsPage ul li a:after {
	border-top: solid 2px #000 !important;
	border-right: solid 2px #000 !important;
}
*/
.newsDetail p {}

.newsDetail .news_ymd {
	vertical-align: middle;
}

.newsDetail .news_catName {
	vertical-align: middle;
}

.newsDetail a {
	text-decoration: underline;
	color: #0000ee;
}

.newsDetail a[href^="tel:"] {
	text-decoration: none;
	color: initial;
}

@media screen and (max-width: 480px) {
	.newsDetail a[href^="tel:"] {
		text-decoration: underline;
	}
}

.news_wrap>ul li a:hover {
	text-decoration: none;
}

.news_ymd {
	display: inline-block;
	font-weight: 500;
}

.news_catName {
	padding: .1em .5em .2em;
	min-width: 8em;
	display: inline-block;
	text-align: center;
	border: 1px solid #515151;
	background: #515151;
	color: #FFF;
	font-weight: bold;
}

.dispFlex .news_catName {
	margin-bottom: 0;
	margin-right: .5em;
	min-width: 8em;
	padding: .1em .5em .2em;
	border: 1px solid #515151;
}

.cat_list>ul {
	margin: 0 0 0 0em;
}

.cat_list>ul>li>a {
	float: left;
	margin: .5em .5em .5em 0;
	font-size: 1em;
	background: #FFF;
	min-width: 7.76em;
	color: #000;
	padding: .1em .5em .2em;
	border: 1px solid #515151;
	transition-property: all;
	transition-duration: 0.2s;
	font-weight: bold;
	text-align: center;
}

.cat_list>ul>li>a:hover {
	background: #515151;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}

.cat_list>ul>li>a.current {
	color: #FFF;
	background: #515151;
	pointer-events: none;
	text-decoration: none;
	cursor: text;
}

.news_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding: .25em .5em;
	font-weight: bold;
	background: #8C8C8C;
	color: #FFF;
}

.news_title2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding: .5em 0 0;
	flex: 1;
}

.news_sub_title {
	display: block;
	padding: .25em .5em;
	font-weight: bold;
	background: #8C8C8C;
	color: #FFF;
}

.news_comment {
	margin: .5em 0 0 0;
	line-height: 1.8em;
	height: 3.6em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.business_category {
	border: 1px solid #ccc;
	font-size: 0.8em;
	padding: 0.2em 0.5em 0.2em;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}

.thumbNailWrap {
	width: 300px;
	height: 225px;
	float: left;
	margin: 0 1.5em 0 0;
}

.thumbNailWrap .object_fit_wrap {
	width: 100%;
	height: 100%;
}

.thumbNailWrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.news_title {
		flex: auto;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.news_wrap>ul li a::after {
		width: 1.5em;
		height: 1.5em;
		right: .25em;
	}

	.thumbNailWrap {
		width: 180px;
		height: 135px;
		display: block;
		float: none;
		margin: 0 auto 1.5em;
	}

	.news_title {
		margin: 0;
		padding: 0;
	}

	.news_comment {
		height: 4.05em;
		-webkit-line-clamp: 3;
		line-height: 1.35em;
		margin: .5em 0 0;
	}

	.news_ymd {
		line-height: 1.5;
		vertical-align: top;
	}

	.news_catName {
		vertical-align: top;
	}

	.pager {
		padding: 16px 0;
		text-align: center !important;
		margin: 0 -6px;
	}

	.pager a {
		margin: 4px 6px;
	}

}

.pager {
	text-align: center !important;
	display: block;
	padding: 1em;
}

.pager a {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition-property: all;
	transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	display: inline-block;
	text-align: center;
	margin: .25em;
	font-size: 1em;
	background: #FFF;
	border: 1px solid #8C8C8C;
	width: calc(3em + 4px);
	height: calc(3em + 4px);
	border-radius: 999px;
	line-height: 3em;
	color: #000;
}

.pager a img {
	width: 1.5em;
	margin-bottom: .4em;
}

.pager a:hover,
.pager a.hover,
.pager a:focus,
.pager a:active {
	color: #FFF;
	background: #8C8C8C;
	text-decoration: none;
	opacity: 1;
}

.pager a.current {
	color: #FFF;
	background: #8C8C8C;
	pointer-events: none;
	text-decoration: none;
	cursor: text;
}

.overPagerPattern {
	vertical-align: .4em;
	color: #8C8C8C;
}

.pager a svg {
	fill: #000;
	width: 1em;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}

.pager a:hover svg {
	fill: #FFF;
}

.pager a:hover .prev svg {
	left: 25%;
}

.pager a:hover .next svg {
	left: 75%;
}

/*	----	detail_text	----	*/
.detail_text a {
	text-decoration: underline;
	color: #0000ee;
}

.detail_text p {
	margin-bottom: .75em;
}

.detail_text ul {
	padding-left: 1em;
	margin-bottom: .75em;
}

.detail_text ul>li {
	list-style-type: disc;
	padding-left: .5em;
}

.detail_text ol {
	padding-left: 1em;
}

.detail_text ol>li {
	list-style-type: decimal;
	padding-left: .5em;
}

.detail_text table caption {
	padding: .25em;
}

.detail_text table th,
.detail_text table td {
	border: 1px solid;
	border-collapse: initial;
	padding: .25em;
	width: auto !important;
	display: table-cell;
}

.detail_text hr {
	border-top: 1px solid;
}

/* ================================================================================ */
/*		PAGE																	*/
/* ================================================================================ */
.home_top_logo {
	padding: 5em 0 1em;
}

@media screen and (max-width: 480px) {
	.home_top_logo {
		padding: 0 1em;
	}
}

.home_logo_bg {
	padding: 0;
	background: url("../img/home_logo_bg.jpg") no-repeat center center;
	background-size: cover;
}

.home_logo_bg .home_logo {
	padding: 10em 1.5em;
}

@media screen and (max-width: 480px) {
	.home_logo_bg {}
}

.decoration {
	width: 25% !important;
	max-width: 90px !important;
}

.telBtn {
	margin: auto;
	width: 90%;
	max-width: 500px;
	border: 5px solid #FFF;
	background: rgba(197, 0, 0, 1);
	border-radius: 999px;
	padding: 1.1em;
	text-align: center;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.telBtn>a {
	display: block;
}

.telBtn img {
	width: 76%;
	max-width: 315px;
	height: auto;
}

@media screen and (max-width: 480px) {
	.telBtn {
		border: 3px solid #FFF;
	}
}

.point_img>img {
	max-width: 130px;
	margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
	.point_img>img {
		max-width: 115px;
	}
}

.offset_col li:nth-child(even) {
	margin-top: 5em;
}

.overlayBlk {
	position: relative;
}

.overlayBlk::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.overlayBlk>img {
	min-height: 500px;
}

.overlayText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}

.border_box {
	border: 3px solid #FFF;
	padding: 1.5em;
}

.border_box>ul>li {
	background: #FFF;
	border-radius: 1em;
	padding: 1.5em 2em;
}

@media screen and (max-width: 480px) {
	.border_box>ul>li {
		padding: 1.25em .75em;
	}
}

/*		faq																	*/
.faq .q, .faq .a {
	position: relative;
}

.faq .q {
	/*
	cursor: pointer;
	*/
	background: #FFF;
	padding: 1.75em 1.75em 1.75em 3.5em;
	transition: all .35s ease-in;
	font-size: 1.3em;
	border-top: 1px solid #C50000;
}

.faq .q::before {
	content: "Q";
	font-size: 1em;
	position: absolute;
	top: 1.6em;
	left: 1em;
	width: 2em;
	height: 2em;
	background: #C50000;
	color: #FFF;
	border-radius: 999px;
	text-align: center;
}

/*
.faq .q::after {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: #454545 0.15em solid;
	border-right: #454545 0.15em solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 1.4em;
	top: 1.85em;
	margin: auto;
}
*/
.faq .q .crossBar {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

.faq .q .crossBar::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #4D4D4D;
	position: absolute;
	top: .5em;
	left: 0;
	transform: rotate(90deg);
	transition: transform 0.5s;
}

.faq .q.open .crossBar::before {
	transform: rotate(180deg);
}

.faq .q .crossBar::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #4D4D4D;
	position: absolute;
	top: .5em;
	left: 0;
}

.faq .a {
	background: #FFE6F0;
	padding: 1.75em 1.75em 1.75em 3.5em;
	border-radius: 1em;
	font-size: 1.3em;
	margin-bottom: 1.75em;
	/*
	display: none;
	border-left: 5px solid #C6C6C6;
	*/
}

.faq .a::before {
	content: "A";
	font-size: 1em;
	position: absolute;
	top: 1.5em;
	left: 1em;
	width: 2em;
	height: 2em;
	background: #000;
	color: #FFF;
	border-radius: 999px;
	text-align: center;

}

.faq .a p {
	/*
	opacity: 0;
	*/
	transition: all .35s ease-in;
	position: relative;
	font-size: .77em;
}

.faq .a.open p {
	opacity: 1;
}

.faq .ext_link {
	color: #0000ee;
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
	.faq .q {
		padding: 1.75em 1rem 1.75em 3.5em;
	}

	.faq .q .crossBar {
		right: 0;
	}
}


/* ================================================================================ */
/*		media screen																	*/
/* ================================================================================ */

@media screen and (max-width: 1250px) {
	/*	----	PAGE	----	*/

}

@media screen and (max-width: 1150px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 960px) {
	.open_fixed {
		position: fixed;
	}

	/*	----	ヘッダー	----	*/
	#top_head,
	.inner {
		width: 100%;
		padding: 0;
		height: 60px;
	}

	#top_head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

	/* Fixed reset */
	#top_head.fixed {
		padding-top: 0;
		background: transparent;
	}

	#mobile_head {
		/*background: #000;*/
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
	}

	#top_head.fixed .logo,
	#top_head .logo {
		position: absolute;
		left: 10px;
		height: 60px;
	}

	#top_head .logo img {
		height: 25px;
	}

	#top_head.open #mobile_head {
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	}

	#global_nav {
		top: 60px;
		left: -150%;
		height: calc(100% - 60px);
		background-color: rgba(0, 0, 0, .8);
		width: 100%;
		text-align: center;
		padding: 0;
		transition: left .2s ease-in-out, opacity 1s, visibility 1s;
		display: block;
		position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #909090 transparent;
		opacity: 0;
		visibility: hidden;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	}

	#global_nav>ul {
		max-width: 500px;
		list-style: none;
		position: static;
		height: auto;
		background-color: #C50000;
		transform: none;
		flex-wrap: wrap;
		margin-top: 0;
		padding: 1.5em 1em 3em;
	}

	#global_nav>ul>li {
		float: none;
		position: static;
		border: none;
		width: 100%;
		border-top: 1px solid #FFF;
		text-align: left;
	}

	#global_nav>ul>li:last-child {}

	#global_nav>ul>li:has(+ .head_contact) {
		border-bottom: 1px solid #FFF;
	}

	#global_nav>ul>li:not(.global_nav_tel)>a {
		width: 100%;
		display: block;
		padding: 1.5em 1em 1.5em 1em;
		position: relative;
	}

	#global_nav>ul>li.head_contact {
		border: none;
		margin: 1.5em 0;
		border-radius: 1.25em;
		padding: 0 .5em 0 0;
	}

	#global_nav>ul>li.head_contact>a {
		color: #FFF;
	}

	#global_nav>ul>li.head_contact>a:hover {}

	#global_nav>ul>li.active {}

	#global_nav>ul>li.active>a {
		color: #C50000;
	}

	#global_nav>ul>li.global_nav_tel>a {
		padding: 1.5em 1em;
	}

	#global_nav>ul>li.global_nav_tel>a>img {
		max-width: 250px;
	}

	#global_nav>ul>li.global_nav_tel>span {
		padding-bottom: 1.75em;
	}


	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		position: absolute;
		display: block;
		content: "";
		top: 50%;
		right: .5em;
		height: 1em;
		width: 1em;
		background: url("../img/separatorWhite.svg") no-repeat center center;
		transform: translateY(-50%);
		background-size: contain;
		left: auto;
	}

	#global_nav>ul>li:not(.global_nav_tel)>a:hover::after {
		transform: translateY(-50%);
	}

	#global_nav>ul>li.head_contact>a::after {
		background: url("../img/icon_arrowWhite.svg") no-repeat center center;
		background-size: contain;
		width: 2em;
		height: 2em;
	}

	#global_nav>ul>li.head_contact>a:hover {}

	#global_nav>ul>li:not(.head_contact).active>a {
		/*
		background: #EEE;
	*/
		color: #000;
	}

	#global_nav>ul>li.active>a::after {
		content: none;
	}

	.global_nav_none {
		display: block;
		margin-top: 1.5em;
		border: 5px solid #FFF !important;
		background: rgba(0, 0, 0, 1);
		border-radius: 999px;
		padding: 1.1em;
		text-align: center !important;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
	}

	.global_nav_none>a {
		padding: 0 !important;
	}

	.global_nav_none>a::after {
		content: none !important;
	}

	.global_nav_none>a>img {
		width: 76%;
		max-width: 315px;
		height: auto;
	}

	#global_nav::-webkit-scrollbar {
		width: 12px;
		background-color: transparent;
	}

	#global_nav::-webkit-scrollbar-thumb {
		border-radius: 10px;
		box-shadow: inset 0 0 10px 10px #909090;
		border: solid 1px transparent;
	}

	#nav_toggle_wrap {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		width: 60px;
		height: 60px;
	}

	#nav_toggle {
		display: block;
	}

	/* #nav_toggle 切り替えアニメーション */
	.open #nav_toggle span:nth-child(1) {
		top: 19px;
		transform: rotate(315deg);
	}

	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav_toggle span:nth-child(3) {
		top: 19px;
		transform: rotate(-315deg);
	}

	/* #global_nav スライドアニメーション */
	.open #global_nav {
		/* #global_nav top + #mobile_head height */
		opacity: 1;
		visibility: visible;
		left: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 910px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 896px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 830px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 768px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 701px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 640px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 559px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 480px) {
	/*	----	PAGE	----	*/

}