/* reset-css
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/* base
---------------------------------------------------------------------------*/

html {
	overflow-x: hidden;
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}

body.is-drawerActive {
	overflow: hidden;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.clear {
	clear: both;
}

.font-en {
	font-family: "Lora", serif;
}

.c-contact-cta {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	background: url(../img/cta-bg.jpg) no-repeat center center/cover;
}

.c-contact-cta__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 62.5rem;
	margin-inline: auto;
	gap: 2rem;
	border-radius: 0.625rem;
	background-color: #fff;
}

.c-contact-cta__text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	gap: 2.25rem;
	border-radius: 0.625rem 0.625rem 0 0;
	background-color: #F2F0EA;
}

.c-contact-cta__text .c-contact-cta__highlight {
	position: relative;
	padding: 0.9375rem 0.9375rem 0.875rem;
	border-radius: 0.5rem;
	background-color: #988440;
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
}

.c-contact-cta__text .c-contact-cta__highlight::before {
	position: absolute;
	top: 50%;
	left: 99%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 20px solid #988440;
	content: "";
}

.c-contact-cta__text .c-contact-cta__message {
	color: #574242;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.64;
}

.c-contact-cta__text .c-contact-cta__message--highlight {
	color: #BF0000;
}

.c-contact-cta__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
	gap: 2.375rem;
}

.c-contact-cta__button-form {
	display: flex;
	position: relative;
	align-items: center;
	width: 27.75rem;
	height: 5rem;
	padding-left: 2.3125rem;
	border-radius: 2.5rem;
	background: url(../img/cta-button.png) no-repeat center center/cover;
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.33;
	text-align: center;
	transition: 0.3s;
}

.c-contact-cta__button-form::before {
	position: absolute;
	top: 50%;
	right: 2.125rem;
	width: 1.1875rem;
	height: 1.8125rem;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.c-contact-cta__button-form-text {
	display: flex;
	align-items: center;
	gap: 5.0625rem;
}

.c-contact-cta__button-form-left {
	font-size: 1.125rem;
}

.c-contact-cta__button-tel {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 27.75rem;
	height: 5rem;
	padding-left: 2.9375rem;
	gap: 0.4375rem;
	border-radius: 0.5rem;
	background: linear-gradient(to bottom, #585858, #1c1c1c);
	color: #fff;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.21;
	white-space: nowrap;
	transition: 0.3s;
}

.c-contact-cta__button-tel::after {
	position: absolute;
	top: 50%;
	right: 2.9375rem;
	width: 1.1875rem;
	height: 1.8125rem;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.c-contact-cta__tel-main {
	display: flex;
	align-items: center;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	padding-bottom: 0.375rem;
	gap: 0.75rem;
	border-bottom: 1px solid #898989;
	font-weight: bold;
	font-size: 1.125rem;
}

.c-contact-cta__tel-main img {
	width: 1rem;
	height: 1.625rem;
}

.c-contact-cta__tel-time {
	font-weight: 400;
	font-size: 0.9375rem;
}

.c-contact-cta__tel-number {
	margin-left: 0.5rem;
}

.error404 .page_title_wrap {
	padding-bottom: 5.4375rem;
}

.notFound_title {
	margin-top: 7.5rem;
	margin-bottom: 3.75rem;
	color: #AF9A53;
	font-size: 2rem;
	font-family: "Lora", serif;
	text-align: center;
}

.notFound_text {
	margin-bottom: 3.75rem;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.8;
	text-align: center;
}

.notFound_btn_wrap {
	display: flex;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-bottom: 7.5rem;
	margin-inline: auto;
	gap: 1.875rem;
}

.notFound_btn_wrap .c-parts-button::before {
	right: 10.125rem;
}

.archive_list {
	max-width: 56.25rem;
	margin-inline: auto;
	padding-top: 7.5rem;
}

.archive_list .archive_list_item {
	border-bottom: 1px solid #626262;
}

.archive_list .archive_list_item:first-child {
	border-top: 1px solid #626262;
}

.archive_list .archive_list_item .archive_item_link {
	display: flex;
	align-items: center;
	padding: 1.75rem 0.75rem 1.75rem 0;
	gap: 1.5rem;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.archive_list .archive_list_item .archive_item_link .archive_item_img {
	flex-shrink: 0;
	transition: 0.3s;
}

.archive_list .archive_list_item .archive_item_link .archive_item_img img {
	-o-object-fit: cover;
	aspect-ratio: 214/119;
	width: 13.375rem;
	height: auto;
	object-fit: cover;
}

.archive_list .archive_list_item .archive_item_link .archive_item_time {
	color: #939393;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 2;
	transition: 0.3s;
}

.archive_list .archive_list_item .archive_item_link .archive_item_title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 0.25rem;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.66;
}

.l-pagenation {
	margin-top: 3.75rem;
	margin-bottom: 7.5rem;
	text-align: center;
}

.pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.pagination-item {
	font-weight: 400;
	font-size: 1.125rem;
	font-family: "Lora", serif;
	transition: all 0.3s ease;
}

.pagination-item a,
.pagination-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #F7F7F7;
	color: #939393;
	transition: all 0.3s ease;
}

.pagination-item a.next,
.pagination-item a.prev {
	background-color: #fff;
}

.pagination-item .current {
	border-bottom: 2px solid #AF9A53;
	background-color: #E5E1D3;
	color: #574242;
}

.pagination-item span.ellipsis {
	background-color: #F7F7F7;
}

.pagination-item span.pagination-arrow {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #AF9A53;
}

.pagination-item.is-disabled span.pagination-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #F7F7F7;
	opacity: 0.6;
	pointer-events: none;
}

.pagination-item.is-disabled span.pagination-arrow::before,
.pagination-item.is-disabled span.pagination-arrow::after {
	background-color: #574242;
}

.pagination-arrow::before,
.pagination-arrow::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.625rem;
	height: 0.0625rem;
	background-color: #fff;
	content: "";
}

.pagination-arrow.prev::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	transform-origin: left center;
}

.pagination-arrow.prev::after {
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: left center;
}

.pagination-arrow.next::before {
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: right center;
}

.pagination-arrow.next::after {
	transform: translate(-50%, -50%) rotate(-45deg);
	transform-origin: right center;
}

.no-post-message {
	padding-top: 7.5rem;
	padding-bottom: 5rem;
	font-size: 1.25rem;
	text-align: center;
}

.c-parts-button.no-post-button {
	margin-bottom: 7.5rem;
	margin-inline: auto;
}

.single-post .c-breadcrumb,
.single-works .c-breadcrumb {
	margin-top: 8.75rem;
	background: url(../img/section-line.jpg) no-repeat center center/cover;
}

.single-post .c-breadcrumb__container,
.single-works .c-breadcrumb__container {
	max-width: unset;
	padding-inline: 8.4vw 7.4vw;
}

.simplebar-track.simplebar-horizontal {
	max-width: 100%;
	height: 8px;
	margin: 0 auto;
	border-radius: 100px;
	background: #EEEEEE;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	left: 2px;
	height: 4px;
	border-radius: 100px;
	background: transparent;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	top: 0;
	right: 6px;
	height: 4px;
	border-radius: 100px;
	background: #999999;
	opacity: 1;
}

.scroll-custom {
	padding-bottom: 12px;
}

.single-contents .p-entry__head {
	margin-bottom: 3.75rem;
}

.single-contents .p-entry__title {
	margin-bottom: 2.9375rem;
	font-weight: 500;
	font-size: 2.625rem;
	line-height: 1.6666666667;
	font-family: "Shippori Mincho", serif;
}

.single-contents .p-entry__head-meta {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
}

.single-contents .p-entry__head-meta a {
	transition: all 0.3s;
}

.single-contents .p-entry__head-meta a:hover {
	opacity: 0.7;
}

.single-contents .p-entry__head-meta02 {
	margin-bottom: 0;
}

.single-contents .p-entry__head-thumb {
	margin-top: 3.75rem;
}

.single-contents .p-entry__head-thumb img {
	width: 100%;
}

.single-contents .p-entry__head-cat {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.25rem 0.5rem 0.3125rem;
	border-radius: 4px;
	background-color: #BF0000;
	color: #fff;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.4166666667;
	text-align: center;
}

.single-contents .p-entry__head-publish {
	display: block;
	position: relative;
	padding-left: 1.5rem;
	font-weight: 400;
	font-size: 0.875rem;
}

.single-contents .p-entry__head-publish::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	background: url(../img/icon-publish.svg) no-repeat center center/cover;
	content: "";
}

.single-contents .p-entry__body {
	margin-bottom: 4rem;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading {
	margin-top: 4rem;
}

.single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
	margin-top: 2rem;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading,
.single-contents .p-entry__body p,
.single-contents .p-entry__body .wp-block-image,
.single-contents .p-entry__body .wp-block-table,
.single-contents .p-entry__body .wp-block-embed.is-provider-youtube,
.single-contents .p-entry__body .g-map {
	margin-bottom: 1.125rem;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol,
.single-contents .p-entry__body blockquote.wp-block-quote,
.single-contents .p-entry__body .blog-card,
.single-contents .p-entry__body .note-box {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.single-contents .p-entry__body .wp-block-buttons {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.single-contents .p-entry__body h2.wp-block-heading {
	position: relative;
	padding-bottom: 1.5625rem;
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.5;
	font-family: "Shippori Mincho", serif;
	text-align: center;
}

.single-contents .p-entry__body h2.wp-block-heading::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 12.5rem;
	height: 2px;
	transform: translateX(-50%);
	background-color: #988440;
	content: "";
}

.single-contents .p-entry__body h3.wp-block-heading {
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid #000000;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.5;
	font-family: "Shippori Mincho", serif;
}

.single-contents .p-entry__body h4.wp-block-heading {
	color: #988440;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.5;
}

.single-contents .p-entry__body p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.625;
}

.single-contents .p-entry__body p a {
	color: #0093FF;
	text-decoration: underline;
	transition: 0.3s;
}

.single-contents .p-entry__body figure a {
	transition: all 0.3s;
}

.single-contents .p-entry__body figure a:hover {
	opacity: 0.7;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol {
	font-weight: 400;
}

.single-contents .p-entry__body ul li,
.single-contents .p-entry__body ol li {
	position: relative;
}

.single-contents .p-entry__body ul li + li,
.single-contents .p-entry__body ol li + li {
	margin-top: 8px;
}

.single-contents .p-entry__body ul {
	padding: 1.5rem;
	border: 2px solid #EDE7D3;
	background-color: #F7F5EF;
}

.single-contents .p-entry__body ul li {
	padding-left: 0.875rem;
}

.single-contents .p-entry__body ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.375rem;
	height: 0.375rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #AF9A53;
	content: "";
}

.single-contents .p-entry__body ol {
	padding: 1.5rem;
	border: 2px solid #EDE7D3;
	background-color: #F7F5EF;
	list-style-type: none;
	counter-reset: item;
}

.single-contents .p-entry__body ol li {
	padding-left: 1.3125rem;
}

.single-contents .p-entry__body ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(item) "　";
	color: #AF9A53;
	font-weight: 500;
	counter-increment: item;
}

.single-contents .p-entry__body blockquote.wp-block-quote {
	margin-right: 0;
	margin-left: 0;
	padding: 1.5rem;
	border: 1px solid #E8E8E8;
	border-left: none;
	background-color: #F7F7F7;
}

.single-contents .p-entry__body blockquote.wp-block-quote p {
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.75;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite {
	display: block;
	margin-top: 1.25rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	text-align: right;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a {
	display: inline-block;
	color: #0093FF;
	text-align: left;
	text-decoration: underline;
	word-break: break-all;
	transition: all 0.3s;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a:hover {
	opacity: 0.7;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 21.5rem;
	height: 3.75rem;
	padding: 13px 40px;
	border-radius: 1.875rem;
	background: linear-gradient(to bottom, #C7AF5F, #674E00);
	font-weight: bold;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.3s;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 0.875rem;
	height: 0.375rem;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
	opacity: 0.8;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover::after {
	right: 1rem;
}

.single-contents .p-entry__body .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
	gap: 30px;
}

.single-contents .p-entry__body .wp-block-embed.is-provider-youtube iframe {
	aspect-ratio: 720/400;
	width: 100%;
	height: 100%;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04 {
	margin-top: 32px;
	margin-bottom: 32px;
	overflow: auto;
}

.wp-block-table.table-type01::-webkit-scrollbar,
.wp-block-table.table-type02::-webkit-scrollbar,
.wp-block-table.table-type03::-webkit-scrollbar,
.wp-block-table.table-type04::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background-color: #EEEEEE;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb {
	border-radius: 4px;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb {
	--bg-opacity: 1;
	background-color: #999999;
}

.wp-block-table.table-type01 table,
.wp-block-table.table-type02 table,
.wp-block-table.table-type03 table,
.wp-block-table.table-type04 table {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	table-layout: auto;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td {
	width: auto;
	min-width: 224px;
	max-width: 450px;
	padding: 15px 10px;
	border: 1px solid #626262;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.wp-block-table.table-type02 tr th {
	background-color: #E5E1D3;
}

.wp-block-table.table-type02 tr:first-child td {
	background-color: #E5E1D3;
}

.wp-block-table.table-type03 tr th {
	max-width: 300px;
	background-color: #E5E1D3;
}

.wp-block-table.table-type03 tr td:first-child {
	max-width: 300px;
	background-color: #E5E1D3;
}

.wp-block-table.table-type04 {
	overflow: auto;
}

.wp-block-table.table-type04 tr th {
	background-color: #E5E1D3;
}

.wp-block-table.table-type04 tr:first-child td {
	background-color: #E5E1D3;
}

.wp-block-table.table-type04 tr td:first-child {
	max-width: 300px;
	background-color: #E5E1D3;
}

.blog-card {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 0.625rem;
	box-shadow: 0 0 1.25rem 0px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.blog-card::before {
	position: absolute;
	right: 4rem;
	bottom: 1.625rem;
	content: "詳しく見る";
	font-weight: 500;
	font-size: 1rem;
	font-family: "Shippori Mincho", serif;
}

.blog-card::after {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 1.75rem;
	height: 1.75rem;
	background: url(../img/button-icon.svg) no-repeat center center/contain;
	content: "";
}

.blog-card-link {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
	background: #FFF;
	color: #000;
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}

.blog-card-thumbnail {
	aspect-ratio: 235/138;
	width: 30%;
}

.blog-card-thumbnail img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card-thumbnail img {
	display: block;
	padding: 0;
	transition: 0.3s ease-in-out;
}

.blog-card-content {
	width: 66%;
	line-height: 1.5;
}

.blog-card-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 行数を制限 */
	overflow: hidden;
	font-weight: bold;
	font-size: 1.125rem;
}

.blog-card-date {
	color: #999999;
	font-size: 14px;
}

.note-box {
	padding: 32px;
	border-radius: 8px;
	background-color: #F7F7F7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.note-box-title {
	position: relative;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
	padding-left: 60px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7777777778;
}

.note-box-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 45px;
	height: 40px;
	transform: translateY(-50%);
	background: url(../img/icon-caution.svg) no-repeat center center/contain;
	content: "";
}

.note-box-title::after {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	content: "";
}

.note-box-text {
	margin-bottom: 0 !important;
	font-size: 16px;
	line-height: 1.8125;
}

.benefits-block {
	margin-top: 32px;
	margin-bottom: 32px;
}

.benefits-block > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}

.benefits-block__item {
	width: 47.3%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #F4FBFD;
}

.benefits-block__merit .benefits-block__title {
	background-color: #BF0000;
}

.benefits-block__merit ul li::before {
	background-color: #BF0000 !important;
}

.benefits-block__demerit {
	background-color: #F7F7F7;
}

.benefits-block__demerit .benefits-block__title {
	position: relative;
	background-color: #F7F7F7;
	color: #666666;
}

.benefits-block__demerit .benefits-block__title::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 24px);
	height: 1px;
	transform: translateX(-50%);
	background-color: #CCCCCC;
	content: "";
}

.benefits-block__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	margin: 0 !important;
	padding: 5px 10px;
	color: #fff;
	font-weight: 700 !important;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
}

.benefits-block__text {
	padding: 18px 18px 24px;
}

.benefits-block__text ul,
.benefits-block__text ol {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.benefits-block__text p {
	margin: 0 !important;
}

.parent #toc_container {
	display: none !important;
}

.single-contents #toc_container {
	width: 100%;
	margin-top: 30px;
	padding: 0;
	border-color: #38B3D0;
	font-size: initial;
	font-family: "Noto Sans JP", sans-serif;
}

.single-contents #toc_container .toc_title {
	position: relative;
	margin-bottom: 0 !important;
	padding: 16px 32px;
	background-color: #F7F7F7;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	cursor: pointer;
}

