/* 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 {
	font-size: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.04em;
}

a {
	color: inherit;
}

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

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.clear {
	clear: both;
}

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

.p-entry .p-entry__body {
	margin-bottom: 3.75rem;
}

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

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

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

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

.p-entry .p-entry__body .wp-block-buttons {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.p-entry .p-entry__body h2.wp-block-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 1.5rem;
	border-left: 2px solid #8E6919;
	background-color: #F7F5F0;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1.3333333333;
}

.p-entry .p-entry__body h3.wp-block-heading {
	padding: 1.25rem 0;
	border-top: 5px solid #CEB780;
	border-bottom: 5px solid #CEB780;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.p-entry .p-entry__body h4.wp-block-heading {
	padding: 0.3125rem 0 0.3125rem 1.5rem;
	border-left: 5px solid #CEB780;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-entry .p-entry__body p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.8125;
}

.p-entry .p-entry__body p a {
	color: #619DD0;
	text-decoration: underline;
	transition: all 0.3s;
}

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

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

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

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

.p-entry .p-entry__body ul li + li,
.p-entry .p-entry__body ol li + li {
	margin-top: 0.5rem;
}

.p-entry .p-entry__body ul li {
	padding-left: 1.25rem;
}

.p-entry .p-entry__body ul li::before {
	position: absolute;
	top: 0.625rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #CCCCCC;
	content: "";
}

.p-entry .p-entry__body ol {
	list-style-type: none;
	counter-reset: item;
}

.p-entry .p-entry__body ol li {
	padding-left: 1.5rem;
}

.p-entry .p-entry__body ol li::before {
	position: absolute;
	top: 0rem;
	left: 0;
	content: counter(item) "　";
	font-weight: 700;
	counter-increment: item;
}

.p-entry .p-entry__body blockquote.wp-block-quote {
	margin-right: 0;
	margin-left: 0;
	padding: 32px;
	border-left: none;
	border-radius: 8px;
	background-color: #F7F7F7;
	color: #666666;
}

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

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

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

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

.p-entry .p-entry__body .wp-block-button .wp-block-button__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 18.75rem;
	min-height: 4rem;
	padding: 0.625rem 2.5rem;
	border-radius: 0;
	background-color: #000;
	box-shadow: 0.375rem 0.375rem 0 #ceb780;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.3s;
}

.p-entry .p-entry__body .wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 1.875rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.p-entry .p-entry__body .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
	gap: 1.875rem;
}

.p-entry .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: 2rem;
	margin-bottom: 2rem;
	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: 0.625rem;
	height: 0.25rem;
	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: 14rem;
	max-width: 28.125rem;
	padding: 0.9375rem 0.625rem;
	border: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}

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

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

.wp-block-table.table-type03 tr th {
	max-width: 18.75rem;
	background-color: #000000;
	color: #fff;
}

.wp-block-table.table-type03 tr td:first-child {
	max-width: 18.75rem;
	background-color: #000000;
	color: #fff;
}

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

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

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

.wp-block-table.table-type04 tr td:first-child {
	max-width: 18.75rem;
	background-color: #000000;
	color: #fff;
}

.blog-card {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

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

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

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

.blog-card-thumbnail {
	aspect-ratio: 240/160;
	width: 35.5%;
}

.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: 64.5%;
	padding: 0.75rem;
	line-height: 1.5;
}

.blog-card-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-top: 0.75rem;
	overflow: hidden;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.blog-card-meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.blog-card-type {
	align-self: flex-start;
	padding: 0.0625rem 0.25rem 0.125rem;
	background-color: #8E6919;
	color: #fff;
	font-size: 0.75rem;
}

.blog-card-time {
	display: block;
	position: relative;
	padding-left: 1.125rem;
	color: #666666;
	font-size: 0.75rem;
}

.blog-card-time::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon-publish.svg) no-repeat center center/contain;
	content: "";
}

.note-box {
	padding: 2rem;
	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: 3.75rem !important;
	padding-left: 3.75rem;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

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

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

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

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

.single-member #toc_container {
	display: none !important;
}

.p-entry #toc_container {
	width: 100%;
	margin-top: 1.875rem;
	padding: 0;
	border-color: #8E6919;
	font-size: initial;
	font-family: "Noto Sans JP", sans-serif;
}

.p-entry #toc_container .toc_title {
	position: relative;
	margin-bottom: 0 !important;
	padding: 1rem 2rem;
	background-color: #F7F7F7;
	font-weight: 500;
	font-size: 1.25rem;
	text-align: left;
	cursor: pointer;
}

.p-entry #toc_container .toc_title::after {
	position: absolute;
	top: 50%;
	right: 2.75rem;
	width: 1rem;
	height: 0.5rem;
	transform: translateY(-50%);
	background: url(../img/toc-open.svg) no-repeat center center/contain;
	content: "";
}

.p-entry #toc_container .toc_title.active::before {
	position: absolute;
	top: calc(50% + 1.25rem);
	right: 2.0625rem;
	transform: translateY(-50%);
	content: "閉じる";
	font-size: 0.75rem;
	letter-spacing: 0;
}

.p-entry #toc_container .toc_title.active::after {
	height: 1rem;
	transform: translateY(-50%);
	background: url(../img/toc-close.svg) no-repeat center center/contain;
}

.p-entry #toc_container .toc_list {
	display: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0.5rem 2rem 2rem;
	background-color: #F7F7F7;
}

.p-entry #toc_container .toc_list li {
	padding-left: 0;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.p-entry #toc_container .toc_list li::before {
	display: none;
}

.p-entry #toc_container .toc_list li > ul {
	margin-top: 1rem;
	margin-bottom: 0 !important;
	margin-left: 0;
	padding-left: 1.875rem;
}

.p-entry #toc_container .toc_list li > ul li {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.p-entry #toc_container .toc_list li > ul li + li {
	margin-top: 0.6875rem;
}

.p-entry #toc_container .toc_list > li:nth-of-type(n + 2) {
	margin-top: 2rem;
}

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

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

.l-inner--narrow {
	max-width: 67.5rem;
}

.l-inner--wide {
	max-width: 100%;
}

.l-header {
	z-index: 30;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.l-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	padding-right: 0;
	padding-left: 2rem;
}

.l-sec {
	padding: 5rem 0;
	overflow: hidden;
}

.l-sec--sm {
	padding: 2rem 0;
}

.l-sec--bg {
	background-color: #F7F5F0;
}

.l-sec--no-pd {
	padding: 0;
}

.l-sec--no-content {
	padding: 0 !important;
	border-top: 1px solid #CCCCCC;
}

.l-media {
	display: flex;
	justify-content: center;
	gap: 6.25%;
}

.l-media__item {
	width: 100%;
}

.l-btn-wrapper {
	margin-top: 4rem;
	text-align: center;
}

.l-btn-wrapper.--left {
	text-align: left;
}

.l-contents {
	flex: 1;
	padding: 4rem 0;
}

.l-footer {
	background-color: #F7F5F0;
}

.l-footer__inner {
	max-width: 1320px;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.l-footer__main {
	display: flex;
    position: relative;
	justify-content: space-between;
	padding: 4rem 0;
	gap: 1.25rem;
}

.l-footer__info {
	flex-shrink: 0;
	width: 313;
}

.l-footer__company {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.l-footer__address {
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.l-footer__sns {
	margin-top: 1rem;
}

.l-footer__sns a {
	transition: all 0.3s;
}

.l-footer__sns a img {
	width: 2.1875rem;
}

.l-footer__btn {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	gap: 1rem;
}

.l-footer__nav {
	width: 100%;
	max-width: 49rem;
}

.l-footer__copy {
	padding: 1rem 0 1.25rem;
	background-color: #000;
	text-align: center;
}

.l-footer__copy small {
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
}

.l-2column {
	display: flex;
	position: relative;
	flex: 1;
	justify-content: space-between;
	max-width: 67.9375rem;
	margin: 0 auto;
	padding: 4.1875rem 2.5rem 5rem;
}

.l-2column__main {
	width: 67.1%;
}

.l-2column__sidebar {
	position: relative;
	width: 29.7%;
}

.l-pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4rem;
	padding: 1rem 0.75rem;
	gap: 1rem;
	background-color: #F7F7F7;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid #8E6919;
	background-color: #fff;
	color: #8E6919;
	font-weight: 500;
	font-size: 1.125rem;
	font-family: "Lato", sans-serif;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}

.page-numbers.current {
	position: relative;
	border-color: #CEB780;
	background-color: #CEB780;
	color: #FFF;
	pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #8E6919;
	transition: all 0.3s;
}

.page-numbers.prev::before,
.page-numbers.next::before {
	position: absolute;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: rotate(-45deg);
	content: "";
}

.page-numbers.prev {
	margin-right: 1rem;
}

.page-numbers.prev::before {
	left: 0.5rem;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.page-numbers.next {
	margin-left: 1rem;
}

.page-numbers.next::before {
	right: 0.5rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.page-numbers.dots {
	align-self: flex-end;
	border: none;
	background-color: transparent !important;
	color: #8E6919 !important;
	opacity: 1 !important;
}

.c-parts-title {
	margin-bottom: 5rem;
	padding: 0 1.25rem 0.3125rem;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 1.75rem;
}

.c-parts-page-title {
	margin: 5rem 0;
	font-weight: bold;
	font-size: 2.625rem;
	text-align: center;
}

.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-text-primary {
	color: #8E6919;
}

.c-logo {
	padding: 0.9375rem 0;
}

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

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

.c-logo__image {
	width: 14.0625rem;
}

.c-navigation__list {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.c-navigation__list.--mobile {
	display: none !important;
}

.c-navigation__item--contact {
	display: flex;
	height: auto;
	padding: 0;
}

.c-navigation__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.25rem;
}

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

.c-mobile-nav {
	width: 100%;
}

.c-mobile-nav + .c-mobile-nav {
	margin-top: 1.5rem;
}

.c-mobile-nav__heading {
	margin-bottom: 0.1875rem;
	color: #8E6919;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.c-mobile-nav__list {
	position: relative;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1.875rem;
	border-bottom: 1px solid #fff;
}

.c-mobile-nav__list::before {
	position: absolute;
	top: 52%;
	left: 0.625rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-mobile-nav__link {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.c-mobile-nav__under {
	background-image: linear-gradient(90deg, currentColor, currentColor);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-size 0.6s;
}

.c-btn {
	display: inline-flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 20rem;
	max-width: 100%;
	min-height: 4rem;
	margin-bottom: 0.375rem;
	padding: 0.625rem 2.8125rem;
	background-color: #000;
	box-shadow: 0.375rem 0.375rem 0 #ceb780;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	transition: all 0.3s;
}

.c-btn::before {
	position: absolute;
	top: 50%;
	right: 1.875rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-btn--md {
	width: 18.75rem;
}

.c-btn--sm {
	width: 14.375rem;
	min-height: 3.125rem;
}

.c-btn--sidebar {
	width: 14.375rem;
	min-height: 3.125rem;
	padding: 0.625rem 1.5625rem;
}

.c-btn--sidebar::before {
	right: 0.9375rem;
}

.c-btn__text {
	z-index: 1;
	position: relative;
}

.c-cta-btn {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 20rem;
	max-width: 100%;
	min-height: 6.25rem;
	color: #fff;
	transition: all 0.3s;
}

.c-cta-btn.--tel {
	background-color: #444444;
}

.c-cta-btn.--mail {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.4375rem;
	background-color: #8E6919;
}

.c-cta-btn__tel-main {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.c-cta-btn__tel-icon img {
	width: 1.6875rem;
}

.c-cta-btn__tel-num {
	font-weight: 700;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.04em;
}

.c-cta-btn__tel-sub {
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.c-cta-btn__mail-icon img {
	width: 2.375rem;
}

.c-cta-btn__mail-sub {
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
}

.c-cta-btn__mail-main {
	font-weight: 700;
	font-size: 1.75rem;
	letter-spacing: 0.04em;
}

.c-simple-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 4rem;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}

.c-simple-btn.--tel {
	gap: 0.46875rem;
	background-color: #444444;
}

.c-simple-btn.--mail {
	gap: 0.78125rem;
	background-color: #8E6919;
}

.c-simple-btn__tel-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.40625rem;
}

.c-simple-btn__mail-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.96875rem;
}

.c-simple-btn__num {
	font-weight: 700;
	font-size: 1.375rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.04em;
}

.c-simple-btn__text {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}

.c-fv {
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 2.5rem;
	background: url(../img/fv.webp) no-repeat top 0 right 0/contain;
}

.c-fv__body p {
	text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 60px #ffffff, 0 0 70px #ffffff;
}

.c-fv__sub {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 1.4285714286;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
}

.c-fv__main {
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 1.4285714286;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
}

.c-fv__main strong {
	color: #8E6919;
	font-size: 5rem;
	line-height: 1.25;
	letter-spacing: 0.06em;
}

.c-fv__text {
	margin-top: 2.5rem;
	font-size: 1.25rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.c-fv__btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5rem;
}

.c-fv__btn {
	margin-top: 2rem;
}

.c-fv__btn a {
	display: inline-block;
	position: relative;
	width: 20rem;
	padding: 1rem 2.1875rem;
	background-color: #8E6919;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	text-align: center;
	transition: all 0.3s;
}

.c-fv__btn a::before {
	position: absolute;
	top: 50%;
	right: 1.4375rem;
	width: 0.4375rem;
	height: 0.4375rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 4rem;
	text-align: center;
}

.c-title.--left {
	margin-left: 0;
}

.c-title__main {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.425;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
}

.c-title__main-over {
	display: block;
	padding-bottom: 0.5rem;
}

.c-title__main-under {
	display: block;
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #CCCCCC;
}

.c-title__under {
	display: inline-block;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #CCCCCC;
}

.c-title__sub {
	display: inline-block;
	margin-top: 0.375rem;
	color: #8E6919;
	font-weight: 500;
	font-size: 1rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.16em;
}

.c-posts {
	display: flex;
	justify-content: center;
	gap: 5rem 6rem;
}

.c-posts--archive {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.c-posts__item {
	display: flex;
	position: relative;
	flex-direction: column;
	width: calc((100% - 12rem) / 3);
	transition: all 0.3s;
}

.c-posts__item::after {
	position: absolute;
	top: 0;
	right: -3rem;
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
	content: "";
}

.c-posts__item:last-child::after {
	display: none;
}

.c-post__thumb {
	aspect-ratio: 544/320;
	margin-bottom: 1rem;
	overflow: hidden;
}

.c-post__thumb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.c-posts__cat {
	align-self: flex-start;
	padding: 0.0625rem 0.25rem 0.125rem;
	background-color: #8E6919;
	color: #fff;
	font-size: 1rem;
}

.c-posts__row {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.c-posts__heading {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	flex: 1;
	-webkit-line-clamp: 2;
	margin-top: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.5555555556;
	letter-spacing: 0;
}

.c-posts__arrow {
	display: block;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: auto;
	background-color: #000;
}

.c-posts__arrow::before {
	position: absolute;
	top: 50%;
	right: 52%;
	width: 0.25rem;
	height: 0.25rem;
	transform: translate(50%, -50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-posts__meta {
	display: flex;
}

.c-posts__update,
.c-posts__publish {
	display: block;
	position: relative;
	padding-left: 1.375rem;
	color: #666666;
	font-size: 0.875rem;
}

.c-posts__update::before,
.c-posts__publish::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	content: "";
}

.c-posts__update::before {
	background: url(../img/icon-update.svg) no-repeat center center/contain;
}

.c-posts__publish::before {
	background: url(../img/icon-publish.svg) no-repeat center center/contain;
}

.c-posts-type02__item {
	display: flex;
	position: relative;
	justify-content: space-between;
	transition: all 0.3s;
}

.c-posts-type02__item + .c-posts-type02__item {
	margin-top: 4rem;
}

.c-posts-type02__item::after {
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	content: "";
}

.c-posts-type02__item:last-child::after {
	display: none;
}

.c-posts-type02__thumb {
	align-self: flex-start;
	aspect-ratio: 320/188;
	width: 40.6%;
	overflow: hidden;
}

.c-posts-type02__thumb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.c-posts-type02__body {
	display: flex;
	flex-direction: column;
	width: 56.3%;
}

.c-posts-type02__cat {
	align-self: start;
	padding: 0.0625rem 0.25rem 0.125rem;
	background-color: #8E6919;
	color: #fff;
	font-size: 1rem;
}

.c-posts-type02__title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 1rem;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.5555555556;
	letter-spacing: 0;
}

.c-posts-type02__arrow {
	display: block;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: auto;
	margin-left: auto;
	background-color: #000;
}

.c-posts-type02__arrow::before {
	position: absolute;
	top: 50%;
	right: 52%;
	width: 0.25rem;
	height: 0.25rem;
	transform: translate(50%, -50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-posts-type03__item {
	display: block;
	position: relative;
	padding: 1rem 0;
}

.c-posts-type03__item:first-child {
	padding-top: 0;
}

.c-posts-type03__item:last-child {
	padding-bottom: 0;
}

.c-posts-type03__item:not(:last-child) {
	border-bottom: 1px solid #CCC;
}

.c-posts-type03__item.--row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.c-posts-type03__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.c-posts-type03__date {
	color: #8E6919;
	font-weight: 500;
	font-size: 1rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.16em;
}

.c-posts-type03__cat {
	padding: 0.0625rem 0.25rem 0.125rem;
	background-color: #8E6919;
	color: #fff;
	font-size: 0.875rem;
}

.c-posts-type03__title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-top: 0.25rem;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: 0;
	transition: all 0.3s;
}

.c-card-service {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
}

.c-card-service__item {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: calc((100% - 5rem) / 5);
	min-width: 15rem;
	min-height: 12.75rem;
	padding: 2rem;
	border: 1px solid #CEB780;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s;
  color: #000;
}

.c-card-service__icon {
	margin-bottom: 0.5rem;
	text-align: center;
}

.c-card-service__icon img {
	width: 5rem;
}

.c-card-service__text {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0;
	text-align: center;
}

.c-card-service__text span {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.c-card-service__plus {
	display: block;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #000;
}

.c-card-service__plus::before,
.c-card-service__plus::after {
	position: absolute;
	top: 0.6875rem;
	left: 0.46875rem;
	width: 0.625rem;
	height: 0.125rem;
	background-color: #fff;
	content: "";
}

.c-card-service__plus::after {
	transform: rotate(90deg);
}

.c-modal {
	visibility: hidden;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.6s;
}

.c-modal__content {
	position: relative;
	width: 61.25rem;
	max-width: 100%;
	margin: 7.5% auto;
	padding: 2rem 3rem;
	background-color: #fff;
}

.c-modal__close {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #000;
	cursor: pointer;
	transition: all 0.3s;
}

.c-modal__close::before,
.c-modal__close::after {
	position: absolute;
	top: 0.6875rem;
	left: 0.46875rem;
	width: 0.625rem;
	height: 0.125rem;
	background-color: #fff;
	content: "";
}

.c-modal__close::before {
	transform: rotate(-45deg);
}

.c-modal__close::after {
	transform: rotate(45deg);
}

.c-modal__icon {
	margin-bottom: 1rem;
	text-align: center;
}

.c-modal__icon img {
	width: 5rem;
}

.c-modal__heading {
	margin-bottom: 0.5rem;
	color: #8E6919;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0;
	text-align: center;
}

.c-modal__text {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.c-modal__separator {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #CCCCCC;
}

.c-modal__lists {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.c-modal__lists.--full {
	width: 100%;
}

.c-modal__lists li {
	position: relative;
	padding-left: 1.25rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.c-modal__lists li::before {
	position: absolute;
	top: 0.4375rem;
	left: 0;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background-color: #CEB780;
	content: "";
}

.c-modal__lists li + li {
	margin-top: 0.25rem;
}

.c-modal__box {
	margin-top: 2rem;
	padding: 2rem 2rem 2.5rem;
	border-radius: 8px;
	background-color: #F7F5F0;
}

.c-feature-box {
	padding: 2.5rem 2rem 3.0625rem;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-feature-box__heading {
	margin-bottom: 4.375rem;
	font-weight: 700;
	font-size: 1.75rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
	text-align: center;
}

.c-feature-box__row {
	display: flex;
	justify-content: center;
	gap: 3.875rem;
}

.c-feature-box__item {
	position: relative;
	width: calc((100% - 7.75rem) / 3);
}

.c-feature-box__item::before {
	position: absolute;
	background-color: #CCCCCC;
	content: "";
}

.c-feature-box__item:last-child::before {
	display: none !important;
}

.c-feature-box__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1rem;
	gap: 0.75rem;
}

.c-feature-box__icon {
	width: 5rem;
}

.c-feature-box__icon img {
	width: 5rem;
}

.c-feature-box__head-text {
	width: calc(100% - 5.75rem);
	color: #8E6919;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.4545454545;
	letter-spacing: 0;
}

.c-feature-box__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0;
}

.c-cta-sec {
	padding: 6.25rem 0;
	background: url(../img/cta-bg.webp) no-repeat center center/cover;
}

.c-cta-sec__row {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.c-cta-sec__heading {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.75;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
}

.c-cta-sec__btn {
	display: flex;
	position: relative;
	align-items: center;
	width: 30rem;
	min-height: 7.5rem;
	padding: 0.625rem 2rem;
	gap: 1.5rem;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #8E6919;
	transition: all 0.3s;
}

.c-cta-sec__btn::before {
	position: absolute;
	top: 50%;
	right: 1.4375rem;
	width: 0.4375rem;
	height: 0.4375rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #8E6919;
	border-bottom: 2px solid #8E6919;
	content: "";
	transition: all 0.3s;
}

.c-cta-sec__icon {
	transition: all 0.3s;
}

.c-cta-sec__icon img {
	width: 3.875rem;
}

.c-cta-sec__main {
	margin-bottom: 0.46875rem;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.04em;
	transition: all 0.3s;
}

.c-cta-sec__sub {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.06em;
	transition: all 0.3s;
}

.c-member__tab {
	display: flex;
	gap: 0.5rem;
}

.c-member__tab-btn {
	width: 15rem;
	padding: 1.25rem;
	border: 1px solid #8E6919;
	border-bottom: none;
	background-color: #F7F5F0;
	color: #8E6919;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.3s;
}

.c-member__tab-btn.is-active {
	background-color: #8E6919;
	color: #fff;
	pointer-events: none;
}

.c-member__box {
	display: flex;
	display: none;
	padding: 2rem;
	gap: 2rem;
	border: 1px solid #8E6919;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.c-member__box.is-active {
	display: flex;
	opacity: 1;
}

.c-member__img {
	width: 12.5rem;
}

.c-member__body {
	width: calc(100% - 12.5rem - 2rem);
}

.c-member__sp-row {
	display: contents;
}

.c-member__head {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	gap: 2rem;
	border-bottom: 1px solid #CCCCCC;
}

.c-member__name {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

.c-member__en {
	color: #8E6919;
	font-weight: 500;
	font-size: 1rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.16em;
}

.c-member__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0;
}

.c-member__bottom {
	margin-top: 0.9375rem;
	text-align: right;
}

.c-member__btn {
	display: inline-block;
	position: relative;
	width: 15.875rem;
	padding: 0.625rem 1.25rem;
	background-color: #F7F5F0;
	color: #8E6919;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s;
}

.c-member__btn::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #8E6919;
	border-bottom: 2px solid #8E6919;
	content: "";
	transition: all 0.3s;
}

.c-company-info {
	display: flex;
	justify-content: space-between;
}

.c-company-info__detail {
	width: 46.875%;
}

.c-company-info__row {
	display: flex;
	padding: 1.5rem 0;
	gap: 2rem;
	border-bottom: 1px solid #CCC;
}

.c-company-info__row:first-child {
	padding-top: 0;
}

.c-company-info__head,
.c-company-info__body {
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.c-company-info__head {
	width: 5.625rem;
	color: #8E6919;
	font-weight: 700;
	letter-spacing: 0;
}

.c-company-info__body {
	width: calc(100% - 2rem - 5.625rem);
	font-weight: 400;
	letter-spacing: 0.04em;
}

.c-company-info__body a {
	color: #8E6919;
	text-decoration: underline;
	transition: all 0.3s;
}

.c-company-info__map {
	width: 46.875%;
}

.c-company-info__map iframe {
	aspect-ratio: 600/634;
	width: 100%;
	height: 100%;
}

.c-floating-menu {
	display: none;
	z-index: 20;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	left: 0;
}

.c-floating-menu__inner {
	display: flex;
}

.c-floating-menu__item {
	width: 50%;
}

.c-floating-menu__btn {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4rem;
	color: #fff;
	transition: all 0.3s;
}

.c-floating-menu__btn.--tel {
	background-color: #444444;
}

.c-floating-menu__btn.--mail {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
	background-color: #8E6919;
}

.c-floating-menu__tel-main {
	display: flex;
	align-items: center;
	gap: 0.3125rem;
}

.c-floating-menu__tel-icon img {
	width: 0.96875rem;
	padding-bottom: 0.25rem;
}

.c-floating-menu__tel-num {
	font-weight: 700;
	font-size: 1.25rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.04em;
}

.c-floating-menu__tel-sub {
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
}

.c-floating-menu__mail-icon img {
	width: 1.53125rem;
}

.c-floating-menu__mail-sub {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.06em;
}

.c-floating-menu__mail-main {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

.c-floating-btn {
	display: none;
	z-index: 20;
	position: fixed;
	right: 1.25rem;
	bottom: 5rem;
	background: transparent;
	cursor: pointer;
}

.c-floating-btn img {
	width: 3rem;
	transition: all 0.3s;
}

.c-footer-nav__row {
	display: flex;
	gap: 2rem;
}

.c-footer-nav__row + .c-footer-nav__row {
	margin-top: 2rem;
}

.c-footer-nav__col {
	width: calc((100% - 4rem) / 3);
}

.c-footer-nav__heading {
	margin-bottom: 0.25rem;
	color: #8E6919;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.c-footer-nav__item {
	position: relative;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.875rem;
	border-bottom: 1px solid #CCC;
}

.c-footer-nav__item::before {
	position: absolute;
	top: 52%;
	left: 0.625rem;
	width: 0.4375rem;
	height: 0.4375rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #8E6919;
	border-bottom: 2px solid #8E6919;
	content: "";
}

.c-footer-nav__link {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
}

.c-footer-nav__under {
	background-image: linear-gradient(90deg, currentColor, currentColor);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-size 0.6s;
}

.c-breadcrumb__container {
	max-width: 82rem;
	margin: 0 auto;
	padding: 1rem;
}

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

.c-breadcrumb__item {
	position: relative;
	font-size: 0.75rem;
}

.c-breadcrumb__item:not(:last-of-type)::after {
	position: absolute;
	top: 50%;
	right: -0.75rem;
	width: 0.3125rem;
	height: 0.4375rem;
	transform: translateY(-50%);
	background: url(../img/breadcrumb-arrow.svg) no-repeat center center/cover;
	content: "";
}

.c-breadcrumb__link {
	background-image: linear-gradient(90deg, currentColor, currentColor);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: all 0.3s;
	transition: background-size 0.6s;
}

.c-breadcrumb__link:hover,
.c-breadcrumb__link:active {
	background-size: 100% 1px;
}

.c-submenu {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 9.375rem;
	max-width: 12.5rem;
	padding: 1.25rem;
	gap: 0.9375rem;
	background-color: #F7F5F0;
}

.c-submenu__item {
	display: block;
	font-size: 1rem;
}

.c-submenu__under {
	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;
}

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

.c-menu-button.active .c-menu-button__line:nth-child(1) {
	top: 1.125rem;
	left: 0.75rem;
	width: 55%;
	transform: translateY(0.375rem) 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: 1.875rem;
	left: 0.75rem;
	width: 55%;
	transform: translateY(-0.375rem) rotate(45deg);
}

.c-menu-button__line {
	display: inline-block;
	position: absolute;
	left: 0.6875rem;
	width: 55%;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.4s;
}

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

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

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

.c-page-header {
	min-height: 10rem;
	padding-bottom: 2.5rem;
	background-color: #F7F5F0;
}

.c-page-header--single {
	min-height: 0 !important;
	padding-bottom: 0 !important;
}

.c-page-header--contact {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2.5rem;
}

.c-page-header--contact .c-page-header__title {
	margin-top: 0 !important;
}

.c-page-header__title {
	margin-top: 0.625rem;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.425;
	font-family: "Noto Serif JP", serif;
	list-style-position: 0.06em;
	text-align: center;
}

.c-sidebar-posts {
	padding: 1rem 1rem 1.5rem;
	border: 1px solid #8E6919;
	border-radius: 8px;
}

.c-sidebar-posts__heading {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.125rem;
	text-align: center;
}

.c-sidebar-posts__item {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	border-bottom: 1px solid #CCCCCC;
	transition: all 0.3s;
}

.c-sidebar-posts__item:first-of-type {
	padding-top: 0;
}

.c-sidebar-posts__item:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.c-sidebar-posts__thumb {
	aspect-ratio: 100/64;
	width: 37.3%;
	overflow: hidden;
}

.c-sidebar-posts__thumb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.c-sidebar-posts__body {
	width: 58.3%;
}

.c-sidebar-posts__update,
.c-sidebar-posts__publish {
	display: block;
	position: relative;
	padding-left: 1.375rem;
	color: #666666;
	font-size: 0.875rem;
}

.c-sidebar-posts__update::before,
.c-sidebar-posts__publish::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	content: "";
}

.c-sidebar-posts__update::before {
	background: url(../img/icon-update.svg) no-repeat center center/contain;
}

.c-sidebar-posts__publish::before {
	background: url(../img/icon-publish.svg) no-repeat center center/contain;
}

.c-sidebar-posts__row {
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}

.c-sidebar-posts__title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	width: calc(100% - 1.9375rem);
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.c-sidebar-posts__arrow {
	display: block;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: auto;
	background-color: #000;
}

.c-sidebar-posts__arrow::before {
	position: absolute;
	top: 50%;
	right: 52%;
	width: 0.25rem;
	height: 0.25rem;
	transform: translate(50%, -50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-sidebar-posts__btn {
	margin-top: 1rem;
	text-align: center;
}

.c-separator {
	display: none;
	margin: 4rem auto 2rem;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.c-form input[type=text],
.c-form input[type=tel] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

.c-form input[type=email] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

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

.c-form input[type=checkbox] + span {
	display: block;
	position: relative;
	cursor: pointer;
}

.c-form input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.c-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	resize: none;
}

.c-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

.c-form input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

.c-form .wpcf7-spinner { /*非表示*/
	position: absolute;
	bottom: -2.5rem;
	left: 8rem;
}

