/* 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%;
	scroll-behavior: auto;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #4D392B;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.04em;
}

a {
	color: inherit;
}

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

.is-pc {
	display: block !important;
}

.is-sp {
	display: none !important;
}

.is-inlineblock-pc {
	display: inline-block !important;
}

.is-inlineblock-sp {
	display: none !important;
}

.is-max1200-disp {
	display: none;
}

.is-min1200-disp {
	display: none !important;
}

.is-max1400-disp {
	display: none !important;
}

.clear {
	clear: both;
}

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

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

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

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

.single-contents .p-entry__body {
	margin-top: 24px;
	margin-bottom: 32px;
}

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

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

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

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

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

.single-contents .p-entry__body h2.wp-block-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 24px;
	border-left: 2px solid #BC9C5C;
	background-color: #FFFAF0;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4285714286;
	letter-spacing: 0.04em;
}

.single-contents .p-entry__body h3.wp-block-heading {
	padding: 23px 0;
	border-top: 2px solid #BC9C5C;
	border-bottom: 2px solid #BC9C5C;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3333333333;
	letter-spacing: 0.04em;
}

.single-contents .p-entry__body h4.wp-block-heading {
	padding: 4px 0 4px 24px;
	border-left: 3px solid #CEB780;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.single-contents .p-entry__body p {
	font-weight: 400;
	line-height: 1.8125;
	letter-spacing: 0;
}

.single-contents .p-entry__body p a {
	color: #2D59CE;
	text-decoration: underline;
}

.single-contents .p-entry__body figure img {
	border-radius: 20px;
}

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

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

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

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

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

.single-contents .p-entry__body ul li {
	padding-left: 24px;
}

.single-contents .p-entry__body ul li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #A88C6A;
	content: "";
}

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

.single-contents .p-entry__body ol li {
	padding-left: 24px;
}

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

.single-contents .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: #333;
}

.single-contents .p-entry__body blockquote.wp-block-quote p {
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8125;
	letter-spacing: 0;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite {
	display: block;
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4285714286;
	letter-spacing: 0;
	text-align: right;
}

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

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

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 331px;
	min-height: 61px;
	padding: 13px 40px;
	border-radius: 100px;
	background: #A88C6A;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-decoration: none;
	transition: all 0.3s;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	aspect-ratio: 2/1;
	width: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-arrow.svg) no-repeat center center/contain;
	content: "";
	transition: 0.3s;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
	background: #B9A286;
}

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

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

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

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

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

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

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

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

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

.wp-block-table.table-type02 tr th {
	background-color: #EBE1CD;
	font-weight: 500;
}

.wp-block-table.table-type02 tr:first-child td {
	background-color: #EBE1CD;
	font-weight: 500;
}

.wp-block-table.table-type03 tr th {
	max-width: 300px;
	background-color: #EBE1CD;
	font-weight: 500;
}

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

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

.wp-block-table.table-type04 tr th {
	background-color: #EBE1CD;
	font-weight: 500;
}

.wp-block-table.table-type04 tr:first-child td {
	background-color: #EBE1CD;
	font-weight: 500;
}

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

.blog-card {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.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: 276/155;
	width: 39%;
	border-radius: 20px 0 0 20px;
}

.blog-card-thumbnail img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}

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

.blog-card-content {
	width: 66%;
	padding: 1.25rem 1rem 1rem;
	line-height: 1.5;
}

.blog-card-title {
	margin-top: 0.125rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
}

.blog-card-date {
	color: #7C7C7C;
	font-weight: 400;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
}

.note-box {
	padding: 32px;
	border-radius: 8px;
	background-color: #F7F7F7;
}

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

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

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

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

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

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

.single-contents #toc_container .toc_title {
	position: relative;
	margin-bottom: 0 !important;
	padding: 14px 32px;
	border-radius: 8px;
	background-color: rgba(242, 238, 230, 0.5);
	font-weight: 700;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	cursor: pointer;
}

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

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

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

.single-contents #toc_container .toc_list {
	display: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 8px 32px 32px;
	border-radius: 8px;
	background-color: rgba(242, 238, 230, 0.5);
}

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

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

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

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

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

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

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

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

.l-header {
	z-index: 30;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #F2EEE7;
}

.l-header__inner {
	display: flex;
	align-items: center;
	max-width: 100%;
	padding: 0 5rem;
	gap: 6.9375rem;
}

.l-contents {
	flex: 1;
}

.l-footer {
	padding: 5rem 0 0;
	background: #F2EEE7;
}

.l-footer.--contact {
	padding-top: 0;
}

.l-footer.--contact .p-footer__copyright {
	margin-top: 0;
	font-weight: 500;
	text-align: center;
}

.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-index__sec {
	padding: 5rem 0;
}

.l-index__mv {
	position: relative;
	padding-top: 2.5rem;
	overflow: hidden;
}

.l-index__mv::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F2EEE7;
	content: "";
}

.l-index__message {
	margin-top: -12.6875rem;
	padding: 21.875rem 0 3.375rem;
	border-radius: 80px 0 0 0;
	background: #EBE1D5;
}

.l-index__about {
	position: relative;
	padding: 4.375rem 0 5rem;
	background: #EBE1D5;
}

.l-index__about::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 93.5%;
	height: 100%;
	border-radius: 0 80px 80px 0;
	background: #FFFAF0;
	content: "";
}

.l-index__service {
	background: #EBE1D5;
}

.l-index__feature {
	position: relative;
	padding-bottom: 2.5rem;
	background: #EBE1D5;
}

.l-index__feature::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 145%;
	border-radius: 80px 0 0 0;
	background: #F2EEE6;
	content: "";
}

.l-index__pickup {
	position: relative;
	padding: 2.5rem 0 0rem;
}

.l-index__pickup::before {
	position: absolute;
	top: 0;
	left: 50%;
	aspect-ratio: 1/1;
	width: 42.5rem;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #EBE1D5;
	content: "";
}

.l-index__works {
	background: #F2EEE7;
}

.l-index__news {
	background: #FFFAF0;
}

.l-index__company {
	background: #F2EEE7;
}

#service,
#company {
	scroll-margin-top: 6.25rem;
}

.l-lowpage__head {
	padding-top: 0.75rem;
	padding-bottom: 2.5rem;
	background: #EBE1D5;
}

.l-lowpage__head.--contact {
	padding-top: 4rem;
}

.l-lowpage__archive,
.l-lowpage__404,
.l-lowpage__policy,
.l-lowpage__contact {
	z-index: 1;
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #EBE1D5;
}

.l-lowpage__archive::before,
.l-lowpage__404::before,
.l-lowpage__policy::before,
.l-lowpage__contact::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 80px 80px 0 0;
	background: #fff;
	content: "";
}

.l-lowpage__404 {
	padding: 4.5rem 0 6.25rem;
}

.l-lowpage__policy {
	padding: 4.5rem 0 6.25rem;
}

.l-lowpage__contact {
	padding: 4rem 0 5rem;
}

.l-lowpage__contact.--thanks {
	padding-bottom: 18.75rem;
}

main {
	overflow: hidden;
}

.l-common__contact {
	width: 100%;
	height: 36.5625rem;
	padding: 3.5rem 0;
	background: url(../img/common/contact_bg.webp) no-repeat center center/cover;
}

.l-common__totop {
	z-index: 10;
	position: fixed;
	right: 2.5rem;
	bottom: 2.5rem;
	width: 3.125rem;
	height: 3.125rem;
	cursor: pointer;
	transition: 0.3s;
}

.l-common__totop:hover {
	opacity: 0.8;
}

.l-common__spcta {
	display: none;
}

.l-pagenation {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
	gap: 1rem;
}

.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #A88C6A;
	border-radius: 100px;
	background: #fff;
	color: #A88C6A;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	font-family: "Rubik", sans-serif;
	transition: 0.3s;
}

.page-numbers:hover {
	opacity: 0.7;
}

.page-numbers.current {
	background: #A88C6A;
	color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
	width: 2.5rem;
	height: 2.5rem;
	background: #A88C6A;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.04em;
}

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

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

.l-breadcrumb__contact {
	background: #fff;
}

.l-breadcrumb__contact .c-breadcrumb {
	background: #fff;
}

.l-article__main {
	width: 100%;
	max-width: 55rem;
	margin: auto;
	padding: 5rem 0;
	color: #333;
	font-family: "Noto Sans JP", serif;
}

.l-article__related {
	padding: 5rem 0;
	background: #F2EEE6;
}

.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-separator {
	margin: 5rem 0;
}

.c-logo {
	width: 18.75rem;
}

.c-logo__item {
	padding: 1.5625rem 0;
}

.c-logo__item--contact {
	width: 14.375rem;
}

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

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

.c-navigation {
	width: 100%;
}

.c-navigation__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.c-navigation__item {
	height: 3.75rem;
}

.c-navigation__item--contact {
	height: auto;
	margin-left: auto;
	padding: 0;
}

.c-navigation__item--contact a {
	display: block;
	height: 100%;
	padding: 1.5625rem 3.75rem;
	background-color: #1DA5D6;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	text-align: center;
	transition: all 0.3s;
}

.c-navigation__item--contact a:hover,
.c-navigation__item--contact a:active {
	background-color: #28B5E8;
}

.c-navigation__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.025em;
	transition: 0.3s;
}

.c-navigation__under {
	padding-bottom: 0.125rem;
	background-image: linear-gradient(90deg, #A88C6A, #A88C6A);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	color: #4D392B;
	text-decoration: none;
	transition: color 0.3s, background-size 0.6s;
}

.c-navigation__under:hover {
	color: #A88C6A;
}

.c-navigation__contact-btnwrap {
	width: 20rem;
}

.c-navigation__contact-btn {
	height: 4rem;
	font-weight: 700;
	font-size: 1.25rem;
}

.c-navigation__contact-btn::before {
	left: 1.25rem !important;
	aspect-ratio: 17/22 !important;
	width: 1.75rem !important;
}

.c-breadcrumb {
	background: #EBE1D5;
}

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

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

.c-breadcrumb__item {
	position: relative;
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0;
}

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

.c-breadcrumb__link span {
	position: relative;
}

.c-breadcrumb__link span::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	transform-origin: left top;
	background: #4D392B;
	content: "";
	transition: transform 0.4s;
}

.c-breadcrumb__link span:hover::after,
.c-breadcrumb__link span:active::after {
	transform: scale(1, 1);
}

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

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

.c-submenu__under {
	background-image: linear-gradient(90deg, #4D392B, #4D392B);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	color: #4D392B;
	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.5rem;
	left: 1.125rem;
	width: 40%;
	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: 2.25rem;
	left: 1.125rem;
	width: 40%;
	transform: translateY(-0.375rem) rotate(45deg);
}

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

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

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

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

.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: #F4FBFD;
	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;
	margin-bottom: 1.5rem;
	gap: 0.5rem;
}

.c-author-parts__title {
	padding: 0.0625rem 0.4375rem 0.125rem;
	border-radius: 3px;
	background-color: #999999;
	color: #fff;
	font-size: 0.875rem;
}

.c-author-parts__name {
	font-weight: 500;
	font-size: 1rem;
	transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

.c-share-block {
	margin-top: 2rem;
	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: 3.5rem;
}

.c-post-links__prev,
.c-post-links__next {
	width: 47.6%;
}

.c-post-links__prev a,
.c-post-links__next a {
	display: inline-flex;
	position: relative;
	align-items: center;
	width: 100%;
	min-height: 4.5rem;
	padding: 0.625rem 1.75rem;
	border-radius: 0;
	background-color: #FFFAF0;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	transition: all 0.3s;
}

.c-post-links__prev a::before,
.c-post-links__next a::before {
	position: absolute;
	top: 50%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
	content: "";
}

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

.c-post-links__prev a span,
.c-post-links__next a span { /* 最大2行 */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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

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

