@charset "utf-8";


@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansJP-Regular.woff2') format('woff2'),
		url('../font/NotoSansJP-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NotoSansJP-Medium.woff2') format('woff2'),
		url('../font/NotoSansJP-Medium.woff') format('woff');
	font-display: swap;

}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansJP-Bold.woff2') format('woff2'),
		url('../font/NotoSansJP-Bold.woff') format('woff');
	font-display: swap;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

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

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

:root {
	--global_nav_height_pc: 85px;
	--global_nav_height_sp: 60px;

	--logo_height_pc: 65px;
	--logo_height_sp: 40px;

	--column_max_width: 1200px;
}

@media screen and (max-width: 960px) {
	:root {
		--global_nav_height_pc: 60px;

		--logo_height_pc: 40px;
	}
}

/* ================================================================================ */
/*		文字色・背景色指定																*/
/* ================================================================================ */

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

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

/* ================================================================================ */
/*		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="%23386DEA" 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="%23386DEA" d="M9.375,0,18.75,11H0Z" transform="translate(11) rotate(90)" /></svg>');
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	top: .1em;
	margin-right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.at_mark {
	width: .8em;
	margin: 0 .05em;
	height: auto;
}

/* ================================================================================ */
/*		slick-slide																	*/
/* ================================================================================ */

.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: 4 / 3;
*/
	padding: 0;
}

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

.slide_img_wrap2 .slick-slide p {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: .5em;
}

.slide_img_wrap3 {
	overflow: hidden;
	position: relative;
}

.slide_img_wrap3 .slick-slide {
	/*
	aspect-ratio: 4 / 3;
*/
	padding: 0 1.5em;
}

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

.slide_img_wrap3 .slick-slide p {
	text-align: center;
	margin-top: .5em;
}

.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;
	opacity: .5 !important;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
	opacity: 1 !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;
	}

	.slide_img_wrap3 .slick-slide {
		padding: 0 1em;
	}
}

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

	.slide_img_wrap3 .slick-slide {
		padding: 0 .5em;
	}

}

.detail_slide {
	border: 1px solid #CCC;
	padding: .5em;
}

.detail_slide .slick-track {
	display: flex !important;
	height: 100%;
}

.detail_slide .slick-slide {
	float: none !important;
	display: block !important;
}

.detail_slide .slick-list {
	overflow: hidden;
	aspect-ratio: 4/3;
}

.detail_slide .item {
	width: 100%;
	height: 100%;
}

.detail_slide .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* サムネイルナビ全体を flex 折り返しに */
.detail_slideNavi {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	gap: 0.5em;
}

.detail_slideNavi .item {
	box-sizing: border-box;
	flex: 0 0 calc((100% - .5em * 4) / 5);
	aspect-ratio: 4 / 3;
	cursor: pointer;
	overflow: hidden;
	background: #EEE;
	padding: .25em;
	border: 1px solid transparent;
	transition: border-color .2s;
}

.detail_slideNavi .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.detail_slideNavi .item.current {
	border-color: #BBB;
}

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

.column {
	width: 100%;
	max-width: var(--column_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;
}

/* ================================================================================ */
/*		loading																	*/
/* ================================================================================ */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #386DEA;
	;
	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 1em;
	height: var(--global_nav_height_pc);
}

.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: #FFF;
	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;
	font-weight: bold;
	display: block;
}

#top_head .inner {
	background: #FFF;
}

#top_head .logo {
	float: left;
	height: var(--global_nav_height_pc);
}

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

#top_head .logo img {
	height: var(--logo_height_pc);
	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.5em;
	font-weight: bold;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

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

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

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

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

#global_nav>ul>li>a>img {
	width: 2em;
	height: 2em;
	object-fit: contain;
	margin-right: .25em;
}

#global_nav>ul>li.head_contact>a {
	background: #FF415E;
	border-radius: 999px;
	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 {
	left: 1.75em;
	width: calc(100% - (1.75em * 2));
	background: #FFF;
	bottom: 1em;
}


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

#global_nav>ul>li.active::after {
	position: absolute;
	left: 1.25em;
	content: '';
	width: calc(100% - (1.25em * 2));
	height: 3px;
	background: #386DEA;
	/*
	top: calc(50% + .75em);
	*/
	bottom: 1.5em;
	transform: scale(1, 1);
}

#global_nav>ul>li.head_contact.active::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;
	}

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

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

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

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

	#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: 0 1.75em;
	}
}

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

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

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

	#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: 0 1.5em;
	}

	#global_nav>ul>li.active::after {
		left: 1em;
		width: calc(100% - (1em * 2));
	}

	#global_nav>ul>li>div::after,
	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		left: 1em;
		width: calc(100% - (1em * 2));
	}

	#global_nav>ul>li.head_contact>a::after {
		left: 1.5em;
		width: calc(100% - (1.5em * 2));
	}
}

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

	#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: 0 1.25em;
	}

	#global_nav>ul>li.head_contact>a::after {
		left: 1.25em;
		width: calc(100% - (1.25em * 2));
	}
}

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

	#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: 0 1em;
	}

	#global_nav>ul>li.active::after {
		left: .75em;
		width: calc(100% - (.75em * 2));
	}

	#global_nav>ul>li>div::after,
	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		left: .75em;
		width: calc(100% - (.75em * 2));
	}

	#global_nav>ul>li.head_contact>a::after {
		left: 1em;
		width: calc(100% - (1em * 2));
	}
}

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

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

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

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

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

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

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

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

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

	#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: 0 .75em;
	}

	#global_nav>ul>li.active::after {
		left: .5em;
		width: calc(100% - (.5em * 2));
	}

	#global_nav>ul>li>div::after,
	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		left: .5em;
		width: calc(100% - (.5em * 2));
	}

	#global_nav>ul>li.head_contact>a::after {
		left: .75em;
		width: calc(100% - (.75em * 2));
	}
}

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

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

