@charset "utf-8";

:root {
	--header_height: calc(100px + 1em);
	--container_max_width: 1200px;
}

@media (max-width: 960px) {
	:root {
		--header_height: calc(60px + 0em);
	}
}

/* ================================================================================ */
/*		文字色・背景色指定																*/
/* ================================================================================ */
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-feature-settings: "palt";
}

input,
button,
select {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}

textarea {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	resize: vertical;
}

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

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: #000;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, fieldset, legend, p, blockquote, th, td, img {
	font-weight: 500;
}

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

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

.text_link {
	text-decoration: underline;
	color: #0000ee !important;
	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="%230E254E" 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="%230E254E" 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;
}

.mail_link svg {
	width: 1em;
	height: 1em;
	fill: #00E;
	margin: auto -.1em .1em;
}

/* ================================================================================ */
/*		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: #0E254E;
	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: #0E254E;
	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: var(--container_max_width);
	margin: 0 auto;
	padding: 2em 1.5em;
	text-align: center;
}

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

/* ================================================================================ */
/*		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;
}

.color_caution {
	color: #c5243a;
}

/* ================================================================================ */
/*			フォーム																		 */
/* ================================================================================ */
#mf_wrapper p.t-foot {
	max-width: 800px;
	padding: 32px;
	margin: 32px auto;
	border: solid 1px #ccc;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: left;
	background: #fff;
}

form#mailform .privacylink {
	margin-top: 10px;
	display: inline-block;
	text-align: right;
	width: 100%;
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition: all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 10%;
}

@media all and (-ms-high-contrast: none) {

	input[type=checkbox],
	input[type=radio] {
		vertical-align: middle;
	}
}

/* Checkbox */
input[type=checkbox]:before,
input[type=checkbox]:after {
	position: absolute;
	content: "";
	background: #444;
	transition: all .2s ease-in-out;
}

input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
}

input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	transition-delay: .2s;
}

input[type="checkbox"]:checked::before {
	left: 1px;
	top: 10.5px;
	width: 8px;
	height: 2px;
}

input[type="checkbox"]:checked::after {
	right: 5px;
	bottom: 2px;
	width: 2px;
	height: 14px;
}

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
}

input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}

input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}

/* Radio */
input[type=radio] {
	border-radius: 50%;
}

input[type=radio]:checked:before {
	transform: scale(1);
}

input[type=radio]:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	transform: scale(0);
	transition: all ease-out 250ms;
}

/* 色は青色のみ */
input[type=checkbox],
input[type=radio] {
	border: 1px solid #ccc;
	background: #fafafa;
}

input[type=radio]:checked:before {
	background: #444;
}

input[type=checkbox]:checked,
input[type=checkbox]:indeterminate {
	background: #fafafa;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

/* プレースホルダー文字色の共通設定 */
::placeholder {
	color: rgba(119, 119, 119, 0.5);
}

form#mailform select {
	padding-right: 3em !important;
}

span.required {
	background: #c5243a !important;
}

span.optional {
	background: #3d7eb6 !important;
}

table.mailform {
	max-width: 100% !important;
}

table.mailform tr th {
	padding-top: 2.5em !important;
}

table.mailform tr td {
	padding-bottom: 2.5em !important;
}

table.mailform tr:first-child th {
	border-top: none;
}

/*
table.mailform tr.additionalForm {
	display: none;
}
*/
/*
table.mailform tr:last-child td {
	border-bottom: none;
}
*/
.interest_product {
	background: #E9E9E9;
	border-radius: .5em;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: .95em;
}

.interest_product label {
	width: 50%;
	padding-top: .75em !important;
}

/*Google reCAPTCHAの非表示*/
.grecaptcha-badge {
	visibility: hidden;
}

/*Google reCAPTCHAの表示*/
#reCAPTCHA_disp .grecaptcha-badge {
	visibility: visible;
}

#reCAPTCHA_disp #topBtn {
	bottom: 85px;
}