.c-post-links__prev a::before {
	left: -0.75rem;
	background: url(../img/icon/icon_page-prev.svg) no-repeat center center/contain;
}

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

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

.c-post-links__next a::before {
	right: -0.75rem;
	background: url(../img/icon/icon_page-next.svg) no-repeat center center/contain;
}

.c-card01__item {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.c-card01__item:not(:first-of-type) {
	margin-top: 2.5rem;
}

.c-card01__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.c-card01__item:nth-of-type(2) .c-card01__textbox::before {
	content: "02";
}

.c-card01__item:nth-of-type(3) .c-card01__textbox::before {
	top: -4.6875rem;
	content: "03";
}

.c-card01__textbox {
	z-index: 1;
	position: relative;
	width: 45%;
	max-width: 35.75rem;
	height: 100%;
}

.c-card01__textbox h3 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.c-card01__textbox p {
	margin-top: 1.5rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
}

.c-card01__textbox p span {
	color: #B75D2D;
	font-weight: 700;
}

.c-card01__textbox::before {
	z-index: -1;
	position: absolute;
	top: -5.625rem;
	left: 0;
	content: "01";
	color: #EBE1D5;
	font-weight: 600;
	font-size: 7.25rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0;
}

.c-card01__image {
	width: 54%;
	max-width: 41.25rem;
}

.c-card02__list {
	grid-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.c-card02__item {
	border-radius: 20px;
}

.c-card02__link {
	display: block;
}

.c-card02__link:hover .c-card02__titlebox p {
	color: #A88C6A;
}

.c-card02__link:hover .c-card02__image img {
	scale: 1.05;
}

.c-card02__image {
	aspect-ratio: 400/225;
	width: 100%;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.c-card02__image img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	transition: 0.3s;
}

.c-card02__textbox {
	padding: 1.5rem;
	border-radius: 0 0 20px 20px;
	background: #fff;
}

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

.c-card02__titlebox p {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

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

.c-card03__item {
	padding: 2rem 0;
	border-bottom: 1px solid #D9C89F;
}

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

.c-card03__link {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.c-card03__link:hover .c-card03__titlebox::before {
	background: url(../img/icon/icon_btn-circlearrow-gold.svg) no-repeat center center/contain;
}

.c-card03__link:hover .c-card03__title {
	color: #A88C6A;
}

.c-card03__link:hover .c-card03__date {
	opacity: 0.8;
}

.c-card03__date {
	color: #777777;
	font-weight: 400;
	font-size: 1.125rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.c-card03__titlebox {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	position: relative;
	width: 100%;
	-webkit-line-clamp: 2;
	padding-right: 3rem;
	overflow: hidden;
}

.c-card03__titlebox::before {
	position: absolute;
	top: 50%;
	right: 0;
	aspect-ratio: 1/1;
	width: 2rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-circlearrow.svg) no-repeat center center/contain;
	content: "";
	transition: 0.3s;
}

.c-card03__title {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.c-card04__list {
	grid-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.c-card04__item {
	overflow: hidden;
	border-radius: 125px 125px 20px 20px;
	background: #fff;
}

.c-card04__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4.5rem 1.5rem 1.5rem;
}

.c-card04__image {
	width: 8.75rem;
	margin: auto;
	transition: 0.3s;
}

.c-card04__textbox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.4375rem;
	margin-top: 2rem;
}

.c-card04__textbox h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.875rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	transition: 0.3s;
}

.c-card05__list {
	grid-gap: 2rem 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.c-card05__item {
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-card05__link {
	display: block;
}

.c-card05__link:hover .c-card05__image img {
	scale: 1.05;
}

.c-card05__link:hover .c-card05__titlebox p {
	color: #A88C6A;
}

.c-card05__image {
	aspect-ratio: 400/225;
	width: 100%;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.c-card05__image img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	transition: 0.3s;
}

.c-card05__textbox {
	padding: 1.25rem 1.5rem 1.5rem;
	border-radius: 0 0 20px 20px;
	background: #fff;
}

.c-card05__date {
	color: #7C7C7C;
	font-weight: 400;
	font-size: 1.125rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
}

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

.c-card05__titlebox p {
	color: #333333;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	font-family: "Noto Sans JP", serif;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.c-card06__list {
	grid-gap: 2rem 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.c-card06__item {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-card06__link {
	display: flex;
	border-radius: 20px;
	transition: 0.3s;
}

.c-card06__link:hover {
	opacity: 0.8;
}

.c-card06__image {
	aspect-ratio: 276/155;
	width: 45%;
	overflow: hidden;
}

.c-card06__image img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}

.c-card06__textbox {
	width: 55%;
	padding: 1.25rem 1rem 1rem;
}

.c-card06__date {
	color: #7C7C7C;
	font-weight: 400;
	font-size: 1.125rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
}

.c-card06__titlebox {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 0.125rem;
	overflow: hidden;
}

.c-card06__titlebox p {
	color: #333;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	font-family: "Noto Sans JP", serif;
	letter-spacing: 0.05em;
}

.c-btn {
	display: block;
	width: 100%;
}

.c-btn__round {
	border-radius: 31px;
}

.c-btn__square {
	border-radius: 10px;
}

.c-btn__bg-brown {
	background: #A88C6A;
	color: #fff;
	transition: 0.3s;
}

.c-btn__bg-brown:hover {
	background: #B9A286;
}

.c-btn__bg-gold {
	background: #BC9B5C;
	color: #fff;
	transition: 0.3s;
}

.c-btn__bg-gold:hover {
	background: #C9A35A;
}

.c-btn__bg-red {
	background: #B75D2D;
	color: #fff;
	transition: 0.3s;
}

.c-btn__bg-red:hover {
	background: #D07240;
}

.c-btn__arrow {
	position: relative;
}

.c-btn__arrow::after {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	aspect-ratio: 2/1;
	width: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-arrow.svg) no-repeat center center/contain;
	content: "";
	transition: 0.3s;
}

.c-btn__arrow:hover::after {
	right: 1rem;
}

.c-btn__icon-mail {
	position: relative;
}

.c-btn__icon-mail::before {
	position: absolute;
	top: 50%;
	left: 2rem;
	aspect-ratio: 27/20;
	width: 1.6875rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_mail.svg) no-repeat center center/contain;
	content: "";
}

.c-btn__icon-dl {
	position: relative;
}

.c-btn__icon-dl::before {
	position: absolute;
	top: 50%;
	left: 2rem;
	aspect-ratio: 20/26;
	width: 1.25rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_download.svg) no-repeat center center/contain;
	content: "";
}

.c-btn__flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-btn__common {
	height: 3.8125rem;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0;
}

.c-secttl__h2 {
	position: relative;
}

.c-secttl__h2 p {
	margin-bottom: 0.25rem;
	color: #A88C6A;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.2;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

.c-secttl__h2 h2 {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
}

.c-secttl__h2.--left p {
	text-align: left;
}

.c-secttl__h2.--left h2 {
	text-align: left;
}

.c-secttl__common-contact {
	color: #fff;
	font-weight: 600;
	font-size: 5rem;
	line-height: 1.1875;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

.c-secttl__h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
}

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

.p-entry__title {
	margin-bottom: 2.8125rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.3125;
	letter-spacing: 0.06em;
}

.p-entry__head-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: inline-block;
	margin-right: 0.5rem;
	padding: 0.4375rem 1.5rem;
	border-radius: 100px;
	background-color: #4D392B;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4166666667;
	letter-spacing: 0.05em;
	text-align: center;
}

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

.p-entry__head-publish,
.p-entry__head-update {
	display: block;
	position: relative;
	color: #7C7C7C;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
}

.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-entry__head-thumb {
	width: 100%;
	border-radius: 20px;
}

.p-entry__head-thumb img {
	width: 100%;
	border-radius: 20px;
}

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

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

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

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

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

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

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0.75rem 1.125rem;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background-image: none;
	background-color: transparent;
	color: inherit;
	font-size: 1rem;
	font-family: inherit;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	outline: none;
	box-shadow: none;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder {
	color: #999999;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder {
	color: #999999;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 10rem;
	padding: 0.625rem 1.125rem;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background-image: none;
	background-color: transparent;
	color: inherit;
	font-size: 1rem;
	font-family: inherit;
}

textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	outline: none;
	box-shadow: none;
}

textarea::-moz-placeholder {
	color: #999999;
}

textarea::placeholder {
	color: #999999;
}

input[type=submit] {
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-image: none;
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	text-decoration: none;
	cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:focus {
	outline: none;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	margin-top: 15px;
	padding: 0 0 0 32px;
	font-weight: 500 !important;
	font-size: 1rem !important;
	cursor: pointer;
}

input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	border: 1px solid #333333;
	border-radius: 0px;
	background: #fff;
	content: "";
}

input[type=checkbox] + span::after {
	-webkit-transform: translateY(-50%) rotate(-55deg);
	display: block;
	position: absolute;
	top: 56%;
	left: 5px;
	width: 14px;
	height: 6px;
	margin-top: -0.2em;
	transform: translateY(-50%) rotate(-55deg);
	border-bottom: 2px solid #B75D2D;
	border-left: 2px solid #B75D2D;
	content: "";
	opacity: 0;
	transition: all 0.3s ease 0s;
}

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

.p-index__mv-wrap {
	display: flex;
	justify-content: center;
}

.p-index__mv-textbox {
	z-index: 1;
	position: relative;
	margin-top: 7.5rem;
	margin-left: 11.25rem;
}

.p-index__mv-subtitle {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.8125;
	letter-spacing: 0.12em;
	text-shadow: 3px 2px 3px #f2eee7;
}

.p-index__mv-title {
	margin-top: 2rem;
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1.4722222222;
	letter-spacing: 0.18em;
	text-shadow: 3px 2px 3px #f2eee7;
	white-space: nowrap;
}

.p-index__mv-slider {
	position: relative;
	width: 100%;
	max-width: 80.3125rem;
	min-height: 52.5rem;
	margin-right: 5rem;
	margin-left: -7.5rem;
}

.p-index__mv-slide {
	overflow: hidden;
	border-radius: 50px;
}

.slick-dots {
	display: flex;
	z-index: 1;
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	gap: 1.5rem;
	transform: translateX(-50%);
}

.slick-dots li {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50px;
	background: transparent;
}

.slick-dots li button {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.6);
	color: transparent;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.p-index__mv-btnwrap {
	width: 100%;
	max-width: 20rem;
	margin-top: 3rem;
}

.p-index__mv-btn {
	height: 4rem;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}

.p-index__mv-btn::before {
	left: 1.25rem;
	aspect-ratio: 17/22;
	width: 1.75rem;
}

.p-index__feature-list {
	position: relative;
	margin-top: 3rem;
}

.p-index__works-list {
	margin-top: 3rem;
}

.p-index__works-btnwrap {
	width: 100%;
	max-width: 19.3125rem;
	margin: 3rem auto 0;
}

.p-index__news-btnwrap {
	width: 100%;
	max-width: 19.3125rem;
	margin: 3rem auto 0;
}

.p-index__company-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	gap: 2.5rem;
}

.p-index__company-textbox {
	width: 43%;
	max-width: 33.75rem;
}

.p-index__company-textbox dl {
	display: flex;
	position: relative;
	padding: 1rem 0;
	gap: 1.5rem;
}

.p-index__company-textbox dl:first-of-type {
	padding-top: 0;
}

.p-index__company-textbox dl::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #D9C89F;
	content: "";
}