.c-form .wpcf7-not-valid-tip {
	display: none;
	margin-top: 0.3125rem;
	font-size: 1rem;
}

.c-form .wpcf7-response-output {
	display: none;
}

.c-form.is-show .wpcf7-not-valid-tip {
	display: block;
}

.c-form__row {
	display: flex;
	margin-bottom: 1.875rem;
}

.c-form__row + .c-form__row {
	padding-top: 1.875rem;
	border-top: 1px solid #CCCCCC;
}

.c-form__row--align-center {
	align-items: center;
}

.c-form__row--align-center .c-form__name {
	padding-top: 0;
}

.c-form__row--privacy {
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-form__row--privacy .c-form__name {
	text-align: center;
}

.c-form__row--privacy .c-form__privacy {
	justify-content: center;
	margin-top: 2rem;
}

.c-form__name {
	width: 22.625rem;
	padding-top: 0.375rem;
	font-weight: 700;
	font-size: 1.25rem;
}

.c-form__name a {
	color: #8E6919;
	text-decoration: underline;
	transition: all 0.3s;
}

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

.c-form__name--mt0 {
	padding-top: 0;
}

.c-form__required,
.c-form__any {
	display: inline-block;
	margin-left: 0.625rem;
	padding: 0.0625rem 0.375rem 0.1875rem;
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
}

.c-form__required {
	background-color: #D10000;
}

.c-form__any {
	background-color: #999999;
}

.c-form__parts {
	width: calc(100% - 22.625rem);
	max-width: 100%;
	font-size: 1rem;
}

.c-form__parts input[type=text],
.c-form__parts input[type=email],
.c-form__parts input[type=tel],
.c-form__parts textarea,
.c-form__parts select {
	width: 100%;
	height: 3rem;
	padding: 0.75rem 1.125rem;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background-color: #fff;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
}

.c-form__parts input[type=text]::-moz-placeholder,
.c-form__parts input[type=email]::-moz-placeholder,
.c-form__parts input[type=tel]::-moz-placeholder,
.c-form__parts textarea::-moz-placeholder,
.c-form__parts select::-moz-placeholder {
	color: #999999;
	font-weight: 400;
}

.c-form__parts input[type=text]::placeholder,
.c-form__parts input[type=email]::placeholder,
.c-form__parts input[type=tel]::placeholder,
.c-form__parts textarea::placeholder,
.c-form__parts select::placeholder {
	color: #999999;
	font-weight: 400;
}

.c-form__parts textarea {
	height: 10.125rem;
}

.c-form__parts select {
	padding-right: 1.875rem;
	border-color: #000;
}

.c-form__radio,
.c-form__check,
.c-form__privacy {
	display: flex;
	flex-wrap: wrap;
}

.c-form__radio .wpcf7-list-item,
.c-form__check .wpcf7-list-item,
.c-form__privacy .wpcf7-list-item { /*マージンリセット*/
	margin: 0;
}

.c-form__radio .mwform-radio-field + .mwform-radio-field,
.c-form__check .mwform-radio-field + .mwform-radio-field,
.c-form__privacy .mwform-radio-field + .mwform-radio-field {
	margin-left: 4rem;
}

.c-form__radio input[type=radio],
.c-form__check input[type=radio],
.c-form__privacy input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	opacity: 0;
}