.single-contents #toc_container .toc_title::after {
	position: absolute;
	top: 50%;
	right: 44px;
	width: 16px;
	height: 8px;
	transform: translateY(-50%);
	background: url(../img/toc-open.svg) no-repeat center center/contain;
	content: "";
}

.single-contents #toc_container .toc_title.active::before {
	position: absolute;
	top: calc(50% + 20px);
	right: 33px;
	transform: translateY(-50%);
	content: "閉じる";
	font-size: 12px;
	letter-spacing: 0;
}

.single-contents #toc_container .toc_title.active::after {
	height: 16px;
	transform: translateY(-50%);
	background: url(../img/toc-close.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_list {
	display: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 8px 32px 32px;
	background-color: #F7F7F7;
}

.single-contents #toc_container .toc_list li {
	padding-left: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4444444444;
}

.single-contents #toc_container .toc_list li::before {
	display: none;
}

.single-contents #toc_container .toc_list li > ul {
	margin-top: 16px;
	margin-bottom: 0 !important;
	margin-left: 0;
	padding-left: 30px;
}

.single-contents #toc_container .toc_list li > ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

.single-contents #toc_container .toc_list li > ul li + li {
	margin-top: 11px;
}

.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
	margin-top: 32px;
}

.l-wrapper {
	width: 100%;
	overflow: hidden;
}

.l-inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.l-header {
	display: flex;
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	width: 100%;
	height: 8.75rem;
	background-color: transparent;
	transition: top 0.3s, background-color 0.3s;
}

.l-header.is-fixed {
	position: fixed;
	top: 0;
	padding-top: 0;
}

.l-header.is-scrolled {
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.l-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	padding-inline: 8.4vw 7.4vw;
	gap: 2vw;
}

.l-contents {
	flex: 1;
	padding-top: 8.75rem;
}

.l-footer {
	position: relative;
	padding-top: 7.9375rem;
	padding-bottom: 7.5rem;
	background-color: #343434;
	text-align: center;
}

.l-footer::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.875rem;
	background: url(../img/section-line.jpg) no-repeat center center/cover;
	content: "";
}