@media screen and (max-width: 650px) {
	.interest_product label {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#reCAPTCHA_disp .grecaptcha-badge {}

	#reCAPTCHA_disp #topBtn {}
}

#privacy_check label {
	padding-left: 0 !important;
}

table.mailform.documents tr th,
table.mailform.documents tr td {
	border: none;
}

.err+.formError+mark {
	display: none;
}

button:disabled {
	cursor: not-allowed;
}

/* ================================================================================ */
/*		loading																	*/
/* ================================================================================ */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1E3C86;
	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;
}

/* ================================================================================ */
/*		縦横比維持 高さ揃え																	*/
/* ================================================================================ */
.sticky_wrap {
	position: -webkit-sticky;
	position: sticky;
	top: calc(var(--header_height) + 1em);
}

/* ================================================================================ */
/*		縦横比維持 高さ揃え																	*/
/* ================================================================================ */
.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;
	padding: 0 1em 0 2em;
	*/
	margin: 0 auto;
	height: calc(var(--header_height) - 1em);
}

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

/* header */
#top_head {
	top: 0;
	position: fixed;
	width: 100%;
	margin: 0 auto 0;
	padding: 1em 1em 0;
	line-height: 1;
	z-index: 999;
	/*
	background: rgba(255, 255, 255, 0.7);
	*/
	transition: all .3s ease-out;
}

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

#top_head a,
#top_head {
	text-decoration: none;
	display: block;
	color: #FFF;
}

#top_head .inner {
	background-color: #313744;
	border-radius: 999px;
}

#top_head .logo {
	float: left;
	height: calc(var(--header_height) - 1em);
}

#top_head .logo a {
	position: relative;
	padding: 0 1.5em 0 2.5em;
	width: 100%;
	height: 100%;
}

#top_head .logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: auto;
}

#global_nav {
	height: 100%;
}

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

#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;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: bold;
}

#global_nav>ul>li>a>img {
	height: 1.4em;
	margin-top: 1px;
}

#global_nav>ul>li>div:hover,
#global_nav>ul>li:not(.global_nav_tel)>a:hover {}

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

#global_nav>ul>li.head_contact {}

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

#global_nav>ul>li:not(.global_nav_tel)>a:hover::after {
	opacity: 1;
}

#global_nav>ul>li:not(.global_nav_tel)>a>span {
	transition: transform 0.3s ease, opacity 0.3s ease;
	display: inline-block;
}

#global_nav>ul>li:not(.active)>a:hover>span {
	transform: translateY(-1em);
	opacity: 0;
}

#global_nav>ul>li:not(.active)>a::before {
	content: attr(data-hover);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
	transform: translateY(1em);
	opacity: 0;
}

#global_nav>ul>li:not(.active)>a:hover::before {
	transform: translateY(0);
	opacity: 1;
}

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

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

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

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

	#global_nav>ul>li.head_contact>a {
		padding-right: 2.5em;
	}

	#top_head .logo a {
		padding-left: 2.5em;
	}

}

@media screen and (max-width: 1140px) {
	#global_nav>ul {
		padding-right: 0;
	}
}

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

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

	#global_nav>ul>li.head_contact>a {
		padding-right: 2em;
	}

	#top_head .logo a {
		padding-left: 2em;
	}

}

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

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

	#global_nav>ul>li.head_contact>a {
		padding-right: 2em;
	}

	#top_head .logo a {
		padding-left: 2em;
	}

}

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

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

	#global_nav>ul>li.head_contact>a {
		padding-right: 2em;
	}

	#top_head .logo a {
		padding-left: 2em;
	}

}

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

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

	#global_nav>ul>li.head_contact>a {
		padding-right: 1.75em;
	}

	#top_head .logo a {
		padding-left: 1.75em;
	}

}

.global_nav_none {
	display: none;
}