.c-form__radio input[type=checkbox],
.c-form__check input[type=checkbox],
.c-form__privacy input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	opacity: 0;
}

.c-form__radio label span,
.c-form__check label span,
.c-form__privacy label span {
	display: block;
	position: relative;
	padding-left: 2.1875rem;
}

.c-form__radio label span::before,
.c-form__check label span::before,
.c-form__privacy label span::before {
	position: absolute;
	top: 0rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #333;
	background: #fff;
	content: "";
}

.c-form__radio label span::after,
.c-form__check label span::after,
.c-form__privacy label span::after {
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	width: 1.125rem;
	height: 1.0625rem;
	border-radius: 50%;
	content: "";
	opacity: 0;
	transition: all 0.3s;
}

.c-form__radio label input:focus + span::before,
.c-form__check label input:focus + span::before,
.c-form__privacy label input:focus + span::before {
	background: url(../img/form-check.svg) no-repeat center center/contain;
}

.c-form__radio label input:checked + span::after,
.c-form__check label input:checked + span::after,
.c-form__privacy label input:checked + span::after {
	background: url(../img/form-check.svg) no-repeat center center/contain;
}

.c-form__radio .error,
.c-form__check .error,
.c-form__privacy .error {
	display: block;
	width: 100%;
}

.c-form__check .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem 3.625rem;
}