.p-index__company-textbox dl::after {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7.5rem;
	height: 1px;
	background: #A88C6A;
	content: "";
}

.p-index__company-textbox dl dt {
	width: 7.5rem;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
}

.p-index__company-textbox dl dd {
	width: calc(100% - 7.5rem);
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
}

.p-index__company-textbox dl dd a {
	color: #2D59CE;
	text-decoration: underline;
	transition: 0.3s;
}

.p-index__company-textbox dl dd a:hover {
	opacity: 0.8;
}

.p-index__company-textbox dl dd ul li {
	position: relative;
	padding-left: 1.125rem;
}

.p-index__company-textbox dl dd ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1/1;
	width: 0.625rem;
	transform: translateY(-50%);
	border-radius: 50px;
	background: #A88C6A;
	content: "";
}

.p-index__company-textbox dl dd ul li:not(:first-of-type) {
	margin-top: 0.3125rem;
}

.p-index__company-map {
	width: 55%;
	max-width: 43.75rem;
	overflow: hidden;
	border-radius: 20px;
}

.p-index__company-map iframe {
	aspect-ratio: 350/243;
	width: 100%;
	height: 100%;
}

.p-index__pickup-wrap {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 4rem 1.25rem;
	background: #EBE1D5;
}

.p-index__pickup-list {
	display: flex;
	width: 100%;
	min-width: 80rem;
	max-width: 80rem;
	margin: 3.5rem auto 0;
	padding: 0 1.25rem 4rem;
}

.p-index__pickup-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 25rem;
	padding: 2rem;
	border-radius: 20px;
	background: #fff;
}

.p-index__pickup-item:not(:first-of-type) {
	margin-left: 2.5rem;
}

.p-index__pickup-textbox {
	margin-bottom: 1rem;
}

.instagram-media {
	width: 21rem !important;
}

.p-index__pickup-text {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(transparent 70%, rgba(188, 155, 92, 0.4) 70%);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4375;
	letter-spacing: 0;
}

