/* @charset "utf-8";
/*
Theme Name:pora-child
Template:pora
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*font-family: "Cormorant Garamond", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@media print, screen and (min-width: 1024px) {
	body.single-post.sidebar_exist #sidebar,
	body.archive #sidebar {
		box-sizing: border-box;
		padding-top: calc(var(--px100w, 100px) + 25px);
	}
}
body.single-post.sidebar_exist #sidebar,
body.archive #sidebar {
	color: #111;
}
body.single-post.sidebar_exist #sidebar section.widget,
body.archive #sidebar section.widget {
	margin: 0 0 64px;
	padding: 0;
	border: 0;
	background: transparent;
}
body.single-post.sidebar_exist #sidebar section.widget h2,
body.archive #sidebar section.widget h2 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: #354457;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
body.single-post.sidebar_exist #sidebar section.widget h2 span,
body.archive #sidebar section.widget h2 span {
	display: block;
	padding: 18px 24px;
	background: none;
}
body.single-post.sidebar_exist #sidebar .widget_search form,
body.single-post.sidebar_exist #sidebar #searchform,
body.archive #sidebar .widget_search form,
body.archive #sidebar #searchform {
	position: relative;
	margin: 0;
}
body.single-post.sidebar_exist #sidebar .widget_search form::before,
body.single-post.sidebar_exist #sidebar #searchform::before,
body.archive #sidebar .widget_search form::before,
body.archive #sidebar #searchform::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 14px;
	height: 14px;
	border: 3px solid #d5d8dc;
	border-radius: 50%;
	transform: translateY(-58%);
	pointer-events: none;
}
body.single-post.sidebar_exist #sidebar .widget_search form::after,
body.single-post.sidebar_exist #sidebar #searchform::after,
body.archive #sidebar .widget_search form::after,
body.archive #sidebar #searchform::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 29px;
	width: 10px;
	height: 3px;
	background: #d5d8dc;
	transform: translateY(7px) rotate(45deg);
	transform-origin: left center;
	pointer-events: none;
}
body.single-post.sidebar_exist #sidebar .widget_search input[type="search"],
body.single-post.sidebar_exist #sidebar .widget_search input[type="text"],
body.single-post.sidebar_exist #sidebar #searchform input[type="text"],
body.archive #sidebar .widget_search input[type="search"],
body.archive #sidebar .widget_search input[type="text"],
body.archive #sidebar #searchform input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 8px 14px 8px 48px;
	border: 1px solid #777;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.4;
}
body.single-post.sidebar_exist #sidebar .widget_search button,
body.single-post.sidebar_exist #sidebar .widget_search input[type="submit"],
body.single-post.sidebar_exist #sidebar #searchsubmit,
body.archive #sidebar .widget_search button,
body.archive #sidebar .widget_search input[type="submit"],
body.archive #sidebar #searchsubmit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	cursor: pointer;
}
body.single-post.sidebar_exist #sidebar .widget_categories select,
body.single-post.sidebar_exist #sidebar .widget_archive select,
body.archive #sidebar .widget_categories select,
body.archive #sidebar .widget_archive select {
	box-sizing: border-box;
	width: calc(100% - 44px);
	min-height: 52px;
	margin: 0 0 0 22px;
	padding: 0 44px 0 16px;
	border: 0;
	border-bottom: 1px solid #d8dde2;
	border-radius: 0;
	background: #d9dee3;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
body.single-post.sidebar_exist #sidebar .widget_categories ul,
body.single-post.sidebar_exist #sidebar .widget_archive ul,
body.archive #sidebar .widget_categories ul,
body.archive #sidebar .widget_archive ul {
	margin: 0 22px;
	padding: 0;
	list-style: none;
}
body.single-post.sidebar_exist #sidebar .widget_categories li,
body.single-post.sidebar_exist #sidebar .widget_archive li,
body.archive #sidebar .widget_categories li,
body.archive #sidebar .widget_archive li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d8dde2;
}
body.single-post.sidebar_exist #sidebar .widget_categories li a,
body.single-post.sidebar_exist #sidebar .widget_archive li a,
body.archive #sidebar .widget_categories li a,
body.archive #sidebar .widget_archive li a {
	display: block;
	padding: 16px;
	background: #fff;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.nc-works-archive {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px 90px;
	color: #111;
}

.nc-archive-jump-nav {
	display: none;
}

.nc-works-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 44px 32px;
}

.ncabl-related__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.nc-works-grid--shortcode {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nc-works-grid--cols-1 {
	grid-template-columns: 1fr;
}

.nc-works-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nc-works-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nc-works-card {
	margin: 0;
	padding: 0;
	background: transparent;
	list-style: none;
	min-width: 0;
}

.nc-works-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f3f5;
	text-decoration: none;
}

.nc-works-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
}

.nc-works-card__image--placeholder {
	object-fit: cover;
}

.nc-works-card__media:hover .nc-works-card__image {
	transform: scale(1.04);
}

.nc-works-card__body {
	padding: 12px 0 0;
}

.nc-works-card__title {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.45;
}

.single-post .post .nc-works-card__title,
.post .nc-works-card__title,
.post .nc-works-card__title a {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 23px !important;
	font-weight: 700;
	line-height: 1.45;
}

.nc-works-card__title a {
	display: block;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nc-works-card__title::after {
	content: none !important;
	display: none !important;
}

.single-post .post .nc-works-card__title::after,
.post .nc-works-card__title::after {
	content: none !important;
	display: none !important;
}

.nc-works-card__excerpt {
	overflow: hidden;
	margin: 0 0 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nc-works-card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 16px;
}

.nc-works-card__categories a {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 8px;
	background: #3A4B5D;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.0;
	text-decoration: none;
}

.nc-works-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.nc-featured-blog-posts {
	width: 100%;
	margin: 0 0 84px;
	color: #111;
}

.nc-featured-blog-posts__heading {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 0 48px;
	padding: 0;
	border: 0;
	color: #111;
	font-family: "Cormorant Garamond", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
}

.nc-featured-blog-posts__heading::after {
	content: "";
	display: block;
	flex: 1 1 auto;
	height: 1px;
	background: #8d9aa5;
}

.nc-featured-blog-posts__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
	gap: 28px;
	align-items: start;
}

.nc-featured-blog-posts__lead .nc-works-card__body {
	padding-top: 12px;
}

.nc-featured-blog-posts__lead,
.nc-featured-blog-posts__lead .nc-works-card,
.nc-featured-blog-posts__lead .nc-works-card__media {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nc-featured-blog-posts__side {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.nc-featured-blog-card {
	display: grid;
	margin: 0;
	min-width: 0;
}

.nc-featured-blog-card__media {
	display: block;
	overflow: hidden;
	background: #f1f3f5;
	text-decoration: none;
}

.nc-featured-blog-card--lead .nc-featured-blog-card__media {
	aspect-ratio: 16 / 9;
}

.nc-featured-blog-card--compact {
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.nc-featured-blog-card--compact .nc-featured-blog-card__media {
	aspect-ratio: 1 / 1;
}

.nc-featured-blog-card__media .nc-works-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
}

.nc-featured-blog-card__media:hover .nc-works-card__image {
	transform: scale(1.04);
}

.nc-featured-blog-card__body {
	min-width: 0;
	padding: 14px 0 0;
}

.nc-featured-blog-card--compact .nc-featured-blog-card__body {
	padding: 0;
}

.nc-featured-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 16px;
}

.nc-featured-blog-card__category {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 8px;
	background: #3A4B5D;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.0;
	text-decoration: none;
	transition: none;
}

.nc-featured-blog-card__category:hover,
.nc-featured-blog-card__category:focus {
	background: #3A4B5D;
	color: #fff;
	opacity: 1;
	text-decoration: none;
	transform: none;
}

.nc-featured-blog-card__title {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}

.single-post .post .nc-featured-blog-card__title,
.post .nc-featured-blog-card__title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.nc-featured-blog-card--compact .nc-featured-blog-card__title {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nc-featured-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.nc-featured-blog-card__title::after {
	content: none !important;
	display: none !important;
}

.nc-featured-blog-card__excerpt {
	margin: 0 0 13px;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.single-post .post .nc-featured-blog-card__excerpt,
.post .nc-featured-blog-card__excerpt {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.nc-featured-blog-card--compact .nc-featured-blog-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nc-featured-blog-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.nc-works-archive__empty {
	margin: 40px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.nc-works-archive .navigation {
	margin-top: 56px;
}

@media screen and (max-width: 1023px) {
	body.single-post.sidebar_exist #sidebar section.widget {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1022px) {
	body.archive #content,
	body.archive #content.wide,
	body.archive #sidebar {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		float: none;
	}

	body.archive #sidebar {
		clear: both;
		margin: 0 auto;
		padding: 0 18px 10px;
	}

	body.archive #sidebar section.widget,
	body.archive #sidebar .widget_search,
	body.archive #sidebar .widget_search form,
	body.archive #sidebar #searchform {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.nc-archive-jump-nav {
		display: block;
		width: 100%;
		padding: 0 18px;
		margin: 0 auto 22px;
		box-sizing: border-box;
	}

	.nc-archive-jump-nav__link {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 48px;
		padding: 12px 42px 12px 18px;
		background: #3A4B5D;
		color: #fff;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.4;
		text-decoration: none;
	}

	.nc-archive-jump-nav__icon {
		width: 17px;
		height: 17px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.nc-archive-jump-nav__link::after {
		content: "";
		position: absolute;
		right: 18px;
		top: 50%;
		width: 7px;
		height: 7px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-62%) rotate(45deg);
	}

	body.archive .nc-works-archive .navigation {
		margin-top: 0;
	}

	body.archive #content {
		padding-bottom: 30px;
	}

	body.archive #content > section {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 900px) {
	.nc-works-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 24px;
	}

	.nc-works-grid--shortcode {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nc-works-grid--cols-1 {
		grid-template-columns: 1fr;
	}

	.nc-featured-blog-posts__grid {
		grid-template-columns: 1fr;
	}

	.nc-featured-blog-posts__side {
		grid-template-columns: 1fr;
	}

	.nc-featured-blog-posts__lead .nc-works-card {
		display: grid;
		grid-template-columns: 160px minmax(0, 1fr);
		gap: 16px;
		align-items: center;
	}

	.nc-featured-blog-posts__lead .nc-works-card__media {
		width: 160px;
		max-width: 100%;
		aspect-ratio: 1 / 1;
	}

	.nc-featured-blog-posts__lead .nc-works-card__media .nc-works-card__image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nc-featured-blog-posts__lead .nc-works-card__body {
		min-width: 0;
		padding-top: 0;
	}

	.nc-featured-blog-posts__lead .nc-works-card__title {
		display: -webkit-box;
		overflow: hidden;
		margin-bottom: 8px;
		font-size: 17px !important;
		line-height: 1.5;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.nc-featured-blog-posts__lead .nc-works-card__title a {
		white-space: normal;
	}

	.nc-featured-blog-posts__lead .nc-works-card__excerpt {
		display: -webkit-box;
		overflow: hidden;
		margin-bottom: 13px;
		font-size: 15px;
		line-height: 1.65;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.nc-featured-blog-card--compact {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.nc-featured-blog-card--compact .nc-featured-blog-card__media {
		aspect-ratio: 1 / 1;
	}
}

@media screen and (max-width: 600px) {
	.nc-archive-jump-nav {
		display: block;
		width: 100%;
		padding: 0 18px;
		margin: 0 auto 22px;
		box-sizing: border-box;
	}

	.nc-archive-jump-nav__link {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 48px;
		padding: 12px 42px 12px 18px;
		background: #3A4B5D;
		color: #fff;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.4;
		text-decoration: none;
	}

	.nc-archive-jump-nav__icon {
		width: 17px;
		height: 17px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.nc-archive-jump-nav__link::after {
		content: "";
		position: absolute;
		right: 18px;
		top: 50%;
		width: 7px;
		height: 7px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-62%) rotate(45deg);
	}

	.nc-works-archive {
		padding: 42px 18px 0;
	}

	body.archive .nc-works-archive .navigation {
		margin-top: 0;
	}

	body.archive #sidebar {
		margin-top: 0;
		padding-top: 0;
	}

	body.archive #content {
		padding-bottom: 30px;
	}

	body.archive #content > section {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.nc-works-grid {
		grid-template-columns: 1fr;
	}

	.nc-featured-blog-posts {
		max-width: 100%;
		margin-bottom: 58px;
		overflow: hidden;
	}

	.nc-featured-blog-posts__grid,
	.nc-featured-blog-posts__lead,
	.nc-featured-blog-posts__side {
		min-width: 0;
	}

	.nc-featured-blog-posts__heading {
		gap: 16px;
		margin-bottom: 28px;
		font-size: 17px;
	}

	.nc-featured-blog-posts__side {
		grid-template-columns: 1fr;
	}

	.nc-featured-blog-posts__lead .nc-works-card {
		grid-template-columns: 136px minmax(0, 1fr);
	}

	.nc-featured-blog-posts__lead .nc-works-card__media {
		width: 136px;
	}

	.nc-featured-blog-card--compact {
		grid-template-columns: 136px minmax(0, 1fr);
	}

	.nc-featured-blog-card--compact .nc-featured-blog-card__media {
		aspect-ratio: 1 / 1;
	}

	.nc-featured-blog-card__title {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) {
	body.mobile #header,
	#sp-header {
		z-index: 10000;
	}

	body.mobile #header .logo .mark {
		justify-content: flex-start;
		text-align: left;
	}

	body.mobile #header .logo .spmenu #menu p {
		font-weight: 500;
	}

	#header #header-layout {
		position: relative;
		z-index: 10000;
	}

	#header .logo {
		text-align: left;
	}

	#header .header__nav-contact {
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 76px;
		z-index: 10001;
	}

	#header .header__nav-contact .header__contact {
		display: none;
	}

	#header .header__nav-contact nav#mainNav,
	#header .header__nav-contact nav#mainNav .inner {
		position: relative;
		z-index: 10001;
		width: auto;
		margin: 0;
		padding: 0;
		background: transparent;
	}

	#header .header__nav-contact nav#mainNav a#menu {
		position: absolute;
		top: 12px;
		right: 10px;
		box-sizing: border-box;
		width: 34px;
		height: 48px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent !important;
		color: #35c9c8;
		cursor: pointer;
	}

	#header .header__nav-contact nav#mainNav a#menu::before,
	#header .header__nav-contact nav#mainNav a#menu span::before,
	#header .header__nav-contact nav#mainNav a#menu span::after {
		content: "";
		position: absolute;
		left: 0;
		width: 34px;
		height: 3px;
		border-radius: 3px;
		background: currentColor;
		transition: transform .25s ease, opacity .25s ease;
	}

	#header .header__nav-contact nav#mainNav a#menu::before {
		top: 3px;
	}

	#header .header__nav-contact nav#mainNav a#menu span {
		position: static;
		display: block;
		width: 34px;
		height: 30px;
		padding: 0;
		overflow: hidden;
		text-indent: 120%;
		white-space: nowrap;
	}

	#header .header__nav-contact nav#mainNav a#menu span::before {
		top: 13px;
	}

	#header .header__nav-contact nav#mainNav a#menu span::after {
		top: 23px;
	}

	#header .header__nav-contact nav#mainNav a#menu::after {
		content: "MENU";
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		font-size: 11px;
		font-weight: 500;
		line-height: 1;
		text-indent: 0;
		white-space: nowrap;
	}

	#header .header__nav-contact nav#mainNav a#menu.menuOpen::before {
		transform: translateY(10px) rotate(45deg);
	}

	#header .header__nav-contact nav#mainNav a#menu.menuOpen span::before {
		opacity: 0;
	}

	#header .header__nav-contact nav#mainNav a#menu.menuOpen span::after {
		transform: translateY(-10px) rotate(-45deg);
	}

	#header .header__nav-contact nav#mainNav .panel {
		position: fixed;
		top: 76px;
		left: 0;
		right: 0;
		z-index: 10000;
		width: 100%;
		box-sizing: border-box;
		background: #fff;
	}
}

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 1.8;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-25 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	position: relative;
	min-height: 350px;
	height: auto;
	padding: 140px 20px 80px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
#thumbImg::before, header#h1Header::before {
	background: #000000;
	opacity: 0.60;
}
header#h1Header #thumb {
	position: absolute;
	inset: 0;
}
header#h1Header #thumb img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	min-width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transform: translateX(-50%);
}

header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
}
header#h1Header .h1Header_content {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
header#h1Header .h1Header_content h1.title.first {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem48);
	font-weight: 700;
	color: #fff;
	position: static;
	top: auto;
	left: auto;
	margin: 0;
	transform: none;
}
header#h1Header h1.title::before {
	display: none;
}
header#h1Header .page_lead {
	max-width: 900px;
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
}

#header {
	position: absolute;
	background: unset;
	border-bottom: solid 1px #fff;
}
.sticky-header #header > .inner {
	background: rgba(29,89,161,.8);
}
.sticky-header #header-layout {
	border-bottom: solid 1px #FFF;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}

#header a.head_btn::before {
	display: none;
}
#header a.head_btn.tel_btn {
	font-family: "Noto Sans JP", sans-serif;
	background: unset;
	color: #fff;
	font-weight: 500;
	border-left: solid 1px #fff;
}
#header a.head_btn.works_btn {
	font-family: "Noto Sans JP", sans-serif;
	background: unset;
	color: #fff;
	font-weight: 500;
	border-left: solid 1px #fff;
}

#header .header__nav-bottom {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: auto;
	border-bottom: 1px solid #fff;
}
#header .header__nav-bottom li {
	border-left: solid 1px #fff;
}
#header .header__nav-bottom li:first-child {
	border: none;
}
#header .header__nav-bottom li a {
	display: block;
	width: 100%;
	padding: 18px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

nav#mainNav ul li a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	background: unset;
	color: #fff;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li a:hover {
	background: unset;
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #fff;
}
nav#mainNav ul li a:hover b {
	color: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #fff;
}
nav#mainNav ul li.current-menu-parent a {
	background: unset;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #fff;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #fff!important;
}
.spmenu #menu p {
	color: #FFFFFF!important;
	white-space: nowrap;
}

a#scrollUp {
	background: #1D59A1;
}

@media screen and (min-width: 1024px) {
	nav#mainNav ul li#menu-item-318790 {
		display: none;
	}
}

/* ===================================
フッター
=================================== */
#footer {
	padding: var(--px80) 0 var(--px40);
	background: #1D59A1;
	color: #fff;
}
.footer_top {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}
.footer_info {
	width: 58%;
}
.footer_logo a {
	width: 320px;
	display: block;
}
.footer_logo a img {
	display: block;
	width: 100%;
}
.footer_note {
	margin: 0 0 40px;
	text-align: left;
}
.footer_base {
	display: flex;
	flex-direction: column;
	gap: 22px;
	text-align: left;
}
.footer_base_item h3 {
	margin: 0 0 3px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}