/* Toggle Button */
#nav_toggle {
	display: none;
	position: absolute;
	right: 16px;
	top: 19px;
	width: 26px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #FFF;
	left: 0;
	transition: .35s ease-in-out;
}

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

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

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

/* ================================================================================ */
/*		パンくずリスト																	*/
/* ================================================================================ */
/* breadcrumb */
.breadcrumb_wrap {
	margin-top: var(--header_height);
}

.breadcrumb {
	max-width: var(--container_max_width);
	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: #000;
}

.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(../../common/img/separator.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;
}

@media screen and (max-width: 960px) {
	.breadcrumb_wrap {
		margin-top: calc(var(--header_height) + 1em);
	}
}

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

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

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

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

.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: 0 auto;
	max-width: var(--container_max_width);
	height: 100vh;
	min-height: 680px;
	overflow: hidden;
	padding: calc(var(--header_height) + 1em + 100px) 1.5em 1em;
}

/*
.mainvisual_overlay {
	position: absolute;
	z-index: 1;
	width: 50%;
	height: 100%;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
		*/

/*
.mv_logo {
	position: absolute;
	margin: auto;
	user-select: none;
	width: 90%;
	max-width: 675px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}
	*/
.mainvisual_overlay {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: stretch;
	grid-auto-flow: column;
	height: 100%;
}

.mv_logo {
	grid-column: 2;
	justify-self: center;
	align-self: stretch;
	width: 90%;
	max-width: 675px;
	margin: 0;
}

.mv_logo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	margin: auto;
}

.mainvisual_overlay>img {
	grid-column: 3;
	justify-self: end;
	align-self: start;
	height: 28px;
	width: auto;
	display: block;
}

.right_radius {
	width: 100%;
	max-height: 100vh;
	padding: 1em 3.5em 1em 0;
}

.right_radius:not(.h550_coverImg) {
	height: 780px;
}

.right_radius>video {
	width: 100%;
	border-radius: 0 999px 999px 0;
	height: 100%;
	object-fit: cover;
}

.right_radius>img {
	width: 100%;
	border-radius: 0 999px 999px 0;
	height: 100%;
	object-fit: cover;
}






.mainvisual_video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainvisual_video .slick-list {
	width: 55%;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
}

.mainvisual_video .slick-track {
	height: 100%;
}

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

.mainvisual_video>video {
	height: 100%;
	width: 62.5%;
	position: absolute;
	top: 0;
	right: 0;
	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 {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-aspect-ratio: 1920 / 1165) {
	.mainvisual_video>video {
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}
*/
.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;
}

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

#from_scrolldown .wrapper {}

@media (max-width: 1102px) {
	.mainvisual {
		padding-left: 1em;
		padding-right: 1em;
	}

	.mainvisual_overlay {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		align-items: start;
		row-gap: 3.5em;
		place-content: start;
		grid-auto-rows: max-content;
	}

	.mv_logo {
		grid-column: 1;
		grid-row: 2;
		justify-self: center;
		align-self: start;
		max-width: 500px;
		width: 100%;
	}

	.mainvisual_overlay>img {
		grid-column: 1;
		grid-row: 1;
		justify-self: end;
		align-self: start;
		height: 28px;
		width: auto;
	}
}

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

	.mainvisual {
		margin-top: calc(var(--header_height) + 1em);
		height: calc(100vh - var(--header_height) - 1em);
		min-height: 650px;
	}

	.right_radius:not(.h550_coverImg) {
		height: 600px;
	}

}

@media screen and (max-width: 768px) {
	.right_radius:not(.h550_coverImg) {
		height: 500px;
	}

}

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

@media screen and (max-width: 480px) {
	.mainvisual {
		padding: calc(var(--header_height) + 1em + 50px) 1.5em 1em;
	}

	.right_radius:not(.h550_coverImg) {
		height: 400px;
	}
}

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