.p-index__pickup-text span {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.p-index__pickup-text::before,
.p-index__pickup-text::after {
	position: absolute;
	bottom: 0.625rem;
	aspect-ratio: 32/30;
	width: 2rem;
	content: "";
}

.p-index__pickup-text::before {
	left: -2.5rem;
	background: url(../img/icon/icon_pop-left.svg) no-repeat center center/contain;
}

.p-index__pickup-text::after {
	right: -2.5rem;
	background: url(../img/icon/icon_pop-right.svg) no-repeat center center/contain;
}

.p-index__pickup-time {
	margin-top: 0.5rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-index__pickup-wrap .simplebar-content {
	padding: 0 !important;
}

.p-index__pickup-wrap .simplebar-track.simplebar-horizontal {
	bottom: 1.875rem !important;
	height: 8px !important;
	border-radius: 100px !important;
	background-color: #E0E0E0 !important;
}

.p-index__pickup-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: 0 !important;
	left: 0 !important;
	height: 8px !important;
	border-radius: 4px !important;
	background: transparent !important;
}

.p-index__pickup-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
	display: block;
	top: 0 !important;
	height: 6px !important;
	border-radius: 100px !important;
	background-color: #8D8D8D !important;
	content: "";
	opacity: 1 !important;
}

.p-index__about-wrap {
	display: flex;
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2.375rem;
}

.p-index__about-textbox {
	width: 32%;
	max-width: 23.75rem;
}

.p-index__about-btnbubble {
	display: inline-block;
	position: relative;
	margin-top: 3rem;
	padding: 0 1.25rem;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0;
}

.p-index__about-btnbubble::before,
.p-index__about-btnbubble::after {
	position: absolute;
	bottom: 0.1875rem;
	width: 2px;
	height: 1.25rem;
	background: #4D392B;
	content: "";
}

.p-index__about-btnbubble::before {
	left: 0.625rem;
	rotate: -45deg;
}

.p-index__about-btnbubble::after {
	right: 0.625rem;
	rotate: 45deg;
}

.p-index__about-btnwrap {
	width: 100%;
	max-width: 20.625rem;
	margin-top: 1rem;
}

.p-index__about-circle {
	position: relative;
	aspect-ratio: 866/887;
	width: 68%;
	max-width: 54.125rem;
	background: url(../img/index/about_circle.png) no-repeat center center/contain;
}

.p-index__about-box {
	position: absolute;
	top: 0;
	left: 50%;
	aspect-ratio: 1/1;
	width: 17.25rem;
	transform: translateX(-50%);
	transition: 0.3s;
}

.p-index__about-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	background: url(../img/index/about_box01.webp) no-repeat center center/contain;
	content: "";
	transition: transform 0.3s, background-image 0.3s;
}

.p-index__about-box:hover::before {
	transform: translate(-50%, -50%) scale(1.1);
	background: url(../img/index/about_box01-hover.webp) no-repeat center center/contain;
}

.p-index__about-box.--02 {
	top: 10.625rem;
	right: 1.25rem;
	left: unset;
	transform: unset;
}

.p-index__about-box.--02::before {
	background: url(../img/index/about_box02.webp) no-repeat center center/contain;
}

.p-index__about-box.--02:hover::before {
	background: url(../img/index/about_box02-hover.webp) no-repeat center center/contain;
}

.p-index__about-box.--03 {
	top: 28.125rem;
	right: 1.25rem;
	left: unset;
	transform: unset;
}

.p-index__about-box.--03::before {
	background: url(../img/index/about_box03.webp) no-repeat center center/contain;
}

.p-index__about-box.--03:hover::before {
	background: url(../img/index/about_box03-hover.webp) no-repeat center center/contain;
}

.p-index__about-box.--04 {
	top: unset;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.p-index__about-box.--04::before {
	background: url(../img/index/about_box04.webp) no-repeat center center/contain;
}

.p-index__about-box.--04:hover::before {
	background: url(../img/index/about_box04-hover.webp) no-repeat center center/contain;
}

.p-index__about-box.--05 {
	top: 28.125rem;
	left: 1.25rem;
	transform: unset;
}

.p-index__about-box.--05::before {
	background: url(../img/index/about_box05.webp) no-repeat center center/contain;
}

.p-index__about-box.--05:hover::before {
	background: url(../img/index/about_box05-hover.webp) no-repeat center center/contain;
}

.p-index__about-box.--06 {
	top: 10.625rem;
	left: 1.25rem;
	transform: unset;
}

.p-index__about-box.--06::before {
	background: url(../img/index/about_box06.webp) no-repeat center center/contain;
}

.p-index__about-box.--06:hover::before {
	background: url(../img/index/about_box06-hover.webp) no-repeat center center/contain;
}

.p-index__about-link {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	gap: 1rem;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.4545454545;
	letter-spacing: 0;
	text-align: center;
}

.p-index__about-link span {
	display: block;
	aspect-ratio: 1/1;
	width: 3rem;
	background: url(../img/icon/icon_btn-circlearrow-white.svg) no-repeat center center/contain;
}

.p-index__message-wrap {
	display: flex;
	gap: 0.625rem;
}

.p-index__message-textbox {
	width: 49%;
	max-width: 38.75rem;
	margin-top: 1.25rem;
}

.p-index__message-entitle {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	font-size: 7.25rem;
	line-height: 1.1810344828;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.05em;
}

.p-index__message-jatitle {
	margin-top: 2rem;
	padding-left: 3.75rem;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.p-index__message-jatitle span {
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1.4583333333;
	letter-spacing: 0;
}

.p-index__message-text {
	margin-top: 2rem;
	padding-left: 3.75rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8333333333;
	letter-spacing: 0.05em;
}

.p-index__message-image {
	position: relative;
	width: 70%;
	max-width: 46.375rem;
	margin-right: -5.75rem;
}

.p-index__message-popup01,
.p-index__message-popup02,
.p-index__message-popup03 {
	transform: translateY(50px);
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-index__message-popup01.animate,
.p-index__message-popup02.animate,
.p-index__message-popup03.animate {
	transform: translateY(0);
	opacity: 1;
}

.p-index__message-popup01 {
	position: absolute;
	top: 0;
	right: 0;
	aspect-ratio: 303/245;
	width: 18.9375rem;
}

.p-index__message-popup02 {
	position: absolute;
	top: 6.25rem;
	left: 1.25rem;
	aspect-ratio: 240/194;
	width: 15rem;
}

.p-index__message-popup03 {
	position: absolute;
	right: 2.5rem;
	bottom: 0;
	aspect-ratio: 267/216;
	width: 16.6875rem;
}

.p-index__service-list {
	width: 100%;
	max-width: 67.5rem;
	margin: 3rem auto 0;
}

.p-footer__wrap {
	display: flex;
}

.p-footer__left {
	margin-right: 6rem;
}

.p-footer__logo {
	width: 100%;
	max-width: 18.1875rem;
}

.p-footer__logo a {
	display: block;
	transition: 0.3s;
}

.p-footer__logo a:hover {
	opacity: 0.8;
}

.p-footer__info {
	margin-top: 2rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.6666666667;
	letter-spacing: 0.025em;
}

.p-footer__info span {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
}

.p-footer__right {
	display: flex;
}

.p-footer__nav-list:not(:first-of-type) {
	margin-left: 2rem;
}

.p-footer__nav-list:not(:first-of-type) .p-footer__nav-item {
	width: 14.375rem;
}

.p-footer__nav-item {
	width: 12.5rem;
}

.p-footer__nav-link {
	display: block;
	position: relative;
	padding: 1rem 0 0.5rem;
	border-bottom: 1px solid #D9C89F;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
	transition: 0.3s;
}

.p-footer__nav-link::after {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	aspect-ratio: 12/6;
	width: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-arrow-brown.svg) no-repeat center center/contain;
	content: "";
	transition: 0.3s;
}

.p-footer__nav-link:hover {
	color: #A88C6A;
}

.p-footer__nav-link:hover::after {
	right: 0;
	background: url(../img/icon/icon_btn-arrow-gold.svg) no-repeat center center/contain;
}

.p-footer__media {
	margin-top: 0.5rem;
	margin-left: 4.5rem;
}

.p-footer__media p {
	margin-bottom: 0.75rem;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
}

.p-footer__media dl {
	display: flex;
}

.p-footer__media dl:not(:first-of-type) {
	margin-top: 1.5rem;
}

.p-footer__media dl dt {
	width: 4.625rem;
	font-weight: 600;
	font-size: 1.125rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.025em;
}

.p-footer__media dl dd {
	width: calc(100% - 4.625rem);
}

.p-footer__media dl dd a {
	display: block;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.p-footer__media dl dd a:hover {
	color: #A88C6A;
	text-decoration: underline;
}

.p-footer__media dl dd a:not(:first-of-type) {
	margin-top: 0.5rem;
}

.p-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	margin-top: 5rem;
	background: #DBD6CF;
}

.p-footer__copyright-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-footer__copyright-wrap a {
	display: block;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
	text-decoration: underline;
	transition: 0.3s;
}

.p-footer__copyright-wrap a:hover {
	opacity: 0.8;
}

.p-footer__copyright-wrap small {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
}

.p-common__contact-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
	gap: 2.5rem;
}

.p-common__contact-box {
	display: flex;
	flex-direction: column;
	width: calc(100% - 2.5rem);
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}

.p-common__contact-box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.5rem;
	background: rgba(183, 93, 45, 0.3);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	letter-spacing: 0;
}