.footer_base_item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}
.footer_info .socialicon {
	margin-top: 35px;
}
#footer .socialicon ul {
	justify-content: left;
}
.footer_nav {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
	width: 320px;
	padding-top: 60px;
}
.footer_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.footer_nav li {
	margin-bottom: 20px;
}
.footer_nav li:last-child {
	margin-bottom: 0;
}
.footer_nav a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: opacity .3s ease;
}
.footer_nav a:hover {
	opacity: .65;
}
.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 30px;
	margin-top: 18px;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,.45);
}
#copyright {
	margin: 0;
	background: unset;
	text-align: left;
}
#footer .footnav ul {
	justify-content: left;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul li a {
	text-decoration: underline;
}
.footer_policy {
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.footer_top {
		display: block;
	}
	.footer_info {
		width: 100%;
	}
	.footer_logo a {
		width: 280px;
		margin-inline: auto;
	}
	.footer_note {
		margin-bottom: 30px;
		font-size: 12px;
		text-align: center;
	}
	.footer_base {
		gap: 18px;
		text-align: center;
	}
	.footer_base_item h3 {
		font-size: 15px;
	}
	.footer_base_item p {
		font-size: 12px;
	}
	.footer_info .socialicon {
		margin-top: 30px;
	}
	#footer .socialicon ul {
		justify-content: center;
	}
	.footer_nav {
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
		width: 100%;
		margin-top: 40px;
		padding-top: 0;
	}
	.footer_nav li {
		margin-bottom: 14px;
	}
	.footer_nav a {
		font-size: 13px;
	}
	.footer_bottom {
		display: block;
		margin-top: 35px;
		padding-top: 20px;
	}
	.footer_policy {
		margin-left: 0;
	}
	#footer .footnav ul {
		justify-content: center;
	}
	#copyright {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		padding: var(--px80) 0 var(--px120);
	}
}

.inner {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}

.post h1 {
	font-family: "Noto Serif JP", serif;
}
h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #000000;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	margin: 0 0 35px;
	position: relative;
}

.post h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

h2.title  {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
	font-size: var(--rem48);
	line-height: 1.8;
	margin: 0 0 35px!important;
}
h2.title .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: var(--rem24);
	display: block;
	text-decoration: underline;
}

.post h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	border: none;
	padding: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding: 0;
}

.post h4::before {
	display: none;
}

/* ===================================
ボタン
=================================== */
.linkBtn, .post .linkBtn, a.linkBtn {
	display: block;
	background: #3A4B5D;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	margin-inline: auto;
	color: #fff;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 30px;
	padding: 18px;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	aspect-ratio: 15 / 10;
	width: 15px;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #3A4B5D;
	color: #fff;
	opacity: .7;
}

/* ===================================
CTA
=================================== */
.cta {
	background: url(/wp-content/uploads/ctaBg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: var(--px120) 0;
}
.cta .inner {
	background: #fff;
	padding: var(--px60);
}
.cta .ctaFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.cta h2 {
	text-align: left;
}
.cta .ctaLink {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.cta a {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 20px;
	width: 300px;
	max-width: 100%;
	position: relative;
	padding: 14px 0;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	margin-bottom: .1em;
}
.cta a::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	aspect-ratio: 15 / 10;
	width: 15px;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}
.cta a:hover {
	opacity: .7;
}
.cta .lineLink {
	background: #06C755;
}
.cta .lineLink::before {
	content: "\f3c0";
}
.cta .telLink {
	background: #1D59A1;
}
.cta .telLink::before {
	content: '\f095';
}
.cta .mailLink {
	background: #1D59A1;
}
.cta .mailLink::before {
	content: '\f0e0';
}

/* ===================================
FIXボタン
=================================== */

.fixButton {
	position: fixed;
	right: 0;
	bottom: clamp(50px, 12vh, 100px);
	display: flex;
	flex-direction: column;
	gap: clamp(3px, 0.7vh, 7px);
	z-index: 2;
	/* 初期状態は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s ease;
}

.fixButton.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.fixButton a {
	display: block;
	/* 最大52px、画面サイズに応じて縮小 */
	width: min(52px, 6vw, 6.5vh);
}

.fixButton a img {
	display: block;
	width: 100%;
	height: auto;
}

.sp_none {
	display: block;
}
.sp_block {
	display: none;
}


@media screen and (max-width: 480px) {
	.fixButton {
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		flex-direction: row;
		align-items: stretch;
		gap: 4px;
	}
	.fixButton a {
		width: auto;
		flex: 1;
	}
	.fixButton .sizeModalOpen {
		width: 50px;
		flex: 0 0 50px;
	}
	.fixButton a > div,
	.fixButton a img {
		height: 100%;
	}
	.fixButton a img {
		width: 100%;
		object-fit: cover;
	}
	.sp_none {
		display: none;
	}
	.sp_block {
		display: block;
	}
}


/* ===================================
車種サイズ表 モーダル
=================================== */

.sizeModal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sizeModal.is-open {
	opacity: 1;
	visibility: visible;
}

.sizeModalOverlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.sizeModalContent {
	position: relative;
	z-index: 1;
	width: min(900px, 90vw);
	max-height: 90vh;
}

.sizeModalContent img {
	display: block;
	width: 100%;
	max-height: 90vh;
	object-fit: contain;
}

.sizeModalClose {
	position: absolute;
	top: -45px;
	right: 0;

	width: 40px;
	height: 40px;

	padding: 0;
	border: 0;
	background: transparent;

	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.sizeModal {
		padding: 20px;
	}

	.sizeModalContent {
		width: 80%;
		max-height: 60vh;
	}
}

/*-----------------------------
共通レイアウト
------------------------------*/
.page_visual {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.page_visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.7);
}
.page_visual .inner {
	position: relative;
	z-index: 2;
}
.page_visual_content {
	width: min(820px,65%);
}
.page_visual_content h2 {
	text-align: left;
	margin: 0 0 45px;
	color: #fff;
	font-size: var(--rem40);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .04em;
}
.page_visual_content p {
	margin: 0;
	color: #fff;
	letter-spacing: .02em;
}
@media screen and (max-width: 768px) {
	.page_visual {
		min-height: 330px;
		background-position: center;
	}
	.page_visual_content {
		width: 100%;
	}
	.page_visual_content h2 {
		text-align: center;
		margin-bottom: 25px;
	}
	.page_visual_content p br {
		display: none;
	}
}