.global_nav_none {
	display: none;
}


/* Toggle Button */
#nav_toggle {
	display: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	cursor: pointer;
	z-index: 101;
	background: #386DEA;
	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: var(--global_nav_height_pc);
}

.breadcrumb {
	max-width: var(--column_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(../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: 480px) {

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

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

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

.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: var(--global_nav_height_pc);
	width: 100%;
	height: calc(100% - var(--global_nav_height_pc));
	overflow: hidden;
	/*
	position: fixed;
*/
	position: relative;
}

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

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

.mainvisual_video::before {
	content: "";
	display: block;
	width: 10em;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.mainvisual_video .slick-list::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	background: url(../img/radius_top_left.svg) no-repeat left top/contain;
	position: absolute;
	top: 1.25em;
	left: 10em;
	transition: opacity 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
	z-index: 10;
}

.mainvisual_video .slick-list::after {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	background: url(../img/radius_top_left.svg) no-repeat left top/contain;
	position: absolute;
	bottom: 1.25em;
	left: 10em;
	transform: scaleY(-1);
	transition: opacity 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
	z-index: 10;
}

.mainvisual_video .slick-img {
	margin: 0 .5em;
}

.mainvisual_video .slick-img>img {
	width: 100%;
	height: calc(100vh - var(--global_nav_height_pc) - 2.5em);
	object-fit: cover;
	border-radius: 2em;
	aspect-ratio: 9/8;
	margin: 1.25em 0;
}

.mainvisual_video .slick-img>img.sp {
	display: none;
}

.mainvisual_video>video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
}

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

.mv_logo {
	position: absolute;
	margin: auto;
	user-select: none;
	width: 100%;
	/*
	max-width: var(--column_max_width);
	*/
	left: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	top: 0;
}

.mv_logo img {
	position: absolute;
	left: 0;
	width: 70%;
	max-width: 450px;
	height: auto;
	bottom: 3em;
}

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

#from_scrolldown .wrapper {}

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

	.mv_logo {
		bottom: 4.25em;
	}

}

@media screen and (max-width: 768px) {
	.mainvisual {
		height: calc(100vh - 5em - var(--global_nav_height_pc));
	}

	.mainvisual_video::before {
		width: 1em;
	}

	.mainvisual_video .slick-list::before {
		top: .75em;
		left: 1em;
	}

	.mainvisual_video .slick-list::after {
		bottom: .75em;
		left: 1em;
	}

	.mainvisual_video .slick-img>img.pc {
		display: none;
	}

	.mainvisual_video .slick-img>img.sp {
		display: block;
	}

	.mainvisual_video .slick-img>img {
		height: calc(100vh - var(--global_nav_height_pc) - 1.5em - 20em);
		aspect-ratio: 66/83;
		margin: .75em 0;
	}

	.mv_logo img {
		max-width: 375px;
	}
}

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

	.mv_logo {
		bottom: 5em;
	}
}

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

/* ================================================================================ */
/*		リンクボタン																	*/
/* ================================================================================ */
.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: 300px;
	max-width: 400px;
	width: 100%;
	border: 3px solid #FF415E;
	background-color: #FF415E;
	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;
}

.linkbtn.is-disabled {
	border-color: #707070;
	background-color: #707070;
}

.linkbtn.minW400 {
	min-width: 400px;
}

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

	.linkbtn {
		min-width: auto !important;
		width: 100%;
		max-width: none;
	}
}

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

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