.p-common__contact-box:nth-of-type(2) h3 {
	background: rgba(188, 156, 92, 0.3);
}

.p-common__contact-textbox {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem 0.75rem 2.5rem;
}

.p-common__contact-textbox p {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-common__contact-btnwrap {
	width: 100%;
	max-width: 25rem;
	margin: 1.5rem auto 0;
}

.p-common__contact-mail {
	height: 4.5rem;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.p-common__contact-mail::after {
	width: 0.875rem;
}

.p-common__contact-dl {
	height: 4.5rem;
	padding-left: 1.75rem;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.p-common__contact-dl::after {
	width: 0.875rem;
}

.p-common__spcta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
}

.p-common__spcta-btn:hover span::after {
	right: -2.25rem;
}

.p-common__spcta-btn span {
	position: relative;
}

.p-common__spcta-btn span::before {
	position: absolute;
	top: 50%;
	left: -2.125rem;
	aspect-ratio: 18/23;
	width: 1.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_mail.svg) no-repeat center center/contain;
	content: "";
}

.p-common__spcta-btn span::after {
	position: absolute;
	top: 50%;
	right: -1.875rem;
	aspect-ratio: 2/1;
	width: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-arrow.svg) no-repeat center center/contain;
	content: "";
	transition: 0.3s;
}

.p-lowpage__404-subtitle {
	color: #333;
	font-weight: 700;
	font-size: 1.5rem;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-lowpage__404-text {
	margin-top: 2rem;
	color: #333;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.04em;
	text-align: center;
}

.p-lowpage__404-btnwrap {
	width: 100%;
	max-width: 19.3125rem;
	margin: 5rem auto 0;
}

.p-lowpage__policy-head {
	width: 100%;
	max-width: 67.5rem;
	margin: 0 auto 2.5rem;
	color: #333;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	font-family: "Noto Sans JP", serif;
	letter-spacing: 0.04em;
}

.p-lowpage__policy-dl {
	width: 100%;
	max-width: 67.5rem;
	margin: 0 auto;
	color: #333;
	font-family: "Noto Sans JP", serif;
}

.p-lowpage__policy-dl:not(:first-of-type) {
	margin-top: 2rem;
}

.p-lowpage__policy-dl dt {
	padding: 0.875rem 1.5rem;
	border-radius: 10px;
	background: #F2EEE6;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	letter-spacing: 0.04em;
}

.p-lowpage__policy-dl dd {
	margin-top: 1.5rem;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.04em;
}

.p-lowpage__policy-dl dd ul {
	margin-top: 1rem;
}

.p-lowpage__policy-dl dd ul li {
	position: relative;
	padding-left: 0.875rem;
}

.p-lowpage__policy-dl dd ul li::before {
	position: absolute;
	top: 0.875rem;
	left: 0;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 100px;
	background: #A88C6A;
	content: "";
}

.p-article__main-title {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-article__related-list {
	margin-top: 3rem;
}

.p-article__related-btnwrap {
	width: 100%;
	max-width: 20.6875rem;
	margin: 3rem auto 0;
}

.p-contact__title-head {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	letter-spacing: 0.06em;
	text-align: center;
}

.c-form .wpcf7-not-valid-tip {
	display: none;
}

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

.p-contact__form {
	width: 100%;
	max-width: 62.5rem;
	margin: 0 auto;
	color: #333333;
}

.p-contact__form dl {
	display: flex;
	align-items: baseline;
	padding: 2rem 0;
	gap: 4.375rem;
	border-bottom: 1px solid #D9C89F;
}

.p-contact__form dl:first-of-type {
	padding-top: 0;
}

.p-contact__form dl.--type02 {
	align-items: flex-start;
}

.p-contact__form dl dt {
	display: flex;
	align-items: center;
	width: 18.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.p-contact__form dl dt span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
	border-radius: 5px;
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0;
}

.p-contact__form dl dt span.--required {
	background: #B75D2D;
}

.p-contact__form dl dt span.--optional {
	background: #999999;
}

.p-contact__form dl dt a {
	color: #2D59CE;
	text-decoration: underline;
	transition: 0.3s;
}

.p-contact__form dl dt a:hover {
	opacity: 0.7;
}

.p-contact__form dl dd {
	width: calc(100% - 18.75rem - 4.375rem);
}

.p-contact__form dl dd span {
	display: block;
	margin-top: 0.25rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0;
}

.wpcf7-checkbox {
	grid-gap: 0.75rem 5rem;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin: 0.5rem 0 0;
	border: none;
	color: #dc3232;
	text-align: center;
}

.p-contact__submit-btnwrap {
	position: relative;
	width: 100%;
	max-width: 19.375rem;
	height: 3.8125rem;
	margin: 3rem auto 0;
	border-radius: 100px;
	background: #A88C6A;
	transition: 0.3s;
}

.p-contact__submit-btnwrap::after {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	aspect-ratio: 2/1;
	width: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-arrow.svg) no-repeat center center/contain;
	content: "";
	transition: 0.3s;
}

.p-contact__submit-btnwrap:hover {
	background: #B9A286;
}

.p-contact__submit-btnwrap:hover::after {
	right: 1rem;
}

.p-contact__thanks-text {
	color: #333;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.04em;
	text-align: center;
}

.p-contact__thanks-btnwrap {
	width: 100%;
	max-width: 19.375rem;
	margin: 5.3125rem auto 0;
}

/*Google reCAPTCHA用スタイル*/

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

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

.grecaptcha-badge {
	visibility: hidden;
}

@media (hover: hover) {

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

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

}

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

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

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

}

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

.is-min1200-disp {
	display: block !important;
}

}

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

.p-index__mv-textbox {
	margin-top: 5rem;
	margin-left: 17.5rem;
}

}

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

.l-index__message {
	padding-top: 18.75rem;
}

.p-index__mv-textbox {
	margin-left: 12.5rem;
}

.p-index__mv-subtitle {
	font-size: 1.625rem;
	line-height: 1.5384615385;
}

.p-index__mv-title {
	margin-top: 1.5rem;
	font-size: 3.25rem;
	line-height: 1.3846153846;
}

.p-index__mv-slider {
	width: 70%;
	min-height: unset;
}

.p-index__message-image {
	width: 50%;
}

.p-index__message-popup01 {
	right: 6.25rem;
	width: 15.625rem;
}

.p-index__message-popup03 {
	right: 6.25rem;
	width: 12.5rem;
}

}

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

.is-max1400-disp {
	display: block !important;
}

.l-header__inner {
	justify-content: space-between;
	padding: 0 1.25rem;
	gap: unset;
}

.l-footer.--contact .p-footer__copyright {
	align-items: unset;
	height: 4rem;
	padding-top: 1.125rem;
}

.l-common__totop {
	right: 0.5rem;
	bottom: 4rem;
	width: 2.125rem;
	height: 2.125rem;
}

.l-common__spcta {
	display: block;
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.5rem;
}

.c-logo {
	width: 15rem;
}

.c-navigation {
	z-index: 40;
	position: fixed;
	top: -300%;
	right: 0;
	width: 50%;
	height: 100vh;
	background: #F2EEE7;
	transition: all 0.6s;
}

.c-navigation.panelactive {
	top: 6.625rem;
}

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

.c-navigation__inner {
	flex-direction: column;
	justify-content: unset;
}

.c-navigation__list {
	z-index: 40;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	gap: 0;
}

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

.c-navigation__item:first-of-type .c-navigation__link {
	padding-top: 0;
}

.c-navigation__item--contact {
	margin-top: 3.75rem;
	margin-left: 0;
}

.c-navigation__link {
	position: relative;
	justify-content: unset;
	padding: 1.25rem 0;
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-navigation__link::after {
	position: absolute;
	top: 50%;
	right: 0.375rem;
	aspect-ratio: 12/6;
	width: 0.75rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_btn-arrow-brown.svg) no-repeat center center/contain;
	content: "";
}

.c-navigation__link:hover .c-navigation__under {
	color: #A88C6A;
}

.c-navigation__contact-btnwrap {
	margin-top: 2.8125rem;
}

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

.p-footer__copyright {
	align-items: unset;
	height: 6.875rem;
	padding-top: 0.8125rem;
}

}

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