.l-footer .l-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.l-footer .l-inner .l-footer__text-wrap {
	color: #fff;
	text-align: left;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__logo-wrap {
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-bottom: 1.375rem;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__logo-wrap .l-footer__logo {
	display: block;
	font-size: 1.75rem;
	font-family: "Shippori Mincho", serif;
	transition: 0.3s;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__logo-wrap .l-footer__logo:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__address {
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__tel {
	font-size: 1rem;
	text-decoration: underline;
	transition: 0.3s;
}

.l-footer .l-inner .l-footer__nav-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2rem;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list {
	display: flex;
	padding-bottom: 1.6875rem;
	gap: 3.75rem;
	border-bottom: 1px solid #fff;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item {
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	padding-bottom: 0.3125rem;
	background-image: linear-gradient(90deg, #988440, #988440);
	background-position: left bottom;
	background-size: 0 2px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	text-decoration: none;
	white-space: nowrap;
	transition: background-size 0.3s;
}

.l-footer small {
	color: #fff;
	font-size: 0.75rem;
}

.back-to-top_btn {
	all: unset;
	visibility: hidden;
	z-index: 20;
	position: fixed;
	right: 3.75rem;
	bottom: 3.75rem;
	width: 3.75rem;
	height: 3.75rem;
	border: none;
	background-color: #fff;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.back-to-top_btn::before {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn-to-top.svg) no-repeat center center/cover;
	content: "";
	transition: opacity 0.3s;
}

.back-to-top_btn:hover::before {
	opacity: 0.7;
}

.back-to-top_btn.visible {
	visibility: visible;
	opacity: 1;
}

.l-2column {
	position: relative;
	margin: 0 auto;
	padding: 7.5rem 0;
}

.l-2column__main {
	max-width: 61.25rem;
	padding-right: 2.5rem;
	padding-left: 2.5rem;
}

.c-parts-title {
	position: relative;
	margin-bottom: 3.875rem;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.c-parts-title::before {
	display: inline-block;
	position: absolute;
	bottom: -1.5625rem;
	left: 0;
	width: 2.3125rem;
	height: 0.3125rem;
	background-color: #38B3D0;
	content: "";
}

.c-parts-title-en {
	margin-bottom: 0.5rem;
	color: #38B3D0;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.18;
	font-family: "Lora", serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.page_title_wrap {
	position: relative;
	padding-bottom: 7.1875rem;
	background: url(../img/page_title_bg.jpg) no-repeat center center/cover;
}

.page_title_wrap::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1.875rem;
	background-color: #000;
	content: "";
}

.page_title_wrap::after {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 1.875rem;
	background-color: #AF9A53;
	content: "";
}

.c-parts-page-title {
	z-index: 1;
	max-width: 105rem;
	margin-top: 1.5rem;
	margin-inline: auto;
	padding-left: 2.5rem;
	color: #fff;
	font-weight: 500;
	font-size: 2.625rem;
	line-height: 1;
	font-family: "Shippori Mincho", serif;
}

.page_title_en {
	display: block;
	max-width: 105rem;
	margin-top: 3.625rem;
	margin-inline: auto;
	padding-left: 2.5rem;
	color: #fff;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.2;
	font-family: "Lora", serif;
}

.c-parts-background-image.lazyloaded {
	aspect-ratio: 1100/734;
	width: 100%;
	height: 100%;
	background: url("../img/26401972_m.jpg") no-repeat center center/cover;
}

.c-separator {
	margin: 5rem 0;
}

.c-logo__link {
	display: inline-block;
	transition: all 0.3s;
}

.c-logo__link:hover,
.c-logo__link:active {
	opacity: 0.7;
}

.c-logo__image {
	width: clamp(9.375rem, 20vw, 17.5rem);
}

.c-navigation__contact-wrap {
	border-radius: 2.1875rem;
	background-color: #fff;
}

.c-navigation {
	padding-bottom: 0.1vw;
}

.c-navigation .c-navigation__inner {
	display: flex;
	align-items: center;
	gap: 3.4vw;
}

.c-navigation__contact {
	display: flex;
	position: relative;
	align-items: center;
	width: clamp(19.5rem, 22vw, 21.875rem);
	height: clamp(3.125rem, 3.54vw, 4.25rem);
	border: 1px solid #fff;
	border-radius: 2.1875rem;
	background: linear-gradient(to bottom, #C7AF5F, #674E00);
	color: #fff;
	transition: 0.3s;
}

.c-navigation__contact::before {
	position: absolute;
	top: 50%;
	right: 1.8125rem;
	width: 0.75rem;
	height: 1rem;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.c-navigation__contact-text {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.c-navigation__contact-text-left {
	display: flex;
	position: relative;
	flex: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 2.1875rem 0 0 2.1875rem;
	background-color: #000;
	font-size: clamp(0.6875rem, 0.8vw, 0.75rem);
	text-align: center;
}

.c-navigation__contact-text-left::after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -0.875rem;
	width: clamp(0.75rem, 0.7875vw, 1rem);
	width: 0.875rem;
	height: 100%;
	background: url(../img/button-line.svg) no-repeat center center/cover;
	content: "";
}

.c-navigation__contact-text-right {
	flex: 2.2;
	padding-right: 0.75rem;
	font-size: clamp(0.9375rem, 1.4vw, 1rem);
	text-align: center;
}

.c-navigation__list {
	display: flex;
	align-items: center;
	gap: 3vw;
	gap: clamp(1.125rem, 2.8vw, 3.75rem);
}

.c-navigation__item {
	position: relative;
}

.c-navigation__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 0.84vw;
	font-size: clamp(0.875rem, 1vw, 1rem);
	white-space: nowrap;
}

.c-navigation__under {
	background-image: linear-gradient(90deg, #988440, #988440);
	background-position: left bottom;
	background-size: 0 2px;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-size 0.6s;
}

.is-hum-sp {
	display: none;
}

.c-ham-wrap {
	display: none;
	align-items: center;
	gap: 2.5rem;
}

.c-breadcrumb__container {
	max-width: 105rem;
	margin: 0 auto;
	padding: 1.25rem 2.5rem;
}

.c-breadcrumb__list {
	display: flex;
	gap: 1.1875rem;
}

.c-breadcrumb__item {
	position: relative;
	color: #fff;
	font-size: 0.875rem;
	white-space: nowrap;
}

.c-breadcrumb__item:not(:last-of-type)::after {
	position: absolute;
	right: -1.125rem;
	content: "＞";
}

.c-breadcrumb__link {
	position: relative;
	background-image: linear-gradient(90deg, #fff, #fff);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: all 0.3s;
	transition: background-size 0.3s;
}

.c-submenu {
	display: flex;
	justify-content: center;
	width: auto;
	min-width: 36.875rem;
	margin-left: -15.625rem;
	padding: 1.875rem 2.5rem 1.25rem;
	gap: 1.875rem;
	background-color: #fff;
}

.c-submenu__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-size: 1rem;
}

.c-submenu__item img {
	width: 9.375rem;
	height: 6.375rem;
	border-radius: 0.625rem;
	transition: 0.3s;
}

.c-submenu__under {
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	background-image: linear-gradient(90deg, #38B3D0, #38B3D0);
	background-position: left bottom;
	background-size: 0 2px;
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: background-size 0.6s;
}

.c-menu-button {
	display: none;
}

.c-menu-button.active .c-menu-button__line {
	left: 50%;
	transform: translateX(-50%);
}

.c-menu-button.active .c-menu-button__line:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-menu-button.active .c-menu-button__line:nth-child(2) {
	opacity: 0;
}

.c-menu-button.active .c-menu-button__line:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-menu-button__line {
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	width: 53.85%;
	height: 1px;
	margin: auto;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.4s;
}

.c-menu-button__line:nth-child(1) {
	top: 0.75rem;
}

.c-menu-button__line:nth-child(2) {
	top: 1.125rem;
}

.c-menu-button__line:nth-child(3) {
	top: 1.5rem;
}

.c-faq {
	max-width: 62.5rem;
	margin: 0 auto;
}

.c-faq__item {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	border: 2px solid #988440;
	background-color: #fff;
}

.c-faq__head {
	display: flex;
	position: relative;
	align-items: center;
	padding: 1.5625rem 5.625rem 1.625rem 4rem;
	background-color: #fff;
	color: #574242;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.6;
	cursor: pointer;
}

.c-faq__head::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	width: 1.75rem;
	height: 2.1875rem;
	transform: translateY(-50%);
	background: url(../img/faq-head.png) no-repeat center center/cover;
	content: "";
}

.c-faq__head::after {
	display: flex;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	align-items: center;
	justify-content: center;
	width: 2.625rem;
	height: 2.4375rem;
	padding-bottom: 0.1875rem;
	overflow: hidden;
	transform: translateY(-50%);
	background-color: #988440;
	content: "+";
	color: #fff;
	font-weight: 300;
	font-size: 2.5rem;
	transition: 0.3s ease;
}

.c-faq__head.active::after {
	content: "−";
}

.c-faq__body {
	display: none;
	position: relative;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	padding: 1.5rem 0;
	border-top: 1px solid #626262;
	background-color: #fff;
}

.c-faq__text {
	color: #574242;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.77;
}

.c-author-parts {
	display: flex;
	margin-top: 1rem;
	gap: 0.5rem;
}

.c-author-parts__title {
	padding: 0.0625rem 0.625rem 0.1875rem;
	border-radius: 3px;
	background-color: #BABABA;
	color: #fff;
	font-size: 0.875rem;
}

.c-author-parts__name {
	font-size: 1rem;
	text-decoration: underline;
	transition: all 0.3s;
}

.c-author-parts__name:hover {
	opacity: 0.7;
}

.c-author + .c-author {
	margin-top: 1.25rem;
}

.c-author__title {
	margin-bottom: 1.25rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	font-size: 1rem;
}

.c-author__profile {
	display: flex;
	gap: 1.0625rem;
}

.c-author__img {
	width: 7.8125rem;
	height: 7.8125rem;
	overflow: hidden;
	border-radius: 50%;
}

.c-author__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-author__body {
	width: calc(100% - 8.875rem);
}

.c-author__name {
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1.625rem;
}

.c-author__name a {
	text-decoration: underline;
	transition: all 0.3s;
}

.c-author__name a:hover {
	opacity: 0.7;
}

.c-author__post {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0;
}

.c-author__text {
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.c-share-block {
	margin-top: 2rem;
	margin-bottom: 3.75rem;
	padding: 1rem;
	border: 1px solid #AF9A53;
}

.c-share-block__sns {
	display: flex;
	justify-content: center;
	gap: 2.0625rem;
}

.c-share-block__sns a {
	transition: all 0.3s;
}

.c-share-block__sns a:hover {
	opacity: 0.7;
}

.c-share-block__twitter img {
	width: 1.6875rem;
}

.c-share-block__facebook img {
	width: 2rem;
}

.c-share-block__bing img {
	width: 2rem;
}

.c-share-block__line img {
	width: 2rem;
}

.c-post-links {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
}

.c-post-links.c-post-links--single {
	justify-content: center; /* このクラスがある場合のみ中央揃え */
}

.c-post-links.c-post-links--single .c-post-links__prev,
.c-post-links.c-post-links--single .c-post-links__next {
	width: 47.6%;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
}

.c-post-links__prev,
.c-post-links__next {
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.c-post-links__prev a,
.c-post-links__next a {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 4.5rem;
	transition: all 0.3s;
}

.c-post-links__prev a::before,
.c-post-links__next a::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3.125rem;
	height: 3.125rem;
	transform: translateY(-50%);
	background: url(../img/button-icon.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.c-post-links__prev .c-post-links__title,
.c-post-links__next .c-post-links__title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 行数を制限 */
	overflow: hidden;
	font-size: 0.875rem;
}

.c-post-links__prev {
	justify-self: flex-start;
}

.c-post-links__prev a {
	padding-left: 4.625rem;
}

.c-post-links__prev a::before {
	transform: translateY(-50%) scaleX(-1);
}

.c-post-links__next {
	justify-self: flex-end;
}

.c-post-links__next a {
	justify-content: flex-end;
	padding-right: 4.625rem;
}

.c-post-links__next a::before {
	right: 0;
	left: unset;
}

.c-parts-button.single_button {
	margin-top: 2.5rem;
	margin-inline: auto;
}

.c-parts-button-wrap {
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-top: 3.75rem;
	margin-inline: auto;
}

.c-parts-button {
	display: block;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 30rem;
	height: 4.375rem;
	padding-right: 2.125rem;
	border-radius: 2.1875rem;
	background: linear-gradient(to bottom, #C7AF5F, #674E00);
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	transition: 0.3s;
}

.c-parts-button::before {
	position: absolute;
	top: 50%;
	right: 6.375rem;
	width: 1.1875rem;
	height: 1.8125rem;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.c-parts-button__black {
	background: linear-gradient(to bottom, #000000, #606060);
}

.p-entry__head-tag {
	padding: 0.125rem 0.375rem 0.1875rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.4166666667;
}

.p-entry__head-tag + .p-entry__head-tag {
	margin-left: 0.3125rem;
}

.p-entry__btn {
	margin-top: 2rem;
	text-align: center;
}

.p-widget + .p-widget {
	margin-top: 2.5rem;
}

.p-widget--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 8.75rem;
}

.p-widget a {
	transition: all 0.3s;
}

.p-widget a:hover {
	opacity: 0.7;
}

.p-widget__banner {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-widget__banner img {
	width: 100%;
}

.p-top-fv {
	position: relative;
}

.p-top-fv img {
	width: 100%;
}

.p-top-fv__text {
	position: absolute;
	bottom: 8.4vw;
	left: 8.4vw;
}

.p-top-fv__title {
	margin-bottom: 2.625vw;
	font-weight: 500;
	font-size: 3.0975vw;
	line-height: 1.55;
	font-family: "Shippori Mincho", serif;
}

.p-top-fv__points {
	display: flex;
	margin-bottom: 4.725vw;
	gap: 1.155vw;
}

.p-top-fv__point {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 0.94vw;
	padding-bottom: 0.94vw;
	border: 2px solid #AF9A53;
	background: #fff;
}

.p-top-fv__point-num {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2.1vw;
	height: 2.1vw;
	background: #AF9A53;
	color: #fff;
	font-size: 1.575vw;
	font-family: "Lora", serif;
}

.p-top-fv__point-text {
	font-weight: bold;
	font-size: 1.26vw;
	line-height: 1.35;
	text-align: center;
}

.p-top-fv__point-text .p-top-fv__point-red {
	color: #BF0000;
	font-size: 1.47vw;
}

.p-top-fv .fv-button {
	display: flex;
	position: relative;
	align-items: center;
	width: 27.3vw;
	height: 3.675vw;
	border: 1px solid #fff;
	border-radius: 2.1875rem;
	background: linear-gradient(to bottom, #C7AF5F, #674E00);
	color: #fff;
	font-weight: bold;
	font-size: 1.05vw;
	line-height: 1.33;
	letter-spacing: -0.01em;
	text-align: center;
	transition: 0.3s;
}

.p-top-fv .fv-button::before {
	position: absolute;
	top: 50%;
	right: 2.205vw;
	width: 0.9975vw;
	height: 1.5225vw;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.p-top-fv .fv-button::after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 6.825vw;
	width: 0.7875vw;
	height: 3.675vw;
	background: url(../img/button-line.svg) no-repeat center center/cover;
	content: "";
}

.p-top-fv .fv-button__text {
	display: flex;
	align-items: center;
	height: 100%;
}

.p-top-fv .fv-button__text-left {
	display: flex;
	align-items: center;
	width: 6.825vw;
	height: 100%;
	padding-left: 1.575vw;
	border-radius: 2.1875rem 0 0 2.1875rem;
	background-color: #000;
	font-size: 0.975vw;
}

.p-top-fv .fv-button__text-right {
	padding-left: 2.835vw;
}

.p-top-about {
	padding: 7.5rem 0;
}

.p-top-about .l-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "top image" "text image";
	max-width: 112.5rem;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-right: 0;
	margin-left: auto;
	padding-right: unset;
	gap: 4.1875rem 6.25rem;
	gap: 3.46vw 5.2vw;
}

.p-top-about__top {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: top;
}

.p-top-about__label {
	margin-bottom: 2.5rem;
	padding-left: 0.625rem;
	color: #E5E1D3;
	font-size: 8.625rem;
	font-size: 7.2vw;
	font-size: clamp(4rem, 7.2vw, 8.625rem);
	line-height: 1;
}

.p-top-about__title {
	font-weight: 500;
	font-size: 2.625rem;
	font-size: 2.19vw;
	font-size: clamp(2rem, 3.4vw, 2.625rem);
	line-height: 1.4;
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.04em;
}

.p-top-about__image {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	position: relative;
	grid-area: image;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: 1.25rem;
}

.p-top-about__image::before {
	z-index: -1;
	position: absolute;
	inset: 0;
	transform: translate(-1vw, 1vw);
	background: url(../img/p-top-about-bg.jpg) no-repeat center center/cover;
	content: "";
}

.p-top-about__image img {
	display: block;
	width: 100%;
	height: auto;
}

.p-top-about__text {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: text;
	max-width: 48.75rem;
	font-size: 1.25rem;
	font-size: 1.042vw;
	font-size: clamp(1rem, 2.25vw, 1.25rem);
	line-height: 1.8;
}

.p-top-about__text-bold {
	font-weight: bold;
}

.p-top-about__text-red {
	color: #BF0000;
}

.p-top-solution {
	position: relative;
	padding-top: 8.25rem;
	padding-bottom: 7.5rem;
	background-color: #343434;
}

.p-top-solution::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.875rem;
	background: url(../img/section-line.jpg) no-repeat center center/cover;
	content: "";
}

.p-top-solution__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-solution__title {
	margin-bottom: 1.1875rem;
	color: #fff;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-solution__label {
	position: relative;
	color: #6A675E;
	font-size: 4.5rem;
}

.p-top-solution__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #4F4E48;
	content: "";
}

.p-top-solution__list {
	display: flex;
	gap: 2.1875rem;
}

.p-top-solution__item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.75rem;
	background: linear-gradient(to right, #D6C78F, #FBEFC6);
	color: #574242;
	font-weight: bold;
	font-size: 1.5rem;
}

.p-top-solution__image {
	width: 31.875rem;
}

.p-top-solution__image img {
	width: 31.875rem;
}

.p-top-solution__text {
	min-height: 11.125rem;
	padding: 1.5rem;
	background-color: #fff;
}

.p-top-solution__text-line {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 1.75rem;
	color: #574242;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.47;
}

.p-top-solution__text-line::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	background: url(../img/icon-check.svg) no-repeat center center/cover;
	content: "";
}

.p-top-solution__text-line:last-child {
	margin-bottom: unset;
}

.p-top-need {
	padding-top: 8.125rem;
	padding-bottom: 7.5rem;
	background: url(../img/p-top-need-bg.jpg) no-repeat center center/cover;
}

.p-top-need__title {
	position: relative;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-bottom: 4.875rem;
	margin-inline: auto;
	font-weight: 500;
	font-size: 2.25rem;
	font-family: "Shippori Mincho", serif;
}

.p-top-need__title::before {
	display: inline-block;
	position: absolute;
	bottom: -0.875rem;
	left: 0;
	width: 100%;
	height: 0.25rem;
	background-color: #BF0000;
	content: "";
}

.p-top-need__lead {
	margin-bottom: 1.25rem;
	color: #574242;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.63;
	text-align: center;
}

.p-top-need__questions {
	position: relative;
	max-width: 52.5rem;
	margin-bottom: 1.25rem;
	margin-inline: auto;
	padding: 1.75rem 0 1.75rem 19.0625rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	border-radius: 0.625rem;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.p-top-need__questions::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 8.75rem;
	width: 6.75rem;
	height: 10.125rem;
	background: url(../img/p-top-need-illust.png) no-repeat center center/cover;
	content: "";
}

.p-top-need__question {
	position: relative;
	margin-bottom: 0.75rem;
	color: #574242;
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.63;
}

.p-top-need__question::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -2.0625rem;
	width: 1.3125rem;
	height: 1.3125rem;
	transform: translateY(-50%);
	background: url(../img/p-top-need-check.svg) no-repeat center center/cover;
	content: "";
}

.p-top-need__question:last-child {
	margin-bottom: unset;
}

.p-top-need__desc {
	color: #574242;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.63;
	text-align: center;
}

.p-top-need__desc .p-top-need__highlight {
	color: #BF0000;
	font-weight: bold;
}

.p-top-feature {
	padding-top: 8.125rem;
	padding-bottom: 7.5rem;
}

.p-top-feature__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-feature__title {
	margin-bottom: 1.1875rem;
	font-weight: 500;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-feature__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
}

.p-top-feature__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.p-top-feature__list {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.p-top-feature__item {
	display: flex;
	gap: 4.5rem;
	gap: 3.75vw;
}

.p-top-feature__text-wrap {
	display: flex;
	flex: 0.98;
	flex-direction: column;
	gap: 2.6875rem;
	gap: 2.25vw;
	gap: clamp(1.4rem, 2.25vw, 2.6875rem);
}

.p-top-feature__number {
	display: block;
	position: relative;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-top: 2.1875rem;
	color: #988440;
	font-size: 2rem;
	font-size: 1.67vw;
	font-size: clamp(1.3rem, 1.67vw, 2rem);
	line-height: 1;
	font-family: "Lora", serif;
	white-space: nowrap;
}

.p-top-feature__number::before {
	display: inline-block;
	position: absolute;
	bottom: -1rem;
	bottom: clamp(-0.8rem, -0.85vw, -1rem);
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #E5E1D3;
	content: "";
}

.p-top-feature__item-title {
	margin-bottom: 0.125rem;
	font-weight: 500;
	font-size: 2rem;
	font-size: 1.67vw;
	font-size: clamp(1.3rem, 1.67vw, 2rem);
	line-height: 1;
	font-family: "Shippori Mincho", serif;
}

.p-top-feature__image {
	flex: 1;
}

.p-top-feature__image img {
	display: block;
	width: 48.125rem;
	height: auto;
}

.p-top-feature__text {
	margin-block: calc((1em - 1lh) / 2);
	font-size: 1.25rem;
	font-size: 1.03vw;
	font-size: clamp(0.875rem, 1.03vw, 1.25rem);
	line-height: 1.8;
}

.p-top-feature__highlight {
	color: #C10000;
	font-weight: bold;
}

.p-top-service {
	position: relative;
	padding-top: 8.125rem;
	padding-bottom: 7.5rem;
	background-color: #343434;
}

.p-top-service::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.875rem;
	background: url(../img/section-line.jpg) no-repeat center center/cover;
	content: "";
}

.p-top-service__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-service__title {
	margin-bottom: 1.6875rem;
	color: #fff;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-service__intro {
	margin-bottom: 0.8125rem;
	color: #fff;
	font-size: 1.5rem;
}

.p-top-service__label {
	position: relative;
	color: #6A675E;
	font-size: 4.5rem;
	font-family: "Lora", serif;
}

.p-top-service__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #4F4E48;
	content: "";
}

.p-top-service__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.875rem 2.1875rem;
}

.p-top-service__list li:nth-child(2) .p-top-service__icon img {
	width: 2.375rem;
}

.p-top-service__list li:nth-child(3) .p-top-service__icon img {
	width: 4.25rem;
}

.p-top-service__list li:nth-child(4) .p-top-service__icon img {
	width: 3.6875rem;
}

.p-top-service__list li:nth-child(5) .p-top-service__icon img {
	width: 4.75rem;
}

.p-top-service__list li:nth-child(6) .p-top-service__icon img {
	width: 4.8125rem;
}

.p-top-service__list li:nth-child(7) .p-top-service__icon img {
	width: 3.75rem;
}

.p-top-service__list li:nth-child(8) .p-top-service__icon img {
	width: 2.625rem;
}

.p-top-service__list li:nth-child(9) .p-top-service__icon img {
	width: 3.875rem;
}

.p-top-service__item {
	display: flex;
	width: 31.875rem;
	height: 6.875rem;
	background-color: #fff;
	text-align: center;
}

.p-top-service__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 9.375rem;
	background-color: #EDEAE2;
}

.p-top-service__icon img {
	width: 4.875rem;
	height: auto;
}

.p-top-service__text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	font-weight: 500;
	font-size: 1.5rem;
	font-family: "Shippori Mincho", serif;
}

.p-top-case {
	padding-top: 8.125rem;
	padding-bottom: 7.5rem;
}

.p-top-case__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 2.75rem;
}

.p-top-case__title {
	margin-bottom: 1.6875rem;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-case__intro {
	margin-bottom: 0.8125rem;
	font-size: 1.5rem;
}

.p-top-case__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
	font-family: "Lora", serif;
}

.p-top-case__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.p-top-case__slider {
	position: relative;
	margin-inline: auto;
}

.p-top-case__slider-inner {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.p-top-case__item {
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.p-top-case__item .p-top-case__text {
	min-height: 8.0625rem;
	padding: 1.5rem;
}

.p-top-case__item .p-top-case__text .p-top-case__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	min-height: 3.375rem;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.125rem;
	line-height: 1.55;
}

.p-top-case__item .p-top-case__text .p-top-case__link {
	position: relative;
	padding-right: 2.5rem;
	font-size: 1rem;
	font-family: "Shippori Mincho", serif;
	text-align: right;
}

.p-top-case__item .p-top-case__text .p-top-case__link::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.75rem;
	height: 1.75rem;
	transform: translateY(-50%);
	background: url(../img/button-icon.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.p-top-case__item:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.p-top-case__item:hover .p-top-case__text .p-top-case__link::before {
	right: -0.3125rem;
	transition: 0.3s;
}

.p-top-case__prev,
.p-top-case__next {
	display: none !important;
}

.p-top-case__prev {
	left: -1.25rem;
}

.p-top-case__next {
	right: -1.25rem;
}

.p-top-case .c-parts-button-wrap {
	margin-top: 1.75rem;
}

.p-top-case .c-parts-button::before {
	right: 7rem;
}

.p-top-case .c-parts-button:hover::before {
	right: 6.6875rem;
}

.p-top-message {
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
	background-color: #F7F7F7;
}

.p-top-message__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-message__title {
	margin-bottom: 1.1875rem;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-message__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
}

.p-top-message__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.p-top-message__body {
	display: flex;
	justify-content: space-between;
	gap: 10.75rem;
}

.p-top-message__lead {
	position: relative;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-bottom: 2.875rem;
	color: #BF0000;
	font-weight: 500;
	font-size: 2.125rem;
	font-family: "Shippori Mincho", serif;
	white-space: nowrap;
}

.p-top-message__lead::before {
	display: inline-block;
	position: absolute;
	bottom: -0.875rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #BF0000;
	content: "";
}

.p-top-message__paragraph {
	max-width: 47.375rem;
	font-size: 1.125rem;
	line-height: 1.88;
}

.p-top-message__figure {
	flex-shrink: 0;
}

.p-top-message__figure img {
	width: 41.875rem;
	height: auto;
}

.p-top-message__profile {
	display: flex;
	margin-top: 2.1875rem;
	gap: 2.5rem;
}

.p-top-message__profile img {
	-o-object-fit: contain;
	width: 16.8125rem;
	height: auto;
	object-fit: contain;
}

.p-top-message__profile-text {
	font-size: 1.25rem;
}

.p-top-price {
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
}

.p-top-price__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-price__title {
	margin-bottom: 1.6875rem;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-price__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
	font-family: "Lora", serif;
}

.p-top-price__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.p-top-price__body {
	display: flex;
	align-items: flex-start;
	gap: 2.5rem;
}

.p-top-price__list {
	position: relative;
}

.p-top-price__list::before {
	display: inline-block;
	position: absolute;
	top: -2.8125rem;
	right: 6.25rem;
	content: "＼1次募集につき割引中／";
	color: #BF0000;
	font-size: 1.375rem;
}

.p-top-price__item {
	display: flex;
	height: 6.25rem;
	margin-bottom: 1.25rem;
	border: 2px solid #AF9A53;
}

.p-top-price__item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18.25rem;
	background-color: #AF9A53;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}

.p-top-price__item-price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30.5rem;
	gap: 1rem;
}

.p-top-price__item-price img {
	width: 0.8125rem;
	height: auto;
}

.p-top-price__price-before {
	font-size: 1.375rem;
}

.p-top-price__price-after-wrap {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.p-top-price__price-after {
	color: #BF0000;
	font-weight: bold;
	font-size: 2.375rem;
}

.p-top-price__note {
	font-size: 0.875rem;
}

.p-top-price__description {
	position: relative;
	max-width: 48.75rem;
	padding: 2.5rem 11.875rem 2.5rem 2.5rem;
	border: 2px solid #EDE7D3;
	background-color: #F7F5EF;
}

.p-top-price__description::before {
	display: inline-block;
	position: absolute;
	top: 2.5rem;
	right: 2.625rem;
	width: 6.625rem;
	height: 16.3125rem;
	background: url(../img/p-top-price-illust.png) no-repeat center center/cover;
	content: "";
}

.p-top-price__description-text {
	margin-block: calc((1.375em - 1lh) / 2);
	font-size: 1.375rem;
	line-height: 1.72;
	letter-spacing: -0.01em;
}

.p-top-price__description-text span {
	color: #BF0000;
	font-weight: bold;
}

.p-top-flow {
	position: relative;
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
	background-color: #343434;
}

.p-top-flow::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.875rem;
	background: url(../img/section-line.jpg) no-repeat center center/cover;
	content: "";
}

.p-top-flow__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-flow__title {
	margin-bottom: 1.6875rem;
	color: #fff;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-flow__label {
	position: relative;
	color: #6A675E;
	font-size: 4.5rem;
	font-family: "Lora", serif;
}

.p-top-flow__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #4F4E48;
	content: "";
}

.p-top-flow__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
	gap: 2.1875rem;
}

.p-top-flow__list li:nth-child(3)::before {
	display: none;
}

.p-top-flow__list li:nth-child(2) .p-top-flow__icon img {
	width: 8.125rem;
}

.p-top-flow__list li:nth-child(3) .p-top-flow__icon img {
	width: 9.125rem;
}

.p-top-flow__item {
	display: flex;
	position: relative;
	flex-direction: column;
	max-width: 31.875rem;
	height: 100%;
}

.p-top-flow__item::before {
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: -3.125rem;
	width: 4.375rem;
	height: 4.375rem;
	transform: translateY(-50%);
	background: url(../img/p-top-flow-arrow-right.svg) no-repeat center center/cover;
	content: "";
}

.p-top-flow__step {
	display: flex;
	align-items: center;
	height: 4.375rem;
	padding-left: 1.5rem;
	background: linear-gradient(to right, #D6C78F, #FBEFC6);
	color: #988440;
	font-size: 2rem;
	font-family: "Lora", serif;
}

.p-top-flow__body {
	height: 100%;
	padding: 2.375rem 1.75rem 1.75rem;
	background-color: #fff;
}

.p-top-flow__icon {
	margin-bottom: 2.3125rem;
	text-align: center;
}

.p-top-flow__icon img {
	width: 5.125rem;
	height: auto;
}

.p-top-flow__item-title {
	margin-bottom: 1.25rem;
	color: #574242;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.p-top-flow__desc {
	margin-block: calc((1.125em - 1lh) / 2);
	color: #574242;
	font-size: 1.125rem;
	line-height: 1.77;
}

.p-top-flow__desc-center {
	text-align: center;
}

.p-top-flow__link {
	color: #0093FF;
	text-decoration: underline;
}

.p-top-company {
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
}

.p-top-company__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-company__title {
	margin-bottom: 1.6875rem;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-company__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
	font-family: "Lora", serif;
}

.p-top-company__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.about_company_content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 2.5rem;
	gap: 2.5rem;
}

.about_company_content .about_company_overview {
	width: 100%;
}

.about_company_content .about_company_overview .company_overview_row {
	display: flex;
	margin-top: 1.8125rem;
	font-size: 1.125rem;
	line-height: 1.33;
}

.about_company_content .about_company_overview .company_overview_row:first-child {
	margin-top: unset;
}

.about_company_content .about_company_overview .company_overview_row:first-child dt {
	padding-top: 1.75rem;
	border-top: 1px solid #626262;
}

.about_company_content .about_company_overview .company_overview_row:first-child dd {
	padding-top: 1.75rem;
	border-top: 1px solid #626262;
}

.about_company_content .about_company_overview .company_overview_row dt {
	width: 25%;
	padding-bottom: 1.8125rem;
	border-bottom: 1px solid #626262;
	font-weight: 500;
}

.about_company_content .about_company_overview .company_overview_row dd {
	flex: 1;
	padding-bottom: 1.8125rem;
	padding-left: 1.5625rem;
	border-bottom: 1px solid #626262;
}

.about_company_content .about_company_overview .company_overview_row dd .overview_link {
	color: #2D59CE;
	text-decoration: underline;
}

.about_company_content .map_wrap {
	width: 100%;
	max-width: 48.75rem;
}

.about_company_content iframe {
	display: block;
	flex-shrink: 0;
	aspect-ratio: 780/498;
	width: 48.75rem;
	height: 31.125rem;
}

.is-company-sp {
	display: none;
}

.p-top-faq {
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
	background-color: #F7F7F7;
}

.p-top-faq__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-faq__title {
	margin-bottom: 1.1875rem;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-faq__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
}

.p-top-faq__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.p-top-news {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.p-top-news__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.p-top-news__title {
	margin-bottom: 1.6875rem;
	font-size: 2.625rem;
	line-height: 1.66;
	font-family: "Shippori Mincho", serif;
}

.p-top-news__label {
	position: relative;
	color: #E5E1D3;
	font-size: 4.5rem;
	font-family: "Lora", serif;
}

.p-top-news__label::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #E5E1D3;
	content: "";
}

.p-top-news__list {
	width: 100%;
	max-width: 62.5rem;
	margin-inline: auto;
}

.p-top-news__item {
	padding-right: 2rem;
	border-top: 1px solid #626262;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 2;
	transition: 0.3s;
}

.p-top-news__item:last-child {
	border-bottom: 1px solid #626262;
}

.p-top-news__item:hover {
	color: #939393;
	transition: 0.3s;
}

.p-top-news__item a {
	display: flex;
	padding-top: 1.75rem;
	padding-bottom: 1.8125rem;
	gap: 7.0625rem;
}

.p-top-news__date {
	color: #939393;
	font-weight: 500;
	font-size: 1.125rem;
}

.p-top-news__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 行数を制限 */
	overflow: hidden;
}

.p-top-news .c-parts-button::before {
	right: 7.625rem;
}

.p-top-news .c-parts-button:hover::before {
	right: 7.3125rem;
}

.p-top-about,
.p-top-message,
.p-top-price,
.p-top-flow {
	scroll-margin-top: 8.75rem;
}

.page-id-543 .l-header,
.page-id-546 .l-header {
	height: 5.625rem;
}

.page_title_wrap__contact {
	padding-top: 5.125rem;
	padding-inline: 8.4vw 7.4vw;
}

.page-id-543 .c-parts-page-title,
.page-id-546 .c-parts-page-title {
	margin-top: unset;
	margin-inline: unset;
	padding-left: unset;
}

.page-id-543 .l-contents,
.page-id-546 .l-contents {
	padding-top: 5.625rem;
}

.contact_form_wrap {
	padding-top: 7.5rem;
	padding-bottom: 5rem;
}

.contact_form {
	max-width: 62.5rem;
	margin-inline: auto;
}

.contact_form_wrap .form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.75rem;
	padding-bottom: 1.75rem;
	gap: 1rem;
	border-bottom: 1px solid #626262;
}

.contact_form_wrap .form-group:first-child {
	padding-top: 1.75rem;
	border-top: 1px solid #626262;
}

.contact_form_wrap .form-group.contact-message {
	align-items: flex-start;
}

.contact_form .wpcf7-form-control-wrap {
	flex: 1;
	max-width: 40rem;
}

.contact_form_wrap .form-group label {
	display: flex;
	align-items: center;
	width: 18.75rem;
	color: #131314;
	font-weight: bold;
	font-size: 1.125rem;
	letter-spacing: 0;
	white-space: nowrap;
}

.contact_form_wrap .form-group label.contact-message-label {
	margin-top: 0.75rem;
}

.contact_form_wrap .form-group label.form-label__company {
	position: relative;
	margin-top: unset;
	margin-bottom: 1.25rem;
}

.contact_form_wrap .form-group label.form-label__company::before {
	display: inline-block;
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	content: "※個人の方は「個人」と記入ください";
	font-weight: 400;
	font-size: 0.75rem;
}

.form-group label .required,
.form-group label .optional {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: 1.25rem;
	padding: 0.1875rem 0.5625rem 0.1875rem;
	border-radius: 0.125rem;
	background-color: #D94141;
	color: #fff;
	font-size: 0.875rem;
}

.form-group label .optional {
	background-color: #A5A5A5;
}

.contact_form_wrap .wpcf7-checkbox label {
	width: unset;
}

.contact_form_wrap .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0.625rem;
}