.page_lead {
	margin: 15px 0 0;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page_lead {
		margin-top: 10px;
	}
}

/*-----------------------------
Top
------------------------------*/
#mainImg {
	display: none;
}

.top_about {
	clip-path: inset(0);
	padding: 300px 0 160px;
	position: relative;
	z-index: 2;
}
.top_about::after {
	content: '';
	display: inline-block;
	background: #000;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_about .bg-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -10;
	pointer-events: none;
}
.top_about h1 {
	font-family: "Cormorant Garamond", serif;
	font-size: var(--px120);
	color: #fff;
	line-height: 1.3;
}
.top_about h2.title,
.top_about h2.title .en {
	color: #fff;
}
.top_about .scroll {
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	writing-mode: vertical-rl;
	position: relative;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 260px;
}
.top_about .scroll::before {
	animation: scroll 2s infinite;
	background-color: #fff;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.top_about p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2.6;
}
.top_about .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
.top_about .mask img {
	width: 100%;
}
.top_about .linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	background: #fff;
	color: #3A4B5D;
}
.top_about .linkBtn::before {
	background: url(/wp-content/uploads/arrow_b.png)no-repeat;
	background-size: contain;
}
.top_about .linkBtn:hover {
	background: #fff;
	color: #3A4B5D;
}

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

.top_gallery_track {
	display: flex;
	width: max-content;
	animation: topGalleryLoop 60s linear infinite;
	will-change: transform;
}

.top_gallery ul {
	display: flex;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_gallery li {
	flex: 0 0 25vw;
	width: 25vw;
}

.top_gallery img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes topGalleryLoop {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.top_result {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			rgba(10, 14, 18, 0.86),
			rgba(10, 14, 18, 0.86)
		),
		url("/wp-content/uploads/topResultBg.jpg") center center / cover no-repeat;
	color: #fff;
	padding: var(--px80) 0;
}
.top_result .inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 42% 58%;
}
.top_result_content {
	padding: 55px 8% 0 0;
}
.top_result h2.title {
	text-align: left;
	color: #fff;
}
.top_result .linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	background: #fff;
	color: #3A4B5D;
	margin-left: 0;
}
.top_result .linkBtn::before {
	background: url(/wp-content/uploads/arrow_b.png)no-repeat;
	background-size: contain;
}
.top_result .linkBtn:hover {
	background: #fff;
	color: #3A4B5D;
}
.top_result_text {
	max-width: 590px;
	margin: 0 0 60px;
	color: #fff;
	letter-spacing: 0.04em;
}
.top_result_button .arrow {
	font-size: 27px;
	font-weight: 300;
	transition: transform 0.3s ease;
}
.top_result_button:hover {
	background: #192028;
	color: #fff;
}
.top_result_button:hover .arrow {
	transform: translateX(5px);
}
.top_result_numbers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-self: start;
}
.top_result_item {
	position: relative;
	min-height: 295px;
	padding: 35px 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top_result_item::before {
	content: '';
	display: inline-block;
	height: 80%;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.top_result_item:nth-child(1)::after,
.top_result_item:nth-child(2)::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_result_number {
	display: flex;
	align-items: baseline;
	white-space: nowrap;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1;
}
.top_result_number .countUp {
	font-size: clamp(70px, 7vw, 118px);
	letter-spacing: -0.04em;
}
.top_result_number .unit {
	margin-left: 8px;
	font-family: sans-serif;
	font-size: clamp(30px, 3vw, 50px);
	font-weight: 600;
}
.top_result_number .unit.percent {
	margin-left: 3px;
}
.top_result_label {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 20px 0 0;
	font-size: clamp(14px, 1vw, 17px);
	font-weight: 600;
}
.top_result_label .dot {
	display: block;
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
}
.top_result_marquee {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -0.12em;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	opacity: 0.12;
}
.top_result_marquee_track {
	display: flex;
	width: max-content;
	animation: resultMarquee 30s linear infinite;
	will-change: transform;
}
.top_result_marquee_group {
	display: flex;
	flex-shrink: 0;
}
.top_result_marquee_group span {
	display: block;
	flex-shrink: 0;
	padding-right: 0.25em;
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(150px, 17vw, 330px);
	font-weight: 400;
	line-height: 0.63;
	letter-spacing: -0.07em;
	white-space: nowrap;
}

@keyframes resultMarquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.top_brands {
	position: relative;
	overflow: hidden;
	padding: var(--px120) 0 var(--px80);
	background: #fff;
}
.top_brands_title {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 75px;
}
.top_brands_title span {
	position: relative;
	z-index: 2;
	width: 52px;
	height: 1px;
	background: #222;
}
.top_brands_title p {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .03em;
	white-space: nowrap;
}
.top_brands_bg {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #f1f2f3;
	font-family: "Times New Roman",serif;
	font-size: 150px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.05em;
	white-space: nowrap;
	pointer-events: none;
}
.top_brands_slider {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
.top_brands_track {
	display: flex;
	width: max-content;
	animation: brandsLoop 40s linear infinite;
	will-change: transform;
}
.top_brands_track ul {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_brands_track li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 220px;
	height: 90px;
	padding: 0 35px;
	box-sizing: border-box;
}
.top_brands_track img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 160px;
	max-height: 65px;
	object-fit: contain;
}
@keyframes brandsLoop {
	from {
		transform: translate3d(0,0,0);
	}
	to {
		transform: translate3d(-50%,0,0);
	}
}

.top_works {
	padding: var(--px120) 0;
	background: #D9DDE0;
}
.top_works_text {
	text-align: center;
	margin-bottom: 40px;
}
.top_works_categories {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	margin: 45px 0 50px;
	align-items: start;
}
.top_works_category {
	background: rgba(58, 75, 93, .7);
}
.top_works_category summary {
	list-style: none;
}
.top_works_category summary::-webkit-details-marker {
	display: none;
}
.top_works_category_title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 90px;
	padding: 20px 60px;
	background: #3A4B5D;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.top_works_category_title .arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 18px;
	height: 18px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .3s;
}
.top_works_category[open] .top_works_category_title .arrow {
	transform: translateY(-30%) rotate(225deg);
}
.top_works_category_body {
	padding: 20px 25px 25px;
}
.top_works_category_body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_works_category_body li {
	margin: 0;
}
.top_works_category_body a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.top_works_category_body a::before {
	content: ">";
	margin-right: 5px;
}
.top_works_category_body a:hover {
	opacity: .7;
}

.top_service {
	padding-top: var(--px120);
}
.top_service_text {
	margin-bottom: 40px;
	text-align: center;
}
.top_service_tabs {
	display: grid;
	grid-template-columns: repeat(7,1fr);
	width: 100%;
}
.top_service_tab {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 15px 10px;
	border: 1px solid #3d5061;
	border-right: 0;
	background: #fff;
	color: #3A4B5D;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.top_service_tab:last-child {
	border-right: 1px solid #3d5061;
}
.top_service_tab:hover,
.top_service_tab.is-active {
	background: #3A4B5D;
	color: #fff;
}
.top_service_contents {
	background: #3A4B5D;
}
.top_service_panel {
	display: none;
	grid-template-columns: 40% 60%;
	align-items: center;
	min-height: 610px;
	padding: 45px 45px 45px 4%;
}
.top_service_panel.is-active {
	display: grid;
}
.top_service_info {
	padding-right: 10%;
	color: #fff;
}
.top_service_info .catch {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700;
}
.top_service_info h3 {
	margin: 0 0 25px;
	color: #fff;
	font-family: serif;
	font-size: clamp(36px,3vw,52px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .05em;
}
.top_service_info .text {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 2;
}
.top_service .linkBtn {
	margin-left: 0;
	background: #fff;
	color: #3A4B5D;
}
.top_service .linkBtn::before {
	background: url(/wp-content/uploads/arrow_b.png)no-repeat;
	background-size: contain;
}
.top_service .linkBtn:hover {
	background: #fff;
	color: #3A4B5D;
}
.top_service_image {
	width: 100%;
	height: 520px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .8s ease,transform .8s ease;
}
.top_service_image.is-show {
	opacity: 1;
	transform: translateY(0);
}
.top_service_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_reason {
	padding-top: var(--px120);
}
.top_reason_text {
	margin-bottom: 40px;
	text-align: center;
}
.top_reason_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.top_reason_subgrid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(2,1fr);
	gap: 20px;
}
.top_reason_item {
	position: relative;
	min-height: 410px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.top_reason_item--main {
	min-height: 820px;
}
.top_reason_overlay {
	position: absolute;
	inset: 0;
	background: rgba(10,16,22,.62);
}
.top_reason_content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 45px 9%;
}
.top_reason_item--main .top_reason_content {
	justify-content: center;
	padding: 60px 7%;
}
.top_reason_logo {
	display: block;
	width: 52px;
	height: auto;
	margin-bottom: 35px;
}
.top_reason_item h3 {
	margin: 0 0 18px;
	color: #fff;
	font-family: serif;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .03em;
}
.top_reason_item p {
	margin: 0;
}
.top_reason_item--main h3 {
	margin-bottom: 28px;
	font-size: var(--rem36);
}
.top_reason_item--main p {
	max-width: 680px;
}
.top_reason_link {
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	width: fit-content;
	margin-top: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.top_reason_item--main .top_reason_link {
	margin-top: 150px;
}
.top_reason_link::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform .3s ease;
}
.top_reason_link:hover {
	color: #fff;
}
.top_reason_link:hover::after {
	transform: translateX(5px) rotate(45deg);
}

.top_cta {
	padding: var(--px120) 0;
}
.top_cta h2 {
	margin: 0 0 75px;
	font-family: serif;
	font-size: var(--rem40);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .04em;
}
.top_cta_steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin-bottom: 45px;
}
.top_cta_steps::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	height: 2px;
	background: #ccc;
}
.top_cta_steps::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 25%;
	height: 2px;
	background: #3A4B5D;
	transition: transform .4s ease;
}
.top_cta_steps[data-active="2"]::after {
	transform: translateX(100%);
}
.top_cta_steps[data-active="3"]::after {
	transform: translateX(200%);
}
.top_cta_steps[data-active="4"]::after {
	transform: translateX(300%);
}
.top_cta_step {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	padding: 0 0 1px;
	border: 0;
	background: transparent;
	color: #c7c7c7;
	font-size: 21px;
	font-weight: 700;
	cursor: pointer;
	transition: color .3s ease;
}
.top_cta_step.is-active {
	color: #3A4B5D;
}
.top_cta_step_dot {
	display: block;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #ccc;
	box-sizing: content-box;
	transition: background .3s ease;
}
.top_cta_step.is-active .top_cta_step_dot {
	background: #3A4B5D;
}
.top_cta_content {
	display: grid;
	grid-template-columns: 39fr 61fr;
	gap: 55px;
	align-items: start;
	width: 100%;
	min-width: 0;
}
.top_cta_left {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 485px;
}
.top_cta_panels {
	position: relative;
}
.top_cta_panel {
	display: none;
}
.top_cta_panel.is-active {
	display: block;
	animation: ctaFade .45s ease;
}
.top_cta_panel p {
	margin: 0 0 45px;
}
.top_cta_panel p:last-child {
	margin-bottom: 20px;
}
.top_cta_buttons {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 300px;
	max-width: 100%;
	margin-top: auto;
}
.top_cta_buttons .linkBtn {
	margin-top: 0;
}
.top_cta_movie {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #ddd;
}
.top_cta_movie iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
}
@keyframes ctaFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.top_column {
	padding: var(--px120) 0;
	background: #D9DDE0;
}
.top_column h2.title {
	text-align: left;
}
.top_column_text {
	margin-bottom: 80px;
}
.top_column_content {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.top_column_box h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.top_column_box h3::after {
	content: '';
	display: inline-block;
	background: #3A4B5D;
	width: 100%;
	height: 1px;
	flex: 1;
}

.top_instagram {
	padding-top: var(--px120);
}
.top_instagram_text {
	text-align: center;
	margin-bottom: 40px;
}
.top_instagram #sbi_mod_link,
.top_instagram #sbi_mod_error {
	float: unset;
}

.top_review {
	padding-top: var(--px120);
}

.top_banner {
	padding: var(--px80) 0;
}