.c-form__check .wpcf7-checkbox > .wpcf7-list-item {
	width: calc((100% - 3.625rem) / 2);
	max-width: 15.9375rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.c-form__privacy .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem 3.625rem;
}

.c-form__privacy .wpcf7-checkbox > .wpcf7-list-item {
	width: calc((100% - 3.625rem) / 2);
	max-width: 15.9375rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.c-form__select {
	position: relative;
	max-width: 20rem;
}

.c-form__select > p {
	position: relative;
	max-width: 20rem;
}

.c-form__select > p::before {
	z-index: 1;
	position: absolute;
	top: 45%;
	right: 0.96875rem;
	width: 0.4375rem;
	height: 0.4375rem;
	transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid #8E6919;
	border-bottom: 2px solid #8E6919;
	content: "";
}

.c-form__select::after {
	position: absolute;
	top: 1.25rem;
	right: 0.9375rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
}

.c-form__btn {
	position: relative;
	width: 20rem;
	margin-top: 3.75rem;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	box-shadow: 0.375rem 0.375rem 0 #ceb780;
	text-align: center;
	transition: all 0.3s;
}

.c-form__btn::after {
	position: absolute;
	top: 50%;
	right: 1.875rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-form__btn input[type=submit] {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4rem;
	margin: 0 auto;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	text-align: center;
	cursor: pointer;
}

.c-form__note {
	margin-top: 0.5rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.c-form__policy-box-title {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
}

.c-form__policy-box-wrap {
	max-width: 41.625rem;
	margin: 0 auto;
	padding: 1.125rem;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.c-form__policy-box-text {
	height: 8.75rem;
	overflow: auto;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.c-form__policy-box-text strong {
	display: inline-block;
	margin-top: 1.5625rem;
}

.c-form__policy-box-text p + p {
	margin-top: 1.25rem;
}

.c-form__policy-box-text ul + p {
	margin-top: 1.25rem;
}

.c-form__policy-box-text ul {
	margin-top: 0.625rem;
}

.c-form__policy-box-text ul > li {
	position: relative;
	padding-left: 1.25rem;
}

.c-form__policy-box-text ul > li::before {
	position: absolute;
	left: 0;
	content: "・";
}

.c-form__policy-box-text ul > li > ul {
	margin-top: 0.3125rem;
}

.c-form__policy-box-text ul > li > ul li {
	padding-left: 0.9375rem;
}

.c-form__policy-box-text ul > li > ul li::before {
	content: "-";
}

.c-form__thanks {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.04em;
	text-align: center;
}

.c-form__top {
	margin-top: 5rem;
}

.c-form__accordion-wrapper {
	width: 100%;
}

.c-form__accordion-head {
	position: relative;
	width: 100%;
	max-width: 20rem;
	padding: 0.75rem 1.125rem;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	border-color: #000000 !important;
	background-color: #fff;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
}

.c-form__accordion-head::after {
	position: absolute;
	top: 1.25rem;
	right: 0.9375rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
}

.c-form__accordion-body {
	display: none;
	max-height: 25rem;
	padding: 0.3125rem 0;
	overflow: auto;
}

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

.c-faq__item {
	margin-top: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid #1DA5D6;
	border-radius: 8px;
}

.c-faq__head {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 4.875rem;
	padding: 0.75rem 2.5rem 0.5rem 4rem;
	background-color: #1DA5D6;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
}

.c-faq__head::before {
	display: flex;
	position: absolute;
	top: 46%;
	left: 1.5rem;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	content: "Q";
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
}

.c-faq__head::after {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 0.875rem;
	height: 0.5625rem;
	background: url(../img/faq-arrow.svg) no-repeat center center/contain;
	content: "";
}

.c-faq__head.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.c-faq__body {
	display: none;
	position: relative;
	padding: 1rem 1.5rem 1.5rem 4rem;
	background-color: #F7F5F0;
	font-weight: 400;
}

.c-faq__body::before {
	display: flex;
	position: absolute;
	top: 2.25rem;
	left: 1.5rem;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	content: "A";
	color: #B5DFEF;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
}

.c-faq__text {
	font-size: 1rem;
	line-height: 1.5;
}

.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;
	transition: all 0.3s;
}

a.c-author-parts__name {
	text-decoration: underline;
}

a.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__profile + .c-author__profile {
	margin-top: 2.5rem;
}

.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;
	padding: 1rem;
	background-color: #F7F7F7;
}

.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-top: 2.5rem;
}

.c-post-links__prev,
.c-post-links__next {
	position: relative;
	width: 47.6%;
	transition: all 0.3s;
}

.c-post-links__prev::before,
.c-post-links__next::before {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
	background-color: #8E6919;
	content: "";
	transition: all 0.3s;
}

.c-post-links__prev::after,
.c-post-links__next::after {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 0.375rem;
	height: 0.375rem;
	content: "";
}

.c-post-links__prev a,
.c-post-links__next a {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 4.5rem;
	padding: 0.625rem 1.75rem;
	background-color: #F7F5F0;
	font-size: 1rem;
	transition: all 0.3s;
}

.c-post-links__prev {
	justify-self: flex-start;
	padding-left: 0.75rem;
}

.c-post-links__prev::before {
	left: 0;
}

.c-post-links__prev::after {
	left: 0.5625rem;
	transform: translateY(-50%) rotate(-45deg);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

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

.c-post-links__next {
	justify-self: flex-end;
	margin-left: auto;
	padding-right: 0.75rem;
}

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

.c-post-links__next::after {
	right: 0.5625rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.c-post-links__next a {
	padding-right: 2.125rem;
}

.c-post-links__inner {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.c-partner-logo-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 2rem;
	gap: 2rem;
}

.c-partner-logo-item:nth-child(1) {
	max-width: 4.5rem;
}

.c-partner-logo-item:nth-child(2) {
	max-width: 6.375rem;
}

.c-partner-logo-list--footer {
	position: absolute;
	right: 0;
	bottom: 3.75rem;
	margin-top: 0;
}

.c-partner-logo-list--footer .c-partner-logo-item:nth-child(1) {
	max-width: 4.625rem;
}

.c-partner-logo-list--footer .c-partner-logo-item:nth-child(2) {
	max-width: 5.875rem;
}
.p-intro__achieve-img {
	text-align: center;
}

.p-intro__achieve-img img {
	width: 51.125rem;
}

.p-intro__slider-wrapper {
	display: flex;
}

.p-intro__slider {
	display: flex;
	transform: translateX(100%);
}

.p-intro__slider.--01 {
	-webkit-animation: flowing 80s linear infinite;
	animation: flowing 80s linear infinite;
}

.p-intro__slider.--02 {
	-webkit-animation: flowing 79s linear infinite;
	animation: flowing 79s linear infinite;
}

.p-intro__slider-item img {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.p-intro__slider-item.--01 img {
	width: 111.375rem;
}

.p-intro__slider-item.--02 img {
	width: 114.25rem;
}

.p-intro-slider {
	position: relative;
}

.p-intro-slider:nth-child(2) {
  margin-top: 1rem;
}

.p-intro-slider__wrapper {

}

.p-intro-slider__slide {
	height: 4.5rem;
  padding: 0 0.5rem;
	text-align: center;
}

.p-intro-slider__slide img {
	object-fit: contain;
  object-position: center;
  top: 0;
  left: 0;
  transform: translate(0, 0);
	width: fit-content;
	display: inline-block;
  height: 100%;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}


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

.p-solve__media-img {
	width: 37.5%;
}

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

.p-solve__media-body {
	width: 59.9%;
}

.p-solve__media-item + .p-solve__media-item {
	margin-top: 2rem;
}

.p-solve__media-heading {
	margin-bottom: 1rem;
	padding: 0.8125rem 1rem;
	background-color: #F7F5F0;
	color: #8E6919;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0;
}

.p-solve__media-lists li {
	position: relative;
	padding-left: 1.25rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	letter-spacing: 0.04em;
}

.p-solve__media-lists li::before {
	position: absolute;
	top: 0.375rem;
	left: 0;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background-color: #CEB780;
	content: "";
}

.p-solve__media-lists li + li {
	margin-top: 0.5rem;
}

.p-feature__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.p-feature__item + .p-feature__item {
	margin-top: 4rem;
}

.p-feature__body {
	width: 46.875%;
	min-width: 37.5rem;
}

.p-feature__heading {
	margin-bottom: 2rem;
	font-weight: 700;
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 1.6842105263;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
}

.p-feature__heading.--small {
	font-size: 2.2rem;
}

.p-feature__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0;
}

.p-feature__img {
	width: 46.875%;
}

.p-feature__bottom {
	margin-top: 4rem;
}

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

.p-document__body {
	width: 33.5%;
}

.p-document__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0;
}

.p-document__posts {
	width: 61.6%;
}

.p-media__title {
	margin-bottom: 1.5rem;
}

.p-media__wrapper {
	max-width: 56.25rem;
	margin: 0 auto;
}

.p-media__content {
	padding: 2rem 2rem 2.5rem;
	border: 1px solid #8E6919;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-media__btn {
	margin-top: 2rem;
}

.p-media__youtube {
	margin-top: 4rem;
	text-align: center;
}

.p-media__youtube a {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition: all 0.3s;
}

.p-media__youtube a img {
	width: 40rem;
}

.p-media__recruit {
	margin-top: 4rem;
	text-align: center;
}

.p-media__recruit a {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition: all 0.3s;
}

.p-media__recruit a img {
	width: 40rem;
}

.p-entry__header {
	margin-bottom: 4rem;
}

.p-entry__title {
	margin-bottom: 2.8125rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3125;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
}

.p-entry__head-wrap {
	display: flex;
	row-gap: 0.46875rem;
	flex-wrap: wrap;
	margin-right: auto;
}

.p-entry__head {
	margin-bottom: 1.5625rem;
}

.p-entry__head-meta {
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}

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

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

.p-entry__head-meta02 {
	margin-bottom: 1rem;
}

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

.p-entry__head-meta02 a:hover {
	opacity: 0.7;
}

.p-entry__head-cat {
	display: block;
	margin-right: 0.5rem;
	padding: 0.25rem 0.5rem 0.3125rem;
	background-color: #8E6919;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4166666667;
}

.p-entry__head-publish,
.p-entry__head-update {
	margin-left: 0.5rem;
}

.p-entry__head-publish,
.p-entry__head-update {
	display: block;
	position: relative;
	padding-left: 1.375rem;
	color: #666666;
	font-size: 0.875rem;
}

.p-entry__head-publish::before,
.p-entry__head-update::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	content: "";
}

.p-entry__head-publish::before {
	background: url(../img/icon-publish.svg) no-repeat center center/contain;
}

.p-entry__head-update::before,
.p-entry__column-head-update::before {
	background: url(../img/icon-update.svg) no-repeat center center/contain;
}

.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: 2rem;
}

.p-widget--btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

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

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

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

.p-404__heading {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-404__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 2.3333333333;
	letter-spacing: 0.04em;
	text-align: center;
}

.p-404__btn {
	margin-top: 5rem;
}

@media (hover: hover) {

.p-entry .p-entry__body p a:hover,
.p-entry .p-entry__body p a:active {
	opacity: 0.7;
}

.p-entry .p-entry__body .wp-block-button .wp-block-button__link:hover,
.p-entry .p-entry__body .wp-block-button .wp-block-button__link:active {
	transform: translate(0.375rem, 0.375rem);
	box-shadow: 0rem 0rem 0 #ceb780;
}

.p-entry #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;
}

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

.l-footer__sns a:hover,
.l-footer__sns a:active {
	opacity: 0.7;
}

.page-numbers:hover,
.page-numbers:active {
	background-color: #8E6919;
	color: #FFF;
	opacity: 0.7;
}

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

.c-mobile-nav__link:hover .c-mobile-nav__under,
.c-mobile-nav__link:active .c-mobile-nav__under {
	background-size: 100% 1px;
}

.c-btn:hover,
.c-btn:active {
	transform: translate(0.375rem, 0.375rem);
	box-shadow: 0rem 0rem 0 #ceb780;
}

.c-cta-btn.--tel:hover,
.c-cta-btn.--tel:active {
	background-color: #6C6B6B;
}

.c-cta-btn.--mail:hover,
.c-cta-btn.--mail:active {
	background-color: #A77D23;
}

.c-simple-btn.--tel:hover,
.c-simple-btn.--tel:active {
	background-color: #6C6B6B;
}

.c-simple-btn.--mail:hover,
.c-simple-btn.--mail:active {
	background-color: #A77D23;
}

.c-fv__btn a:hover,
.c-fv__btn a:active {
	background-color: #A77D23;
}

.c-posts__item:hover,
.c-posts__item:active {
	opacity: 0.6;
}

.c-posts__item:hover .c-post__thumb img,
.c-posts__item:active .c-post__thumb img {
	transform: scale(1.1);
}

.c-posts-type02__item:hover,
.c-posts-type02__item:active {
	opacity: 0.6;
}

.c-posts-type02__item:hover .c-posts-type02__thumb img,
.c-posts-type02__item:active .c-posts-type02__thumb img {
	transform: scale(1.1);
}

.c-posts-type03__item:hover .c-posts-type03__title,
.c-posts-type03__item:active .c-posts-type03__title {
	color: #8E6919;
}

.c-card-service__item:hover,
.c-card-service__item:active {
	opacity: 0.6;
}

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

.c-cta-sec__btn:hover,
.c-cta-sec__btn:active {
	transform: translate(0.1875rem, 0.1875rem);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
}

.c-cta-sec__btn:hover .c-cta-sec__main,
.c-cta-sec__btn:hover .c-cta-sec__sub,
.c-cta-sec__btn:hover .c-cta-sec__icon,
.c-cta-sec__btn:active .c-cta-sec__main,
.c-cta-sec__btn:active .c-cta-sec__sub,
.c-cta-sec__btn:active .c-cta-sec__icon {
	opacity: 0.7;
}

.c-cta-sec__btn:hover::before,
.c-cta-sec__btn:active::before {
	right: 0.9375rem;
}

.c-member__tab-btn:hover,
.c-member__tab-btn:active {
	background-color: #8E6919;
	color: #fff;
}

.c-member__btn:hover,
.c-member__btn:active {
	background-color: #8E6919;
	color: #fff;
}

.c-member__btn:hover::before,
.c-member__btn:active::before {
	border-color: #fff;
}

.c-company-info__body a:hover,
.c-company-info__body a:active {
	opacity: 0.7;
}

.c-floating-menu__btn.--tel:hover,
.c-floating-menu__btn.--tel:active {
	background-color: #6C6B6B;
}

.c-floating-menu__btn.--mail:hover,
.c-floating-menu__btn.--mail:active {
	background-color: #A77D23;
}

.c-floating-btn img:hover,
.c-floating-btn img:active {
	opacity: 0.7;
}

.c-footer-nav__link:hover .c-footer-nav__under,
.c-footer-nav__link:active .c-footer-nav__under {
	background-size: 100% 1px;
}

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

.c-sidebar-posts__item:hover .c-sidebar-posts__thumb img,
.c-sidebar-posts__item:active .c-sidebar-posts__thumb img {
	transform: scale(1.1);
}

.c-form__btn:hover,
.c-form__btn:active {
	transform: translate(0.375rem, 0.375rem);
	box-shadow: 0rem 0rem 0 #ceb780;
}

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

.c-post-links__prev:hover::before,
.c-post-links__prev:active::before,
.c-post-links__next:hover::before,
.c-post-links__next:active::before {
	background-color: #A77D23;
}

.p-media__youtube a:hover,
.p-media__youtube a:active,
.p-media__recruit a:hover,
.p-media__recruit a:active {
	opacity: 0.7;
}

}

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