.linkbtn::after {
	content: "";
	width: .8em;
	height: .8em;
	background: url("../img/icon_arrow.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.52em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}

.linkbtn.is-disabled::after {
	background: url("../img/icon_arrowGray.svg") center center no-repeat;
	background-size: contain;
}

a:hover .linkbtn:not([disabled])::before,
.linkbtn:not([disabled]):hover::before {
	background-color: #FF415E;
	border: 1px solid #FF415E;
}

a:hover .linkbtn:not([disabled])::after,
.linkbtn:not([disabled]):hover::after {
	background: url("../img/icon_arrowWhite.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;
}

a:hover .linkbtn[disabled],
.linkbtn[disabled]:hover {
	opacity: 1;
	text-decoration: none;
	cursor: not-allowed;
}

a:hover .linkbtn:not([disabled])>span,
.linkbtn:not([disabled]):hover>span {
	color: #FF415E;
}

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

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

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

.linkbtn.confirmLinkbtn:not([disabled]):hover>span {
	color: #c5243a;
}

.linkbtn.reverse {
	text-align: right;
	background: #FFF;
	color: #FF415E !important;
}

.linkbtn.reverse::before {
	left: .75em;
	border-color: #FF415E;
	background-color: #FF415E;
}

.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: 1em;
	background-image: url("../img/linkbtn-arrow-reverse.svg");
}

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

.linkbtn.notLink {
	text-align: center;
	padding: 0;
	height: calc(.75em + .95em + 1em * 2.13);
	position: relative;
}

.linkbtn.notLink>span {
	display: block;
	height: 100%;
}

a:hover .linkbtn.notLink, .linkbtn.notLink:hover {
	opacity: 1;
	background-color: #FF415E;
}

.linkbtn.notLink img.tel {
	max-width: 295px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
	.linkbtn.notLink {
		height: calc(.75em + .95em + 1em * 2.23);
	}
}


.linkbtn.notLink:hover {}

.linkbtn.notLink::before {
	content: none;
}

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

.linkbtn.externalbtn {
	background-color: #FFF;
	padding: 1em 1.5em;
	line-height: 1;
}

.linkbtn.externalbtn::before,
.linkbtn.externalbtn::after {
	content: none;
}

.linkbtn.externalbtn img {
	max-height: 1.5em;
}

.linkbtn.externalbtn:hover {
	background-color: rgba(255, 158, 109, 0.15);
}

.linkbtn.externalbtn:hover img {
	opacity: .75;
}

.linkbtn.LineLinkbtn {
	border-color: #06C755;
	background: #06C755;
	color: #FFF;
}

a:hover .linkbtn.LineLinkbtn:not([disabled])>span,
.linkbtn.LineLinkbtn:not([disabled]):hover>span {
	color: #06C755;
}

.linkbtn.LineLinkbtn::before {}

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

a:hover .linkbtn.LineLinkbtn:not([disabled])::before,
.linkbtn.LineLinkbtn:not([disabled]):hover::before {
	background-color: #06C755;
	border: 1px solid #06C755;
}

.linkbtn.detailLinkbtn {
	border-color: #4FCD45;
	background: #4FCD45;
	color: #FFF;
}

a:hover .linkbtn.detailLinkbtn:not([disabled])>span,
.linkbtn.detailLinkbtn:not([disabled]):hover>span {
	color: #4FCD45;
}

.linkbtn.detailLinkbtn::before {}

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

a:hover .linkbtn.detailLinkbtn:not([disabled])::before,
.linkbtn.detailLinkbtn:not([disabled]):hover::before {
	background-color: #4FCD45;
	border: 1px solid #4FCD45;
}

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

footer a {}

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

footer .logo {
	width: 75%;
	max-width: 360px;
	margin: .5em auto 1em;
}

footer .logo img {
	width: 100%;
}

footer .snsLink .instagram_icon,
footer .snsLink .line_icon {
	width: 5.5555em;
	height: auto;
}

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

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

.foot_nav>li a {
	text-decoration: underline;
}

#copyright {
	background: #747474;
	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);
	}

}

@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 .linkbtn {
		max-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 1em;
	}

	.foot_nav:last-child {
		margin-bottom: 1.5em;
	}

	.foot_nav>li {}

	.foot_nav>li:nth-child(odd) {}

	.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: #386DEA;
	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 {
	width: 100%;
	overflow: hidden;
}

.page_title h2 {
	padding: .25em 1.5em .35em;
}

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

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

}

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

}

.page_title2 {
	width: 100%;
	overflow: hidden;
}

.page_title2 h2 {}

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

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

.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: .75em;
}

/* ================================================================================ */
/*		背景																	*/
/* ================================================================================ */
.oval_wrap {
	padding-top: 20em;
}

.oval>.column {
	position: relative;
}

.oval::before {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 10em;
	left: 50%;
	width: 130%;
	height: 156px;
	transform: translateX(-50%);
	content: url("../img/bg.svg");
}

@media screen and (max-width: 768px) {
	.oval_wrap {
		padding-top: 12em;
	}

	.oval::before {
		top: 2em;
	}
}

.oval_wrap.short {
	padding-top: 12em;
}

.oval_wrap.short .oval>.column {
	position: relative;
}

.oval_wrap.short .oval::before {
	top: 2em;
}

@media screen and (max-width: 768px) {
	.oval_wrap.short {
		padding-top: 12em;
	}

	.oval_wrap.short .oval::before {
		top: 2em;
	}
}


.bg_01 {
	background: #F4F4F4;
}

.border_01 {
	border: 1px solid #B4B4B4;
}

.bg_01 a {}

.bg_02 {
	background: #386DEA;
	color: #FFF;
}

.bg_03 {
	background: #4FCD45;
	color: #FFF;
}

.bg_04 {
	background: #FFF;
}

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

.bg_06 {
	background: #06C755;
	color: #FFF;
}

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

.color_01 {
	color: #fff;
}

.color_02 {
	color: #386DEA;
}

.color_03 {
	color: #4FCD45;
}

.color_04 {
	color: #777;
}

.color_05 {
	color: #ED753A;
}

.color_06 {
	color: #06C755;
}


/* ================================================================================ */
/*		border																	*/
/* ================================================================================ */
.border1 {
	border: 1px solid #000;
}

.border2 {
	border: 2px solid #000;
}

.border3 {
	border: 3px solid #000;
}