.contact_form_wrap .wpcf7-checkbox .wpcf7-list-item:first-child {
	margin-left: unset;
}

.contact_form_wrap .wpcf7-checkbox .wpcf7-list-item-label {
	font-weight: 400;
	font-size: 1rem;
}

.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group select,
.form-group textarea {
	width: 100%;
	height: 3.125rem;
	padding-left: 1.25rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 1rem;
}

.form-group select {
	width: 20rem;
}

.form-group textarea {
	height: 15.625rem;
	padding-top: 0.75rem;
	resize: none;
}

.form-privacy {
	position: relative;
	margin-top: 2.625rem;
	color: #574242;
	font-weight: 400;
	font-size: 1rem;
}

.form-privacy span:has(.wpcf7-form-control-wrap) {
	flex: 1;
	max-width: 39.875rem;
}

.submit-button-wrap {
	position: relative;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-top: 1.75rem;
	margin-inline: auto;
}

.submit-button-wrap .wpcf7-spinner {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-100%, 100%);
}

.submit-button-wrap::after {
	position: absolute;
	top: 28%;
	right: 11.5rem;
	width: 1.1875rem;
	height: 1.8125rem;
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.submit-button {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 30rem;
	height: 4.375rem;
	padding-right: 2.125rem;
	border: none;
	border-radius: 2.1875rem;
	background: linear-gradient(to bottom, #C7AF5F, #674E00);
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	cursor: pointer;
	transition: 0.3s;
}

.l-footer.footer_contact {
	padding: 1.3125rem 0 1.375rem;
	background-color: #343434;
	color: #fff;
}

.l-footer.footer_contact::before {
	display: none;
}

.l-footer.footer_contact .l-inner {
	padding-bottom: unset;
}

.footer_copyLight {
	text-align: center;
}

.footer_copyLight small {
	font-weight: bold;
	font-size: 0.875rem;
}

.form-privacy input[type=checkbox] {
	display: none;
}

.form-privacy .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	margin-left: 2.5rem;
	cursor: pointer;
}

.form-privacy .wpcf7-list-item-label::before {
	position: absolute;
	top: 0;
	left: -2.5rem;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #CCCCCC;
	border-radius: 0.25rem;
	background-color: #fff;
	content: "";
}

.form-privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0.25rem;
	left: -1.9375rem;
	width: 0.375rem;
	height: 0.75rem;
	transform: rotate(45deg);
	border-right: 2px solid #D94141;
	border-bottom: 2px solid #D94141;
	content: "";
}