@media print, screen and (max-width: 1023px) {
	.top_reason_grid {
		grid-template-columns: 1fr;
	}
	.top_reason_item--main {
		min-height: 420px;
	}
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 240px 0 100px;
	}
	.top_about h1 {
		font-size: var(--px80);
	}
	.top_about p {
		font-size: 14px;
		line-height: 2.3;
	}

	.top_gallery li {
		flex-basis: 50vw;
		width: 50vw;
	}

	.top_result {
		background-position: center center;
		padding: var(--px120) 0;
	}
	.top_result .inner {
		display: block;
		padding: 0;
	}
	.top_result h2.title {
		text-align: center;
	}
	.top_result .linkBtn {
		margin-left: auto;
	}
	.top_result_content {
		padding: 0;
	}
	.top_result_text {
		margin-bottom: 35px;
		font-size: 14px;
		line-height: 2;
	}
	.top_result_text br {
		display: none;
	}

	.top_result_numbers {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
		margin-top: 40px;
	}
	.top_result_item {
		min-height: 170px;
		padding: 25px 15px;
	}
	.top_result_number .countUp {
		font-size: clamp(42px, 13vw, 65px);
	}
	.top_result_number .unit {
		margin-left: 4px;
		font-size: clamp(19px, 6vw, 28px);
	}
	.top_result_label {
		gap: 6px;
		margin-top: 13px;
		font-size: 12px;
	}
	.top_result_label .dot {
		width: 9px;
		height: 9px;
	}
	.top_result_marquee {
		bottom: 5px;
	}
	.top_result_marquee_group span {
		font-size: 100px;
	}

	.top_brands_title {
		gap: 10px;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.top_brands_title span {
		width: 30px;
	}
	.top_brands_title p {
		font-size: 15px;
	}
	.top_brands_bg {
		font-size: 80px;
	}
	.top_brands_track {
		animation-duration: 35s;
	}
	.top_brands_track li {
		flex-basis: 150px;
		height: 65px;
		padding: 0 25px;
	}
	.top_brands_track img {
		max-width: 110px;
		max-height: 48px;
	}

	.top_works_categories {
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 30px 0 40px;
	}
	.top_works_category_title {
		min-height: 60px;
		padding: 15px 50px;
		font-size: 16px;
	}
	.top_works_category_title .arrow {
		right: 20px;
		width: 14px;
		height: 14px;
	}
	.top_works_category_body {
		padding: 15px 20px 20px;
	}
	.top_works_category_body ul {
		gap: 8px 15px;
	}
	.top_works_category_body a {
		font-size: 14px;
	}

	.top_service_text {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 2;
	}
	.top_service_text br {
		display: none;
	}
	.top_service_tabs {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.top_service_tab {
		width: 50%;
		min-height: 65px;
		padding: 10px 5px;
		border-width: 1px;
		border-right: 0;
		border-bottom: 0;
		font-size: 13px;
	}
	.top_service_tab:nth-child(even) {
		border-right: 1px solid #3d5061;
	}
	.top_service_tab:last-child {
		border-right: 1px solid #3d5061;
		border-bottom: 1px solid #3d5061;
		width: 100%;
	}
	.top_service_panel {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 0;
	}
	.top_service_panel.is-active {
		display: flex;
		flex-direction: column-reverse;
	}
	.top_service_info {
		width: 100%;
		padding: 35px 20px 45px;
	}
	.top_service_info .catch {
		text-align: center;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.top_service_info h3 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 30px;
	}
	.top_service_info .text {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.9;
	}
	.top_service_info .text br {
		display: none;
	}
	.top_service .linkBtn {
		margin-left: auto;
	}
	.top_service_image {
		height: auto;
		aspect-ratio: 4 / 3;
		transform: translateY(30px);
	}
	.top_service_image.is-show {
		transform: translateY(0);
	}

	.top_reason_grid {
		gap: 20px;
	}
	.top_reason_subgrid {
		display: grid;
		grid-template-columns: 1fr;
	}
	.top_reason_item,
	.top_reason_item--main {
		min-height: 430px;
	}
	.top_reason_content,
	.top_reason_item--main .top_reason_content {
		justify-content: center;
		padding: 40px 25px;
	}
	.top_reason_logo {
		width: 42px;
		margin-bottom: 25px;
	}
	.top_reason_item h3,
	.top_reason_item--main h3 {
		margin-bottom: 18px;
		font-size: 20px;
		line-height: 1.5;
	}
	.top_reason_item--main p br {
		display: none;
	}
	.top_reason_item--main .top_reason_link {
		margin-top: 50px;
	}
	.top_reason_link {
		gap: 14px;
		font-size: 14px;
	}
	.top_reason_link::after {
		width: 5px;
		height: 5px;
	}

	.top_cta h2 {
		margin: 0 0 45px;
	}
	.top_cta_steps {
		margin-bottom: 35px;
	}
	.top_cta_step {
		gap: 12px;
		font-size: 15px;
	}
	.top_cta_step_dot {
		width: 12px;
		height: 12px;
		border-width: 2px;
	}
	.top_cta_steps::before,
	.top_cta_steps::after {
		bottom: 6px;
	}
	.top_cta_content {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}
	.top_cta_left {
		width: 100%;
		min-height: 0;
	}
	.top_cta_panel p {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 2;
	}
	.top_cta_movie {
		order: -1;
	}
	.top_cta_buttons {
		width: 100%;
		margin-top: 35px;
	}

	.top_column_text {
		margin-bottom: 40px;
	}
	.top_column_content {
		gap: 60px;
	}
}

/*-----------------------------
サービス共通
------------------------------*/
.service-no-padding {
	padding: 0!important;
}
.service-no-padding-top {
	padding-top: 0!important;
}
.service-no-padding-bottom {
	padding-bottom: 0!important;
}

.service_tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin-bottom: 45px;
}
.service_tabs a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(25% - 5px);
	min-height: 60px;
	padding: 12px 15px;
	background: #3A4B5D;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
.service_intro {
	margin: 0 0 15px;
	text-align: center;
}
.service_list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.service_card {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 70px;
	align-items: center;
	padding: 42px 45px;
	border: 1px solid #3A4B5D;
}
.service_card_body {
	min-width: 0;
}
.service_card_body h2 {
	margin: 0 0 18px;
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
.service_card_body .linkBtn {
	margin-left: 0;
}
.service_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 20px !important;
	padding: 0;
	list-style: none;
}
.service_tags li {
	padding: 4px 8px;
	background: #3A4B5D;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}
.service_text {
	margin: 0 0 32px;
	font-size: 15px;
	line-height: 2;
}
.service_card_image {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.service_card_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.service_tabs {
		gap: 5px;
		margin-bottom: 30px;
	}
	.service_tabs a {
		width: calc(50% - 3px);
		min-height: 52px;
		padding: 10px 8px;
		font-size: 12px;
	}
	.service_intro {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	.service_list {
		gap: 30px;
	}
	.service_card {
		display: flex;
		flex-direction: column-reverse;
		gap: 25px;
		padding: 20px;
	}
	.service_card_body {
		width: 100%;
	}
	.service_card_body h2 {
		margin-bottom: 15px;
	}
	.service_card_body .linkBtn {
		margin-left: auto;
	}
	.service_tags {
		margin-bottom: 20px;
	}
	.service_tags li {
		font-size: 11px;
	}
	.service_text {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_card_image {
		aspect-ratio: 4 / 3;
	}
}

.service_value {
	padding: var(--px120) 0;
}
.service_value_intro {
	margin: 35px 0 60px;
	text-align: center;
}
.service_value_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px 24px;
}
.service_value_item {
	width: calc(25% - 18px);
}
.service_value_image {
	width: 100%;
	aspect-ratio: 16 / 10;
	margin-bottom: 18px;
	overflow: hidden;
}
.service_value_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_value_item h3 {
	margin: 0 0 12px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.service_value_item p {
	margin: 0;
	line-height: 1.9;
}
.service_value_more {
	display: inline-block;
	margin-top: 8px;
	color: #1D59A1;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.service_value_buttons {
	display: grid;
	grid-template-columns: repeat(2,270px);
	justify-content: center;
	gap: 12px 20px;
	margin-top: 55px;
}
.service_value_buttons .linkBtn {
	width: 100%;
	margin-top: 0;
}
@media screen and (max-width: 1023px) {
	.service_value_item {
		width: calc(50% - 18px);
	}
}
@media screen and (max-width: 768px) {
	.service_value_intro {
		margin: 25px 0 40px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_value_list {
		display: block;
	}
	.service_value_item {
		width: 100%;
		margin-bottom: 35px;
	}
	.service_value_item:last-child {
		margin-bottom: 0;
	}
	.service_value_image {
		margin-bottom: 15px;
		aspect-ratio: 16 / 10;
	}
	.service_value_item h3 {
		margin-bottom: 10px;
	}
	.service_value_buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		margin-top: 40px;
	}
	.service_value_buttons .linkBtn {
		width: 100%;
	}
}

.service_caution {
	padding: var(--px120) 0;
	background: #D9DDE0;
}
.service_caution_wrap {
	display: grid;
	grid-template-columns: minmax(0,1.15fr) minmax(0,.9fr);
	gap: 70px;
	align-items: stretch;
}
.service_caution_main {
	min-width: 0;
}
.service_caution_main h2 {
	margin: 0 0 25px;
	font-size: var(--rem40);
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
.service_caution_intro {
	margin: 0 0 40px;
	font-size: 15px;
	line-height: 2;
}
.service_caution_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px;
}
.service_caution_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 30px 24px;
	border: 1px solid #3A4B5D;
	text-align: center;
}
.service_caution_item img {
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 20px;
	object-fit: contain;
}
.service_caution_item h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.service_caution_item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.9;
	text-align: left;
}
.service_caution_image {
	width: 100%;
	height: 100%;
	min-height: 620px;
	overflow: hidden;
}
.service_caution_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_caution_buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
}
.service_caution_buttons .linkBtn {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.service_caution_wrap {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}
	.service_caution_main h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.service_caution_intro {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_caution_list {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.service_caution_item {
		min-height: 0;
		padding: 25px 20px;
	}
	.service_caution_item img {
		width: 34px;
		height: 34px;
		margin-bottom: 15px;
	}
	.service_caution_item h3 {
		margin-bottom: 10px;
		font-size: 17px;
	}
	.service_caution_item p {
		font-size: 13px;
	}
	.service_caution_image {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}
	.service_caution_buttons {
		flex-direction: column;
		gap: 10px;
		margin-top: 40px;
	}
	.service_caution_buttons .linkBtn {
		margin-inline: auto;
	}
}

.service_flow {
	padding: var(--px120) 0;
}
.service_flow--bg {
	background: #D9DDE0;
}
.service_flow_wrap {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 70px;
	align-items: start;
}
.service_flow_intro {
	padding-top: 10px;
}
.service_flow_intro h2.title {
	margin: 0 0 30px;
	text-align: left;
}
.service_flow_text {
	margin: 0 0 45px;
}
.service_flow_intro .linkBtn {
	margin-left: 0;
}
.service_flow_list {
	position: relative;
	padding-left: 40px;
}
.service_flow_list::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 2px;
	background: #3A4B5D;
}
.service_flow_item {
	position: relative;
	padding: 0 0 65px;
}
.service_flow_item:last-child {
	padding-bottom: 0;
}
.service_flow_dot {
	position: absolute;
	top: 14px;
	left: -39px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #3A4B5D;
}
.service_flow_day {
	margin: 0 0 10px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}
.service_flow_item h3 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
.service_flow_item > p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.service_flow_wrap {
		display: block;
	}
	.service_flow_intro {
		padding-top: 0;
		margin-bottom: 50px;
	}
	.service_flow_en {
		margin-bottom: 18px;
		font-size: 16px;
	}
	.service_flow_intro h2.title {
		margin-bottom: 20px;
		text-align: center;
	}
	.service_flow_text {
		margin-bottom: 30px;
	}
	.service_flow_intro .linkBtn {
		margin-left: auto;
	}
	.service_flow_list {
		padding-left: 35px;
	}
	.service_flow_list::before {
		left: 7px;
	}
	.service_flow_item {
		padding-bottom: 45px;
	}
	.service_flow_dot {
		top: 9px;
		left: -34px;
		width: 12px;
		height: 12px;
	}
	.service_flow_day {
		margin-bottom: 8px;
		font-size: 28px;
	}
	.service_flow_item h3 {
		margin-bottom: 12px;
		font-size: 20px;
	}
	.service_flow_item > p:last-child {
		font-size: 13px;
		line-height: 1.9;
	}
}