.boColor_01 {
	border-color: #6BBAFF;
}

/* ================================================================================ */
/*		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.col_2.ma_0 {
	margin: 0;
}

.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.radius1>li {
	border-radius: 1em;
}

.parts_list.radius1_5>li {
	border-radius: 1.5em;
}

.parts_list.radius2>li {
	border-radius: 2em;
}

.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_2.maTopBtm0>li {
	margin-top: 0;
	margin-bottom: 0;
}

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

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

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

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

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

.parts_list>li.col_7x6 {
	width: calc(100% / 7 * 6 - 2em);
}

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

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

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

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

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

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


}

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

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

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

	.parts_list.col_2.ma_0>li.paRgt2 {
		padding-right: 0;
		padding-bottom: 2em;
	}

	.parts_list.col_2.ma_0>li.paLft2 {
		padding-left: 0;
		padding-top: 2em;
	}

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

	.parts_list>li.col_7x3.ma0 {
		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.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;
	}
}

@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.sp_col_2>li {
		width: calc(100% / 2 - 2em);
	}

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


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

.h350_coverImg img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 19.4444em;
	/*350px*/
}

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

.h500_coverImg img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 27.75em;
	/*500px*/
}

.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*/
}

.h600_coverImg img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 33.3333em;
	/*600px*/
}

.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 #B4B4B4;
	border-collapse: separate;
}

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

.hyo_01 th {
	/*
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
*/
	width: 9.5em;
	color: #386DEA;
	font-weight: bold;
}

.hyo_01 td {
	/*
	border-right: 1px solid #707070;
	*/
	text-align: left;
}

.hyo_01.tableFixed {
	table-layout: fixed;
	min-width: 40.625em;
}

.hyo_01.tableFixed th {
	width: 10.5em;
	height: 10.5em;
}

.hyo_01.tableFixed th,
.hyo_01.tableFixed td {
	padding: 0.45em 1em;
	text-align: center;
}

.hyo_01.tableFixed th img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hyo_01.tableFixed tr:first-child>td {
	height: 3em;
	vertical-align: middle;
	text-align: center;
}

.hyo_01.tableFixed tr:nth-child(2)>td {
	vertical-align: top;
	background-color: #FFF;
	padding: 1em;
}

.hyo_01.tableFixed2 {
	table-layout: fixed;
	min-width: 55.5555em;
}

.hyo_01.tableFixed2 th,
.hyo_01.tableFixed2 td {
	text-align: center;
}

.hyo_01.tableFixed2 th {
	width: auto;
}

.hyo_01.tableFixed2 th img {}

.hyo_01.tableFixed2 tr:first-child>td {}

.hyo_01.tableFixed2 tr:nth-child(2)>td {}

.hyo_01.tableFixed3 {
	table-layout: fixed;
	width: 100%;
}

.hyo_01.tableFixed3 th,
.hyo_01.tableFixed3 td {
	text-align: center;
	padding: 0.45em;
	width: auto;
}

.hyo_01.tableFixed4 {
	table-layout: fixed;
	min-width: 37em;
}

.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 {
		width: 100% !important;
		display: block;
	}

	.hyo_01 th {
		border-bottom: none;
		padding-bottom: .5em;
	}

	.hyo_01 td {
		padding-top: 0;
	}
}

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

.hyo_02.ta_fixed {
	table-layout: fixed;
}

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

.hyo_02 th {}

.hyo_02 td {}

@media screen and (max-width: 760px) {
	.hyo_02 th.W15em {
		width: 9em;
	}
}

@media screen and (max-width: 480px) {
	.hyo_02 {
		font-size: 1em;
	}

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

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

	.hyo_02.access td {
		padding-top: .25em;
	}

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

	.hyo_02 th {
		border-bottom: none;
		/*
		padding-bottom: .5em;
		*/
	}

	.hyo_02 td {
		/*
		padding-top: 0;
		*/
	}
}

/* ================================================================================ */
/*		iframe																	*/
/* ================================================================================ */
.map_iframe {
	position: relative;
	width: 100%;
	padding: calc(450 / 1100 * 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 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-right: -1em;
}

.news_wrap>ul li {
	padding: 1em;
	width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
	.news_wrap>ul li {
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 480px) {
	.news_wrap>ul li {
		width: calc(100% / 1);
	}
}

.news_wrap>ul li:first-child {}

.news_wrap>ul li a {
	display: block;
	position: relative;
	padding: 0;
}

.news_wrap>ul li a>div>img {
	width: 100%;
	border-radius: 2em;
	object-fit: cover;
	aspect-ratio: 375/250;
}

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

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

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

.news_ymd {
	display: inline-block;
}

.news_catName {
	padding: .1em .75em .2em;
	display: inline-block;
	text-align: center;
	border: 1px solid #707070;
	background: #FFF;
	border-radius: 999px;
	margin-bottom: .5em;
	margin-left: .5em;
	line-height: 1.6;
}

.dispFlex .news_catName {
	margin-bottom: 0;
	padding: .3em 1.5em .45em;
	border: 1px solid #707070;
	border-radius: 999px;
}

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

.cat_list>ul>li>span,
.cat_list>ul>li>a {
	float: left;
	margin: 0 .5em 1em 0;
	font-size: 1em;
	background: #FFF;
	border: none;
	color: #000;
	display: inline-block;
	padding: .3em 1.5em .45em;
	border: 1px solid #707070;
	border-radius: 999px;
	transition-property: all;
	transition-duration: 0.2s;
}

.cat_list>ul>li>span {
	color: #CCC;
	border: 1px solid #CCC;
}

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

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

.newsDetail p {}

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

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

.newsDetail a {
	text-decoration: underline;
	color: #1282FF;
}

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

.news_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding: 0 0 0;
	flex: 1;
	font-weight: bold;
	font-size: 1.2em;
}

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

#ListPhp .news_title,
#ListPhp .news_title2 {
	text-overflow: clip;
	white-space: normal;
	line-height: 1.4;
}

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