.form-privacy .wpcf7-list-item {
	margin-left: unset;
}

.form-privacy__accept {
	font-weight: bold;
	text-align: center;
}

.form-privacy .form-privacy__text {
	width: 100%;
	height: 7.5rem;
	margin-bottom: 2.5rem;
	padding: 0.75rem 1.25rem;
	overflow-y: scroll;
	border: 1px solid #CCCCCC;
	border-radius: 0.25rem;
	background-color: #fff;
	font-size: 1.125rem;
}

.form-privacy .form-privacy__text a {
	color: #2D59CE;
	text-decoration: underline;
	transition: 0.3s;
}

.form-privacy .form-privacy__heading {
	margin-bottom: 1.25rem;
	font-weight: bold;
	font-size: 1.375rem;
}

.form-privacy .form-privacy__sub-heading {
	font-weight: bold;
}

.form-privacy .form-privacy__sentence {
	margin-bottom: 1.25rem;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #A5A5A5;
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #A5A5A5;
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-form .wpcf7-response-output,
.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
	font-size: 0.75rem;
}

.wpcf7-form.is-show .wpcf7-response-output,
.wpcf7-form.is-show .wpcf7-not-valid-tip {
	display: block;
}

.wpcf7-form.is-show input.wpcf7-not-valid,
.wpcf7-form.is-show textarea.wpcf7-not-valid,
.wpcf7-form.is-show select.wpcf7-not-valid {
	border: 1px solid #D94141 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	margin-top: 0.5rem;
	border: none;
	color: #D94141;
	font-weight: 400;
	font-size: 0.75rem;
	text-align: center;
}

.page-id-543 .c-breadcrumb,
.page-id-546 .c-breadcrumb {
	background-color: #fff;
}

.page-id-543 .c-breadcrumb .c-breadcrumb__item,
.page-id-546 .c-breadcrumb .c-breadcrumb__item {
	color: #000;
}

.page-id-543 .c-breadcrumb .c-breadcrumb__link,
.page-id-546 .c-breadcrumb .c-breadcrumb__link {
	background-image: linear-gradient(90deg, #000, #000);
}

.contact_thanks {
	padding-top: 8.25rem;
	padding-bottom: 5rem;
	text-align: center;
}

.contact_thanks .thanks_title {
	margin-bottom: 4.1875rem;
	font-weight: 500;
	font-size: 2.625rem;
	font-family: "Shippori Mincho", serif;
	text-align: center;
}

.contact_thanks .thanks_text {
	margin-block: calc((1em - 1lh) / 2);
	padding-bottom: 4.0625rem;
	font-size: 1.125rem;
	line-height: 1.77;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-contact-cta {
	max-width: 56.25rem;
	margin-bottom: 3.75rem;
	margin-inline: auto;
	padding-block: 2rem;
	border: 2px solid #EDE7D3;
	background-color: #F7F5EF;
}

.p-contact-cta__lead {
	margin-bottom: 1.5rem;
	font-weight: bold;
	font-size: 1.75rem;
	text-align: center;
}

.p-contact-cta__content {
	position: relative;
}

.p-contact-cta__content::before {
	display: inline-block;
	position: absolute;
	right: 5.375rem;
	bottom: 0;
	width: 4.0625rem;
	height: 10.0625rem;
	background: url(../img/p-top-price-illust.png) no-repeat center center/cover;
	content: "";
}

.p-contact-cta__tel-block {
	display: flex;
	align-items: center;
	justify-content: center;
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-bottom: 1rem;
	margin-inline: auto;
	padding-bottom: 1rem;
	gap: 2.3125rem;
	border-bottom: 1px solid #626262;
}

.p-contact-cta__tel-label {
	position: relative;
	padding-left: 2.25rem;
	font-weight: bold;
	font-size: 1.875rem;
}

.p-contact-cta__tel-label::before {
	display: inline-block;
	position: absolute;
	top: 58%;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
	background: url(../img/cta-tel-icon-gold.svg) no-repeat center center/cover;
	content: "";
}

.p-contact-cta__tel-link {
	font-weight: bold;
	font-size: 1.875rem;
}

.p-contact-cta__time {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9375rem;
	font-size: 0.9375rem;
}

.p-contact-cta__time-values {
	display: flex;
	gap: 0.9375rem;
}

.c-parts-button.thanks_top_button {
	margin-bottom: unset;
	margin-inline: auto;
}

.c-parts-button.thanks_top_button::before {
	right: 10.125rem;
}

.page-id-543 #back-to-top,
.page-id-546 #back-to-top {
	bottom: 0;
}

/*Google reCAPTCHA用スタイル*/

.recaptcha-text {
	margin-top: 2rem;
	color: #707070;
	font-weight: 400;
	font-size: 0.6875rem;
	line-height: 1.64;
	text-align: center;
	text-align: center;
}

.recaptcha-text a {
	display: inline;
	text-decoration: underline;
}

.grecaptcha-badge {
	visibility: hidden;
}

.p-single-latest {
	padding-top: 7.9375rem;
	padding-bottom: 7.5rem;
	background-color: #F7F7F7;
}

.p-single-latest .l-inner {
	max-width: 61.25rem;
}

.p-single-latest .p-single-latest__title {
	position: relative;
	margin-bottom: 3.75rem;
	padding-bottom: 2.3125rem;
	font-size: 1.75rem;
	font-family: "Shippori Mincho", serif;
	text-align: center;
}

.p-single-latest .p-single-latest__title::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 11.25rem;
	height: 2px;
	transform: translateX(-50%);
	background-color: #988440;
	content: "";
}

.p-single-latest .p-single-latest__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	gap: 2.5rem;
}

.p-single-latest .p-single-latest__item {
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
}

.p-single-latest .p-single-latest__link {
	display: flex;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	gap: 1.25rem;
}

.p-single-latest .p-single-latest__img {
	flex: 4;
	flex-shrink: 0;
	transition: 0.3s;
}

.p-single-latest .p-single-latest__img img {
	-o-object-fit: cover;
	aspect-ratio: 173/96;
	width: 10.8125rem;
	height: auto;
	object-fit: cover;
}

.p-single-latest .p-single-latest__content {
	flex: 6;
}

.p-single-latest .p-single-latest__date {
	margin-bottom: 0.5rem;
	color: #939393;
	font-weight: bold;
	font-size: 0.875rem;
	transition: 0.3s;
}

.p-single-latest .p-single-latest__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 行数を制限 */
	overflow: hidden;
	font-weight: bold;
	font-size: 0.875rem;
	line-height: 1.71;
	transition: 0.3s;
}

@media (hover: hover) {

.single-contents #toc_container .toc_list li a {
	background-image: linear-gradient(90deg, #000, #000);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	transition: background-size 0.6s;
}

.single-contents #toc_container .toc_list li a:hover {
	background-size: 100% 1px;
}

}

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

.c-breadcrumb__link:hover {
	background-size: 100% 1px;
	transition: 0.3s;
}

}

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

.c-contact-cta__button-form:hover {
	opacity: 0.7;
}

.c-contact-cta__button-form:hover::before {
	right: 1.8125rem;
}

.c-contact-cta__button-tel:hover {
	opacity: 0.7;
}

.c-contact-cta__button-tel:hover::after {
	right: 2.625rem;
}

.notFound_btn_wrap .c-parts-button:hover::before {
	right: 9.8125rem;
}

.archive_list .archive_list_item .archive_item_link:hover,
.archive_list .archive_list_item .archive_item_link:hover .archive_item_time {
	color: #988440;
}

.archive_list .archive_list_item .archive_item_link:hover .archive_item_img {
	opacity: 0.7;
}

.single-contents .p-entry__body p a:hover {
	opacity: 0.7;
}

.blog-card:hover {
	opacity: 0.7;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__tel:hover {
	opacity: 0.7;
}

.l-footer .footer_content .footer_nav_item:hover {
	color: #38B3D0;
	transition: 0.3s;
}

.l-footer .footer_copyLight .footer_bottom_link a:hover::after {
	width: 100%;
	transition: 0.3s;
}

.sp_fixed_button {
	display: none !important;
}

.c-navigation__contact:hover {
	opacity: 0.7;
}

.c-navigation__contact:hover::before {
	right: 1.5rem;
}

.c-submenu__item:hover .c-submenu__under,
.c-submenu__item:active .c-submenu__under {
	background-size: 100% 2px;
}

.c-submenu__item:hover img,
.c-submenu__item:active img {
	opacity: 0.7;
	transition: 0.3s;
}

.c-post-links__prev a:hover::before,
.c-post-links__next a:hover::before {
	left: -0.3125rem;
}

.c-post-links__prev a:hover,
.c-post-links__next a:hover {
	opacity: 0.7;
}

.c-post-links__next a:hover::before {
	right: -0.3125rem;
	left: unset;
}

.c-parts-button:hover {
	opacity: 0.7;
}

.c-parts-button:hover::before {
	right: 6.0625rem;
}

.p-top-fv .fv-button:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.p-top-fv .fv-button:hover::before {
	right: 1.9425vw;
	transition: 0.3s;
}

.submit-button-wrap:hover .submit-button {
	opacity: 0.7;
	transition: 0.3s;
}

.submit-button-wrap:hover::after {
	right: 11.1875rem;
}

.form-privacy .form-privacy__text a:hover {
	opacity: 0.7;
}

.p-contact-cta__tel-link {
	cursor: inherit;
}

.c-parts-button.thanks_top_button:hover::before {
	right: 9.8125rem;
}

.p-single-latest .p-single-latest__item:hover .p-single-latest__img {
	opacity: 0.7;
}

.p-single-latest .p-single-latest__item:hover .p-single-latest__date,
.p-single-latest .p-single-latest__item:hover .p-single-latest__item-title {
	color: #988440;
}

}

@media (min-width: 768px) {

.pagination-item a:hover {
	background-color: #E5E1D3;
	color: #574242;
	transition: all 0.3s ease;
}

.pagination-item.prev:hover,
.pagination-item.next:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.pagination-item a.prev:hover,
.pagination-item a.next:hover {
	background-color: #E5E1D3;
	transition: all 0.3s ease;
}

}

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

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item:hover {
	background-size: 100% 2px;
	transition: 0.3s;
}

}

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

.c-navigation__item:hover .c-navigation__under,
.c-navigation__item:active .c-navigation__under {
	background-size: 100% 2px;
}

}

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

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item:hover {
	background-size: 100% 2px;
	transition: 0.3s;
}

}

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

.p-top-case__slider-inner.swiper {
	overflow: visible;
}

.p-top-case__slider-inner .swiper-wrapper {
	display: flex;
	transform: none !important;
}

.p-top-case__slider-inner .swiper-slide {
	width: calc((100% - 4.375rem) / 3);
	overflow: visible;
}

.p-top-case__item img {
	width: 31.875rem;
	height: auto;
}

}

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

.p-top-solution__list {
	justify-content: center;
}

.p-top-solution__item {
	max-width: 25.5rem;
}

.p-top-solution__image {
	width: 25.5rem;
}

.p-top-solution__image img {
	width: 25.5rem;
}

.p-top-solution__text {
	min-height: 14.375rem;
}

.p-top-service__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 65.9375rem;
	margin-inline: auto;
}

}

@media (max-width: 1580px) {

.p-top-message__body {
	gap: 3.75rem;
}

.p-top-message__figure img {
	width: 29.3125rem;
}

.p-top-message__profile {
	display: flex;
	margin-top: 2.1875rem;
	gap: 1.75rem;
}

.p-top-message__profile img {
	width: 11.75rem;
}

.p-top-message__profile-text {
	font-size: 0.875rem;
}

}

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

.about_company_content .map_wrap {
	max-width: 31.25rem;
}

.about_company_content iframe {
	width: 31.25rem;
	height: 19.9375rem;
}

}

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

.p-top-price__body {
	flex-direction: column;
	align-items: center;
	gap: 1.8125rem;
}

}

@media (max-width: 1460px) {

.p-top-message__body {
	gap: 3.75rem;
}

}

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

.single-post .c-breadcrumb,
.single-works .c-breadcrumb {
	margin-top: 6.25rem;
}

.single-post .c-breadcrumb__container,
.single-works .c-breadcrumb__container {
	padding-inline: 6.4vw 2.4vw;
}

.l-header {
	height: 6.25rem;
}

.l-header__inner {
	padding-inline: 6.4vw 2.4vw;
}

.l-contents {
	padding-top: 6.25rem;
}

.c-navigation {
	top: 6.25rem;
}

.c-navigation .c-navigation__inner {
	gap: 2.4vw;
}