.c-posts__item:nth-child(3n)::after {
	display: none;
}

.c-posts-type03__item.--row .c-posts-type03__meta {
	width: 8.5rem;
}

.c-posts-type03__item.--row .c-posts-type03__title {
	width: calc(100% - 8.5rem);
	margin-top: 0;
}

.c-card-service__text {
	white-space: nowrap;
}

.c-feature-box__item::before {
	top: 0;
	right: -1.9375rem;
	width: 1px;
	height: 100%;
}

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

}

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

.c-floating-menu {
	display: none !important;
}

}

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

.l-header__inner {
	padding-left: 1.25rem;
}

.c-logo__image {
	width: 11.5625rem;
}

.c-navigation__list {
	gap: 1.5625rem;
}

.c-navigation__link {
	font-size: 1.125rem;
}

.c-cta-btn {
	width: 16.25rem;
	min-height: 5rem;
}

.c-cta-btn.--mail {
	gap: 0.9375rem;
}

.c-cta-btn__tel-icon img {
	width: 1.375rem;
}

.c-cta-btn__tel-num {
	font-size: 1.625rem;
}

.c-cta-btn__tel-sub {
	font-size: 0.875rem;
}

.c-cta-btn__mail-icon img {
	width: 2rem;
}

.c-cta-btn__mail-sub {
	font-size: 0.875rem;
}