.news_title2 a:hover {
	text-decoration: underline;
}

.comment_teDnone:hover {
	text-decoration: none;
}

.comment_teDnone:hover .news_title2 {
	text-decoration: underline;
}

.news_comment {
	margin: 0 0 0 0;
	line-height: 1.8em;
	height: 3.6em;
	display: -webkit-box;
	overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-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%;
}

.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-weight: bold;
	font-size: 1em;
	background: #FFF;
	border: 1px solid #386DEA;
	width: calc(3em + 4px);
	height: calc(3em + 4px);
	border-radius: 999px;
	line-height: 3em;
	color: #386DEA;
}

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

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

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

.overPagerPattern {
	vertical-align: .4em;
	color: #386DEA;
}

.pager a svg {
	fill: #386DEA;
	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 p {
	margin-bottom: .75em;
}

.detail_text a {
	text-decoration: underline;
	color: #1282FF;
}

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

/* ================================================================================ */
/*			フォーム																		 */
/* ================================================================================ */
#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;
}

input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

label.is_disabled {
	cursor: not-allowed !important;
}

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

.caution {
	display: inline-block;
	margin: .5em auto;
	padding: 2.25em 2em .5em;
	border: 3px solid #c5243a;
	color: #c5243a;
	position: relative;
	font-weight: bold;
}

.caution::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "ご注意";
	background-color: #c5243a;
	background-image: url("../img/caution.svg");
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: calc(50% - 2.5em) center;
	display: inline-block;
	width: 100%;
	height: 2em;
	color: #FFF;
}

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

.selectList select {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 10%;

	background: #fafafa;
	padding: .25em 1em .45em .5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M4 2 L7 5 L4 8' stroke='%23666' stroke-width='1.5' fill='none' transform='rotate(90 5 5)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .25em center;
	background-size: .6em auto;
}

.selectList select:hover {
	border: 1px solid #55ccff;
	box-shadow: 0 0 5px #55ccff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M4 2 L7 5 L4 8' stroke='%2355ccff' stroke-width='1.5' fill='none' transform='rotate(-90 5 5)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .25em center;
	background-size: .6em auto;
}

/* ================================================================================ */
/*		PAGE																	*/
/* ================================================================================ */
.home_top_logo {
	width: 45%;
	max-width: 275px;
	margin-left: auto;
	margin-right: auto;
	padding: 5em 0 1em;
}

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

.parts_list.h550_coverImg {
	margin: 0;
}

.service_ttl {
	position: relative;
}

.service_ttl h3 {
	background: #4FCD45;
	color: #FFF;
	position: relative;
	width: calc(100% + 3em);
	margin-left: -3em;
	margin-top: 3em;
	padding: .5em;
	text-align: center;
}

.service_ttl_reverse {
	position: relative;
}

.service_ttl_reverse h3 {
	background: #4FCD45;
	color: #FFF;
	position: relative;
	width: calc(100% + 3em);
	margin-right: -3em;
	margin-top: 3em;
	padding: .5em;
	text-align: center;
}

.concept_txt {
	max-width: 72.5%;
	margin: 0 auto 0 2.5em;
}

.concept_txt_reverse {
	max-width: 72.5%;
	margin: 0 2.5em 0 auto;
}

.concept_photo {
	display: flex;
	justify-content: space-between;
}

.concept_photo li {
	width: 45%;
}

.concept_photo li:first-child {
	margin-top: 6em;
}

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

	.concept_txt,
	.concept_txt_reverse {
		max-width: 100%;
		margin: 1em;
		padding: 1.5em;
	}

	.concept_photo {
		padding: 2.5em;
	}

	.service_ttl_reverse {
		order: 1;
	}

	.service_ttl h3,
	.service_ttl_reverse h3 {
		width: 100%;
		margin: 0;
	}
}

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

	.concept_photo,
	.concept_txt,
	.concept_txt_reverse {
		margin: 0;
		padding: 1em;
	}

	.concept_photo li {
		width: 47.5%;
	}
}

.icon_QEpolicy {
	position: relative;
	padding-left: 2.5em;
}