.p-top-about,
.p-top-message,
.p-top-price,
.p-top-flow {
	scroll-margin-top: 6.25rem;
}

.page_title_wrap__contact {
	padding-inline: 6.4vw 2.4vw;
}

}

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

.p-top-solution__list {
	gap: 1.25rem;
}

.p-top-solution__item {
	max-width: 18.75rem;
}

.p-top-solution__image {
	width: 18.75rem;
}

.p-top-solution__image img {
	width: 18.75rem;
}

.p-top-solution__text {
	min-height: 16.0625rem;
}

}

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

.p-top-case__slider-inner .swiper-wrapper {
	width: calc((100% - 70px) / 3);
}

}

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

.l-footer .l-inner .l-footer__text-wrap .l-footer__logo-wrap .l-footer__logo {
	font-size: 1.25rem;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__address {
	font-size: 0.875rem;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__tel {
	font-size: 0.875rem;
}

.l-footer .l-inner .l-footer__nav-wrap {
	gap: 2rem;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list {
	padding-bottom: 1.6875rem;
	gap: 1.25rem;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item {
	padding-bottom: 0.3125rem;
	font-size: 1rem;
}

.l-footer small {
	color: #fff;
	font-size: 0.75rem;
}

}

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

.about_company_content {
	flex-direction: column;
	max-width: 50rem;
	margin-bottom: unset;
	margin-inline: auto;
	gap: 2rem;
}

.about_company_content .about_company_overview {
	max-width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

.about_company_content .about_company_overview .company_overview_row {
	flex-wrap: wrap;
	margin-top: 1rem;
	font-size: 0.875rem;
}

.about_company_content .about_company_overview .company_overview_row:first-child dt {
	padding-top: 1rem;
}

.about_company_content .about_company_overview .company_overview_row:first-child dd {
	padding-top: 1rem;
}

.about_company_content .about_company_overview .company_overview_row dt {
	flex-shrink: 0;
	width: 30%;
	padding-bottom: 1rem;
}

.about_company_content .about_company_overview .company_overview_row dd {
	width: 70%;
	padding-bottom: 1rem;
	padding-left: unset;
	word-break: break-word;
}

.about_company_content .about_company_overview .company_overview_row:first-child {
	padding-top: 1rem;
}

.about_company_content .map_wrap {
	max-width: 100%;
}

.about_company_content .map_wrap iframe {
	aspect-ratio: 360/280;
	width: 100%;
	height: auto;
}

}

@media (max-width: 1260px) {

.p-top-message__lead {
	font-size: 1.5rem;
}

.p-top-message__lead::before {
	bottom: -0.625rem;
}

.p-top-message__paragraph {
	font-size: 1rem;
}

.p-top-message__figure img {
	width: 23.4375rem;
}

.p-top-message__profile {
	gap: 1.375rem;
}

.p-top-message__profile img {
	width: 9.375rem;
}

.p-top-message__profile-text {
	font-size: 0.75rem;
}

}

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

.c-logo__image {
	width: 17.5rem;
}

.c-navigation {
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	z-index: 40;
	position: fixed;
	top: 6.25rem;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transform: scale(0.98);
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s ease;
}

.c-navigation .c-navigation__inner {
	flex-direction: column;
	padding: 2.5rem 2.8vw 2.5rem 6.4vw;
	gap: 1.5rem;
}

.c-navigation.panelactive {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

.c-navigation.panelactive .c-navigation__inner {
	-webkit-overflow-scrolling: touch;
	z-index: 40;
	position: relative;
	width: 100%;
	height: auto;
	overflow: visible;
	background-color: #343434;
}

.c-navigation .c-navigation__contact-wrap {
	width: 100%;
	max-width: 26.875rem;
}

.c-navigation .c-navigation__contact {
	width: 100%;
}

.c-navigation__list {
	z-index: 40;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	gap: 0;
}

.c-navigation__item {
	width: 100%;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #7B7B7B;
}

.c-navigation__item:first-child {
	border-top: 1px solid #7B7B7B;
}

.c-navigation__item::after {
	position: absolute;
	top: 50%;
	right: 0.4375rem;
	width: 0.25rem;
	height: 0.25rem;
	transform: translateY(-50%);
	transform: rotate(45deg);
	border-top: solid 1.5px #fff;
	border-right: solid 1.5px #fff;
	content: "";
}

.c-navigation__link {
	justify-content: flex-start;
	padding: 0.625rem 0 0.625rem 0.0625rem;
	color: #fff;
}

.c-navigation__under {
	padding-bottom: unset;
}

.is-hum-sp {
	display: block;
}

.c-ham-wrap {
	display: flex;
}

.c-submenu {
	min-width: 0;
	max-width: 100%;
}

.c-menu-button {
	display: block;
	z-index: 40;
	position: relative;
	width: 2.25rem;
	height: 2.25rem;
	background-color: #AF9A53;
	cursor: pointer;
}

.p-top-feature__item {
	align-items: center;
}

}

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

.p-top-service__list {
	max-width: 46.875rem;
}

.p-top-service__list li:nth-child(2) .p-top-service__icon img {
	width: 1.625rem;
}

.p-top-service__list li:nth-child(3) .p-top-service__icon img {
	width: 2.9375rem;
}

.p-top-service__list li:nth-child(4) .p-top-service__icon img {
	width: 2.5625rem;
}

.p-top-service__list li:nth-child(5) .p-top-service__icon img {
	width: 3.3125rem;
}

.p-top-service__list li:nth-child(6) .p-top-service__icon img {
	width: 3.375rem;
}

.p-top-service__list li:nth-child(7) .p-top-service__icon img {
	width: 2.625rem;
}

.p-top-service__list li:nth-child(8) .p-top-service__icon img {
	width: 1.8125rem;
}

.p-top-service__list li:nth-child(9) .p-top-service__icon img {
	width: 2.6875rem;
}

.p-top-service__item {
	width: 22.3125rem;
	height: 4.8125rem;
}

.p-top-service__icon {
	width: 6.5625rem;
}

.p-top-service__icon img {
	width: 3.375rem;
}

.p-top-service__text {
	font-size: 1.1875rem;
}

}

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

.c-contact-cta__text .c-contact-cta__highlight {
	font-size: 0.875rem;
}

.c-contact-cta__text .c-contact-cta__message {
	font-size: 1rem;
}

.c-contact-cta__buttons {
	flex-direction: column;
	gap: 1rem;
}

}

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

html {
	font-size: 1.584vw;
}

}

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