.linkbtn {
	position: relative;
	display: inline-block;
	padding: .75em 1.5em .95em;
	margin: 1em auto;
	/*
	min-width: 350px;
	*/
	max-width: 400px;
	width: 100%;
	border: 1px solid #313744;
	background-color: #313744;
	color: #FFF;
	border-radius: 999px;
	transition: color 0.25s ease;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}

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

.linkbtn.bg_12 {
	border: 1px solid #2E5090;
	background-color: #2E5090;
}


.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: 1px solid #313744;
	background-color: #FFF;
	border-radius: 999px;
*/
}

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

a:hover .linkbtn:not([disabled])::before,
.linkbtn:not([disabled]):hover::before {
	/*
	background-color: #313744;
*/
}

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

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

/*
.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 {
	background-color: #FFF;
	color: #313744;
	opacity: 1;
}

a:hover .linkbtn.bg_12:not([disabled]),
.linkbtn.bg_12:not([disabled]):hover {
	color: #2E5090;
}

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

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

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

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

.linkbtn.reverse::before {
	right: auto;
	left: .75em;
}

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

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

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

/* ================================================================================ */
/*		フッター																	*/
/* ================================================================================ */
footer {
	text-align: center;
	padding: 0 0 0;
	position: relative;
	background: #313744;
	color: #FFF;
}

footer .contact_box {
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .contact_box .ttl_02 {
	color: #FFF;
}

footer .contact_box:hover {
	background-color: #FFF;
	color: #2E5090;
}

footer .contact_box:hover .ttl_02 {
	color: #2E5090;
}


.foot_linkbtn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 5.6em;
	height: 5.6em;
	margin-left: auto;
}

footer .foot_linkbtn {
	width: 3.8em;
	height: 3.8em;
	border-radius: 999px;
	background: #FFF;
	position: relative;
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}

footer .contact_box:hover .foot_linkbtn {
	width: 5.6em;
	height: 5.6em;
	background-color: #2E5090;
}

footer .foot_linkbtn svg {
	fill: #000;
	width: 1.6em;
	height: 1.6em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: fill 0.3s ease, transform 0.3s ease;
}

footer .contact_box:hover .foot_linkbtn svg {
	fill: #FFF;
	transform: translate(calc(-50% + 0.5em), -50%);
}

footer a {
	color: #FFF;
}

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

footer .logo {
	width: 90%;
	max-width: 500px;
	margin: 9em auto 3em;
}

footer .logo img {
	width: 100%;
}

.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 {
	border-top: 1px solid #646464;
	background: #2E5090;
	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 {
		padding-top: 140px;
	}

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

	footer .contact_box {}

}

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

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

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

}

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

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

	.foot_nav>li {
		/*
		width: calc(50% - 1em);
	*/
		width: calc(100% - 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 .parts_list>li.col_3x1.ma0,
	footer .parts_list>li.col_3x2.ma0 {
		width: calc(100% / 1);
	}

	footer .contact_box {
		padding: 3em 1em;
	}

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

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

	#copyright {
		font-size: .75em !important;
	}

}

#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: #2E5090;
	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: 500px;
	height: auto;
}

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

}

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

}

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

/*
.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: .25em;
}

.ttl_02 {
	border: 2px solid #B4B4B4;
	border-radius: 999px;
	text-align: center;
	padding: 1rem;
	font-size: 1.8em;
}

.ttl_02>span {
	font-size: 1rem;
	color: #B4B4B4;
	display: block;
	font-weight: normal;
}

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

.bg_01 a {
	color: #FFF;
}

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

.bg_02 a {
	color: #000;
}

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

.bg_03 a {
	color: #FFF;
}

.bg_04 {
	background: #CAD5FC;
}

.bg_05 {
	background: #EEF1FF;
}

.bg_06 {
	background: #C0FF98;
}

.bg_07 {
	background: #EAFFDC;
}

.bg_08 {
	background: #FFCAA2;
}

.bg_09 {
	background: #FFF1E6;
}

.bg_10 {
	background: #FFC7FF;
}

.bg_11 {
	background: #FFF1FF;
}

.bg_12 {
	background: #2E5090;
}

/* ================================================================================ */
/*		文字色																	*/
/* ================================================================================ */
.color_00 {
	color: #000;
}