.icon_QEpolicy::before {
	content: "";
	width: 2em;
	height: 2em;
	background: url("../img/icon_QEpolicy.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
}

.company_ttl {
	background: #386DEA;
	position: relative;
}

.company_ttl.bg_03 {
	background: #4FCD45;
}

.company_ttl div {
	position: relative;
	left: 50%;
	width: 50%;
	padding: 1em 1.5em;
}

.company_ttl_img {
	position: absolute;
	width: 45%;
	right: 50%;
	max-width: 580px;
	top: 5em;
}

.company_ttl_img img {
	width: 100%;
}

.company_comment {
	min-height: 33vw;
}

@media screen and (max-width: 768px) {
	.company_ttl div {
		left: 0;
		width: 100%;
		text-align: center !important;
		padding: 1em 1.5em;
	}

	.company_ttl_img {
		position: static;
		width: 485px;
		max-width: none;
		margin: 0 auto calc(-485px + 3em);
	}

	.company_comment {
		padding-top: calc(485px - 3em - 2em);
	}
}

@media screen and (max-width: 600px) {
	.company_ttl_img {
		width: 350px;
		margin: 0 auto calc(-350px + 3em);
	}

	.company_comment {
		padding-top: calc(350px - 3em - 2em);
	}
}

@media screen and (max-width: 370px) {
	.company_ttl_img {
		width: 315px;
		margin: 0 auto calc(-315px + 3em);
	}

	.company_comment {
		padding-top: calc(315px - 3em - 2em);
	}
}

@media screen and (min-width: 1350px) {
	.company_comment {
		min-height: 450px;
	}

}

.pointList .parts_list.col_2.ma_0>li.left-right_over,
.pointList .parts_list.col_2.ma_0>li.right-left_over {
	margin: 0 -3.5em 0 calc(-1 * (100vw - (var(--column_max_width) - 3em)) / 2);
	width: calc(100% / 2 + 3.5em + ((100vw - (var(--column_max_width) - 3em)) / 2));
	z-index: 0;
}

.pointList .parts_list.col_2.ma_0>li.right-left_over {
	margin: 0 calc(-1 * (100vw - (var(--column_max_width) - 3em)) / 2) 0 -3.5em;
}

.pointList ul.parts_list:not(.mW900) {}

.pointList .right,
.pointList .left {
	z-index: 1;
}

.pointList .right .box_height,
.pointList .left .box_height {
	height: calc(100% - (1em * 1.8 + 2.3em * 1.6 + 1.5em * 2));
}

.pointList .left {}

.pointList .right h3,
.pointList .left h3 {}

.pointList .left h3 {}

.pointList .right h3>img,
.pointList .left h3>img {}

.pointList .right h4,
.pointList .left h4 {}

.pointList .right p {}

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

	.pointList .parts_list.col_2.ma_0>li.left-right_over,
	.pointList .parts_list.col_2.ma_0>li.right-left_over {
		margin: 0 -3.5em 0 -1.5em;
		width: calc(100% / 2 + 3.5em + 1.5em);
	}

	.pointList .parts_list.col_2.ma_0>li.right-left_over {
		margin: 0 -1.5em 0 -3.5em;
	}

}

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

	.pointList .parts_list.col_2.ma_0>li.left-right_over,
	.pointList .parts_list.col_2.ma_0>li.right-left_over {
		margin: 0 -1.5em 0 -1.5em;
		width: calc(100% / 2 + 1.5em + 1.5em);
	}

	.pointList .parts_list.col_2.ma_0>li.right-left_over {
		margin: 0 -1.5em 0 -1.5em;
	}

	.pointList .parts_list.col_2.ma_0>li.left-right_over .linkbtn_wrap,
	.pointList .parts_list.col_2.ma_0>li.right-left_over .linkbtn_wrap {
		width: calc(100% - 1.5em - 2em);
	}

	.pointList .parts_list.col_2.ma_0>li.left-right_over .linkbtn_wrap {
		margin-right: auto;
		margin-left: 1em;
	}

	.pointList .parts_list.col_2.ma_0>li.right-left_over .linkbtn_wrap {
		margin-left: auto;
		margin-right: 1em;
	}

}

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

	.pointList .parts_list.col_2.ma_0>li.left-right_over,
	.pointList .parts_list.col_2.ma_0>li.right-left_over {
		width: calc(100% / 1);
		margin: 0;
	}

	.pointList .right, .pointList .left {
		padding: 0 0 1.5em;
		order: -1;
	}

	.pointList .left {}

	.pointList .right h3, .pointList .left h3 {
		background: linear-gradient(to bottom, transparent 50%, transparent 50%);
	}

	.pointList .right h3, .pointList .left h3 {
		position: relative;
		margin: auto;
		z-index: 1;
		text-align: right;
	}

	.pointList .right h4, .pointList .left h4 {
		margin-top: 0 !important;
	}

	.pointList .right .box_height,
	.pointList .left .box_height {
		height: auto;
	}

	.pointList .parts_list.col_2.ma_0>li.left-right_over .linkbtn_wrap,
	.pointList .parts_list.col_2.ma_0>li.right-left_over .linkbtn_wrap {
		width: 100%;
	}

	.pointList .parts_list.col_2.ma_0>li.left-right_over .linkbtn_wrap {
		margin-right: auto;
		margin-left: auto;
	}

	.pointList .parts_list.col_2.ma_0>li.right-left_over .linkbtn_wrap {
		margin-right: auto;
		margin-left: auto;
	}

}

.recruit_list .list_img {
	width: calc(100% - 3em);
	height: auto;
}

.recruit_list .overflow_left {
	margin: 0 0 0 -6.5em;
}