.c-navigation {
	width: 100%;
}

.c-navigation.panelactive {
	top: 4rem;
}

}

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

.p-index__mv-slider {
	width: 80%;
	min-height: 38.3125rem;
}

}

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

.c-secttl__h2.--about p {
	text-align: center;
}

.c-secttl__h2.--about h2 {
	text-align: center;
}

.p-index__about-wrap {
	flex-direction: column;
	align-items: center;
}

.p-index__about-textbox {
	width: 100%;
	text-align: center;
}

}

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

.c-card01__item:nth-of-type(3) .c-card01__textbox::before {
	top: -3.125rem;
}

.c-card01__textbox::before {
	top: -3.125rem;
}

.p-index__about-circle {
	width: 85%;
	max-width: unset;
}

.p-index__message-jatitle {
	font-size: 2rem;
}

}

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

.p-index__message-wrap {
	justify-content: space-between;
}

.p-index__message-image {
	width: 40%;
	margin-right: 0;
}

.p-index__message-popup01 {
	right: 1.25rem;
}

.p-index__message-popup02 {
	top: 8.75rem;
	left: -5rem;
}

.p-index__message-popup03 {
	bottom: 5rem;
}

}

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

.is-max1200-disp {
	display: block;
}

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

.p-footer__wrap {
	justify-content: space-between;
}

.p-footer__right {
	flex-direction: column;
	width: 50%;
}

.p-footer__nav-list:not(:first-of-type) {
	margin-left: 0;
}

.p-footer__nav-list:not(:first-of-type) .p-footer__nav-item {
	width: unset;
}

.p-footer__nav-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0rem 1rem;
}

.p-footer__nav-item {
	width: unset;
}

.p-footer__media {
	margin-top: 1.5rem;
	margin-left: 0;
}

}

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

.p-index__message-wrap {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.p-index__message-textbox {
	width: 100%;
}

.p-index__message-image {
	width: 80%;
	max-width: unset;
	margin-right: 0;
	text-align: center;
}

.p-index__message-popup01 {
	right: 6.25rem;
}

.p-index__message-popup02 {
	left: 0rem;
}

.p-index__message-popup03 {
	bottom: 0;
}

}

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

.p-index__mv-slider {
	width: 85%;
}

}

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

.l-index__message {
	padding-top: 12.5rem;
}

.p-index__mv-textbox {
	margin-top: 2.5rem;
}

.slick-dots {
	bottom: 3.75rem;
}

.p-index__message-jatitle span {
	font-size: 3.75rem;
	line-height: 1.3333333333;
}

}

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

.is-sp {
	display: block !important;
}

.is-inlineblock-pc {
	display: none !important;
}

.is-inlineblock-sp {
	display: inline-block !important;
}

.single-contents .p-entry__body {
	margin-top: 16px;
	margin-bottom: 16px;
}

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

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

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

.single-contents .p-entry__body h2.wp-block-heading {
	padding: 15px 16px;
	font-size: 22px;
	line-height: 1.3181818182;
	letter-spacing: 0;
}

.single-contents .p-entry__body h3.wp-block-heading {
	padding: 16px 0;
	font-size: 20px;
	line-height: 1.3;
}

.single-contents .p-entry__body h4.wp-block-heading {
	padding: 7px 0 7px 12px;
	font-size: 18px;
	line-height: 1.4444444444;
}

.single-contents .p-entry__body p {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.single-contents .p-entry__body figure img {
	border-radius: 10px;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	letter-spacing: 0;
}

.single-contents .p-entry__body ul li {
	padding-left: 16px;
}

.single-contents .p-entry__body ol li {
	padding-left: 16px;
}

.single-contents .p-entry__body ol li::before {
	font-size: 14px;
}

.single-contents .p-entry__body blockquote.wp-block-quote {
	padding: 16px;
}

.single-contents .p-entry__body blockquote.wp-block-quote p {
	font-size: 14px;
	line-height: 1.7142857143;
}

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

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

.single-contents .p-entry__body .wp-block-button {
	min-width: 280px;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	min-height: 48px;
	font-size: 16px;
}

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

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

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

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

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

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

.blog-card {
	max-width: 312px;
	border-radius: 10px;
}

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

.blog-card-thumbnail {
	aspect-ratio: 120/100;
	width: 39%;
	border-radius: 10px 0 0 10px;
}

.blog-card-thumbnail img {
	border-radius: 10px 0 0 10px;
}

.blog-card-content {
	width: 61%;
	padding: 10px;
}

.blog-card-title {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.4285714286;
	letter-spacing: 0;
}

.blog-card-date {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0;
}

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

.note-box-title {
	margin-bottom: 2rem !important;
	padding-left: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}

.note-box-title::before {
	width: 38px;
	height: 33.5px;
}

.note-box-title::after {
	bottom: -16px;
}

.note-box-text {
	font-size: 14px;
	line-height: 1.7142857143;
}

.single-contents #toc_container {
	margin-top: 1.5rem;
}

.single-contents #toc_container .toc_title {
	padding: 5px 16px;
	font-weight: 700;
	font-size: 18px;
}

.single-contents #toc_container .toc_title::after {
	right: 21px;
	width: 10px;
	height: 5px;
	background: url(../img/sp_toc-open.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_title.active::before {
	top: calc(50% + 18px);
	right: 8px;
	font-weight: 400;
}

.single-contents #toc_container .toc_title.active::after {
	height: 10px;
	background: url(../img/sp_toc-close.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_list {
	padding: 8px 16px 16px;
}

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

.single-contents #toc_container .toc_list li > ul {
	margin-top: 8px;
	padding-left: 0;
}

.single-contents #toc_container .toc_list li > ul li {
	font-size: 12px;
}

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

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

.l-inner {
	padding: 0 1.25rem;
}

.l-header__inner {
	padding-right: 0;
	padding-left: 1.5rem;
}

.l-footer {
	padding-top: 2.625rem;
}

.l-footer.--contact .p-footer__copyright {
	height: 4rem;
	margin-top: 0;
}

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

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

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

.l-index__sec {
	padding: 2.5rem 0;
}

.l-index__mv {
	padding-top: 1.4375rem;
}

.l-index__message {
	margin-top: -6.25rem;
	padding: 7.5rem 0 1.5rem;
	border-radius: 40px 0 0 0;
}

.l-index__about::before {
	width: 100%;
	border-radius: 0 40px 40px 0;
}

.l-index__feature::before {
	height: 120%;
}

.l-index__feature {
	padding-bottom: 1.5rem;
}

.l-index__pickup {
	padding: 1.6875rem 0 0rem;
}

.l-index__pickup::before {
	width: 15.625rem;
}

.l-index__works {
	padding: 2.5rem 0 2rem;
}

#service,
#company {
	scroll-margin-top: 4rem;
}

.l-lowpage__head {
	padding: 0.5rem 0 1.25rem;
}

.l-lowpage__head.--contact {
	padding: 1rem 0;
}

.l-lowpage__archive,
.l-lowpage__404,
.l-lowpage__policy,
.l-lowpage__contact {
	padding: 1.5rem 0 2.5rem;
}

.l-lowpage__archive::before,
.l-lowpage__404::before,
.l-lowpage__policy::before,
.l-lowpage__contact::before {
	border-radius: 20px 20px 0 0;
}

.l-lowpage__404 {
	padding: 2rem 0 4rem;
}

.l-lowpage__policy {
	padding: 1.5rem 0 2.5rem;
}

.l-lowpage__contact.--thanks {
	padding: 2rem 0 4.125rem;
}

.l-common__contact {
	height: unset;
	padding: 1.5rem 0 2rem;
	background: url(../img/common/contact_bg-sp.png) no-repeat center center/cover;
}

.l-pagenation {
	align-items: center;
	margin-top: 2.25rem;
	gap: 0.5rem;
}

.page-numbers.prev,
.page-numbers.next {
	width: 2rem;
	height: 2rem;
}

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

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

.l-article__main {
	padding: 2rem 0 2.5rem;
}

.l-article__related {
	padding: 2.5rem 0;
}

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

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

.c-logo {
	width: 9.625rem;
}

.c-logo__item {
	padding: 0.875rem 0;
}

.c-logo__item--contact {
	width: 9.625rem;
}

.c-navigation__contact-btn {
	border-radius: 0.625rem;
}

.c-breadcrumb {
	overflow: auto;
}

.c-breadcrumb__container {
	width: 100%;
	max-width: 100%;
	padding: 0.5rem 1.25rem 0.75rem;
}

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

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

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

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

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

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

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