.c-cta-btn__mail-main {
	font-size: 1.375rem;
}

}

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

.c-logo__image {
	width: 10.3125rem;
}

.c-navigation__link {
	font-size: 1rem;
}

.c-cta-btn {
	width: 13.75rem;
	min-height: 5rem;
}

.c-cta-btn__tel-icon img {
	width: 1.25rem;
}

.c-cta-btn__tel-num {
	font-size: 1.375rem;
}

.c-cta-btn__tel-sub {
	font-size: 0.75rem;
}

.c-cta-btn__mail-icon img {
	width: 1.625rem;
}

.c-cta-btn__mail-sub {
	font-size: 0.75rem;
}

.c-cta-btn__mail-main {
	font-size: 1.125rem;
}

}

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

.l-header__inner {
	padding-right: 0.625rem;
}

.c-logo {
	padding: 0.625rem 0;
}

.c-logo__image {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
}

.c-navigation {
	z-index: -1;
	position: fixed;
	top: 0;
	right: -300%;
	width: 18.75rem;
	height: 100vh;
	background: #000;
	transition: all 0.6s;
}

.c-navigation.panelactive {
	right: 0;
}

.c-navigation__inner {
	-webkit-overflow-scrolling: touch;
	z-index: 40;
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 6.25rem 2rem 3.75rem;
	overflow: auto;
}

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

.c-navigation__list.--pc {
	display: none !important;
}

.c-navigation__list.--mobile {
	display: flex !important;
}

.c-navigation__item {
	width: 100%;
}

.c-navigation__item:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
}

.c-navigation__item--contact {
	flex-direction: column-reverse;
	width: 100%;
	margin-top: 1.03125rem;
	margin-left: 0;
	gap: 0.75rem;
}

.c-navigation__link {
	padding: 1.25rem;
}

.c-cta-btn {
	width: 100%;
	min-height: 4rem;
	padding-right: 1.5625rem;
}

.c-cta-btn::before {
	position: absolute;
	top: 52%;
	right: 0.9375rem;
	width: 0.3125rem;
	height: 0.3125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

.c-cta-btn.--mail {
	gap: 0.75rem;
}

.c-cta-btn__tel-main {
	gap: 0.3125rem;
}

.c-cta-btn__tel-icon img {
	width: 1.0625rem;
}

.c-cta-btn__tel-num {
	display: block;
	line-height: 1;
}

.c-cta-btn__tel-sub {
	display: block;
	margin-top: 0.375rem;
	padding-left: 0.625rem;
	line-height: 1;
}

.c-cta-btn__mail-icon img {
	width: 1.5rem;
}

.c-cta-btn__mail-sub {
	display: block;
	line-height: 1;
}

.c-cta-btn__mail-main {
	margin-top: 0.375rem;
	line-height: 1;
}

.c-feature-box__head {
	flex-direction: column;
}

.c-feature-box__head-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.75rem;
	text-align: center;
}

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

}

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

.c-cta-sec__heading {
	font-size: 1.75rem;
}

.c-cta-sec__btn {
	width: 26.25rem;
	min-height: 6.875rem;
}

.c-cta-sec__main {
	font-size: 1.5rem;
}

.c-cta-sec__sub {
	font-size: 1rem;
}

}

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

html {
	font-size: 1.584vw;
}

}

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

html {
	font-size: 100%;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.p-entry .p-entry__body {
	margin-bottom: 1.875rem;
}

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

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

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

.p-entry .p-entry__body h2.wp-block-heading {
	padding: 0.9375rem 1rem;
	font-size: 1.375rem;
	line-height: 1.3181818182;
}

.p-entry .p-entry__body h3.wp-block-heading {
	padding: 1rem 0;
	font-size: 1.25rem;
	line-height: 1.3;
}

.p-entry .p-entry__body h4.wp-block-heading {
	padding-left: 0.75rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.p-entry .p-entry__body blockquote.wp-block-quote {
	padding: 1rem;
}

.p-entry .p-entry__body blockquote.wp-block-quote cite {
	margin-top: 0.75rem;
	text-align: left;
}

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

.p-entry .p-entry__body .wp-block-button {
	min-width: 14.6875rem;
}

.p-entry .p-entry__body .wp-block-button .wp-block-button__link {
	min-width: 14.6875rem;
	min-height: 3.125rem;
	padding: 0.625rem 1.5625rem;
}

.p-entry .p-entry__body .wp-block-button .wp-block-button__link::after {
	right: 0.9375rem;
}

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

.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: 6.1875rem;
	max-width: 21.875rem;
}

.wp-block-table.table-type03 tr th {
	max-width: 9.375rem;
}

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

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

.blog-card::after {
	right: 0.5rem;
	bottom: 0.5rem;
	width: 1.125rem;
	height: 1.125rem;
}

.blog-card-link {
	padding: 0;
}

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

.blog-card-content {
	width: 59.5%;
}

.blog-card-title {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

.note-box {
	padding: 1.25rem 1rem 1.5rem;
}

.note-box-title {
	margin-bottom: 2.1875rem !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

.note-box-title::before {
	width: 2.375rem;
	height: 2.09375rem;
}

.note-box-title::after {
	bottom: -1.375rem;
}

.p-entry #toc_container .toc_title {
	padding: 0.5rem 1rem;
	font-weight: 700;
	font-size: 1.125rem;
}

.p-entry #toc_container .toc_title::after {
	right: 1.3125rem;
	width: 0.625rem;
	height: 0.3125rem;
	background: url(../img/sp_toc-open.svg) no-repeat center center/contain;
}

.p-entry #toc_container .toc_title.active::before {
	top: calc(50% + 1.125rem);
	right: 0.5rem;
	font-weight: 400;
}

.p-entry #toc_container .toc_title.active::after {
	height: 0.625rem;
	background: url(../img/sp_toc-close.svg) no-repeat center center/contain;
}

.p-entry #toc_container .toc_list {
	padding: 0.5rem 1rem 1rem;
}

.p-entry #toc_container .toc_list li {
	font-size: 1rem;
	line-height: 1.5;
}

.p-entry #toc_container .toc_list li > ul {
	margin-top: 0.5rem;
	padding-left: 0;
}

.p-entry #toc_container .toc_list li > ul li {
	font-size: 0.75rem;
}

.p-entry #toc_container .toc_list li > ul li + li {
	margin-top: 0.5rem;
}

.p-entry #toc_container .toc_list > li:nth-of-type(n + 2) {
	margin-top: 1rem;
}

.l-inner {
	max-width: 33.25rem;
	margin: 0 auto;
	padding: 0 1rem;
}

.l-inner--fv {
	max-width: 100%;
}

.l-header__inner {
	padding-right: 0.625rem;
	padding-left: 1rem;
	background-color: #000;
}

.l-sec {
	padding: 2rem 0;
}

.l-sec--sm {
	padding: 1rem 0;
}

.l-sec--no-pd {
	padding: 0;
}

.l-media {
	flex-direction: column;
	gap: 1.5rem;
}

.l-btn-wrapper {
	margin-top: 2rem;
}

.l-btn-wrapper.--left {
	text-align: center;
}

.l-contents {
	padding: 2rem 0;
}