.recruit_list .overflow_left .list_img {
	width: calc(100% - 3em - 6.5em);
}

@media screen and (max-width: calc(1200px + 6.5em * 2)) {
	.recruit_list .overflow_left {
		margin: 0;
		text-align: left;
	}

	.recruit_list .overflow_left .list_img {
		width: calc(100% - 3em);
	}

}

.faq .q {
	position: relative;
	padding: .15em 0 0 2.5em;
	transition: all .35s ease-in;
	font-size: 1.3em;
	font-weight: bold;
}

.faq .q::before {
	content: "Q";
	font-size: 1.3em;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	border-radius: 100%;
	color: #FFF;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
}

.faq .q.color_02::before {
	background: #386DEA;
}

.faq .q.color_03::before {
	background: #4FCD45;
}

.faq .company_ttl div {
	left: calc(100% / 8 * 3 + 2em);
}

.faq .col_8x3 {
	position: relative;
}

.faq .col_8x3 .company_ttl_img {
	position: absolute;
	width: 100%;
	left: 0;
	top: -6em;
}

@media screen and (max-width: 768px) {
	.faq .company_ttl div {
		left: 0;
		width: 100%;
		text-align: center !important;
		padding: 1em 1.5em;
	}

	.faq .col_8x3 .company_ttl_img {
		position: static;
		width: 485px;
		max-width: none;
		margin: calc(-485px + 1.5em) auto 0;
	}
}

@media screen and (max-width: 600px) {
	.faq .col_8x3 .company_ttl_img {
		width: 350px;
		margin: calc(-350px + 1.5em) auto 0;
	}
}

@media screen and (max-width: 370px) {
	.faq .col_8x3 .company_ttl_img {
		width: 315px;
		margin: calc(-315px + 1.5em) auto 0;
	}
}
























.estate_list>li {
	border: 1px solid #C6C6C6;
	background-color: #FFF;
}

.estate_list>li.recent_item {
	display: flex;
	flex-direction: column;
	transition: opacity 0.4s ease, height 0.4s ease, margin 0.4s ease, padding 0.4s ease;
	overflow: hidden;
}

.estate_list>li.recent_item.is-removing {
	opacity: 0;
	margin: 0;
	padding: 0;
}

.estate_list .recent_wrap {
	background: #78A3EF;
	border-bottom: 1px solid #C6C6C6;
	padding: 0.5em 0;
}

.estate_list .recent_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em;
	background: #78A3EF;
	border-bottom: 1px solid #C6C6C6;
}

.recent_checkbox {
	display: flex;
	align-items: center;
	font-size: .85em;
}

.recent_wrap .recent_checkbox {
	flex: 1 1 auto;
	min-width: 0;
}

.recent_checkbox .recent_ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recent_wrap .toggle_btn {
	flex-shrink: 0;
}

.recent_checkbox input[type="checkbox"] {
	margin-right: 0.5em;
}


.recent_page .linkbtn {
	font-size: 1em;
}

.recent_page .err {
	background-color: rgb(255, 238, 238) !important;
	border-color: #c5243a !important;
}

.recent_page span.errMsg {
	display: block;
	color: #c5243a;
	font-weight: bold;
	margin-top: .3em;
	font-size: .9em;
}

.recent_page .selectWrap label>span {
	vertical-align: -0.15em;
}

.recent_page .linkbtn.is-disabled {
	opacity: 0.7;
	pointer-events: none;
}

.estate_list>li>a {
	position: relative;
	padding: 1em;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.estate_list>li .newMark {
	position: absolute;
	top: 5px;
	right: 1px;
	width: 30px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	z-index: 1;
	transform: rotate(45deg);
}

.estate_list>li .newMarkWrap::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 19px;
	border-color: #61BECA;
	border-radius: 0 0 0 30px;
}

.estate_list .news_catName {
	font-size: .8em;
}

.news_catName.pickupMark {
	border: 1px solid #D1466B;
	background-color: #D1466B;
	color: #FFF;
}

.estate_list_img {
	aspect-ratio: 3/2;
	overflow: hidden;
}

.estate_list_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.estate_list .news_title {
	flex: initial;
}

.estate_list .dl_grid {
	display: grid;
	grid-template-columns: 5.5em 1fr;
	line-height: 1.4;
	row-gap: .5em;
	margin-top: .5em;
}

.estate_list .dl-grid dd {
	margin: 0;
}

.estate_list .linkbtn_wrap {
	margin-top: auto;
}

.estate_list .linkbtn {
	min-width: auto;
}

.search_box_wrap {
	padding-top: .5em;
}

.search_box {
	border: 1px solid #C6C6C6;
}

.search_box_title {
	background: #FF415E;
	color: #FFF;
	padding: .5em 1em;
}

.search_box_inner {
	padding: 1em;
	font-size: .9em;
}

.search_box .mode_switch_toggle {
	color: #007bff;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	font-size: .9em;
	text-align: right;
	display: block;
	padding: 0 1em 1em;
}

.mode_switch_header .icon-up {
	display: none;
}

/* 展開中は .expanded を親要素に付与 */
.mode_switch_header.expanded .icon-down {
	display: none;
}

.mode_switch_header.expanded .icon-up {
	display: inline;
}

.search_box .mode_switch {
	padding: 0 1em 1em;
	display: none;
}