.service_faq {
	padding: var(--px120) 0;
}
.service_faq--bg {
	background: #D9DDE0;
}
.service_faq_intro {
	margin: 35px 0 65px;
	text-align: center;
}
.service_faq_list {
	max-width: 760px;
	margin: 0 auto;
}
.service_faq_item {
	border-bottom: 1px solid #9aa1a7;
}
.service_faq_question {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding: 18px 60px 18px 28px;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	cursor: pointer;
}
.service_faq_question::before,
.service_faq_question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 18px;
	height: 1px;
	background: #68727a;
	transition: transform .3s ease;
}
.service_faq_question::after {
	transform: rotate(90deg);
}
.service_faq_item.is-open .service_faq_question::after {
	transform: rotate(0);
}
.service_faq_answer {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows .4s ease,opacity .4s ease;
}
.service_faq_item.is-open .service_faq_answer {
	grid-template-rows: 1fr;
	opacity: 1;
}
.service_faq_answer_inner {
	overflow: hidden;
}
.service_faq_answer p {
	margin: 0;
	padding: 0 28px 25px;
}
.service_faq_contact {
	margin-top: 85px;
	text-align: center;
}
.service_faq_contact h3 {
	margin: 0 0 15px;
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.5;
}
.service_faq_contact p {
	margin: 0 0 28px;
}
.service_faq_contact .linkBtn {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service_faq {
		padding: 70px 0;
	}
	.service_faq_intro {
		margin: 25px 0 40px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_faq_question {
		min-height: 60px;
		padding: 16px 45px 16px 10px;
		font-size: 14px;
	}
	.service_faq_question::before,
	.service_faq_question::after {
		right: 10px;
		width: 15px;
	}
	.service_faq_answer p {
		padding: 0 10px 20px;
	}
	.service_faq_contact {
		margin-top: 55px;
	}
}

.service_simulator {
	position: relative;
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
	min-height: 290px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.service_simulator_overlay {
	position: absolute;
	inset: 0;
	background: rgba(15,22,28,.62);
}
.service_simulator_inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0,1fr) 300px;
	gap: 80px;
	align-items: center;
	min-height: 290px;
	padding: 50px 80px;
}
.service_simulator_text h2 {
	margin: 0 0 35px;
	color: #fff;
	font-size: var(--rem40);
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
.service_simulator_text p {
	margin: 0;
	color: #fff;
}
.service_simulator_buttons {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.service_simulator .linkBtn {
	background: #fff;
	color: #3A4B5D;
	margin: 0;
}
.service_simulator .linkBtn::before {
	background: url(/wp-content/uploads/arrow_b.png)no-repeat;
	background-size: contain;
}
.service_simulator .linkBtn:hover {
	background: #fff;
	color: #3A4B5D;
}
@media screen and (max-width: 768px) {
	.service_simulator {
		min-height: 0;
	}
	.service_simulator_inner {
		display: block;
		min-height: 0;
		padding: 45px 25px;
	}
	.service_simulator_text h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.service_simulator_text p {
		text-align: center;
	}
	.service_simulator_buttons {
		gap: 10px;
		align-items: center;
		margin-top: 35px;
	}
}

.service_media {
	padding: var(--px120) 0;
}
.service_media h2 {
	text-align: left;
}
.service_media_list {
	display: flex;
	flex-direction: column;
	gap: 110px;
}
.service_media_image img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.service_media_list {
		gap: 60px;
	}
	.service_media h2 {
		text-align: center;
	}
	.service_media h3 {
		text-align: center;
	}
}

.service_aftercare {
	padding: var(--px120) 0;
	background: #D9DDE0;
}
.service_aftercare-no-bg {
	background: #fff;
}
.service_aftercare_heading {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
}
.service_aftercare_heading .title {
	margin-bottom: 30px;
}
.service_aftercare_balloon {
	position: absolute;
	top: -55px;
	right: -50px;
	width: 200px;
	height: auto;
}
.service_aftercare_intro {
	max-width: 860px;
	margin: 0 auto 55px;
	font-size: 15px;
	line-height: 2;
}
.service_aftercare_content {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
	gap: 70px;
	align-items: center;
}
.service_aftercare_points {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.service_aftercare_point h3 {
	position: relative;
	display: inline;
	margin: 0;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.6;
	background: linear-gradient(transparent 72%,#b6cae0 72%);
}
.service_aftercare_point p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.9;
}
.service_aftercare_image {
	width: 100%;
	overflow: hidden;
}
.service_aftercare_image img {
	display: block;
	width: 100%;
	height: auto;
}
.service_aftercare_warranty {
	position: relative;
	max-width: 820px;
	margin: 75px auto 0;
	padding: 60px 80px 45px;
	border: 2px solid #1D59A1;
	background: #fff;
}
.service_aftercare_warranty::before {
	content: "";
	position: absolute;
	top: -19px;
	left: 50%;
	width: 32px;
	height: 32px;
	border-top: 2px solid #1D59A1;
	border-left: 2px solid #1D59A1;
	background: #fff;
	transform: translateX(-50%) rotate(45deg);
}
.service_aftercare_warranty_title {
	font-family: "Noto Serif JP", serif;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: -42px 0 45px;
	color: #1D59A1!important;
	font-size: 23px;
	font-weight: 500;
}
.service_aftercare .service_aftercare_warranty_title::before,
.service_aftercare .service_aftercare_warranty_title::after {
	content: "" !important;
	display: block;
	flex-shrink: 0;
	width: 55px;
	height: 1px;
	background: #1D59A1;
}
.service_aftercare_warranty_main {
	display: grid;
	grid-template-columns: 200px minmax(0,1fr);
	gap: 55px;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px dotted #aaa;
}
.service_aftercare_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.service_aftercare_warranty_text p {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.8;
}
.service_aftercare_warranty_text p:last-child {
	margin-bottom: 0;
}
.service_aftercare_warranty_list {
	padding-top: 25px;
}
.service_aftercare_warranty_item {
	margin-bottom: 22px;
}
.service_aftercare_warranty_item:last-child {
	margin-bottom: 0;
}
.service_aftercare_warranty_item_title {
	display: flex;
	align-items: center;
	gap: 8px;
}
.service_aftercare_warranty_item-title img {
	width: 22px;
	height: auto;
}
.service_aftercare_warranty_item_title img {
	width: 22px;
	height: auto;
}
.service_aftercare_warranty_item_title h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}
.service_aftercare_warranty_item > p {
	margin: 7px 0 0 30px;
	font-size: 13px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.service_aftercare_heading {
		padding-top: 60px;
	}
	.service_aftercare_heading .title {
		margin-bottom: 25px;
	}
	.service_aftercare_balloon {
		top: -20px;
		right: 0;
		width: 130px;
	}
	.service_aftercare_intro {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_aftercare_intro br {
		display: none;
	}
	.service_aftercare_content {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}
	.service_aftercare_points {
		gap: 25px;
	}
	.service_aftercare_point h3 {
		font-size: 18px;
		line-height: 1.6;
	}
	.service_aftercare_point p {
		font-size: 13px;
	}
	.service_aftercare_image {
		width: 100%;
	}
	.service_aftercare_warranty {
		margin-top: 55px;
		padding: 50px 20px 30px;
	}
	.service_aftercare_warranty_title {
		gap: 10px;
		margin: -35px 0 35px;
		font-size: 20px;
	}
	.service_aftercare_warranty_title::before,
	.service_aftercare_warranty_title::after {
		width: 35px;
	}
	.service_aftercare_warranty_main {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.service_aftercare_logo {
		width: 180px;
		margin: 0 auto;
	}
	.service_aftercare_warranty_text p {
		font-size: 13px;
	}
	.service_aftercare_warranty_item_title h4 {
		font-size: 13px;
	}
	.service_aftercare_warranty_item > p {
		margin-left: 0;
		font-size: 12px;
	}
}

.service_base {
	padding: var(--px120) 0;
}
.service_base_intro {
	margin: 35px 0 40px;
	text-align: center;
}
.service_base_grid {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 25px;
}
.service_base_main {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
.service_base_main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_base_features {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 25px;
}
.service_base_feature {
	position: relative;
	min-height: 238px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.service_base_feature_overlay {
	position: absolute;
	inset: 0;
	background: rgba(10,16,22,.65);
}
.service_base_feature_content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 25px;
}
.service_base_feature_content > img {
	display: block;
	width: 38px;
	height: auto;
	margin-bottom: 18px;
}
.service_base_feature_content h3 {
	font-family: "Noto Serif JP", serif;
	margin: 0 0 12px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
}
.service_base_feature_content p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
}
.service_base_detail {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 70px;
	align-items: start;
	margin-top: 65px;
}
.service_base_text h3 {
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
}
.service_base_text p {
	margin: 0 0 25px;
}
.service_base_text p:last-child {
	margin-bottom: 0;
}
.service_base_detail_image {
	width: 100%;
	overflow: hidden;
}
.service_base_detail_image img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1023px) {
	.service_base_grid {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 768px) {
	.service_base_intro {
		margin: 25px 0 35px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_base_grid {
		display: block;
	}
	.service_base_main {
		min-height: 0;
		aspect-ratio: 4 / 3;
		margin-bottom: 15px;
	}
	.service_base_features {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.service_base_feature {
		min-height: 250px;
	}
	.service_base_feature_content {
		padding: 25px 20px;
	}
	.service_base_feature_content > img {
		width: 34px;
		margin-bottom: 15px;
	}
	.service_base_detail {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
		margin-top: 50px;
	}
	.service_base_text h3 {
		margin-bottom: 20px;
	}
	.service_base_text p {
		margin-bottom: 20px;
	}
}

.service_master {
	padding: var(--px120) 0;
}
.service_master_intro {
	max-width: 760px;
	margin: 35px auto 55px;
	font-size: 15px;
	line-height: 2;
}
.service_master_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
.service_master_card {
	position: relative;
	min-width: 0;
	min-height: 720px;
	padding: 30px 20px 35px;
	border: 1px solid #3A4B5D;
	background: #fff;
}
.service_master_card::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	background: #3A4B5D;
}
.service_master_image {
/* 	width: 170px; */
/* 	aspect-ratio: 1 / 1.25; */
	width: 100%;
	aspect-ratio: 3 / 2;
	margin: 0 auto 18px;
	overflow: hidden;
/* 	border-radius: 50%; */
}
.service_master_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_master_card > h3 {
	margin: 0 0 35px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.service_master_profile {
	margin-bottom: 35px;
}
.service_master_profile h4,
.service_master_message h4 {
	margin: 0 0 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #8f969d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #3A4B5D;
}
.service_master_profile ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_master_profile li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 14px;
	font-size: 13px;
	line-height: 1.7;
}
.service_master_profile li::before {
	content: "—";
	position: absolute;
	top: 0;
	left: 0;
}
.service_master_profile li:last-child {
	margin-bottom: 0;
}
.service_master_message p {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
}
.service_master_contact {
	margin-top: 55px;
	text-align: center;
}
.service_master_contact h3 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
.service_master_contact p {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.8;
}
.service_master_contact .linkBtn {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service_master_intro {
		margin: 25px auto 40px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_master_intro br {
		display: none;
	}
	.service_master_list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.service_master_card {
		min-height: 0;
		padding: 25px 20px 30px;
	}
	.service_master_image {
/* 		width: 150px; */
		margin-bottom: 15px;
	}
	.service_master_card > h3 {
		margin-bottom: 30px;
		font-size: 15px;
	}
	.service_master_profile {
		margin-bottom: 30px;
	}
	.service_master_profile h4,
	.service_master_message h4 {
		font-size: 14px;
	}
	.service_master_profile li,
	.service_master_message p {
		font-size: 13px;
	}
	.service_master_contact {
		margin-top: 45px;
	}
	.service_master_contact h3 {
		font-size: 21px;
	}
	.service_master_contact p {
		font-size: 13px;
	}
}

.service_points {
	padding: var(--px120) 0;
}
.service_points_intro {
	margin: 35px 0 45px;
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.service_points_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px 35px;
}
.service_points_item {
	padding: 24px 28px;
	background: #dfe3e6;
}
.service_points_heading {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 15px;
}
.service_points_heading span {
	display: inline-block;
	padding: 6px 8px;
	background: #fff;
	color: #3A4B5D;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.service_points_heading h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
}
.service_points_item > p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}
.service_points_notes {
	margin-top: 60px;
}
.service_points_notes h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.service_points_notes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_points_notes li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 14px;
	font-size: 14px;
	line-height: 1.8;
}
.service_points_notes li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.service_points_notes li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.service_points {
		padding: 70px 0;
	}
	.service_points_intro {
		margin: 25px 0 35px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_points_intro br {
		display: none;
	}
	.service_points_list {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.service_points_item {
		padding: 22px 20px;
	}
	.service_points_heading {
		gap: 12px;
		margin-bottom: 12px;
	}
	.service_points_heading span {
		font-size: 11px;
	}
	.service_points_heading h3 {
		font-size: 21px;
	}
	.service_points_item > p {
		font-size: 13px;
		line-height: 1.9;
	}
	.service_points_notes {
		margin-top: 40px;
	}
	.service_points_notes h3 {
		font-size: 18px;
	}
	.service_points_notes li {
		margin-bottom: 8px;
		font-size: 13px;
		line-height: 1.8;
	}
}

.service_accordion {
	padding: var(--px120) 0;
}
.service_accordion_intro {
	margin: 10px 0 35px;
	text-align: center;
}
.service_accordion_list {
	border: 1px solid #3A4B5D;
}
.service_accordion_item {
	border-bottom: 1px solid #3A4B5D;
}
.service_accordion_item:last-child {
	border-bottom: 0;
}
.service_accordion_head {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	min-height: 58px;
	padding: 14px 65px 14px 20px;
	border: 0;
	background: #fff;
	color: #111;
	text-align: left;
	cursor: pointer;
}
.service_accordion_head::before,
.service_accordion_head::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 18px;
	height: 1px;
	background: #7c858c;
	transition: transform .3s ease;
}
.service_accordion_head::after {
	transform: rotate(90deg);
}
.service_accordion_item.is-open .service_accordion_head::after {
	transform: rotate(0);
}
.service_accordion_number {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
}
.service_accordion_name {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}
.service_accordion_body {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows .45s ease,opacity .45s ease;
}
.service_accordion_item.is-open .service_accordion_body {
	grid-template-rows: 1fr;
	opacity: 1;
}
.service_accordion_body_inner {
	overflow: hidden;
}
.service_accordion_content {
	display: grid;
	grid-template-columns: minmax(0,1fr) 360px;
	gap: 65px;
	align-items: center;
	padding: 40px 45px 55px;
}
.service_accordion_content.align-top {
	align-items: flex-start;
}
.service_accordion_content:not(:has(.service_accordion_gallery)) {
	grid-template-columns: 1fr;
}
.service_accordion_text {
	min-width: 0;
}
.service_accordion_logo {
	max-width: 160px;
	margin-bottom: 25px;
}
.service_accordion_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.service_accordion_text > p {
	margin: 0 0 28px;
	font-size: 14px;
	line-height: 2;
}
.service_accordion_text > p:last-child {
	margin-bottom: 0;
}
.service_accordion .linkBtn {
	margin-left: 0;
}
.service_accordion_gallery {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.service_accordion_image {
	margin: 0;
}
.service_accordion_image img {
	display: block;
	width: 100%;
	height: auto;
}
.service_accordion_image figcaption {
	margin-top: 7px;
	font-size: 11px;
	line-height: 1.5;
	text-align: right;
}
.service_accordion_name small {
	font-size: .7em;
	font-weight: 700;
}
.service_accordion_product {
	padding: 40px 45px 55px;
}
.service_accordion_product_top {
	display: grid;
	grid-template-columns: minmax(0,1fr) 480px;
	gap: 65px;
	align-items: center;
}
.service_accordion_chart {
	text-align: center;
}
.service_accordion_chart img {
	display: block;
	width: 100%;
	height: auto;
}
.service_accordion_chart p {
	margin: 8px 0 0;
	font-size: 11px;
	line-height: 1.6;
}
.service_accordion_product_bottom {
	display: grid;
	grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
	gap: 70px;
	align-items: center;
	margin-top: 60px;
}
.service_accordion_product_image img {
	display: block;
	width: 100%;
	height: auto;
}
.service_accordion_spec h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
}
.service_accordion_spec dl {
	margin: 0;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.service_accordion_spec dl > div {
	display: grid;
	grid-template-columns: 140px minmax(0,1fr);
}
.service_accordion_spec dt,
.service_accordion_spec dd {
	margin: 0;
	padding: 12px 18px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 13px;
	line-height: 1.6;
}
.service_accordion_spec dt {
	background: #d9dee3;
	font-weight: 500;
}
.service_accordion_spec dd {
	background: #fff;
}
@media screen and (max-width: 768px) {
	.service_accordion {
		padding: 70px 0;
	}
	.service_accordion_intro {
		margin: 10px 0 30px;
		font-size: 14px;
	}
	.service_accordion_head {
		min-height: 56px;
		padding: 12px 45px 12px 15px;
	}
	.service_accordion_head::before,
	.service_accordion_head::after {
		right: 15px;
		width: 15px;
	}
	.service_accordion_number {
		font-size: 12px;
	}
	.service_accordion_name {
		font-size: 17px;
	}
	.service_accordion_content {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding: 25px 15px 35px;
	}
	.service_accordion_logo {
		max-width: 130px;
		margin-bottom: 20px;
	}
	.service_accordion_text > p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.9;
	}
	.service_accordion .linkBtn {
		margin-left: auto;
	}
	.service_accordion_gallery {
		gap: 20px;
	}
	.service_accordion_image figcaption {
		font-size: 10px;
	}
	.service_accordion_product {
		padding: 25px 15px 35px;
	}
	.service_accordion_product_top {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.service_accordion_chart {
		width: 100%;
	}
	.service_accordion_product_bottom {
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-top: 40px;
	}
	.service_accordion_product_image {
		width: 100%;
	}
	.service_accordion_spec {
		width: 100%;
	}
	.service_accordion_spec dl > div {
		grid-template-columns: 100px minmax(0,1fr);
	}
	.service_accordion_spec dt,
	.service_accordion_spec dd {
		padding: 10px;
		font-size: 12px;
	}
}

.service_price {
	padding: var(--px120) 0;
}
.service_price h2.title small {
	font-size: var(--rem30);
}
.service_price_image {
	width: 320px;
	max-width: 100%;
	margin: 25px auto;
	overflow: hidden;
}
.service_price_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_price_intro {
	margin-bottom: 45px;
	text-align: center;
}
.service_price_intro p {
	margin: 0 0 6px;
}

@media screen and (max-width: 768px) {
	.service_price_image {
		width: 100%;
		margin: 20px auto;
	}
	.service_price_intro {
		margin-bottom: 30px;
		text-align: left;
	}
	.service_price_intro h3 {
		text-align: center;
	}
}

.service_gallery {
	padding: var(--px120) 0;
}
.service_gallery h2.title {
	text-align: left;
}
@media screen and (max-width: 768px) {
	.service_gallery h2.title {
		text-align: center;
	}
}

.service_construction_gallery {
	padding: var(--px120) 0;
	background: #D9DDE0;
}
.service_construction_gallery_text {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.service_construction_gallery_text {
		text-align: left;
	}
}

.service_works {
	padding: var(--px120) 0;
}
.service_works--bg {
	background: #D9DDE0;
}
.service_works h2.title {
	text-align: left;
}
.service_works_text {
	margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
	.service_works h2.title {
		text-align: center;
	}
	.service_works_text {
		margin: 0 0 20px;
	}
}

.service_banner {
	padding: var(--px120) 0;
}
.service_banner_text {
	margin: 0 0 12px;
	text-align: center;
	color: #1D59A1;
	font-weight: 500;
	font-size: 18px;
}
.service_banner_image {
	max-width: 600px;
	margin-inline: auto;
}
.service_banner_image img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.service_banner_text {
		font-size: 16px;
	}
}

.service_image_grid {
	padding: var(--px120) 0;
}
.service_image_grid_heading {
	margin-bottom: 40px;
}
.service_image_grid_heading h2.title {
	text-align: left;
}
.service_image_grid_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 35px 45px;
}
.service_image_grid_item {
	min-width: 0;
}
.service_image_grid_image {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.service_image_grid_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_image_grid_item h3 {
	margin-top: 25px;
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.service_image_grid_item p {
	margin: 0;
}
.service_image_grid_buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
}
.service_image_grid_buttons .linkBtn {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.service_image_grid_heading {
		margin-bottom: 20px;
	}
	.service_image_grid_heading h2.title {
		text-align: center;
	}
	.service_image_grid_list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.service_image_grid_item p {
		text-align: left;
	}
	.service_image_grid_buttons {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-top: 40px;
	}
}

.service_feature_box {
	padding: var(--px120) 0;
}
.service_feature_box_main {
	padding: 25px;
	background: #3A4B5D;
}
.service_feature_box_main img {
	display: block;
	width: 100%;
	height: auto;
}
.service_feature_box_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	background: #3A4B5D;
}
.service_feature_box_item {
	min-width: 0;
	min-height: 245px;
	padding: 28px 24px;
	border-top: 1px solid rgba(255,255,255,.7);
	border-right: 1px solid rgba(255,255,255,.7);
	color: #fff;
}
.service_feature_box_item:last-child {
	border-right: 0;
}
.service_feature_box_item h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.service_feature_box_item p {
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.9;
}
@media screen and (max-width: 768px) {
	.service_feature_box_main {
		padding: 10px;
	}
	.service_feature_box_list {
		grid-template-columns: 1fr;
	}
	.service_feature_box_item {
		min-height: 0;
		padding: 25px 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.7);
	}
	.service_feature_box_item:last-child {
		border-bottom: 0;
	}
	.service_feature_box_item h3 {
		margin-bottom: 15px;
		font-size: 19px;
	}
	.service_feature_box_item p {
		font-size: 13px;
		line-height: 1.9;
	}
}

.service_material {
	padding: var(--px120) 0;
}
.service_material_box {
	padding: 45px 60px 55px;
	border: 1px solid #3A4B5D;
}
.service_material_box > h2 {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 45px;
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.service_material_intro {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
	gap: 70px;
	align-items: center;
}
.service_material_text {
	min-width: 0;
}
.service_material_logo {
	width: 190px;
	max-width: 100%;
	margin-bottom: 25px;
}
.service_material_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.service_material_text p {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}
.service_material_image {
	width: 100%;
	overflow: hidden;
}
.service_material_image img {
	display: block;
	width: 100%;
	height: auto;
}
.service_material_types {
	margin-top: 55px;
}
.service_material_types > h3 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.service_material_type_list {
	display: flex;
	justify-content: center;
	gap: 80px;
}
.service_material_type {
	width: 280px;
	max-width: 100%;
	text-align: center;
}
.service_material_type_image {
	width: 180px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 50%;
}
.service_material_type_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_material_type h4 {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.service_material_type p {
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 1.8;
}
.service_material_type p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.service_material_box {
		padding: 30px 20px 35px;
	}
	.service_material_box > h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.service_material_intro {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.service_material_logo {
		width: 150px;
		margin-bottom: 20px;
		margin-inline: auto;
	}
	.service_material_text p {
		font-size: 13px;
		line-height: 1.9;
	}
	.service_material_types {
		margin-top: 40px;
	}
	.service_material_types > h3 {
		margin-bottom: 25px;
		font-size: 20px;
	}
	.service_material_type_list {
		flex-direction: column;
		align-items: center;
		gap: 35px;
	}
	.service_material_type {
		width: 100%;
	}
	.service_material_type_image {
		width: 150px;
	}
	.service_material_type h4 {
		font-size: 16px;
	}
	.service_material_type p {
		font-size: 13px;
	}
}

.service_maintenance {
	padding: var(--px120) 0;
	background: #D9DDE0;
}
.service_maintenance-no-bg {
	background: #fff;
}
.service_maintenance_text {
	text-align: center;
	margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
	.service_maintenance_text {
		margin: 0 0 20px;
	}
}

.service_strengths {
	padding: var(--px120) 0;
}
.service_strengths_intro {
	margin: 35px 0 50px;
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.service_strengths_list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 35px;
}
.service_strengths_item {
	min-width: 0;
	background: #3A4B5D;
}
.service_strengths_image {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.service_strengths_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_strengths_body {
	padding: 30px 25px 35px;
	color: #fff;
	text-align: center;
}
.service_strengths_number {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
.service_strengths_body h3 {
	margin: 0 0 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
}
.service_strengths_body p {
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.service_strengths_intro {
		margin: 25px 0 35px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_strengths_intro br {
		display: none;
	}
	.service_strengths_list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.service_strengths_image {
		aspect-ratio: 16 / 9;
	}
	.service_strengths_body {
		padding: 25px 20px 30px;
	}
	.service_strengths_number {
		margin-bottom: 10px;
		font-size: 11px;
	}
	.service_strengths_body h3 {
		margin-bottom: 15px;
	}
	.service_strengths_body p {
		font-size: 13px;
	}
}

.service_insurance {
	padding: var(--px120) 0;
}
.service_insurance_heading h2.title {
	text-align: left;
}
.service_insurance_intro {
	margin: 0;
	font-size: 15px;
	line-height: 2;
}
.service_insurance_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 80px;
}
.service_insurance_icon {
	width: 180px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 20px;
}
.service_insurance_icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service_insurance_item h3 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.service_insurance_item p {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.service_insurance_heading {
		display: block;
		margin-bottom: 45px;
	}
	.service_insurance_heading h2.title {
		text-align: center;
	}
	.service_insurance_intro {
		font-size: 14px;
		line-height: 1.9;
	}
	.service_insurance_list {
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.service_insurance_icon {
		width: 150px;
		margin-bottom: 18px;
	}
	.service_insurance_item h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.service_insurance_item p {
		font-size: 13px;
		line-height: 1.9;
	}
	.service_insurance_item p br {
		display: none;
	}
}

.service_movie {
	padding: var(--px120) 0;
}
.service_movie_list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 30px;
}
.service_movie_item iframe {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.service_movie_list {
		grid-template-columns: repeat(1,1fr);
	}
}

.service_intro_panel {
	padding: var(--px120) 0;
}
.service_intro_panel_wrap {
	gap: 80px;
}
.service_intro_panel_body {
	min-width: 0;
}
.service_intro_panel_body h2.title {
	text-align: left;
}
.service_intro_panel_text {
	margin: 0 0 35px;
	font-size: 15px;
	line-height: 2;
}
.service_intro_panel_points {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 28px;
}
.service_intro_panel_point {
	padding: 28px 20px;
	border: 1px solid #3A4B5D;
	text-align: center;
}
.service_intro_panel_point h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.service_intro_panel_point p {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
}
.service_intro_panel_image {
	overflow: hidden;
	flex: 1;
	margin-right: calc(50% - 50vw);
}
.service_intro_panel_image img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.service_intro_panel_wrap {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}
	.service_intro_panel_body h2.title {
		text-align: center;
	}
	.service_intro_panel_text {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 1.9;
	}
	.service_intro_panel_points {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.service_intro_panel_point {
		padding: 22px 18px;
	}
	.service_intro_panel_point h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.service_intro_panel_point p {
		font-size: 13px;
	}
	.service_intro_panel_image {
		margin: 0;
	}
}

/*-----------------------------
施工ベース
------------------------------*/
.construction_base_heading {
	position: relative;
	margin-bottom: 70px;
}
.construction_base_title h2.title {
	text-align: left;
}
.construction_base_title > p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
.construction_base_lead {
	text-align: center;
	margin: 0 0 40px;
}
.construction_base_lead p {
	font-weight: 500;
	line-height: 1.7;
}
.construction_base_lead p:last-child {
	margin-bottom: 0;
}
.construction_base_list {
	display: flex;
	flex-direction: column;
}
.construction_base_item {
	padding: 40px 0;
	border-top: 1px solid #3A4B5D;
}
.construction_base_item.loaner_car h3 {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem40);
}
.construction_base_item.loaner_car .linkBtn {
	margin-left: 0;
}
.construction_base_item:last-child {
	border-bottom: 1px solid #3A4B5D;
}
.construction_base_info {
	margin-bottom: 30px;
}
.construction_base_info h3 {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}
.construction_base_address {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.8;
}
.construction_base_tel {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 10px;
	background: #3A4B5D;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
.construction_base_tel:hover {
	color: #fff;
}
.construction_base_sns {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.construction_base_sns a {
	display: block;
	width: 20px;
	line-height: 0;
	transition: opacity .3s;
}
.construction_base_sns a:hover {
	opacity: .6;
}
.construction_base_sns img {
	display: block;
	width: 100%;
	height: auto;
}
.construction_base_visual {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 25px;
}
.construction_base_image,
.construction_base_map {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.construction_base_image img,
.construction_base_map iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.construction_base_gallery {
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
	.construction_base_heading {
		margin-bottom: 40px;
	}
	.construction_base_title h2.title {
		text-align: center;
	}
	.construction_base_title > p:last-child {
		font-size: 13px;
	}
	.construction_base_lead {
		position: static;
		width: 100%;
		margin-top: 30px;
		text-align: left;
	}
	.construction_base_lead p {
		font-size: 13px;
	}
	.construction_base_item {
		padding: 30px 0;
	}
	.construction_base_item.loaner_car h3 {
		text-align: center;
	}
	.construction_base_item.loaner_car .linkBtn {
		margin-left: auto;
	}
	.construction_base_info {
		margin-bottom: 25px;
	}
	.construction_base_info h3 {
		margin-bottom: 8px;
		font-size: 21px;
	}
	.construction_base_address {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.construction_base_sns {
		gap: 12px;
		margin-bottom: 30px;
	}
	.construction_base_sns a {
		width: 18px;
	}
	.construction_base_visual {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.construction_base_image,
	.construction_base_map {
		aspect-ratio: 4 / 3;
	}
	.construction_base_gallery {
		margin-top: 15px;
	}
}

/*-----------------------------
会社案内
------------------------------*/
.company_message_lead {
	margin: 0 0 70px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
.company_message_heading {
	margin-bottom: 60px;
	text-align: center;
}
.company_message_heading > p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}
.company_message_gallery {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: auto auto auto auto;
	gap: 15px;
}
.company_message_gallery_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company_message_gallery_box:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.company_message_gallery_box:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.company_message_gallery_box:nth-child(3) {
	grid-column: 3 / 5;
	grid-row: 1 / 2;
}
.company_message_gallery_box:nth-child(4) {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}
.company_message_gallery_box:nth-child(5) {
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}

.company_outline {
	padding-top: var(--px120);
}
.company_outline_heading {
	margin-bottom: 60px;
	text-align: center;
}
.post .company_outline th {
	color: #fff;
	background: #3A4B5D;
}
.post  .company_outline th span {
	display: flex;
	align-items: center;
	gap: 8px;
}
.post  .company_outline th span::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/reason_logo.png)no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 16px;
}

.company_recruit {
	padding-top: var(--px120);
}
.company_recruit_intro {
	margin: 10px 0 50px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
.company_recruit .service_accordion_list {
	border: 1px solid #3A4B5D;
}
.company_recruit .service_accordion_head {
	min-height: 72px;
	padding: 18px 65px 18px 24px;
}
.company_recruit .service_accordion_number {
	width: 48px;
	font-size: 16px;
}
.company_recruit .service_accordion_name {
	font-size: 26px;
}
.company_recruit .service_accordion_body_inner {
	padding: 0;
}
.company_recruit_jobs {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin: 0 55px 55px;
}
.company_recruit_job {
	padding: 28px 38px 32px;
	background: #dfe3e6;
}
.company_recruit_job_heading {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.company_recruit_job_heading h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.company_recruit_job_heading span {
	display: inline-block;
	padding: 5px 8px;
	background: #3A4B5D;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.company_recruit_job > p {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.9;
}
.company_recruit_job .linkBtn {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.company_message_lead {
		margin-bottom: 45px;
		font-size: 13px;
	}
	.company_message_heading {
		margin-bottom: 40px;
	}
	.company_message_heading > p:last-child {
		font-size: 13px;
		line-height: 1.9;
	}
	.company_message_heading > p:last-child br {
		display: none;
	}
	.company_message_gallery {
		gap: 5px;
	}

	.company_outline_heading {
		margin-bottom: 40px;
	}

	.company_recruit_intro {
		margin-bottom: 35px;
		font-size: 13px;
	}
	.company_recruit .service_accordion_head {
		min-height: 60px;
		padding: 14px 45px 14px 15px;
	}
	.company_recruit .service_accordion_number {
		width: 35px;
		font-size: 13px;
	}
	.company_recruit .service_accordion_name {
		font-size: 20px;
	}
	.company_recruit .service_accordion_body_inner {
		padding: 0;
	}
	.company_recruit_jobs {
		gap: 15px;
		margin: 0 15px 25px;
	}
	.company_recruit_job {
		padding: 22px 18px 25px;
	}
	.company_recruit_job_heading {
		gap: 10px;
		margin-bottom: 12px;
	}
	.company_recruit_job_heading h3 {
		font-size: 18px;
	}
	.company_recruit_job > p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.8;
	}
	.company_recruit_job .linkBtn {
		margin-left: auto;
	}
}

/*-----------------------------
archive.php
------------------------------*/
.archive_heading {
	margin-bottom: 40px;
}
.archive_heading.inner {
	width: 100%;
	padding: 0 28px;
}
.archive_heading h2.title {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.archive_heading {
		margin-bottom: 20px;
	}
	.archive_heading h2.title,
	.archive_heading.inner p {
		text-align: center;
	}
}

/*-----------------------------
single.php
------------------------------*/
.single-post .post h2 {
	text-align: left;
}

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

}


/*-----------------------------
検索結果
------------------------------*/
.search_heading h2.title {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.search_heading h2.title {
		text-align: center;e
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.contact.sec01 {
	margin-bottom: 80px;
	padding: 0;
}
.contact.sec01 .contact_text {
	margin: 0 0 110px;
	text-align: center;
}
.contact.sec01 h2.title {
	text-align: left;
}
.contact.sec01 .contact_info {
	max-width: 760px;
}
.contact.sec01 .contact_lead {
	margin: 0 0 35px;
}
.contact.sec01 .contact_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact.sec01 .contact_list li {
	position: relative;
	min-height: 34px;
	margin-bottom: 14px;
	padding-left: 52px;
	font-size: 18px;
	line-height: 1.8;
}
.contact.sec01 .contact_list li:last-child {
	margin-bottom: 0;
}
.contact.sec01 .contact_list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.contact.sec01 .contact_list .mail::before {
	background-image: url("/wp-content/uploads/mail_icon.png");
}
.contact.sec01 .contact_list .tel::before {
	background-image: url("/wp-content/uploads/tel_icon.png");
}
.contact.sec01 .contact_list .address::before {
	background-image: url("/wp-content/uploads/map_icon.png");
}
.contact.sec01 .contact_list a {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact.sec02 {
	padding-top: var(--px120);
}
.contact.sec02 h2.title {
	text-align: left;
}
.contact.sec02 .contact_text {
	margin: 0 0 60px;
}
.contact_shop_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: stretch;
}
.contact_shop_list {
	display: flex;
	flex-direction: column;
}
.contact_shop_item {
	padding: 32px 0;
	border-top: 1px solid #3A4B5D;
}
.contact_shop_item:last-child {
	border-bottom: 1px solid #3A4B5D;
}
.contact_shop_item h3 {
	margin: 0 0 14px;
	font-size: var(--rem30);
	font-weight: 700;
	line-height: 1.5;
}
.contact_shop_item p {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.8;
}
.contact_shop_item a {
	display: inline-block;
	padding: 7px 12px;
	background: #3A4B5D;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
.contact_shop_image {
	width: 100%;
	height: 100%;
	min-height: 720px;
	overflow: hidden;
}
.contact_shop_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpcf7-form .must {
	background: #fff;
	color: #3A4B5D;
}
.wpcf7-spinner {
	position: absolute;
}

body.page-contact .post table th {
	background: #3A4B5D;
	color: #fff;
}
body.page-contact .post .linkBtn {
	width: 300px;
	margin-inline: auto;
	padding: 0;
	border: none;
}
body.page-contact .post .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #3A4B5D;
	padding: 20px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.contact.sec01 {
		margin-bottom: 50px;
	}
	.contact.sec01 h2.title {
		text-align: center;
	}
	.contact.sec01 .contact_text {
		margin-bottom: 70px;
	}
	.contact.sec01 .contact_info {
		max-width: 100%;
	}
	.contact.sec01 .contact_lead {
		margin-bottom: 28px;
	}
	.contact.sec01 .contact_list li {
		min-height: 28px;
		margin-bottom: 12px;
		padding-left: 42px;
		font-size: 14px;
		line-height: 1.7;
	}
	.contact.sec01 .contact_list li::before {
		width: 23px;
		height: 23px;
	}

	.contact.sec02 h2.title {
		text-align: center;
	}
	.contact.sec02 .contact_text {
		margin-bottom: 40px;
	}
	.contact_shop_wrap {
		display: block;
	}
	.contact_shop_item {
		padding: 25px 0;
	}
	.contact_shop_item h3 {
		margin-bottom: 10px;
	}
	.contact_shop_item p {
		margin-bottom: 18px;
		font-size: 13px;
		line-height: 1.8;
	}
	.contact_shop_item a {
		padding: 7px 10px;
		font-size: 13px;
	}
	.contact_shop_image {
		height: auto;
		min-height: 0;
		margin-top: 40px;
		aspect-ratio: 4 / 5;
	}
}

/*-----------------------------
プライバシーポリシー
------------------------------*/
.privacyPolicy {
	font-size: 16px;
	line-height: 2.2;
	color: #111;
}
.privacyPolicySection + .privacyPolicySection {
	margin-top: 70px;
}
.privacyPolicyTitle {
	font-size: 22px!important;
	text-align: left!important;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 28px;
}
.privacyPolicy p {
	margin: 0 0 30px;
}
.privacyPolicy a {
	color: inherit;
	text-decoration: underline;
}
.privacyPolicyList {
	margin: 35px 0;
	padding: 0;
	list-style: none;
}
.privacyPolicyList > li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
}
.privacyPolicyList > li::before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}
.privacyPolicySign {
	text-align: right;
	margin-top: 40px !important;
}
.privacyPolicyContact {
	margin-top: 35px;
}
.privacyPolicyBlock {
	margin-top: 45px;
}
.privacyPolicyBlock h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin: 0 0 20px;
}
.privacyPolicyBlock h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin: 35px 0 10px;
}
.privacyPolicyTableWrap {
	width: 100%;
	margin: 30px 0;
	overflow-x: auto;
}
.privacyPolicyTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.privacyPolicyTable th,
.privacyPolicyTable td {
	border: 1px solid #222;
	padding: 13px 10px;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
.privacyPolicyTable th {
	font-weight: 700;
}
.privacyPolicyTable th:first-child,
.privacyPolicyTable td:first-child {
	width: 13%;
}
.privacyPolicyDefinition {
	margin: 0 0 30px;
}
.privacyPolicyDefinition dt {
	margin-top: 8px;
}
.privacyPolicyDefinition dd {
	margin: 0;
}
.sp_only {
	display: none;
}

@media screen and (max-width: 768px) {
	.privacyPolicy {
		font-size: 14px;
		line-height: 2;
	}
	.privacyPolicySection + .privacyPolicySection {
		margin-top: 50px;
	}
	.privacyPolicyTitle {
		font-size: 19px!important;
		margin-bottom: 20px;
	}
	.privacyPolicy p {
		margin-bottom: 22px;
	}
	.privacyPolicyList {
		margin: 25px 0;
	}
	.privacyPolicyList > li {
		padding-left: 18px;
		margin-bottom: 10px;
	}
	.privacyPolicySign {
		margin-top: 30px !important;
	}
	.privacyPolicyBlock {
		margin-top: 35px;
	}
	.privacyPolicyBlock h3,
	.privacyPolicyBlock h4 {
		font-size: 14px;
	}
	.privacyPolicyTableWrap {
		margin: 22px 0;
	}
	.privacyPolicyTable {
		min-width: 650px;
	}
	.privacyPolicyTable th,
	.privacyPolicyTable td {
		padding: 10px;
	}
	.privacyPolicyTable th:first-child,
	.privacyPolicyTable td:first-child {
		width: 15%!important;
	}
	.sp_only {
		display: block;
	}
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	.mobile #header,
	#sp-header {
		background: unset;
		box-shadow: none;
	}
	.sticky-header #sp-header .inner {
		background: rgba(29, 89, 161, .8);
	}
	body.mobile {
		margin-top: 0;
	}
	body:not(.home).mobile {
		margin-top: 0;
	}

	header#h1Header {
		min-height: 240px;
	}
	header#h1Header .page_lead {
		text-align: left;
	}
	.mobile header#h1Header {
		padding: 90px 4% 35px;
	}

	nav#mainNav ul li a {
		padding-left: 0;
		padding: 20px 10px!important;
	}
	nav#mainNav ul li a span {
		display: block;
	}
	.nc-header-submenu-card__media img {
		width: 100%;
	}
	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a:hover,
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li.current-menu-parent a:hover,
	nav#mainNav ul li a:hover {
		background: #fff;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a:hover b,
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li.current-menu-parent a b,
	nav#mainNav ul li.current-menu-item a b {
		color: #000000;
	}

	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li.current-menu-parent li a,
	nav#mainNav ul li.current-menu-ancestor li a {
		position: relative;
		padding-left: 34px !important;
		background: #f8f8f8 !important;
		font-size: 15px;
		font-weight: 500;
	}

	nav#mainNav ul li li a::before,
	nav#mainNav ul li.current-menu-item li a::before,
	nav#mainNav ul li.current-menu-parent li a::before,
	nav#mainNav ul li.current-menu-ancestor li a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 17px;
		width: 7px;
		height: 7px;
		border-right: 1px solid #1d59a1;
		border-bottom: 1px solid #1d59a1;
		transform: translateY(-50%) rotate(-45deg);
	}

	nav#mainNav ul li li li a,
	nav#mainNav ul li.current-menu-item li li a,
	nav#mainNav ul li.current-menu-parent li li a,
	nav#mainNav ul li.current-menu-ancestor li li a {
		padding-left: 52px !important;
		background: #f1f4f7 !important;
		font-size: 14px;
	}

	nav#mainNav ul li li li a::before,
	nav#mainNav ul li.current-menu-item li li a::before,
	nav#mainNav ul li.current-menu-parent li li a::before,
	nav#mainNav ul li.current-menu-ancestor li li a::before {
		left: 34px;
	}

	body.mobile #header .logo img {
		max-width: 160px;
	}
}