.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-parts {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.c-author-parts__title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.625rem;
	height: 1.1875rem;
	padding: 0;
	font-size: 0.625rem;
	line-height: 1;
}

.c-author-parts__name {
	font-size: 0.75rem;
	letter-spacing: 0;
}

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

.c-author__title {
	margin-bottom: 0.625rem;
}

.c-author__profile {
	gap: 1.5rem;
}

.c-author__img {
	width: 5rem;
	height: 5rem;
}

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

.c-author__name {
	font-size: 1.25rem;
}

.c-author__post {
	margin-top: 0;
	font-size: 0.875rem;
}

.c-author__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.c-share-block {
	margin-top: 0rem;
	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: 16.75rem;
}

.c-post-links__prev a,
.c-post-links__next a {
	min-height: 3.75rem;
	padding-top: 0.5rem;
}

.c-post-links__prev {
	margin-right: auto;
}

.c-post-links__next {
	margin-left: auto;
}

.c-card01__item {
	flex-direction: column-reverse;
	gap: 0.875rem;
}

.c-card01__item:not(:first-of-type) {
	margin-top: 2.5rem;
}

.c-card01__item:nth-of-type(even) {
	flex-direction: column-reverse;
}

.c-card01__item:nth-of-type(2) .c-card01__textbox::before {
	top: -1.125rem;
}

.c-card01__item:nth-of-type(3) .c-card01__textbox::before {
	top: -0.625rem;
}

.c-card01__textbox {
	width: 100%;
	max-width: unset;
}