.search_box .mode_switch.show {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: .5em;
}

.search_box .mode_switch button {
	margin: 0;
	width: 90%;
	max-width: 10em;
	border-radius: .5em;
}

.checkbox_group {
	display: flex;
	flex-wrap: wrap;
	gap: .5em .75em;
	margin-left: -.4rem;
}

.checkbox_group label {
	display: flex;
	align-items: center;
	cursor: pointer;
}































/* ================================================================================ */
/*	 recruit																	*/
/* ================================================================================ */

.recruit_wrap {
	color: #000;
	text-align: left;
	width: 100%;
	padding: 2.5em 2.5em 1em;
	margin-bottom: 5em !important;
	background-color: #FFF;
	border: 3px solid #386DEA;
}

.recruit_list .aspect_img_wrap {
	position: relative;
	width: 100%;
	height: auto;
	background: #EFEFEF;
}

.recruit_list .aspect_img_wrap .aspect img {
	object-fit: contain;
}

.recruit_title {}

.recruit_detail .slide {
	position: relative;
	width: 100%;
	height: auto;
	background: #EFEFEF;
}

.recruit_detail .slide::before {
	content: "";
	display: block;
	padding-top: calc(1 / 1 * 100%);
}

.slide-navigation {
	margin: 0 -0.5em;
	margin-top: 1em;
}

.slide-navigation .slick-slide {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 .5em;
}

.slide-navigation .slick-slide::before {
	content: "";
	display: block;
	padding-top: calc(1 / 1 * 100%);
}

.slide-navigation .slick-slide>.slide-nav-img {
	background: #EFEFEF;
}

.recruit_detail .slide>.slick-list,
.slide-navigation .slick-slide>.slide-nav-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit_detail .slide>.slick-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit_detail .slide>.slick-list>.slick-track {
	top: 0;
	height: 100%;
}

.slide-navigation>.slick-list>.slick-track {
	margin-left: 0;
}

.recruit_detail .slide>.slick-list>.slick-track>.slick-slide img,
.slide-navigation .slick-slide>.slide-nav-img img {
	position: relative;
	top: calc(50%) !important;
	transform: translateY(-50%);
}

.recruit_detail .slide>.slick-list>.slick-track>.slick-slide img {
	top: calc(50% - 1px) !important;
}

.slide-navigation .slick-slide:hover {
	opacity: .7;
	cursor: pointer;
}

.slide-navigation .slick-slide.slick-current>.slide-nav-img img {
	opacity: .7;
}

.recruit_logo {
	width: 112px !important;
	height: auto !important;
	margin-bottom: -.25em;
	display: block;
}

@media screen and (max-width: 810px) {
	.recruit_wrap {
		padding: 2em 1.5em 0;
	}

	.recruit_wrap ul.juEnd {
		align-items: center;
	}
}

@media screen and (max-width: 480px) {
	.recruit_logo {
		width: 60px !important;
		height: auto !important;
	}
}

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

	#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: var(--global_nav_height_pc);
		z-index: 999;
		position: relative;
	}

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

	#top_head .logo img {
		height: var(--logo_height_sp);
	}

	#global_nav {
		top: var(--global_nav_height_pc);
		left: -150%;
		height: calc(100% - var(--global_nav_height_pc));
		background-color: rgba(255, 255, 255, .7);
		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: #FFF;
		transform: none;
		flex-wrap: wrap;
		margin-top: 0;
		justify-content: center;
		padding-bottom: 2em;
	}

	#global_nav>ul>li {
		float: none;
		position: static;
		border: none;
		width: calc(100% - 2em);
		border-top: 1px solid #707070;
		text-align: center;
	}

	#global_nav>ul>li:last-child {
		/*
		border-bottom: 1px solid #707070;
		*/
		padding-top: 2em;
	}

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

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

	#global_nav>ul>li.head_contact {}

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

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

	#global_nav>ul>li.active {}

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

	#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::before {
		content: "";
		width: 2.5em;
		height: 2.5em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: .5em;
		-webkit-transition: .2s ease 0s;
		transition: .2s ease 0s;
		background-color: #FF415E;
		border: 1px solid #FF415E;
		border-radius: 999px;
	}

	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		content: "";
		width: .8em;
		height: .8em;
		background: url("../img/icon_arrowWhite.svg") center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: 1.4em;
		-webkit-transition: .2s ease 0s;
		transition: .2s ease 0s;
	}

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

	#global_nav>ul>li.head_contact>a::before {
		background-color: #FFF;
		border: 1px solid #FFF;
		left: auto;
		right: 1em;
	}

	#global_nav>ul>li.head_contact>a::after {
		background: url("../img/icon_arrow.svg") center center no-repeat;
		background-size: contain;
		left: auto;
		right: 1.75em;
	}

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

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

	#global_nav>ul>li:not(.head_contact).active>a::before {
		background-color: #FFF;
		border: 1px solid #FF415E;
	}

	#global_nav>ul>li:not(.head_contact).active>a::after {
		background: url("../img/icon_arrow.svg") center center no-repeat;
		background-size: contain;
	}

	.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: 0;
		display: inline-block;
		width: var(--global_nav_height_pc);
		height: var(--global_nav_height_pc);
	}

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

}