.l-footer {
	padding-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.l-footer::before {
	bottom: 0;
	height: 1.25rem;
}

.l-footer .l-inner {
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.l-footer .l-inner .l-footer__text-wrap {
	text-align: center;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__logo-wrap .l-footer__logo {
	font-size: 1.25rem;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__address {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
}

.l-footer .l-inner .l-footer__text-wrap .l-footer__tel {
	font-size: 0.875rem;
}

.l-footer .l-inner .l-footer__nav-wrap {
	align-items: center;
	width: 100%;
	text-align: left;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list {
	flex-direction: column;
	width: 100%;
	max-width: 31.25rem;
	gap: unset;
	border-bottom: unset;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #7B7B7B;
	font-size: 1rem;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item:first-child {
	border-top: 1px solid #7B7B7B;
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item::after {
	position: absolute;
	top: 48%;
	right: 0.4375rem;
	width: 0.375rem;
	height: 0.375rem;
	transform: translateY(-50%);
	transform: rotate(45deg);
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	content: "";
}

.l-footer .l-inner .l-footer__nav-wrap .l-footer__nav-list .l-footer__nav-item a {
	display: block;
	padding-top: 0.625rem;
	padding-bottom: 0.5rem;
}

.l-footer small {
	font-size: 0.75rem;
}

}

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

.notFound_text {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 1.5rem;
	margin-inline: auto;
	font-size: 1rem;
	line-height: 1.75;
	text-align: left;
}

.notFound_btn_wrap {
	flex-direction: column;
	margin-bottom: 2.5rem;
	gap: 1rem;
}

.error404 .l-inner {
	padding-right: 1rem;
	padding-left: 1rem;
}

}

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

html {
	font-size: 100%;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.c-contact-cta {
	padding-top: 3.4375rem;
	padding-bottom: 2.5rem;
	background: url(../img/sp/sp-cta-bg.jpg) no-repeat center center/cover;
}

.c-contact-cta__body {
	gap: 1rem;
}

.c-contact-cta__text {
	flex-direction: column;
	padding: 2.0625rem 0.75rem 0.75rem;
	gap: 1.125rem;
}

.c-contact-cta__text .c-contact-cta__highlight {
	margin-top: -3.25rem;
	padding: 0.25rem 0.625rem;
	font-size: 0.875rem;
	line-height: 1.6;
}

.c-contact-cta__text .c-contact-cta__highlight::before {
	top: 100%;
	left: 50%;
	margin-left: -3px;
	border: 5px solid transparent;
	border-top: 16px solid #988440;
}

.c-contact-cta__text .c-contact-cta__message {
	font-size: 1rem;
}

.c-contact-cta__buttons {
	flex-direction: column;
	gap: 1rem;
}

.c-contact-cta__button-form {
	width: 19rem;
	height: 3.125rem;
	padding-left: 1.0625rem;
	background: url(../img/sp/sp-cta-button.png) no-repeat center center/cover;
	font-size: 1rem;
}

.c-contact-cta__button-form::before {
	right: 1.375rem;
	width: 1rem;
	height: 1.5rem;
}

.c-contact-cta__button-form-text {
	gap: 2.9375rem;
}

.c-contact-cta__button-form-left {
	font-size: 0.75rem;
}

.c-contact-cta__button-tel {
	width: 19rem;
	height: 4.6875rem;
	padding-left: 0.75rem;
	gap: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

.c-contact-cta__button-tel::after {
	display: none;
}

.c-contact-cta__tel-main {
	padding-bottom: 0.5rem;
	gap: 0.5rem;
	font-size: 1rem;
}

.c-contact-cta__tel-main img {
	width: 0.9375rem;
	height: 1.5rem;
}

.c-contact-cta__tel-time {
	font-size: 0.8125rem;
	line-height: 1.46;
}

.c-contact-cta__tel-number {
	margin-left: 0.5rem;
}

.error404 .page_title_wrap {
	padding-bottom: 2.25rem;
}

.notFound_title {
	margin-top: 2.5rem;
	margin-bottom: 2.5625rem;
	font-size: 1.25rem;
}

.notFound_btn_wrap .c-parts-button {
	padding-right: 1.25rem;
}

.notFound_btn_wrap .c-parts-button::before {
	right: 6.625rem;
}

.archive_list {
	max-width: 100%;
	padding-top: 2.5rem;
}

.archive_list .archive_list_item .archive_item_link {
	flex-direction: column;
	align-items: flex-start;
	padding: 1.25rem 0;
	gap: 0.75rem;
}

.archive_list .archive_list_item .archive_item_link .archive_item_img {
	width: 100%;
}

.archive_list .archive_list_item .archive_item_link .archive_item_img img {
	width: 100%;
	height: auto;
}

.archive_list .archive_list_item .archive_item_link .archive_item_time {
	font-size: 0.75rem;
}

.archive_list .archive_list_item .archive_item_link .archive_item_title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.85;
}

.l-pagenation {
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

.pagination-list {
	gap: 0.5rem;
}

.pagination-item {
	font-size: 1.125rem;
}

.pagination-item.prev {
	margin-right: auto;
}

.pagination-item.next {
	margin-left: auto;
}

.pagination-item a,
.pagination-item span {
	width: 2.5rem;
	height: 2.5rem;
}

.no-post-message {
	font-size: 1rem;
}

.single-post .c-breadcrumb,
.single-works .c-breadcrumb {
	margin-top: 3.625rem;
	background: unset;
	background-color: #000;
}

.single-post .c-breadcrumb__container,
.single-works .c-breadcrumb__container {
	padding-inline: 4.4444vw;
}

.single-contents .p-entry__head {
	margin-bottom: 2rem;
}

.single-contents .p-entry__title {
	margin-bottom: 1.3125rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.single-contents .p-entry__head-thumb {
	margin-top: 2rem;
}

.single-contents .p-entry__body {
	margin-bottom: 2rem;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading {
	margin-top: 2rem;
}

.single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
	margin-top: 1rem;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol,
.single-contents .p-entry__body blockquote.wp-block-quote,
.single-contents .p-entry__body .blog-card,
.single-contents .p-entry__body .note-box {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.single-contents .p-entry__body h2.wp-block-heading {
	padding-bottom: 1rem;
	font-size: 1.25rem;
}

.single-contents .p-entry__body h2.wp-block-heading::before {
	width: 8.75rem;
}

.single-contents .p-entry__body h3.wp-block-heading {
	font-size: 1.125rem;
}

.single-contents .p-entry__body h4.wp-block-heading {
	font-size: 1rem;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite {
	margin-top: 1rem;
	text-align: left;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a {
	display: block;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
	width: 100%;
	min-width: 17.25rem;
	max-width: 100%;
	height: 3rem;
	font-size: 0.875rem;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04 {
	margin-top: 16px;
	margin-bottom: 16px;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td {
	min-width: 99px;
	max-width: 350px;
}

.wp-block-table.table-type03 tr th {
	max-width: 150px;
}

.wp-block-table.table-type03 tr td:first-child {
	max-width: 150px;
}

.wp-block-table.table-type04 tr td:first-child {
	max-width: 150px;
}

.blog-card::before {
	right: 2.5rem;
	bottom: 0.875rem;
	font-size: 0.75rem;
}

.blog-card::after {
	right: 0.75rem;
	bottom: 0.75rem;
	width: 1.25rem;
	height: 1.25rem;
}

.blog-card-link {
	padding: 0.75rem;
	gap: 0.5rem;
}

.blog-card-thumbnail {
	aspect-ratio: 80/80;
	width: 40.5%;
}

.blog-card-content {
	width: calc(70% - 0.5rem);
}

.blog-card-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 0.875rem;
}

.note-box {
	padding: 20px 16px 24px;
}

.note-box-title {
	margin-bottom: 2.1875rem !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.note-box-title::before {
	width: 38px;
	height: 33.5px;
}

.note-box-title::after {
	bottom: -22px;
}

.benefits-block > .wp-block-group__inner-container {
	flex-direction: column;
	gap: 12px;
}

.benefits-block__item {
	width: 100%;
}

.benefits-block__title {
	min-height: 40px;
	font-size: 18px;
}

.benefits-block__text {
	padding: 12px 16px 16px;
	font-size: 14px;
}

.single-contents #toc_container .toc_title {
	padding: 8px 16px;
	font-weight: 700;
	font-size: 18px;
}

.single-contents #toc_container .toc_title::after {
	right: 21px;
	width: 10px;
	height: 5px;
	background: url(../img/sp_toc-open.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_title.active::before {
	top: calc(50% + 18px);
	right: 8px;
	font-weight: 400;
}

.single-contents #toc_container .toc_title.active::after {
	height: 10px;
	background: url(../img/sp_toc-close.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_list {
	padding: 8px 16px 16px;
}

.single-contents #toc_container .toc_list li {
	font-size: 16px;
	line-height: 1.5;
}

.single-contents #toc_container .toc_list li > ul {
	margin-top: 8px;
	padding-left: 0;
}

.single-contents #toc_container .toc_list li > ul li {
	font-size: 12px;
}

.single-contents #toc_container .toc_list li > ul li + li {
	margin-top: 8px;
}

.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
	margin-top: 16px;
}

.l-inner {
	padding: 0 1rem;
}

.l-header.is-scrolled {
	height: 3.625rem;
}

.l-header {
	height: 3.625rem;
}

.l-header.is-scrolled {
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-header__inner {
	padding-inline: 4.4444vw;
}

.l-contents {
	padding-top: 3.625rem;
}

.l-footer {
	padding-top: 2.5rem;
	padding-bottom: 6.875rem;
}

.l-footer::before {
	bottom: 3.125rem;
	height: 1.25rem;
}

.back-to-top_btn {
	right: 0.75rem;
	bottom: 3.875rem;
	width: 1.5rem;
	height: 1.5rem;
}

.sp_fixed_button {
	display: block;
	visibility: hidden;
	z-index: 20;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.125rem;
	background: url(../img/sp/sp_fixed-button-bg.jpg) no-repeat center center/cover;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.sp_fixed_button.visible {
	visibility: visible;
	opacity: 1;
}

.fixed_button_contact {
	display: flex;
	z-index: 0;
	position: relative;
	align-items: center;
	height: 3.5rem;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.04em;
	transition: 0.3s;
}

.fixed_button_contact::before {
	position: absolute;
	top: 44%;
	right: 2.625rem;
	width: 1rem;
	height: 1.5rem;
	transform: translateY(-50%);
	background: url(../img/button-arrow.svg) no-repeat center center/cover;
	content: "";
	transition: 0.3s;
}

.fixed_button_contact span.fixed_button_left {
	width: 27.78%;
	margin-bottom: 0.3125rem;
	font-size: 0.75rem;
	text-align: center;
}

.fixed_button_contact span.fixed_button_right {
	width: 72.22%;
	margin-bottom: 0.3125rem;
	text-align: center;
}

.l-2column {
	display: block;
	padding: 2.5rem 0;
	overflow: hidden;
}

.l-2column__main {
	max-width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
}

.c-parts-title {
	margin-bottom: 2.25rem;
	font-size: 1.75rem;
}

.c-parts-title::before {
	bottom: -1.0625rem;
	width: 1.875rem;
	height: 0.1875rem;
}

.c-parts-title-en {
	margin-bottom: 0.25rem;
	font-size: 0.75rem;
}

.page_title_wrap {
	padding-bottom: 3rem;
}

.page_title_wrap::before {
	height: 1.25rem;
}

.page_title_wrap::after {
	height: 1.25rem;
}

.c-parts-page-title {
	max-width: 100%;
	margin-top: 0.9375rem;
	padding-left: 1rem;
	font-size: 1.375rem;
	line-height: 1.45;
}

.page_title_en {
	max-width: 100%;
	margin-top: 0.8125rem;
	padding-left: 1rem;
	font-size: 1rem;
}

.c-logo {
	padding-bottom: unset;
}

.c-logo__image {
	width: 11.25rem;
}

.c-navigation {
	top: 3.625rem;
	height: 100%;
}

.c-navigation .c-navigation__inner {
	padding: 2.5rem 4.444vw 2.5rem 4.444vw;
}

.c-navigation__contact.is-medium {
	display: none;
}

.c-breadcrumb {
	overflow: auto;
}

.c-breadcrumb__container {
	max-width: 100%;
	padding: 0.75rem 1rem;
	padding-top: 0.4375rem;
}

.c-faq__head {
	padding: 0.75rem 2.5rem 0.75rem 2.125rem;
	font-size: 0.875rem;
}

.c-faq__head::before {
	left: 0.75rem;
	width: 0.875rem;
	height: 1.25rem;
}

.c-faq__head::after {
	right: 0.75rem;
	width: 1.25rem;
	height: 1.0625rem;
	font-size: 1.5rem;
}

.c-faq__body {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
	padding: 0.75rem 0;
}

.c-faq__text {
	font-size: 0.875rem;
	line-height: 1.71;
}

.c-author + .c-author {
	margin-top: 0.625rem;
}

.c-author__title {
	margin-bottom: 0.625rem;
}

.c-author__profile {
	gap: 1.5rem;
}

.c-author__img {
	width: 5rem;
	height: 5rem;
}

.c-author__body {
	width: calc(100% - 6.5rem);
}

.c-author__name {
	font-size: 1.25rem;
}

.c-author__post {
	margin-top: 0;
	font-size: 0.875rem;
}

.c-author__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.c-share-block {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	padding: 1rem 1rem;
}

.c-post-links {
	display: block;
}

.c-post-links li + li {
	margin-top: 0.75rem;
}

.c-post-links.c-post-links--single .c-post-links__prev,
.c-post-links.c-post-links--single .c-post-links__next {
	width: 100%; /* SPサイズでは幅を100%に */
	max-width: 16rem;
	margin-right: auto;
	margin-left: auto;
}

.c-post-links__prev,
.c-post-links__next {
	width: 100%;
	max-width: 16rem;
	border-radius: 0.5rem;
	background-color: #F7F5EF;
}

.c-post-links__prev a::before,
.c-post-links__next a::before {
	left: 0.75rem;
	width: 1.125rem;
	height: 1.125rem;
}

.c-post-links__prev a,
.c-post-links__next a {
	min-height: 4rem;
}

.c-post-links__prev .c-post-links__title,
.c-post-links__next .c-post-links__title {
	font-size: 0.875rem;
}

.c-post-links__prev {
	margin-right: auto;
}

.c-post-links--single .c-post-links__prev {
	margin-left: auto;
}

.c-post-links__prev a {
	padding-right: 0.75rem;
	padding-left: 2.625rem;
}

.c-post-links__next {
	margin-left: auto;
}

.c-post-links--single .c-post-links__next {
	margin-right: auto;
}

.c-post-links__next a {
	padding-right: 2.625rem;
	padding-left: 0.75rem;
}

.c-post-links__next a::before {
	right: 0.75rem;
	left: unset;
}

.c-parts-button-wrap {
	margin-top: 1.5rem;
}

.c-parts-button {
	width: 20.5rem;
	height: 3.125rem;
	font-size: 1rem;
}

.c-parts-button::before {
	right: 3.625rem;
	width: 1rem;
	height: 1.5rem;
}

.p-widget--sticky {
	position: relative;
	top: auto;
}

.p-top-fv img {
	width: 100%;
}

.p-top-fv__text {
	bottom: 16.6666vw;
	left: 0;
	width: 100%;
	padding-right: 4.4445vw;
	padding-left: 4.4445vw;
}

.p-top-fv__title {
	margin-bottom: 8.9vw;
	font-size: 6.9444445vw;
	line-height: 1.76;
}

.p-top-fv__points {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 17.5vw;
	margin-inline: auto;
	gap: 2.2222vw;
}

.p-top-fv__point {
	max-width: 100%;
	padding-top: 3.3333vw;
	padding-bottom: 3.3333vw;
	border: 1px solid #AF9A53;
}

.p-top-fv__point-num {
	width: 6.6666vw;
	height: 6.6666vw;
	font-size: 5vw;
}

.p-top-fv__point-text {
	font-size: 4.7222vw;
}

.p-top-fv__point-text .p-top-fv__point-red {
	font-size: 5.5555vw;
}

.p-top-fv .fv-button {
	width: 100%;
	height: 13.8888vw;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 40px;
	font-size: 4.4444vw;
}

.p-top-fv .fv-button::before {
	right: 2.7777vw;
	width: 4.4444vw;
	height: 6.6666vw;
}

.p-top-fv .fv-button::after {
	left: 20vw;
	width: 2.7777vw;
	height: 14.1666vw;
}

.p-top-fv .fv-button__text-left {
	width: 20vw;
	padding-left: 3.3333vw;
	font-size: 3.3333vw;
}

.p-top-fv .fv-button__text-right {
	padding-left: 5vw;
}

.p-top-about {
	padding: 2.5rem 0;
}

.p-top-about .l-inner {
	grid-template-columns: 1fr;
	grid-template-areas: "top" "image" "text";
	gap: 1.5rem;
}

.p-top-about__top {
	margin-bottom: 0.25rem;
}

.p-top-about__label {
	margin-bottom: 0.625rem;
	font-size: 3.25rem;
}

.p-top-about__title {
	font-size: 1.25rem;
}

.p-top-about__image {
	margin-left: 0.5rem;
}

.p-top-about__image::before {
	transform: translate(-0.5rem, 0.5rem);
}

.p-top-about__image img {
	max-width: 100%;
}

.p-top-about__top {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-top-about__image {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
}

.p-top-about__text {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.p-top-about__text {
	max-width: 100%;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 1.75;
}

.p-top-solution {
	padding-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.p-top-solution::before {
	height: 1.25rem;
}

.p-top-solution__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
}

.p-top-solution__title {
	font-size: 1.5rem;
}

.p-top-solution__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-solution__label::before {
	left: 0rem;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-solution__list {
	flex-direction: column;
	max-width: 31.25rem;
	margin-inline: auto;
	gap: 1.25rem;
}

.p-top-solution__item {
	max-width: 100%;
}

.p-top-solution__item-title {
	height: 3.125rem;
	font-size: 1.125rem;
}

.p-top-solution__image {
	width: 100%;
}

.p-top-solution__image img {
	width: 100%;
}

.p-top-solution__text {
	min-height: unset;
	padding: 1rem;
}

.p-top-solution__text-line {
	margin-bottom: 0.75rem;
	padding-left: 1.25rem;
	font-size: 0.875rem;
}

.p-top-solution__text-line::before {
	width: 0.75rem;
	height: 0.75rem;
}

.p-top-need {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background: url(../img/sp/sp-p-top-need-bg.jpg) no-repeat center center/cover;
}

.p-top-need__title {
	margin-bottom: 2.4375rem;
	font-size: 1.125rem;
}

.p-top-need__title::before {
	bottom: -0.625rem;
	height: 0.0625rem;
}

.p-top-need__lead {
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.p-top-need__questions {
	max-width: 20.5rem;
	margin-bottom: 1rem;
	padding: 0.75rem 0.75rem 0.75rem 8.3125rem;
}

.p-top-need__questions::before {
	left: 0.75rem;
	width: 5.5rem;
	height: 8.25rem;
}

.p-top-need__question {
	font-size: 0.875rem;
	line-height: 1.42;
}

.p-top-need__question::before {
	left: -1.25rem;
	width: 0.8125rem;
	height: 0.8125rem;
}

.p-top-need__desc {
	font-size: 0.875rem;
	line-height: 1.71;
}

.p-top-feature {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-feature__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
}

.p-top-feature__title {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-top-feature__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-feature__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-feature__list {
	max-width: 31.25rem;
	margin-inline: auto;
	gap: 2.5rem;
}

.p-top-feature__item {
	flex-direction: column;
}

.p-top-feature__text-wrap {
	gap: 1.25rem;
}

.p-top-feature__number {
	margin-top: unset;
	margin-bottom: 0.125rem;
	font-size: 1.125rem;
}

.p-top-feature__number::before {
	bottom: -0.5rem;
}

.p-top-feature__item-title {
	margin-bottom: 0.5rem;
	margin-block: calc((1em - 1lh) / 2);
	font-size: 1.125rem;
	line-height: 1.66;
}

.p-top-feature__image {
	width: 100%;
}

.p-top-feature__image img {
	width: 100%;
}

.p-top-feature__text {
	font-size: 0.875rem;
}

.p-top-service {
	padding-top: 2rem;
	padding-bottom: 3.75rem;
}

.p-top-service::before {
	height: 1.25rem;
}

.p-top-service__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2rem;
	gap: 0.9375rem;
}

.p-top-service__title {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.p-top-service__intro {
	font-size: 1rem;
}

.p-top-service__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-service__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-service__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 20.5rem;
	margin-inline: auto;
	gap: 1rem 0.75rem;
}

.p-top-service__list li:nth-child(2) .p-top-service__icon img {
	width: 1.5625rem;
}

.p-top-service__list li:nth-child(3) .p-top-service__icon img {
	width: 2.8125rem;
}

.p-top-service__list li:nth-child(4) .p-top-service__icon img {
	width: 2.5rem;
}

.p-top-service__list li:nth-child(5) .p-top-service__icon img {
	width: 3.1875rem;
}

.p-top-service__list li:nth-child(6) .p-top-service__icon img {
	width: 3.25rem;
}

.p-top-service__list li:nth-child(7) .p-top-service__icon img {
	width: 2.5rem;
}

.p-top-service__list li:nth-child(8) .p-top-service__icon img {
	width: 1.75rem;
}

.p-top-service__list li:nth-child(9) .p-top-service__icon img {
	width: 2.5625rem;
}

.p-top-service__item {
	flex-direction: column;
	width: 9.875rem;
	height: 7.5rem;
}

.p-top-service__icon {
	width: 100%;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.p-top-service__icon img {
	width: 3.25rem;
	height: 2.5rem;
}

.p-top-service__text {
	height: 3.75rem;
	font-size: 0.9375rem;
	line-height: 1.46;
}

.p-top-case__slider-inner {
	margin-left: -1.25rem;
	padding: 1.25rem;
	overflow: hidden !important;
}

.p-top-case__slider-inner .swiper-wrapper {
	margin-left: -1.25rem;
	padding: 1.25rem;
}

.p-top-case__slider-inner .swiper-slide {
	width: calc((100% - 1rem) / 2);
}

.p-top-case__item img {
	-o-object-fit: cover;
	aspect-ratio: 254/143;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-top-case__prev,
.p-top-case__next {
	display: block;
	z-index: 10;
	position: absolute;
	top: 40%;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #37B3D0;
	border-radius: 50%;
	background-color: #fff;
}

.p-top-case__prev::after,
.p-top-case__next::after {
	position: absolute;
	top: 0.625rem;
	left: 0.875rem;
	color: #37B3D0;
	font-size: 1.25rem;
}

.p-top-case__prev.swiper-button-disabled,
.p-top-case__next.swiper-button-disabled {
	display: none;
}

.p-top-case .l-inner {
	padding-right: unset;
}

.p-top-case__head {
	margin-bottom: 2.5rem;
}

.p-top-case__item {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.p-top-case .c-parts-button-wrap {
	margin-top: 2.5rem;
}

.p-top-case {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-case .l-inner {
	padding-right: unset;
}

.p-top-case__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: unset;
	gap: 0.9375rem;
}

.p-top-case__title {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.p-top-case__intro {
	margin-bottom: unset;
	padding-right: 1rem;
	font-size: 1rem;
}

.p-top-case__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-case__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-case__item .p-top-case__text {
	min-height: 7.5rem;
	padding: 0.75rem;
}

.p-top-case__item .p-top-case__text .p-top-case__item-title {
	min-height: 4.25rem;
	-webkit-line-clamp: 3;
	font-size: 0.875rem;
	line-height: 1.71;
}

.p-top-case__item .p-top-case__text .p-top-case__link {
	padding-right: 1.75rem;
	font-size: 0.75rem;
}

.p-top-case__item .p-top-case__text .p-top-case__link::before {
	width: 1.25rem;
	height: 1.25rem;
}

.p-top-case .c-parts-button-wrap {
	margin-top: 0.25rem;
}

.p-top-case .c-parts-button::before {
	right: 3.625rem;
}

.p-top-case .c-parts-button:hover::before {
	right: 3.625rem;
}

.p-top-company {
	padding-top: 2.5rem;
	padding-bottom: unset;
}

.p-top-company .l-inner {
	padding-right: unset;
	padding-left: unset;
}

.p-top-company__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	padding-right: 1rem;
	padding-left: 1rem;
	gap: 0.9375rem;
}

.p-top-company__title {
	margin-bottom: unset;
	font-size: 1.5rem;
}

.p-top-company__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-company__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-faq {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-faq__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
}

.p-top-faq__title {
	margin-bottom: unset;
	font-size: 1.5rem;
}

.p-top-faq__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-faq__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-news {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-news__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
	gap: 0.9375rem;
}

.p-top-news__title {
	margin-bottom: unset;
	font-size: 1.5rem;
}

.p-top-news__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-news__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-news__list {
	width: 100%;
	max-width: 62.5rem;
	margin-inline: auto;
}

.p-top-news__item {
	padding-right: 0.25rem;
	font-size: 0.875rem;
}

.p-top-news__item a {
	flex-direction: column;
	padding-top: 1rem;
	padding-bottom: 1rem;
	gap: 0.5625rem;
	line-height: 1.42;
}

.p-top-news__date {
	display: block;
	margin-right: unset;
	font-size: 0.75rem;
}

.p-top-news .c-parts-button::before {
	right: 4.625rem;
}

.p-top-news .c-parts-button:hover::before {
	right: 4.625rem;
}

.p-top-about,
.p-top-message,
.p-top-price,
.p-top-flow {
	scroll-margin-top: 3.625rem;
}

.page-id-543 .l-header,
.page-id-546 .l-header {
	height: 3.625rem;
}

.page_title_wrap__contact {
	padding-top: 1.4375rem;
	padding-bottom: 2.6875rem;
	padding-inline: 4.4444vw;
}

.page-id-543 .l-contents,
.page-id-546 .l-contents {
	padding-top: 3.625rem;
}

.contact_form_wrap {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.contact_form {
	max-width: 31.25rem;
}

.contact_form_wrap .form-group:first-child {
	padding-top: 1.25rem;
}

.contact_form_wrap .form-group {
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	gap: 0.5rem;
}

.contact_form_wrap .form-group label {
	width: 100%;
	font-size: 1rem;
}

.contact_form_wrap .form-group label.contact-message-label {
	margin-top: unset;
}

.contact_form_wrap .form-group label.form-label__company {
	margin-bottom: 1.125rem;
}

.contact_form_wrap .form-group label.form-label__company::before {
	bottom: -1.25rem;
}

.form-group label .required,
.form-group label .optional {
	margin-left: 1rem;
	padding: 0.1875rem 0.5625rem 0.25rem;
	font-size: 0.75rem;
}

.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group select,
.form-group textarea {
	height: 2.5rem;
	padding-left: 0.75rem;
}

.form-group select {
	width: 100%;
}

.form-group textarea {
	height: 12.5rem;
}

.form-privacy {
	flex-direction: column;
	align-items: baseline;
	margin-top: 1.5rem;
	gap: 0.75rem;
	border-bottom: unset;
	font-size: 0.875rem;
}

.submit-button-wrap {
	margin-top: 1.5rem;
}

.submit-button-wrap::after {
	top: 24%;
	right: 7.625rem;
	width: 1rem;
	height: 1.5rem;
}

.submit-button {
	width: 20.5rem;
	height: 3.125rem;
	font-size: 1rem;
}

.l-footer.footer_contact {
	padding: 0.6875rem 0 0.75rem;
}

.form-privacy .wpcf7-list-item-label {
	margin-left: 2rem;
}

.form-privacy .wpcf7-list-item-label::before {
	left: -2rem;
	width: 1.25rem;
	height: 1.25rem;
}

.form-privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	top: 0.1875rem;
	left: -1.5rem;
	width: 0.3125rem;
	height: 0.625rem;
}

.form-privacy .form-privacy__text {
	margin-bottom: 2rem;
	padding: 0.625rem 0.75rem;
	font-size: 0.875rem;
}

.form-privacy .form-privacy__heading {
	margin-bottom: 0.75rem;
	font-size: 1rem;
}

.form-privacy .form-privacy__sentence {
	margin-bottom: 0.75rem;
}

.page-id-543 .c-breadcrumb,
.page-id-546 .c-breadcrumb {
	background-color: #fff;
}

.page-id-543 .c-breadcrumb .c-breadcrumb__container,
.page-id-546 .c-breadcrumb .c-breadcrumb__container {
	padding-right: unset;
}

.page-id-543 .c-breadcrumb .c-breadcrumb__container .c-breadcrumb__item,
.page-id-546 .c-breadcrumb .c-breadcrumb__container .c-breadcrumb__item {
	color: #000;
}

.contact_thanks {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: left;
}

.contact_thanks .thanks_title {
	margin-bottom: 2.5625rem;
	font-size: 1.25rem;
}

.contact_thanks .thanks_text {
	padding-bottom: 2rem;
	font-size: 1rem;
	text-align: left;
}

.p-contact-cta {
	max-width: 100%;
	margin-bottom: 1.5rem;
	padding-block: 1.25rem;
}

.p-contact-cta__lead {
	margin-bottom: 1rem;
	font-size: 1.125rem;
}

.p-contact-cta__content {
	inline-size: -webkit-fit-content;
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-inline: auto;
	padding-right: 2.75rem;
}

.p-contact-cta__content::before {
	right: -0.6875rem;
	bottom: 0;
	width: 2.0625rem;
	height: 5.0625rem;
}

.p-contact-cta__tel-block {
	margin-bottom: 0.6875rem;
	padding-bottom: 0.5rem;
	gap: 1.9375rem;
}

.p-contact-cta__tel-label {
	padding-left: 1.375rem;
	font-size: 1.125rem;
}

.p-contact-cta__tel-label::before {
	width: 0.875rem;
	height: 0.875rem;
}

.p-contact-cta__tel-link {
	font-size: 1.125rem;
}

.p-contact-cta__time {
	gap: 0.5rem;
	font-size: 0.75rem;
}

.p-contact-cta__time-values {
	flex-direction: column;
	padding-left: 0.5rem;
	gap: 0.125rem;
	border-left: 1px solid #D5D5D5;
}

.c-parts-button.thanks_top_button {
	padding-right: 1.25rem;
}

.c-parts-button.thanks_top_button::before {
	right: 6.625rem;
}

.p-single-latest {
	padding-top: 2.8125rem;
	padding-bottom: 2.5rem;
}

.p-single-latest .l-inner {
	max-width: 31.25rem;
}

.p-single-latest .p-single-latest__title {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	font-size: 1.25rem;
}

.p-single-latest .p-single-latest__title::before {
	width: 8.75rem;
}

.p-single-latest .p-single-latest__list {
	grid-template-columns: repeat(1, 1fr);
	gap: unset;
}

.p-single-latest .p-single-latest__list li:last-child {
	border-bottom: 1px solid #626262;
}

.p-single-latest .p-single-latest__item {
	border-bottom: unset;
}

.p-single-latest .p-single-latest__link {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	gap: 0.75rem;
}

.p-single-latest .p-single-latest__date {
	margin-bottom: 0.1875rem;
	font-size: 0.75rem;
}

.p-single-latest .p-single-latest__item-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

}

@media (max-width: 767px) {

.p-top-message {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-message__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
}

.p-top-message__title {
	font-size: 1.5rem;
}

.p-top-message__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-message__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-message__body {
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.p-top-message__lead {
	margin-bottom: 1.6875rem;
	font-size: 1.125rem;
	line-height: 1;
}

.p-top-message__lead::before {
	bottom: -0.625rem;
	height: 1px;
}

.p-top-message__lead span {
	display: block;
	position: relative;
	margin-bottom: 0.875rem;
}

.p-top-message__lead span::before {
	display: inline-block;
	position: absolute;
	bottom: -0.625rem;
	left: 0;
	width: 9rem;
	height: 1px;
	background-color: #BF0000;
	content: "";
}

.p-top-message__paragraph {
	font-size: 0.875rem;
	line-height: 1.71;
}

.p-top-message__figure {
	max-width: 31.25rem;
	margin-inline: auto;
}

.p-top-message__figure img {
	width: 100%;
}

.p-top-message__profile {
	justify-content: center;
	margin-top: 1rem;
	gap: 1.25rem;
}

.p-top-message__profile img {
	width: 7.25rem;
}

.p-top-message__profile-text {
	font-size: 0.75rem;
}

.p-top-price {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-price__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
}

.p-top-price__title {
	margin-bottom: unset;
	font-size: 1.5rem;
}

.p-top-price__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-price__label::before {
	left: 0rem;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-price__plan {
	margin-inline: auto;
}

.p-top-price__list::before {
	top: -1.5625rem;
	right: 0.625rem;
	font-size: 0.875rem;
}

.p-top-price__list li:last-child {
	border-bottom: 2px solid #AF9A53;
}

.p-top-price__list li:last-child .p-top-price__item-label::before {
	display: none;
}

.p-top-price__item {
	height: 5rem;
	margin-bottom: unset;
	border-bottom: unset;
}

.p-top-price__item-label {
	position: relative;
	width: 9rem;
	font-size: 1rem;
}

.p-top-price__item-label::before {
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.p-top-price__item-price {
	flex-direction: column;
	width: 11.5rem;
	margin-inline: auto;
	gap: 0rem;
}

.p-top-price__price-before {
	font-size: 1rem;
}

.p-top-price__price-after {
	font-size: 2.375rem;
	line-height: 1;
}

.p-top-price__note {
	margin-top: 0.75rem;
	font-size: 0.75rem;
	line-height: 1.66;
}

.p-top-price__description {
	max-width: 100%;
	margin-inline: auto;
	padding: 1rem 6.0625rem 1rem 1rem;
}

.p-top-price__description::before {
	top: 2.25rem;
	right: 0.5625rem;
	width: 5rem;
	height: 12.25rem;
}

.p-top-price__description-text {
	max-width: 13.4375rem;
	font-size: 0.875rem;
}

.p-top-flow {
	padding-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.p-top-flow::before {
	height: 1.25rem;
}

.p-top-flow__head {
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 2.25rem;
	gap: 0.9375rem;
}

.p-top-flow__title {
	margin-bottom: unset;
	font-size: 1.5rem;
}

.p-top-flow__label {
	padding-left: 0.6875rem;
	font-size: 1.25rem;
}

.p-top-flow__label::before {
	left: 0;
	width: 0.1875rem;
	height: 0.1875rem;
}

.p-top-flow__list {
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
	gap: 1.5rem;
}

.p-top-flow__list li:nth-child(2) .p-top-flow__icon img {
	width: 3.75rem;
}

.p-top-flow__list li:nth-child(3) .p-top-flow__icon img {
	width: 3.75rem;
}

.p-top-flow__item {
	width: 100%;
}

.p-top-flow__item::before {
	top: unset;
	right: unset;
	bottom: -2.3125rem;
	left: 50%;
	width: 3.125rem;
	height: 3.125rem;
	transform: translateX(-50%);
	background: url(../img/sp/p-top-flow-arrow-bottom.svg) no-repeat center center/cover;
}

.p-top-flow__step {
	height: 2.5rem;
	padding-left: 1.25rem;
	font-size: 1.25rem;
}

.p-top-flow__body {
	display: flex;
	align-items: center;
	padding: 1rem 1rem 1rem 1.75rem;
	gap: 1.75rem;
}

.p-top-flow__icon {
	flex-shrink: 0;
	margin-bottom: unset;
}

.p-top-flow__icon img {
	width: 3.75rem;
	height: auto;
}

.p-top-flow__item-title {
	margin-bottom: 0.75rem;
	font-size: 1rem;
	text-align: left;
}

.p-top-flow__desc {
	font-size: 0.875rem;
	line-height: 1.71;
}

.p-top-flow__desc-center {
	text-align: left;
}

}

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

.is-company-sp {
	display: block;
}

}

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

html {
	font-size: 4.267vw;
}

}