.color_01 {
	color: #fff;
}

.color_02 {
	color: #2E5090;
}

.color_03 {
	color: #B4B4B4;
}

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

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

.clickable:hover {
	cursor: pointer;
}

.videoWrap {
	position: relative;
	aspect-ratio: 16 / 9;
}

.videoWrap>video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

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

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

.videoWrap .speed {
	position: absolute;
	right: 0;
	bottom: -40px;
	z-index: 5;
}

.videoWrap .speed__btn {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	border: 0;
	cursor: pointer;
	height: 40px;
	width: auto;
	min-width: 4em;
	backdrop-filter: blur(4px);
	font-weight: 600;
	font-size: .7rem;
}

.videoWrap .speed__btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .9);
	outline-offset: 2px;
}

.videoWrap .speed__menu {
	position: absolute;
	right: 6px;
	bottom: calc(100% + 6px);
	min-width: 96px;
	padding: .25rem;
	border-radius: .5rem;
	background: rgba(0, 0, 0, .85);
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}

.videoWrap .speed__menu[hidden] {
	display: none;
}

.videoWrap .speed__menu>button {
	display: block;
	width: 100%;
	text-align: left;
	padding: .4rem .55rem;
	background: transparent;
	color: inherit;
	border: 0;
	cursor: pointer;
	border-radius: .35rem;
	font-weight: 600;
}

.videoWrap .speed__menu>button:hover,
.videoWrap .speed__menu>button.is-active {
	background: rgba(255, 255, 255, .14);
}

.videoWrap .speed__menu>button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .9);
}

/* フルスクリーン時の保険 */
:fullscreen .speed, :-webkit-full-screen .speed {
	bottom: 56px;
}


.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 1.25em 2em;
	width: calc(100% / 2 - 2.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_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>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 - 2.5em);
}

.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);
}

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

.parts_list>li.col_10x7 {
	width: calc(100% / 10 * 7 - 2.5em);
}


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

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

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

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

.parts_list>li.col_7x3.ma0 {
	width: calc(100% / 7 * 3);
}

.parts_list>li.col_7x4.ma0 {
	width: calc(100% / 7 * 4);
}

@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) {
	.sp_negativeOredr {
		order: -1;
	}

	.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 - 2em);
	}

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

@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_3x2>li {
		width: calc(100% / 3 * 2 - 2em);
		margin: .5em 1em 1em;
	}

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

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

}

@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%;
	}

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

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

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

	.parts_list>li.col_5x2.ma0,
	.parts_list>li.col_5x3.ma0 {
		width: calc(100% - .5em);
	}

	.parts_list>li.col_7x3.ma0,
	.parts_list>li.col_7x4.ma0 {
		width: calc(100% - .5em);
	}

}


.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: auto;
	max-height: 29.15em;
	/*525px*/
}

.h550_coverImg img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 30.55em;
	/*550px*/
	min-height: 300px;
	/*SP用*/
}

.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-left: 1px solid #C6C6C6;
	border-collapse: separate;
}


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

.hyo_01 th,
.hyo_01 td {
	border-right: 1px solid #C6C6C6;
	vertical-align: middle;
}

.hyo_01 th {}

.hyo_01 td {}



.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-top: 1px solid #B4B4B4;
}

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

.hyo_02 th {
	font-weight: bold;
	text-align: left;
}

.hyo_02 th.border_none,
.hyo_02 td.border_none {
	border-bottom: none;
}

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

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

	.hyo_02 th {
		border-bottom: none;
		padding-bottom: 0;

	}

	.hyo_02 td:not(.td_only) {
		padding-top: 0.5em;
	}

}