@media screen and (min-width: 769px){
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	a#scrollUp {
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	a#scrollUp svg {
		width: 26px;
		height: 26px;
	}

	.cta {
		padding: var(--px100) 0;
	}
	.cta .ctaFlex {
		flex-direction: column;
		gap: 30px;
	}
	.cta h2 {
		text-align: center;
	}

	.linkBtn, .post .linkBtn, a.linkBtn {
		width: 260px;
		padding: 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	a#scrollUp {
		bottom: 60px;
	}
}

/* Legacy blog article styles. Scoped to old editor/ACF content only. */
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-image,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-gallery,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > blockquote.wp-block-quote {
	max-width: 880px;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog {
	margin: 0 0 56px;
	color: #111;
	font-size: 17px;
	line-height: 2;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog.mt5 {
	margin-top: 56px;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog p,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > p.wp-block-paragraph {
	max-width: 880px;
	margin: 0 0 1.7em;
	color: #111;
	font-size: 17px;
	line-height: 2;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog a:not(.linkBtn),
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > p.wp-block-paragraph a,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list a,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list a {
	color: #1d59a1;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1.5px;
	transition: color .2s ease, text-decoration-color .2s ease;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog a:not(.linkBtn):hover,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > p.wp-block-paragraph a:hover,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list a:hover,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list a:hover {
	color: #354457;
	text-decoration-color: transparent;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .flexbox.gap {
	gap: 34px;
	align-items: center;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .flexbox.rev {
	flex-direction: row-reverse;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .w40 {
	width: 40%;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .w50 {
	width: 50%;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .w60 {
	width: 60%;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .img_area {
	margin: 0;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .img_area img {
	display: block;
	width: 100%;
	height: auto;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog h2,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .txt_l,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h2.wp-block-heading {
	margin: 0 0 22px !important;
	padding: 0 0 15px;
	border-bottom: 1px solid #354457;
	color: #111;
	font-family: "Noto Serif JP", serif;
	font-size: 32px !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left !important;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog h2::after,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .txt_l::after,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h2.wp-block-heading::after {
	content: none;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog h3,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h3.wp-block-heading {
	max-width: 880px;
	margin: 42px 0 16px;
	padding-left: 16px;
	border-left: 4px solid #354457;
	color: #111;
	font-size: 24px !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.55;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h2.wp-block-heading {
	max-width: 880px;
	margin-top: 56px !important;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h2.wp-block-heading:first-child {
	margin-top: 0 !important;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h3.wp-block-heading::after {
	content: none;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog ul,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog ol,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list {
	margin: 0 0 1.8em;
	padding-left: 1.5em;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog ul,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list {
	list-style: disc outside !important;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog ol,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list {
	list-style: decimal outside !important;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog li,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list li,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list li {
	display: list-item;
	margin: 0 0 .55em;
	line-height: 1.9;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list li::marker,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list li::marker,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog li::marker {
	color: #354457;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list li b,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ul.wp-block-list li strong,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list li b,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > ol.wp-block-list li strong,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog li b,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog li strong {
	font-weight: 700;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-image,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-gallery,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > blockquote.wp-block-quote {
	margin-top: 34px;
	margin-bottom: 34px;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-image img,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-gallery img {
	height: auto;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d8dde2;
	font-size: 15px;
	line-height: 1.7;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table th,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table td {
	padding: 16px 18px;
	border-bottom: 1px solid #d8dde2;
	vertical-align: top;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table th {
	background: #f5f7f9;
	color: #111;
	font-weight: 700;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) article.content > header .dateLabel {
	display: none;
}

@media screen and (max-width: 768px) {
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog {
		margin-bottom: 42px;
		font-size: 15px;
		line-height: 1.9;
	}

	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog.mt5 {
		margin-top: 42px;
	}

	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .flexbox.gap,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .flexbox.rev {
		flex-direction: column;
		gap: 22px;
	}

	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .w40,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .w50,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .w60 {
		width: 100%;
	}

	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog h2,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog .txt_l,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h2.wp-block-heading {
		font-size: 24px !important;
	}

	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > section.blog h3,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > h3.wp-block-heading {
		margin-top: 32px;
		font-size: 20px !important;
	}

	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table th,
	body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post > .wp-block-table td {
		display: block;
		width: 100%;
		padding: 13px 14px;
	}
}

nav#mainNav #menu-item-18954 .nc-header-submenu-card__image {
	object-position: left center;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post .nc-portrait-video-frame {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 880px;
	aspect-ratio: 16 / 9;
	margin: 34px 0;
	overflow: hidden;
	background: #000;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post .nc-portrait-video-frame video,
body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post video.nc-portrait-video {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
	background: #000;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post figure.nc-portrait-video-frame {
	padding: 0;
}

body.single-post:not(:has(.ncabl)):not(:has(.nc-blog-layout)) .post .wp-video.nc-portrait-video-frame {
	height: auto !important;
}

body.single-post:has(.ncabl) .post .nc-portrait-video-frame,
body.single-post:has(.nc-blog-layout) .post .nc-portrait-video-frame {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 760px;
	aspect-ratio: 16 / 9;
	margin: 34px auto;
	overflow: hidden;
	background: #000;
}

body.single-post:has(.ncabl) .post .nc-portrait-video-frame video,
body.single-post:has(.ncabl) .post video.nc-portrait-video,
body.single-post:has(.nc-blog-layout) .post .nc-portrait-video-frame video,
body.single-post:has(.nc-blog-layout) .post video.nc-portrait-video {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
	background: #000;
}

body.single-post .nc-single-share {
	width: 100%;
	/*max-width: 880px;*/
	margin: 56px 0 0;
	padding-top: 24px;
	border-top: 1px solid #d8dde2;
}

body.single-post:has(.ncabl) .nc-single-share,
body.single-post:has(.nc-blog-layout) .nc-single-share {
	/*max-width: 760px;*/
	/*margin-right: auto;*/
	/*margin-left: auto;*/
}

.nc-single-share__title {
	margin: 0 0 14px;
	color: #354457;
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.nc-single-share__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.nc-single-share__list li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

.nc-single-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 132px;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid #354457;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
	color: #354457 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nc-single-share__button i {
	font-size: 16px;
	line-height: 1;
}

.nc-single-share__button:hover,
.nc-single-share__button:focus {
	background: #111;
	border-color: #111;
	color: #fff !important;
	transform: translateY(-1px);
}

.nc-single-share__button--facebook:hover,
.nc-single-share__button--facebook:focus {
	background: #1877f2;
	border-color: #1877f2;
}

.nc-single-share__button--instagram:hover,
.nc-single-share__button--instagram:focus {
	background: #c13584;
	border-color: #c13584;
}

@media screen and (max-width: 768px) {
	body.single-post .nc-single-share {
		max-width: 100%;
		margin-top: 42px;
	}

	.nc-single-share__list {
		gap: 8px;
	}

	.nc-single-share__list li {
		flex: 1 1 calc(33.333% - 8px);
	}

	.nc-single-share__button {
		width: 100%;
		min-width: 0;
		padding: 10px 8px;
		font-size: 13px;
	}
}