.c-card01__textbox h3 {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.c-card01__textbox p {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.875;
	letter-spacing: 0;
}

.c-card01__textbox::before {
	top: -2.25rem;
	right: 0;
	left: unset;
	font-size: 5.625rem;
}

.c-card01__image {
	width: 100%;
	max-width: unset;
}

.c-card02__list {
	grid-gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.c-card02__item {
	border-radius: 10px;
}

.c-card02__image {
	aspect-ratio: 320/180;
	border-radius: 10px 10px 0 0;
}

.c-card02__image img {
	border-radius: 10px 10px 0 0;
}

.c-card02__textbox {
	padding: 1rem;
	border-radius: 0 0 10px 10px;
}

.c-card02__titlebox p {
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: 0;
}

.c-card03__list {
	margin-top: 1.5rem;
}

.c-card03__item {
	padding: 1rem 0;
	border-bottom: 1px solid #BC9C5C;
}

.c-card03__link {
	flex-direction: column;
	align-items: unset;
	gap: 0.25rem;
}

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

.c-card03__titlebox {
	padding-right: 2.125rem;
}

.c-card03__titlebox::before {
	width: 1.625rem;
}

.c-card03__title {
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: 0;
}

.c-card04__list {
	grid-gap: 0.5rem 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.c-card04__link {
	padding: 2rem 0.625rem 1rem;
}

.c-card04__image {
	width: 5.375rem;
}

.c-card04__textbox {
	height: 2.5rem;
	margin-top: 0.375rem;
}

.c-card04__textbox h3 {
	gap: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.c-card05__list {
	grid-gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.c-card05__item {
	border-radius: 10px;
}

.c-card05__image {
	aspect-ratio: 328/184;
	border-radius: 10px 10px 0 0;
}

.c-card05__image img {
	border-radius: 10px 10px 0 0;
}

.c-card05__textbox {
	padding: 0.875rem 1rem;
}

.c-card05__date {
	font-size: 0.875rem;
	letter-spacing: 0;
}

.c-card05__titlebox p {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0;
}

.c-card06__list {
	grid-gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.c-card06__item {
	border-radius: 10px;
}

.c-card06__link {
	border-radius: 10px;
}

.c-card06__image {
	aspect-ratio: 120/100;
	width: 39%;
}

.c-card06__image img {
	border-radius: 10px 0 0 10px;
}

.c-card06__textbox {
	padding: 0.625rem;
	font-size: 61%;
}

.c-card06__date {
	font-size: 0.875rem;
	letter-spacing: 0;
}

.c-card06__titlebox p {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0;
}

.c-btn__square {
	border-radius: 5px;
}

.c-btn__arrow::after {
	right: 1rem;
}

.c-btn__icon-mail::before {
	left: 1.5rem;
	width: 1.3125rem;
}

.c-btn__icon-dl::before {
	left: 1.125rem;
	width: 0.875rem;
}

.c-btn__common {
	height: 3rem;
	font-size: 1rem;
}

.c-secttl__h2 p {
	font-size: 0.75rem;
	line-height: 1.1666666667;
}

.c-secttl__h2 h2 {
	font-size: 1.625rem;
	line-height: 1.4230769231;
}

.c-secttl__h2.--about h2 {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.c-secttl__h2.--service h2 {
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.c-secttl__h2.--related h2 {
	font-size: 1.75rem;
	letter-spacing: 0.025em;
}

.c-secttl__common-contact {
	font-size: 3.5rem;
	line-height: 1.1785714286;
}

.c-secttl__h1 {
	font-size: 2rem;
	line-height: 1.25;
	letter-spacing: 0;
}

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

.p-entry__title {
	margin-top: 0.3125rem;
	margin-bottom: 2rem;
	font-size: 1.25rem;
	line-height: 1.6;
}

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

.p-entry__head-meta {
	margin-bottom: 0.5rem;
}

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

.p-entry__head-cat {
	padding: 0.1875rem 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0;
}

.p-entry__head-publish,
.p-entry__head-update {
	font-size: 0.75rem;
	letter-spacing: 0;
}

.p-entry__head-thumb {
	border-radius: 10px;
}

.p-entry__head-thumb img {
	border-radius: 10px;
}

.p-widget--sticky {
	position: relative;
	top: auto;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	padding: 0.75rem 1rem;
}

textarea {
	padding: 0.625rem 1rem;
}

input[type=submit] {
	font-size: 1rem;
}

input[type=checkbox] + span {
	padding: 0 0 0 1.375rem;
	font-size: 0.875rem !important;
	line-height: 1.2857142857;
}

input[type=checkbox] + span::before {
	top: 0rem;
	width: 1.125rem;
	height: 1.125rem;
	transform: none;
}

input[type=checkbox] + span::after {
	top: 0.5rem;
	left: 3px;
	width: 12px;
	height: 5px;
	transform: rotate(-55deg);
	border-bottom: 2px solid #D11800;
	border-left: 2px solid #D11800;
}

.p-index__mv-wrap {
	flex-direction: column;
}

.p-index__mv-textbox {
	margin-top: 0;
	margin-left: 3.5rem;
}

.p-index__mv-subtitle {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.p-index__mv-title {
	margin-top: 0.625rem;
	font-size: 2.1875rem;
	line-height: 1.4;
}

.p-index__mv-slider {
	width: 82%;
	margin: -4rem auto 0;
}

.p-index__mv-slide {
	border-radius: 20px;
}

.slick-dots {
	bottom: 3.75rem;
	gap: 0.9375rem;
}

.slick-dots li {
	width: 0.5rem;
	height: 0.5rem;
}

.slick-dots li button {
	width: 0.5rem;
	height: 0.5rem;
}

.p-index__feature-list {
	margin-top: 1.5rem;
}

.p-index__works-list {
	margin-top: 1.5rem;
}

.p-index__works-btnwrap {
	max-width: 20rem;
	margin-top: 2rem;
}

.p-index__news-btnwrap {
	max-width: 17.5rem;
	margin-top: 2rem;
}

.p-index__company-wrap {
	flex-direction: column;
	margin-top: 2rem;
	gap: 1.5625rem;
}

.p-index__company-textbox {
	width: 100%;
	max-width: unset;
}

.p-index__company-textbox dl {
	gap: 1.125rem;
}

.p-index__company-textbox dl::after {
	width: 5rem;
}

.p-index__company-textbox dl dt {
	width: 5.3125rem;
	font-size: 1rem;
	letter-spacing: 0;
}

.p-index__company-textbox dl dd {
	width: calc(100% - 5.3125rem);
	font-size: 1rem;
	letter-spacing: 0;
}

.p-index__company-textbox dl dd ul li::before {
	width: 0.5625rem;
}

.p-index__company-textbox dl dd ul li:not(:first-of-type) {
	margin-top: 0.1875rem;
}

.p-index__company-map {
	width: 100%;
	max-width: unset;
	border-radius: 10px;
}

.p-index__company-map iframe {
	aspect-ratio: 320/210;
}

.p-index__pickup-wrap {
	width: 100%;
	margin: 0;
	padding: 2rem 0;
}

.p-index__pickup-list {
	min-width: unset;
	margin-top: 1.5rem;
	padding: 0 1.5625rem 3.5rem;
}

.p-index__pickup-item:not(:first-of-type) {
	margin-left: 1.875rem;
}

.p-index__pickup-item {
	width: 20.25rem;
	min-width: 19.5rem;
	padding: 1.5rem;
	border-radius: 10px;
}

.p-index__pickup-textbox {
	margin-bottom: 0.875rem;
}

.instagram-media {
	width: 16.3125rem !important;
	min-width: unset !important;
	max-width: unset !important;
}

.p-index__pickup-text {
	padding: 0 0.5rem;
	font-size: 1.5rem;
	line-height: 1.4583333333;
}

.p-index__pickup-text span {
	font-size: 1.875rem;
	line-height: 1.4666666667;
}

.p-index__pickup-text::before,
.p-index__pickup-text::after {
	aspect-ratio: 25/23;
	width: 1.5625rem;
}

.p-index__pickup-text::before {
	left: -2.125rem;
}

.p-index__pickup-text::after {
	right: -2.125rem;
}

.p-index__pickup-time {
	margin-top: 0.375rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-index__pickup-wrap .simplebar-content-wrapper {
	margin-right: 1.5625rem;
}

.p-index__pickup-wrap .simplebar-track.simplebar-horizontal {
	bottom: 2rem !important;
	left: 1.5625rem !important;
	margin-right: 1.5625rem;
}

.p-index__about-btnbubble {
	left: 50%;
	margin-top: 0.875rem;
	transform: translateX(-50%);
	font-size: 0.875rem;
}

.p-index__about-btnbubble::before,
.p-index__about-btnbubble::after {
	height: 1rem;
}

.p-index__about-btnwrap {
	max-width: 17.5rem;
	margin: 0.5rem auto 0;
}

.p-index__about-circle {
	aspect-ratio: 320/363;
	width: 96%;
	max-width: 20rem;
	margin: auto;
	background: url(../img/index/about_circle-sp.png) no-repeat center center/contain;
}

.p-index__about-box {
	aspect-ratio: 1/1;
	width: 7.625rem;
}

.p-index__about-box.--02 {
	top: 3.875rem;
	right: -0.625rem;
}

.p-index__about-box.--03 {
	top: 10.9375rem;
	right: -0.625rem;
}

.p-index__about-box.--05 {
	top: 10.9375rem;
	left: -0.625rem;
}

.p-index__about-box.--06 {
	top: 3.875rem;
	left: -0.625rem;
}

.p-index__about-link {
	gap: 0.3125rem;
	font-size: 0.8125rem;
	line-height: 1.3076923077;
}

.p-index__about-link span {
	aspect-ratio: 1/1;
	width: 1.375rem;
}

.p-index__message-wrap {
	flex-direction: column;
	gap: 0.5rem;
}

.p-index__message-textbox {
	width: 100%;
	max-width: unset;
}

.p-index__message-entitle {
	font-size: 3.5rem;
	line-height: 1.1785714286;
	text-align: center;
}

.p-index__message-jatitle {
	margin-top: 0;
	padding-left: 0;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	text-align: center;
}

.p-index__message-jatitle span {
	font-size: 2.5rem;
	line-height: 1.45;
}

.p-index__message-text {
	margin-top: 0.5rem;
	padding-left: 0;
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: 0;
}

.p-index__message-image {
	width: 100%;
}

.p-index__message-popup01 {
	top: 0;
	right: 0;
	aspect-ratio: 106/86;
	width: 8.125rem;
}

.p-index__message-popup02 {
	top: 1.875rem;
	right: 0;
	aspect-ratio: 103/84;
	width: 8.75rem;
}

.p-index__message-popup03 {
	right: 1.25rem;
	bottom: -0.625rem;
	aspect-ratio: 94/76;
	width: 6.875rem;
}

.p-index__service-list {
	max-width: 32.5rem;
	margin-top: 1rem;
}

.p-footer__wrap {
	flex-direction: column;
}

.p-footer__left {
	margin-right: 0;
}

.p-footer__logo {
	max-width: 16.5625rem;
	margin: 0 auto;
}

.p-footer__info {
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 1.625;
	text-align: center;
}

.p-footer__info span {
	text-align: center;
}

.p-footer__right {
	width: 100%;
}

.p-footer__nav-link {
	padding: 1rem 0 0.5625rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-footer__nav-link.--type02 {
	padding: 0.5rem 0;
}

.p-footer__nav-link::after {
	top: 54%;
	width: 0.625rem;
}

.p-footer__media {
	margin-top: 1.5rem;
}

.p-footer__media p {
	margin-bottom: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-footer__media dl:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-footer__media dl dt {
	width: 3.75rem;
	font-size: 0.875rem;
	line-height: 1.2142857143;
}

.p-footer__media dl dd {
	width: calc(100% - 3.75rem);
}

.p-footer__media dl dd a {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-footer__copyright {
	height: 8.125rem;
	margin-top: 1.5rem;
}

.p-footer__copyright-wrap {
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.625rem;
}

.p-footer__copyright-wrap a {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-footer__copyright-wrap small {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-common__contact-wrap {
	flex-direction: column;
	margin-top: 0.375rem;
	gap: 1rem;
}

.p-common__contact-box {
	width: 100%;
	border-radius: 10px;
}

.p-common__contact-box h3 {
	height: 2.375rem;
	font-size: 1.125rem;
	line-height: 0.8888888889;
}

.p-common__contact-textbox {
	padding: 0.625rem 1.25rem 1rem;
}

.p-common__contact-textbox p {
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: 0;
	text-align: left;
}

.p-common__contact-btnwrap {
	max-width: 17.5rem;
	margin: 0.75rem auto 0;
}

.p-common__contact-mail {
	height: 3.125rem;
	font-size: 1rem;
}

.p-common__contact-dl {
	height: 3.125rem;
	padding-left: 0.125rem;
	font-size: 1rem;
}

.p-lowpage__404-subtitle {
	font-size: 1.25rem;
	line-height: 1.2;
}

.p-lowpage__404-text {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: left;
}

.p-lowpage__404-btnwrap {
	max-width: 17.5rem;
	margin-top: 2rem;
}

.p-lowpage__policy-head {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.p-lowpage__policy-dl:not(:first-of-type) {
	margin-top: 1.5rem;
}

.p-lowpage__policy-dl dt {
	padding: 0.4375rem 0.625rem;
	border-radius: 5px;
	font-size: 1.125rem;
	letter-spacing: 0;
}

.p-lowpage__policy-dl dd {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.p-lowpage__policy-dl dd ul li::before {
	top: 0.5625rem;
}

.p-lowpage__policy-dl dd ul li {
	padding-left: 0.75rem;
}

.p-lowpage__policy-dl dd ul li:not(:first-of-type) {
	margin-top: 0.25rem;
}

.p-article__main-title {
	margin-bottom: 0.9375rem;
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-article__related-list {
	margin-top: 1.5rem;
}

.p-article__related-btnwrap {
	max-width: 17.5rem;
	margin: 2rem auto 0;
}

.p-contact__title-head {
	margin-top: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.p-contact__form dl {
	flex-direction: column;
	padding: 1rem 0;
	gap: 0.5rem;
}

.p-contact__form dl:last-of-type {
	border-bottom: none;
}

.p-contact__form dl dt {
	width: 100%;
	font-size: 1rem;
}

.p-contact__form dl dt span {
	width: 2rem;
	height: 1.25rem;
	border-radius: 3px;
	font-size: 0.75rem;
	line-height: 1;
}

.p-contact__form dl dd {
	width: 100%;
}

.wpcf7-checkbox {
	grid-gap: 0.5rem 0.5rem;
}

.p-contact__submit-btnwrap {
	height: 3rem;
	margin-top: 1rem;
}

.p-contact__submit-btnwrap::after {
	right: 1rem;
}

.p-contact__thanks-text {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.p-contact__thanks-btnwrap {
	max-width: 17.5rem;
	margin-top: 2.5rem;
}

}

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

.l-index__message {
	margin-top: -12.5rem;
}

.slick-dots {
	bottom: 7.5rem;
}

}

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

.slick-dots {
	bottom: 11.25rem;
}

}

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

.l-index__message {
	margin-top: -18.75rem;
}

.slick-dots {
	bottom: 15rem;
}

}

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

.l-index__message {
	margin-top: -22.5rem;
}

.slick-dots {
	bottom: 18.75rem;
}

}

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

.l-index__message {
	margin-top: -25rem;
}

.slick-dots {
	bottom: 20.3125rem;
}

}

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

html {
	font-size: 4.267vw;
}

}