/* ================================================================================ */
/*	 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;
	}
}

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

.news_wrap>ul li:first-child {
	border-top: 1px solid #C6C6C6;
}

.news_wrap>ul li a {
	display: flex;
	position: relative;
	padding: 1.75em 1.5em 1.75em .5em;
	gap: 0 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;
}

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

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

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

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

.cat_list>ul>li>span {
	color: #CCC;
}

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

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

.news_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding: .25em .5em;
	width: 100%;
}

.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: .75em 0;
		padding: 0;
		height: 3.6em;
		text-overflow: initial;
		white-space: initial;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.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 #8D8D8D;
	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 {
	background: #F0E8E5;
	text-decoration: none;
	opacity: 1;
}

.pager a.current {
	background: #F0E8E5;
	pointer-events: none;
	text-decoration: none;
	cursor: text;
}

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

.pager a svg {
	fill: #8D8D8D;
	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 {}

.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;
}

hr.detail_title {
	border: 1px solid #C6C6C6;
	margin-top: 1em;
}

/* ================================================================================ */
/*		PAGE																	*/
/* ================================================================================ */

.offset_bottom {
	margin-bottom: -175px;
	z-index: 1;
}

.offset_bottom img {
	width: 350px;
	height: 350px;
}

.offset_bottom+section {
	padding-top: 175px;
}

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

@media screen and (max-width: 480px) {
	.offset_bottom {
		margin-bottom: -100px;
	}

	.offset_bottom img {
		width: 200px;
		height: 200px;
	}

	.offset_bottom+section {
		padding-top: 100px;
	}
}

/* ================================================================================ */
/*		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%;
		height: var(--header_height);
	}

	#top_head {
		top: 0;
		position: fixed;
		margin-top: 0;
		height: calc(var(--header_height) + 1em);
	}

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

	#mobile_head {
		/*background: #000;*/
		width: 100%;
		height: var(--header_height);
		z-index: 999;
		position: relative;
	}

	#top_head.fixed .logo,
	#top_head .logo {
		position: absolute;
		left: 0;
		/*
		left: 10px;
		transform: translateX(-50%);
		*/
		height: var(--header_height);
	}

	#top_head .logo a {}

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

	#global_nav {
		left: -150%;
		/*
		top: var(--header_height);
		height: calc(100% - var(--header_height));
		background-color: rgba(0, 0, 0, .7);
		*/
		top: 0;
		height: 100%;
		background-color: #FFF;

		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;
		*/
		width: 100%;
		list-style: none;
		position: static;
		height: auto;
		background-color: #FFF;
		transform: none;
		flex-wrap: wrap;
		margin-top: 1em;
		position: absolute;
		top: calc(var(--header_height) + 2em);
		padding: 0 2em;
	}

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

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

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

	#global_nav>ul>li.head_contact {
		padding: 4em 0 0;
	}

	#global_nav>ul>li.head_contact.border_none {
		border: none;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 1.4em 2em 1.5em !important;
		text-align: center;
		background: #2E5090;
		color: #FFF;
		border-radius: 999px;
	}

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

	#global_nav>ul>li.active {}

	#global_nav>ul>li.active>a {}

	#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.active>a::after {
		content: none;
	}

	/*
	#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(../../common/img/separator.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: none;
	}

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

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

	#global_nav>ul>li:not(.active)>a:hover>span {
		transform: none;
		opacity: 1;
	}

	#global_nav>ul>li:not(.active)>a::before {
		content: none;
	}

	#global_nav>ul>li:not(.active)>a:hover::before {
		transform: none;
		opacity: 0;
	}

	.global_nav_none {
		display: block;
		margin-top: 1.5em;
		line-height: 1.8;
	}

	#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: 50%;
		transform: translateY(-50%);
		display: inline-block;
		width: 60px;
		height: 60px;
	}

	#nav_toggle {
		display: block;
	}

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

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

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

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

@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	----	*/

}