.l-footer__inner {
	max-width: 33.25rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.l-footer__main {
	flex-direction: column;
	padding: 2rem 0;
	gap: 1.9375rem;
}

.l-footer__info {
	text-align: center;
}

.l-footer__company {
	font-size: 1.25rem;
}

.l-footer__address {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.l-footer__sns {
	margin-top: 0.75rem;
	text-align: center;
}

.l-footer__sns a img {
	width: 1.8125rem;
}

.l-footer__btn {
	flex-direction: row;
	margin-top: 1rem;
	gap: 0;
}

.l-footer__copy {
	padding: 0.75rem 0 0.875rem;
}

.l-2column {
	display: block;
	padding: 2rem 1rem 2rem;
	overflow: hidden;
}

.l-2column__main {
	width: 100%;
}

.l-2column__sidebar {
	width: 100%;
	margin-top: 2rem;
}

.l-pagenation {
	margin-top: 2rem;
	padding: 0.5rem 0.75rem;
	gap: 0.5rem;
}

.page-numbers {
	font-size: 1.25rem;
}

.page-numbers.prev {
	margin-right: 0.5rem;
}

.page-numbers.next {
	margin-left: 0.5rem;
}

.c-parts-title {
	margin-bottom: 2rem;
	font-size: 1.375rem;
}

.c-parts-page-title {
	font-size: 2rem;
}

.c-logo {
	padding: 0.5rem 0;
}

.c-logo__image {
	width: 8.1875rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.c-navigation__inner {
	padding: 5rem 2rem 3.75rem;
}

.c-btn {
	width: 17.5rem;
	padding: 0.625rem 1.5625rem;
}

.c-btn::before {
	right: 0.9375rem;
}

.c-btn--sidebar::before {
	right: 0.9375rem;
}

.c-simple-btn {
	min-height: 3rem;
}

.c-simple-btn.--tel {
	gap: 0.28125rem;
}

.c-simple-btn.--mail {
	gap: 0.5rem;
}

.c-simple-btn__tel-icon {
	width: 0.96875rem;
}

.c-simple-btn__mail-icon {
	width: 1.1875rem;
}

.c-simple-btn__num {
	font-size: 1.125rem;
}

.c-simple-btn__text {
	font-size: 1rem;
}

.c-fv {
	padding-top: 8.75rem;
	padding-bottom: 1.5rem;
	padding-left: 0;
	background: url(../img/sp_fv.webp) no-repeat top 0 right 0/contain;
}

.c-fv__body p {
	text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff;
}

.c-fv__sub {
	margin-bottom: 0.25rem;
	font-size: 1.75rem;
	line-height: 1.2857142857;
	letter-spacing: 0;
}

.c-fv__main {
	font-size: 1.75rem;
	line-height: 1.2857142857;
}

.c-fv__main strong {
	font-size: 2.375rem;
	line-height: 1.2105263158;
}

.c-fv__text {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5;
}

.c-fv__btn-wrapper {
    flex-direction: column;
	gap: 0;
}
.c-fv__btn {
	margin-top: 1rem;
	text-align: center;
}

.c-fv__btn a {
	width: 12.5rem;
	padding: 0.5rem 1.5625rem;
	font-size: 1rem;
}

.c-fv__btn a::before {
	right: 0.9375rem;
	width: 0.3125rem;
	height: 0.3125rem;
}

.c-title {
	margin-bottom: 2rem;
}

.c-title.--left {
	margin-left: auto;
}

.c-title__main {
	font-size: 1.75rem;
	line-height: 1.4285714286;
}
	
.c-title__main-under {
	font-size: 0.9rem;
}

.c-title__sub {
	font-size: 0.875rem;
}

.c-posts {
	flex-direction: column;
	gap: 2.25rem;
}

.c-posts--archive .c-posts__item {
	padding-bottom: 1.5rem;
}

.c-posts__item {
	width: 100%;
}

.c-posts__item::after {
	top: auto;
	right: 0;
	bottom: -1.125rem;
	width: 100%;
	height: 1px;
}

.c-post__thumb {
	margin-bottom: 0.5rem;
}

.c-posts__cat {
	font-size: 0.75rem;
}

.c-posts__row {
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}

.c-posts__heading {
	width: calc(100% - 2.5rem);
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.c-posts__arrow {
	margin-top: 0.5rem;
}

.c-posts__update,
.c-posts__publish {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1.25rem;
	font-size: 0.75rem;
}

.c-posts__update::before,
.c-posts__publish::before {
	width: 0.875rem;
	height: 0.875rem;
}

.c-posts-type02__item + .c-posts-type02__item {
	margin-top: 2rem;
}

.c-posts-type02__item::after {
	bottom: -1rem;
}

.c-posts-type02__thumb {
	width: 45.1%;
}

.c-posts-type02__body {
	width: 48.8%;
}

.c-posts-type02__cat {
	font-size: 0.75rem;
}

.c-posts-type02__title {
	-webkit-line-clamp: 2;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.c-posts-type02__arrow {
	width: 1.125rem;
	height: 1.125rem;
}

.c-posts-type02__arrow::before {
	right: 54%;
	width: 0.1875rem;
	height: 0.1875rem;
}

.c-posts-type03__item {
	padding: 0.75rem 0;
}

.c-posts-type03__item.--sp-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.c-posts-type03__item.--sp-row .c-posts-type03__title {
	margin-top: 0;
}

.c-posts-type03__date {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
}

.c-posts-type03__cat {
	font-size: 0.75rem;
}

.c-posts-type03__title {
	font-size: 0.875rem;
}

.c-card-service {
	gap: 0.75rem 1rem;
}

.c-card-service__item {
	width: calc((100% - 1rem) / 2);
	min-width: 0;
	min-height: 7.3125rem;
	padding: 0.5rem 1.0625rem 1.6875rem;
}

.c-card-service__icon {
	margin-bottom: 0.25rem;
}

.c-card-service__icon img {
	width: 2.5rem;
}

.c-card-service__text {
	font-size: 0.875rem;
}

.c-card-service__plus {
	right: 0.5rem;
	bottom: 0.5rem;
	width: 0.9375rem;
	height: 0.9375rem;
}

.c-card-service__plus::before,
.c-card-service__plus::after {
	top: 0.4375rem;
	left: 0.1875rem;
	width: 0.5rem;
	height: 0.0625rem;
}

.c-modal__content {
	width: 91%;
	padding: 2rem 1rem 1rem;
}

.c-modal__close {
	top: 0.5rem;
	right: 0.5rem;
}

.c-modal__icon {
	display: none;
}

.c-modal__text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.c-modal__separator {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.c-modal__lists li {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.c-modal__lists li + li {
	margin-top: 1rem;
}

.c-modal__box {
	margin-top: 1rem;
	padding: 1rem;
}

.c-feature-box {
	padding: 1.5rem 1rem 1rem;
}

.c-feature-box__heading {
	margin-bottom: 2rem;
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.c-feature-box__row {
	flex-direction: column;
	gap: 2rem;
}

.c-feature-box__item {
	width: 100%;
}

.c-feature-box__item::before {
	bottom: -1rem;
	left: 0;
	width: 100%;
	height: 1px;
}

.c-feature-box__head {
	flex-direction: row;
	margin-bottom: 0.5rem;
	gap: 0.5rem;
}

.c-feature-box__icon {
	width: 3rem;
}

.c-feature-box__icon img {
	width: 3rem;
}

.c-feature-box__head-text {
	align-items: flex-start;
	width: calc(100% - 3.5rem);
	min-height: 0;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	text-align: left;
}

.c-feature-box__text {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.c-cta-sec {
	padding: 3rem 0;
	background: url(../img/sp_cta-bg.webp) no-repeat center center/cover;
}

.c-cta-sec__row {
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
}

.c-cta-sec__heading {
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
}

.c-cta-sec__btn {
	width: 17.5rem;
	min-height: 4rem;
	padding: 0.625rem 1rem;
	gap: 0.5rem;
}

.c-cta-sec__btn::before {
	right: 0.9375rem;
	width: 0.3125rem;
	height: 0.3125rem;
}

.c-cta-sec__icon img {
	width: 1.5625rem;
	margin-bottom: 0.3125rem;
}

.c-cta-sec__main {
	margin-bottom: -0.125rem;
	font-size: 1.25rem;
	letter-spacing: 0;
}

.c-cta-sec__sub {
	font-size: 0.75rem;
}

.c-member__tab {
	gap: 0rem;
}

.c-member__tab-btn {
	width: 7.25rem;
	padding: 0.4375rem;
	font-size: 1.125rem;
}

.c-member__box {
	padding: 1.4375rem 1rem 2rem;
}

.c-member__img {
	width: 6.25rem;
}

.c-member__body {
	width: 100%;
}

.c-member__sp-row {
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	gap: 1rem;
	border-bottom: 1px solid #CCCCCC;
}

.c-member__head {
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 6.25rem - 1rem);
	margin-bottom: 0;
	padding-bottom: 0;
	gap: 0.4375rem;
	border-bottom: none;
}

.c-member__name {
	font-size: 1.125rem;
}

.c-member__en {
	font-size: 0.75rem;
}

.c-member__text {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.c-member__bottom {
	margin-top: 1.5rem;
	text-align: center;
}

.c-member__btn::before {
	right: 0.9375rem;
}

.c-company-info {
	flex-direction: column;
	gap: 2rem;
}

.c-company-info__detail {
	width: 100%;
}

.c-company-info__row {
	padding: 1rem 0;
	gap: 1rem;
}

.c-company-info__head,
.c-company-info__body {
	font-size: 1rem;
	line-height: 1.5;
}

.c-company-info__head {
	width: 5rem;
}

.c-company-info__body {
	width: calc(100% - 1rem - 5rem);
}

.c-company-info__map {
	width: 100%;
}

.c-company-info__map iframe {
	aspect-ratio: 328/240;
}

.c-floating-btn {
	right: 0.5rem;
	bottom: 4.625rem;
}

.c-floating-btn img {
	width: 1.5rem;
}

.c-footer-nav__row {
	flex-direction: column;
	gap: 1rem;
}

.c-footer-nav__row + .c-footer-nav__row {
	margin-top: 1rem;
}

.c-footer-nav__col {
	width: 100%;
}

.c-footer-nav__heading {
	margin-bottom: -0.125rem;
	font-size: 0.875rem;
}

.c-footer-nav__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.c-footer-nav__item {
	width: calc((100% - 0.75rem) / 2);
	padding-top: 0.53125rem;
	padding-bottom: 0.53125rem;
}

.c-footer-nav__item::before {
	width: 0.3125rem;
	height: 0.3125rem;
}

.c-footer-nav__link {
	font-size: 1rem;
}

.c-breadcrumb {
	overflow: auto;
}

.c-breadcrumb__container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: 0;
	padding: 0.5rem 1rem;
}

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

.c-menu-button {
	width: 2.5rem;
	height: 2.5rem;
}

.c-menu-button.active .c-menu-button__line:nth-child(1) {
	top: 0.875rem;
	left: 0.5625rem;
}

.c-menu-button.active .c-menu-button__line:nth-child(3) {
	top: 1.625rem;
	left: 0.5625rem;
}

.c-menu-button__line {
	left: 0.5625rem;
}

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

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

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

.c-page-header {
	min-height: 6.875rem;
	padding-bottom: 1.25rem;
}

.c-page-header--contact {
	min-height: 4rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.c-page-header__title {
	margin-top: 0.625rem;
	font-size: 1.625rem;
}

.c-sidebar-posts__arrow {
	margin-top: 0.5rem;
}

.c-separator {
	display: block;
}

.c-form .wpcf7-not-valid-tip {
	font-size: 0.75rem;
}

.c-form__row {
	display: block;
	margin-bottom: 1.5rem;
}

.c-form__row + .c-form__row {
	padding-top: 1.5rem;
}

.c-form__row--privacy {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

.c-form__row--privacy .c-form__name {
	z-index: 1;
	position: relative;
	margin-left: 1.25rem;
}

.c-form__row--privacy .c-form__privacy {
	margin-top: 1rem;
}

.c-form__name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0.625rem;
	padding-top: 0;
	font-size: 1rem;
}

.c-form__name .c-form__note {
	margin-top: 0;
	font-size: 1rem;
}

.c-form__required,
.c-form__any {
	font-size: 0.75rem;
}

.c-form__parts {
	width: 100%;
}

.c-form__parts input[type=text],
.c-form__parts input[type=email],
.c-form__parts input[type=tel],
.c-form__parts textarea,
.c-form__parts select {
	padding: 0.8125rem 1.125rem;
	font-size: 1rem;
}

.c-form__parts select {
	padding-right: 1.75rem;
	color: inherit;
	line-height: 1;
}

.c-form__radio,
.c-form__check,
.c-form__privacy {
	margin-top: 0.75rem;
}

.c-form__radio .mwform-radio-field + .mwform-radio-field,
.c-form__check .mwform-radio-field + .mwform-radio-field,
.c-form__privacy .mwform-radio-field + .mwform-radio-field {
	margin-left: 1.6rem;
}

.c-form__radio > .mwform-radio-field:nth-child(2n+1),
.c-form__check > .mwform-radio-field:nth-child(2n+1),
.c-form__privacy > .mwform-radio-field:nth-child(2n+1) {
	margin-left: 0;
}

.c-form__radio label span,
.c-form__check label span,
.c-form__privacy label span {
	padding-left: 1.5625rem;
}

.c-form__radio label span::before,
.c-form__check label span::before,
.c-form__privacy label span::before {
	top: 0.0625rem;
	width: 1.125rem;
	height: 1.125rem;
	transform: none;
}

.c-form__radio label span::after,
.c-form__check label span::after,
.c-form__privacy label span::after {
	top: 0.25rem;
	left: 0.125rem;
	width: 0.9375rem;
	height: 0.75rem;
	transform: none;
}

.c-form__radio label input:focus + span::before,
.c-form__check label input:focus + span::before,
.c-form__privacy label input:focus + span::before {
	background: url(../img/sp_form-check.svg) no-repeat center center/contain;
}

.c-form__radio label input:checked + span::after,
.c-form__check label input:checked + span::after,
.c-form__privacy label input:checked + span::after {
	background: url(../img/sp_form-check.svg) no-repeat center center/contain;
}

.c-form__privacy label span {
	padding-left: 1.875rem;
}

.c-form__privacy label span::before {
	top: 50%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
}

.c-form__privacy label span::after {
	left: 0.25rem;
	width: 1.125rem;
	height: 1.0625rem;
}

.c-form__check p {
	text-align: center;
}

.c-form__check .wpcf7-checkbox {
	gap: 0.625rem 0.9375rem;
}

.c-form__check .wpcf7-checkbox > .wpcf7-list-item {
	width: calc((100% - 0.9375rem) / 2);
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.c-form__privacy p {
	text-align: center;
}

.c-form__privacy .wpcf7-not-valid-tip {
	margin-left: 3.625rem;
}

.c-form__btn {
	margin-top: 2rem;
}

.c-form__btn::after {
	right: 0.9375rem;
}

.c-form__note {
	font-size: 0.875rem;
}

.c-form__policy-box-title {
	margin-bottom: 0.75rem;
	font-size: 1rem;
}

.c-form__policy-box-wrap {
	padding: 0.625rem 0.625rem 1rem;
}

.c-form__policy-box-text {
	height: 7.8125rem;
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.c-form__policy-box-text ul > li {
	padding-left: 0.9375rem;
}

.c-form__policy-box-text ul > li > ul li {
	padding-left: 0.625rem;
}

.c-form__thanks {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.c-form__top {
	margin-top: 2rem;
}

.c-form__accordion {
	font-size: 0.875rem;
}

.c-form__accordion-head {
	max-width: 22.5rem;
	padding: 0.8125rem 1.125rem;
}

.c-form__accordion-body {
	margin-top: 0 !important;
}

.c-faq__head {
	min-height: 3.875rem;
	padding: 0.625rem 2.125rem 0.875rem 3.75rem;
	font-size: 0.875rem;
}

.c-faq__head::before {
	left: 0.625rem;
}

.c-faq__head::after {
	right: 0.625rem;
}

.c-faq__body {
	padding: 1rem 1.5rem 1.5rem 4rem;
}

.c-faq__body::before {
	left: 0.625rem;
}

.c-faq__text {
	font-size: 0.875rem;
}

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

.c-author__title {
	margin-bottom: 0.625rem;
}

.c-author__profile {
	gap: 1.5rem;
}

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

.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;
	padding: 1.5625rem 1rem;
}

.c-post-links {
	display: block;
	margin-top: 2rem;
}

.c-post-links li + li {
	margin-top: 0.5rem;
}

.c-post-links__prev,
.c-post-links__next {
	width: 100%;
	max-width: 19.25rem;
}

.c-post-links__prev a,
.c-post-links__next a {
	justify-content: flex-start;
	min-height: 3.75rem;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
	font-size: 0.875rem;
	text-align: left;
}

.c-post-links__prev {
	margin-right: auto;
}

.c-post-links__next {
	margin-left: auto;
}

.c-partner-logo-list {
	margin-top: 1.25rem;
	gap: 1.5rem;
}

.c-partner-logo-item:nth-child(1) {
	max-width: 3.2rem;
}

.c-partner-logo-item:nth-child(2) {
	max-width: 4rem;
}

.c-partner-logo-list--footer {
	position: relative;
	top: auto;
	bottom: auto;
	justify-content: center;
	margin-top: 0;
}

.c-partner-logo-list--footer .c-partner-logo-item:nth-child(1) {
	max-width: 3.2rem;
}

.c-partner-logo-list--footer .c-partner-logo-item:nth-child(2) {
	max-width: 4rem;
}
.p-intro__slider-item.--01 img {
	width: 66.8125rem;
}

.p-intro__slider-item.--02 img {
	width: 68.25rem;
}

.p-solve__media {
	flex-direction: column;
	gap: 1rem;
}

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

.p-solve__media-body {
	width: 100%;
}

.p-solve__media-item + .p-solve__media-item {
	margin-top: 1rem;
}

.p-solve__media-heading {
	margin-bottom: 0.5rem;
	padding: 0.4375rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	text-align: center;
}

.p-solve__media-lists li {
	font-size: 1rem;
	line-height: 1.5;
}

.p-solve__media-lists li + li {
	margin-top: 0.25rem;
}

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

.p-feature__item + .p-feature__item {
	margin-top: 2rem;
}

.p-feature__body {
	order: 2;
	width: 100%;
	min-width: 0;
}

.p-feature__heading {
	margin-bottom: 1rem;
	font-size: 1.375rem;
	line-height: 1.4545454545;
	letter-spacing: 0;
}
	
.p-feature__heading.--small {
	font-size: 1.3rem;
}

.p-feature__text {
	font-size: 1rem;
	line-height: 1.5;
}

.p-feature__img {
	order: 1;
	width: 100%;
}

.p-feature__bottom {
	margin-top: 2rem;
}

.p-document__row {
	flex-direction: column;
}

.p-document__body {
	display: contents;
}

.p-document__title {
	order: 1;
}

.p-document__text {
	order: 2;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.p-document__posts {
	order: 3;
	margin-top: 2rem;
}

.p-document__posts {
	width: 100%;
}

.p-document__btn {
	order: 4;
}

.p-media__title {
	margin-bottom: 2rem;
}

.p-media__content {
	padding: 1.5rem 1rem;
}

.p-media__youtube {
	margin-top: 2rem;
}

.p-media__youtube a img {
	width: 20.5rem;
}

.p-media__recruit {
	margin-top: 2rem;
}

.p-media__recruit a img {
	width: 20.5rem;
}

.p-entry__header {
	margin-bottom: 2rem;
}

.p-entry__title {
	margin-top: 0.3125rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-entry__head-wrap {
	row-gap: 0.3125rem;
}

.p-entry__head {
	margin-bottom: 0.625rem;
}

.p-entry__head-meta {
	margin-bottom: 1.125rem;
}

.p-entry__head-meta02 {
	margin-bottom: 0.75rem;
}

.p-entry__head-cat {
	padding: 0.125rem 0.5rem 0.1875rem;
	font-size: 0.75rem;
}

.p-entry__head-publish,
.p-entry__head-update {
	padding-left: 1.125rem;
	font-size: 0.75rem;
	line-height: 1;
}

.p-entry__head-publish::before,
.p-entry__head-update::before {
	width: 0.75rem;
	height: 0.75rem;
}

.p-widget--btns {
	display: none !important;
}

.p-widget--sticky {
	position: relative;
	top: auto;
}

.p-404__heading {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.45;
}

.p-404__text {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.p-404__btn {
	margin-top: 2rem;
}

}

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

html {
	font-size: 4.267vw;
}

}

@-webkit-keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

