/********************************
* インナー
********************************/

/********************************
* ヘッダー高さ
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
	scroll-padding-top: 3.75rem;
}

body {
	background-color: #FDFAF6;
	color: #3A3A3A;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

/* link */

/* ============================================ */

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

a,
button {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:focus,
button:focus {
	opacity: 0.8;
}

/* img */

/* ============================================ */

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* フェード設定 */

/* ============================================ */

.js-fade-in-ui {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.js-fade-in-ui.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.l-drawer-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.l-drawer {
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.l-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 990;
}

.l-drawer__container {
	bottom: 0;
	opacity: 1;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	visibility: visible;
	z-index: 100;
}

.l-drawer.is-open .l-drawer__container {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.l-frame {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	width: 100%;
}

.l-frame__center {
	background-color: #FDFAF6;
	overflow: hidden;
	width: 100%;
}

.home .l-frame__center {
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	margin-top: 100vh;
}

.l-frame__left,
.l-frame__right {
	display: none;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 800;
}

.l-inner {
	margin-inline: auto;
	max-width: 33.75rem;
	padding-inline: 20px;
	width: 100%;
}

.l-inner--3dcad {
	max-width: none;
	padding-inline: 20px;
}

.l-inner--contact {
	max-width: 26.875rem;
}

.l-inner--500 {
	max-width: 31.25rem;
}

.l-main {
	background-color: #FDFAF6;
}

.l-scrollTop {
	bottom: 0.625rem;
	position: fixed;
	right: 0.625rem;
}

.l-spCta a {
	background-color: #FFF;
	border-top: solid 0.0625rem #9CAF88;
	bottom: 0;
	display: block;
	font-size: 0.9375rem;
	inset-inline: 0;
	letter-spacing: 0.05em;
	margin-inline: auto;
	padding-block: 1.3125rem;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 90;
}

.c-breadcrumbs,
.c-breadcrumbs a {
	font-size: 0.875rem;
	font-weight: 400;
}

.c-breadcrumbs {
	overflow-x: auto;
	white-space: nowrap;
	word-break: keep-all;
}

.c-breadcrumbs span:not(:nth-of-type(1)) {
	position: relative;
}

.c-button {
	background-color: #FFF;
	border: 1px solid #9CAF88;
	border-radius: 0.3125rem;
	color: #3A3A3A;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 17.5rem;
	padding-block: 1.0625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.c-button::after {
	background: url("../img/arrow-icon_green.svg") no-repeat center/contain;
	content: "";
	height: 0.3125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

.c-button--green {
	background-color: #9CAF88;
	color: #FFF;
}

.c-button--green::after {
	background: url("../img/arrow-icon_white.svg") no-repeat center/contain;
	content: "";
	position: absolute;
}

.c-button--mini {
	max-width: 15.1875rem;
	padding-block: 0.78125rem;
}

.c-button--miniGreen {
	background-color: #9CAF88;
	color: #FFF;
	max-width: 15.1875rem;
	padding-block: 0.78125rem;
}

.c-button--miniGreen::after {
	background: url("../img/arrow-icon_white.svg") no-repeat center/contain;
	content: "";
	position: absolute;
}

.c-card__thumbnail {
	aspect-ratio: 350/220;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.c-card__thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.c-card__ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 1rem;
	overflow: hidden;
}

.c-card__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.c-card__tag {
	background-color: #fff;
	border: solid 0.0625rem #9CAF88;
	border-radius: 3.125rem;
	color: #9CAF88;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.4375rem 1rem;
	white-space: nowrap;
}

.c-contact {
	padding-bottom: 4rem;
	padding-top: 4rem;
	text-align: center;
}

.c-contact__message {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.c-contact__btnWrap {
	margin-top: 1.25rem;
}

.c-contact__telWrap {
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 17.5rem;
	width: 100%;
}

.c-contact__telWrap a {
	border-bottom: solid #C8BDB1 0.0625rem;
	border-top: solid #C8BDB1 0.0625rem;
	display: block;
	padding-block: 0.625rem;
	text-align: center;
}

.c-contact__telTxt {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.c-contact__telNum {
	font-size: 1.25rem;
	line-height: 1.8;
}

.c-contact__time {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.c-contact__txtWrap {
	background-color: #C8BDB1;
	margin-top: 1.25rem;
	padding: 0.625rem;
	text-align: left;
}

.c-contact__txt {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.c-drawer-button {
	background-color: #FDFAF6;
	border-bottom-left-radius: 0.5rem;
	height: 3.75rem;
	width: 3.75rem;
}

.c-drawer-button span {
	background-color: #9CAF88;
	height: 0.0625rem;
	left: 0.8125rem;
	position: absolute;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 2.1875rem;
}

.c-drawer-button span:nth-of-type(1) {
	top: 1.5625rem;
	width: 2.1875rem;
}

.c-drawer-button span:nth-of-type(2) {
	top: 2.125rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5625rem;
}

.c-drawer-button.is-open span:nth-of-type(1) {
	top: 1.5rem;
	-webkit-transform: translateY(6px) rotate(-45deg);
	        transform: translateY(6px) rotate(-45deg);
	width: 2.1875rem;
}

.c-drawer-button.is-open span:nth-of-type(2) {
	top: 2.25rem;
	-webkit-transform: translateY(-0.375rem) rotate(45deg);
	        transform: translateY(-0.375rem) rotate(45deg);
	width: 2.1875rem;
}

.c-faq {
	background-color: #fff;
	border-radius: 0.5rem;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.c-faq__question {
	border-bottom: solid 0.0625rem #C8BDB1;
	font-weight: 500;
	padding: 0.9375rem 1.875rem 0.9375rem 4.1875rem;
	padding-left: 4.1875rem;
	position: relative;
}

.c-faq__question::before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #9CAF88;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 1.5625rem;
	line-height: 1;
	padding-bottom: 0.1875rem;
	position: absolute;
	top: 0.9375rem;
	width: 1.875rem;
}

.c-faq__answer {
	font-weight: 400;
	padding: 0.9375rem 1.875rem 0.9375rem 4.1875rem;
	padding-left: 4.1875rem;
	position: relative;
}

.c-faq__answer::before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: solid 0.0625rem #9CAF88;
	border-radius: 50%;
	color: #9CAF88;
	content: "A";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 1.5625rem;
	line-height: 1;
	padding-bottom: 0.1875rem;
	position: absolute;
	top: 0.9375rem;
	width: 1.875rem;
}

.c-heading {
	border-bottom: 0.1875rem solid black;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-block: 1rem;
}

.c-heading--sub {
	border-bottom: none;
	border-left: 0.3125rem solid black;
	font-size: 1.25rem;
	padding-block: 0.5rem;
	padding-left: 1rem;
}

.c-pageTtl__en {
	color: #C8BDB1;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.c-pageTtl__jp {
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.c-pageTtl__txt {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.25rem;
}

.c-scroll-top {
	display: inline-block;
	height: auto;
	max-width: 4rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.c-scroll-top:focus {
	opacity: 0.7;
}

.c-sectionTtl {
	text-align: center;
}

.c-sectionTtl__en {
	color: #C8BDB1;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-transform: uppercase;
}

.c-sectionTtl__jp {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 0.5rem;
}

.c-sectionTtl__en--white {
	color: #FDFAF6;
}

.p-404 {
	padding-block: 12.5rem;
	text-align: center;
}

.p-404__txt {
	font-size: 3.375rem;
	font-weight: 700;
}

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

.p-about__ttl {
	margin-top: 3rem;
	text-align: left;
}

.p-about__txt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-about__imageFlex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	margin-top: 2.5rem;
}

.p-about__image img {
	border-radius: 0.5rem;
}

.p-about__imageR {
	margin-top: 1.25rem;
}

.p-bg {
	background-image: url("../img/common/fv_sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	height: 100svh;
	inset: 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.home .p-bg__img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.p-companyList {
	background-color: #FDFAF6;
	border-radius: 0.5rem;
	padding: 1.25rem;
	width: 100%;
}

.p-companyList__item {
	border-bottom: solid 0.0625rem #C8BDB1;
	padding-block: 0.75rem;
}

.p-companyList__item span {
	font-size: 0.875rem;
}

.p-companyList__item dt {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-companyList__item dd {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.p-companyList__item--mt dd + dd {
	margin-top: 1.375rem;
}

.p-companyList__item--last {
	border-bottom: none;
}

.p-companyList__link {
	padding-right: 1.5rem;
	position: relative;
}

.p-companyList__link::after {
	background: url("../img/link_icon.svg") no-repeat center/contain;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.p-drawer {
	height: 100%;
	width: 100%;
}

.p-drawer__container {
	background-color: #FDFAF6;
	height: 100%;
	overflow-y: auto;
	width: 100%;
	z-index: 100;
}

.p-drawer__wrap {
	height: auto;
	left: 50%;
	max-width: 16.25rem;
	padding-block: 2.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-drawer__logo {
	display: block;
	height: 3.875rem;
	margin-inline: auto;
	width: 5rem;
}

.p-drawer__item {
	border-bottom: solid 0.0625rem #C8BDB1;
	padding-block: 0.375rem;
	position: relative;
}

.p-drawer__item::after {
	background: url("../img/arrow-prev.svg") no-repeat center/contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	        transform: translateY(-50%) rotate(-180deg);
	width: 0.875rem;
}

.p-drawer__item--none::after {
	content: none;
}

.p-drawer__item a {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	padding-block: 0.25rem;
}

.p-drawer__item > .p-drawer__itemLink {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.p-drawer__itemLink img {
	height: 1rem;
	margin-left: 0.25rem;
	width: 1rem;
}

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

.p-drawer__button + .p-drawer__button {
	margin-top: 1rem;
}

.p-drawer__telWrap {
	border-bottom: 0.0625rem solid #C8BDB1;
	border-top: 0.0625rem solid #C8BDB1;
	line-height: 1.5;
	margin-top: 1.5rem;
	padding-block: 0.75rem;
	text-align: center;
}

.p-drawer__txt {
	font-size: 0.9375rem;
}

.p-drawer__telNum {
	font-size: 1.25rem;
}

.p-drawer__time {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-drawer__nav {
	margin-top: 1.75rem;
}

.p-drawer__item--sub a {
	font-size: 0.875rem;
	padding-left: 1.25rem;
	position: relative;
}

.p-drawer__item--sub a::before {
	background-color: #C8BDB1;
	content: "";
	height: 0.0625rem;
	left: 0.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

.p-faq {
	background-color: #C8BDB1;
	padding-block: 3.25rem 4rem;
}

.p-faq__ttl {
	text-align: left;
}

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

.p-faq__item + .p-faq__item {
	margin-top: 1.25rem;
}

.p-footer {
	background: #3A3A3A;
	color: #fff;
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.p-footer__inner {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__btnWrap {
	margin-inline: auto;
	text-align: center;
}

.p-footer__btnWrap a + a {
	margin-top: 1rem;
}

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

.p-footer__tel {
	border-bottom: 0.0625rem #fff solid;
	border-top: 0.0625rem #fff solid;
	display: block;
	padding: 0.75rem 0;
	text-align: center;
}

.p-footer__telTxt {
	font-size: 0.9375rem;
	line-height: 1.5;
}

.p-footer__telNum {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.p-footer__time {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-footer__nav {
	margin-inline: auto;
	margin-top: 1rem;
	max-width: 15.3125rem;
	width: 100%;
}

.p-footer__navLink {
	display: block;
	padding-block: 0.25rem;
}

.p-footer__navLink a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-footer__navLink--sub a {
	font-size: 0.875rem;
	padding-left: 1.5rem;
	position: relative;
}

.p-footer__navLink--sub a::before {
	background-color: #C8BDB1;
	content: "";
	height: 0.0625rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

.p-footer__logo {
	margin-inline: auto;
	margin-top: 1.5rem;
}

.p-footer__logoLink img {
	height: 3.875rem;
	width: 5rem;
}

.p-footer__txt {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.p-footer__addressLink {
	margin-left: 0.25rem;
}

.p-footer__addressWrap {
	display: block;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

.p-footer__addressWrap li {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 400;
	gap: 0.3125rem;
	line-height: 1.5;
}

.p-footer__addressWrap li + li {
	margin-top: 0.625rem;
}

.p-footer__copy {
	border-top: 0.0625rem solid #fff;
	line-height: 1.5;
	padding-block: 0.5rem;
	text-align: center;
}

.p-footer__copyTxt {
	font-size: 0.8125rem;
	font-weight: 400;
}

.p-footer__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__link img {
	width: 1rem;
}

.p-form__item {
	width: 100%;
}

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

.p-form__item.p-form__item--check {
	margin-top: 1rem;
}

.p-form__itemTitle {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
}

.p-form__itemTitleMust {
	background-color: #B66565;
	border-radius: 0.1875rem;
	color: #FDFAF6;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding-block: 0.25rem;
	padding-inline: 0.5rem;
}

.p-form__itemTitleMust--abs {
	position: absolute;
	right: -0.5rem;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-form__itemTitleMust--check {
	margin-left: 0.25rem;
}

.p-form__itemText {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 0.25rem;
}

.p-form__itemName input,
.p-form__itemName select,
.p-form__itemMail input,
.p-form__itemTel input,
.p-form__itemNote textarea {
	background-color: white;
	border: 1px solid #C8BDB1;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5rem;
	padding-block: 0.625rem;
	padding-inline: 1rem;
	width: 100%;
}

.p-form__item input::-moz-placeholder, .p-form__item textarea::-moz-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}

.p-form__item input::-webkit-input-placeholder, .p-form__item textarea::-webkit-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}

.p-form__item input:-ms-input-placeholder, .p-form__item textarea:-ms-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}

.p-form__item input::-ms-input-placeholder, .p-form__item textarea::-ms-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}

.p-form__item input::placeholder,
.p-form__item textarea::placeholder {
	color: #A8A8A8;
	font-weight: 400;
}

.wpcf7-radio,
.wpcf7-checkbox {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 0.75rem;
}

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

.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 0.5rem;
}

.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.5rem;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wpcf7-radio .wpcf7-list-item label:focus,
.wpcf7-checkbox .wpcf7-list-item label:focus {
	opacity: 0.7;
}

.wpcf7-radio .wpcf7-list-item input + span::before,
.wpcf7-checkbox .wpcf7-list-item input + span::before {
	border: 2px solid #C8BDB1;
	border-radius: 0.25rem;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

.wpcf7-radio .wpcf7-list-item input + span::before {
	border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item input + span::after,
.wpcf7-checkbox .wpcf7-list-item input + span::after {
	background: #C8BDB1;
	content: "";
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item input + span::after {
	border-radius: 50%;
	height: 0.75rem;
	left: 0.1875rem;
	width: 0.75rem;
}

.wpcf7-checkbox .wpcf7-list-item input + span::after {
	background-image: url(../img/check-icon-simple.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 0.25rem;
	height: 1.125rem;
	left: 0;
	width: 1.125rem;
}

.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span::after,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-form__itemCheckText {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	margin-top: 0.5rem;
	width: 100%;
}

.p-form__itemCheck .wpcf7-form-control-wrap {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.wpcf7-acceptance {
	display: block;
}

.wpcf7-acceptance .wpcf7-list-item {
	padding-left: 1.5rem;
}

.wpcf7-acceptance .wpcf7-list-item label {
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wpcf7-acceptance .wpcf7-list-item label:focus {
	opacity: 0.7;
}

.wpcf7-acceptance input + span::before {
	background-color: white;
	border: 1px solid #C8BDB1;
	border-radius: 0.25rem;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

.wpcf7-acceptance input + span::after {
	background: #C8BDB1;
	background-image: url(../img/check-icon-simple.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 0.25rem;
	content: "";
	height: 1.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

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

.p-form__policy {
	background-color: #E9E5E0;
	margin-inline: -1.25rem;
	margin-top: 2rem;
	padding-block: 1.5rem;
	padding-inline: 1.25rem;
}

.p-form__policyTtl {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4444444444;
}

.p-form__policyCnt {
	background-color: #fff;
	border-radius: 0.5rem;
	height: 12.25rem;
	margin-top: 0.5rem;
	overflow: scroll;
}

.p-form__policyTxt {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding-block: 0.75rem;
	padding-inline: 1rem;
}

.p-form__policyTxt p + h4,
.p-form__policyTxt h4 + p,
.p-form__policyTxt p + p {
	margin-top: 1.4rem;
}

.p-form__policyCheck {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0.5rem;
}

.p-form__btn {
	margin-top: 2.9375rem;
	text-align: center;
}

input.c-button {
	background-color: #FFF;
	border: 1px solid #9CAF88;
	border-radius: 0.3125rem;
	color: #3A3A3A;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 15.1875rem;
	padding-block: 0.75rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.p-form__btn input:focus {
	color: #3A3A3A;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7-not-valid-tip {
	bottom: -3px;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.p-fv__logo {
	margin-left: 0.875rem;
	margin-top: 0.875rem;
	position: absolute;
}

.p-fv__logo img {
	aspect-ratio: 180/36;
	width: 100%;
	width: 160px;
}

.p-fv__ttlWrap {
	bottom: 14%;
	left: 5%;
	position: absolute;
	z-index: 10;
}

.p-fv__ttlMain {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.6);
}

.p-fv__ttlSub {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.6);
}

.p-header {
	height: 3.75rem;
	width: 100%;
}

.home .p-header__inner {
	background-color: transparent;
}

.p-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FDFAF6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	max-width: 37.5rem;
	padding-left: 0.625rem;
	position: relative;
	width: 100%;
}

.p-header__logo-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-header__logo-link img {
	max-width: 10rem;
}

.p-header__nav {
	height: inherit;
}

.p-header__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__item {
	height: inherit;
}

.p-header__list a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: 0.625rem;
}

.p-intro {
	padding-bottom: 4rem;
	padding-top: 3.125rem;
}

.p-intro__worries {
	padding: 1.3125rem 0.5rem 3.4375rem;
	position: relative;
	text-align: center;
}

.p-intro__worries::before {
	background: url("../img/hazy.svg") no-repeat center/cover;
	content: "";
	height: 12.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 21.875rem;
}

.p-intro__worryLead {
	font-size: 1.125rem;
	line-height: 1.6;
}

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

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

.p-intro__txt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-intro__txt span {
	font-weight: 500;
}

.p-intro__flow {
	margin-top: 1.75rem;
}

.p-intro__flowTtl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	line-height: 1.8;
}

.p-intro__flowTtl::after {
	background-color: #C8BDB1;
	content: "";
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 0.0625rem;
	margin-left: 1.25rem;
}

.p-intro__flowTxt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.p-intro__flowImageWrap {
	border: solid 0.0625rem #9CAF88;
	border-radius: 0.5rem;
	margin-inline: auto;
	margin-top: 1rem;
	max-width: 19rem;
	padding: 1rem 1.5rem;
	width: 100%;
}

.p-intro__flowImageTxt {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-intro__flowImage {
	margin-top: 0.5rem;
	position: relative;
}

.p-intro__flowBtn {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 50%;
	left: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

/* 上半分 */

.p-intro__flowBtn--top {
	top: 0;
}

/* 下半分 */

.p-intro__flowBtn--bottom {
	bottom: 0;
}

/* 丸の共通スタイル */

.p-intro__flowBtn span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #9CAF88;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
	width: 3.5rem;
}

/* hover時 */

.p-intro__flowBtn:hover span {
	background: #fff;
	border: solid 0.0625rem #9CAF88;
	color: #9CAF88;
}

.p-intro__3dcad {
	margin-top: 1.75rem;
	text-align: center;
}

.p-intro__3dcadTtl {
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.6;
	position: relative;
}

.p-intro__3dcadTtl::after {
	background: url("../img/pink_line.svg") no-repeat center/contain;
	bottom: 0.3125rem;
	content: "";
	height: 0.8125rem;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	width: 4.0625rem;
}

.p-intro__3dcadTxt {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.25rem;
	text-align: left;
}

.p-intro__3dcadTxtWrap {
	background-color: #fff;
	border-radius: 0.5rem;
	margin-bottom: -11.25rem;
	margin-top: -11.25rem;
	padding: 12.375rem 1rem;
}

.p-intro__3dcadImage img {
	border-radius: 0.5rem;
}

.p-intro__3dcadImage {
	margin-inline: 1.5625rem;
	position: relative;
}

.p-intro__3dcadImage--before::before {
	bottom: 0;
	color: #C8BDB1;
	content: "IMAGE";
	font-family: "Cormorant Garamond", serif;
	font-size: 2.625rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 100%;
	position: absolute;
	right: 0.1875rem;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
}

.p-intro__3dcadImage--after::after {
	color: #9CAF88;
	content: "AFTER";
	font-family: "Cormorant Garamond", serif;
	font-size: 2.625rem;
	font-weight: 300;
	left: 0.1875rem;
	letter-spacing: 0.05em;
	line-height: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-90deg) translateY(-100%) translateX(-100%);
	        transform: rotate(-90deg) translateY(-100%) translateX(-100%);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.p-modal {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

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

.p-modal__bg {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-modal__container {
	position: relative;
}

.p-modal__imageWrap {
	background-color: #fff;
	border-radius: 0.5rem;
	max-width: 56.25rem;
	overflow-y: auto;
	padding: 1.25rem;
	padding: 1.25rem;
	z-index: 1;
}

.p-modal__ttl {
	background-color: #9CAF88;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-left: -1.25rem;
	margin-top: -1.9375rem;
	padding: 0.25rem 0.625rem;
}

.p-modal__image img {
	aspect-ratio: 310/200;
	display: block;
	max-width: 19.375rem;
	overflow: hidden;
	width: 100%;
}

.p-modal__close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 3.4375rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	width: 3.4375rem;
}

.p-modal__close:focus {
	opacity: 0.7;
}

.p-modal__close-line {
	background-color: #fff;
	display: block;
	height: 0.1875rem;
	width: 1.71875rem;
}

.p-modal__close-line:nth-of-type(1) {
	left: 0.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.p-modal__close-line:nth-of-type(2) {
	left: 0.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-modal__trigger {
	cursor: pointer;
}

.p-modal__trigger:focus {
	opacity: 0.7;
}

.p-mv {
	padding-left: 1.25rem;
	padding-top: 6.25rem;
}

.p-mv--subSingle .c-pageTtl__jp {
	padding-right: 1.25rem;
}

.p-mv__img {
	aspect-ratio: 370/240;
	border-radius: 0.5rem 0 0 0.5rem;
	margin-top: 2rem;
	overflow: hidden;
	position: relative;
}

.p-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-mv__breadcrumbs {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
}

.p-mv__breadcrumbs a {
	text-decoration: underline;
	-webkit-text-decoration-color: #3A3A3A;
	        text-decoration-color: #3A3A3A;
}

.wp-pagenavi {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	margin-top: 3.375rem;
	max-width: 18.125rem;
	position: relative;
	width: 100%;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	margin: 0;
	position: absolute;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	margin: 0 0.375rem;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	height: 2.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 2.75rem;
}

.wp-pagenavi .current {
	background-color: #C8BDB1;
	color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	background-image: url(../img/arrow-prev.svg);
	background-position: 55% center;
	background-repeat: no-repeat;
}

.wp-pagenavi .nextpostslink {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.wp-pagenavi span {
	padding: 0;
}

.p-rightUi {
	opacity: 0.85;
}

.p-rightUi__item::after {
	background: url("../img/arrow-prev.svg") no-repeat center/contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	        transform: translateY(-50%) rotate(-180deg);
	width: 0.875rem;
}

.p-rightUi__item > .p-rightUi__itemLink {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-rightUi__itemLink img {
	height: 1rem;
	margin-left: 0.25rem;
	width: 1rem;
}

.p-rightUi__item--none::after {
	content: none;
}

.p-service {
	background-color: #C8BDB1;
	padding-bottom: 4rem;
	padding-top: 3.25rem;
}

.p-service__ttl {
	text-align: left;
}

.p-service__items {
	grid-gap: 0.5rem;
	display: -ms-grid;
	display: grid;
	gap: 0.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin: 1.5rem auto 0;
}

.p-service__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	background-color: #FDFAF6;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.p-service__icon img {
	max-width: 4.6875rem;
	width: 100%;
}

.p-service__iconTtl {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-service__iconTxt {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.p-service__txt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-service__subTxt {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-single {
	padding-top: 1.25rem;
}

.p-single__title {
	font-size: 2.5rem;
}

.p-single__information {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.53125rem;
	margin-top: 2.5rem;
}

.p-single__date {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0625rem;
	line-height: 1;
}

.p-single__content {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: 2;
	margin-top: 1.46875rem;
}

.p-single__image {
	aspect-ratio: 343/230;
	cursor: pointer;
	height: auto;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 21.4375rem;
	overflow: hidden;
	position: relative;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.p-single__image:focus {
	opacity: 0.7;
}

.p-single__image::before {
	content: "";
	display: block;
	height: 2.0625rem;
	position: absolute;
	right: 1.0625rem;
	top: 1.0625rem;
	width: 2.0625rem;
	z-index: 1;
}

.p-single__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-single__btn {
	margin-top: 2.53125rem;
}

.p-subAbout__company {
	background-color: #C8BDB1;
	padding-block: 3.25rem 4rem;
}

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

.p-subAbout__companyList {
	margin-inline: auto;
	margin-top: 1.5rem;
}

.p-subAbout__messageTtl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-subAbout__messageItemImage {
	margin: 1.5rem 1.5625rem -1.125rem;
}

.p-subAbout__messageItemImage img {
	border-radius: 0.5rem;
}

.p-subAbout__messageTxtWrap {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 2.625rem 0.9375rem 1.75rem;
}

.p-subAbout__messageItemTtl {
	color: #9CAF88;
	font-size: 1.09375rem;
	font-weight: 600;
	line-height: 1.5;
}

.p-subAbout__messageItemTxt {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: left;
}

.p-subAbout__messageItem + .p-subAbout__messageItem {
	margin-top: 1.5rem;
}

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

.p-subAbout__aboutTtl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 2rem;
}

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

.p-subAbout__aboutTxt {
	font-weight: 400;
	letter-spacing: 0.048em;
	line-height: 1.8;
	margin-top: 1.75rem;
}

.p-subAbout__3dcad {
	margin-top: 4rem;
	padding-bottom: 4rem;
}

.p-subAbout__3dcadTtl {
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.p-subAbout__3dcadTtlMain {
	font-size: 1.25rem;
	line-height: 1.6;
	position: relative;
}

.p-subAbout__3dcadTtlMain::after {
	background: url("../img/pink_line.svg") no-repeat center/contain;
	bottom: -0.5rem;
	content: "";
	height: 0.8125rem;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	width: 4.0625rem;
}

.p-subAbout__3dcadImageWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	margin-top: 2rem;
}

.p-subAbout__3dcadImgae {
	position: relative;
}

.p-subAbout__3dcadImgae--before {
	margin-top: 2.125rem;
}

.p-subAbout__3dcadImgae--before::before {
	color: #C8BDB1;
	content: "IMAGE";
	font-family: "Cormorant Garamond", serif;
	font-size: 2.25rem;
	font-weight: 300;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: 0.125rem;
	-webkit-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}

.p-subAbout__3dcadImgae--after {
	margin-bottom: 2.125rem;
}

.p-subAbout__3dcadImgae--after::before {
	bottom: 0.125rem;
	color: #9CAF88;
	content: "AFTER";
	font-family: "Cormorant Garamond", serif;
	font-size: 2.25rem;
	font-weight: 300;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
}

.p-subAbout__3dcadImgae img {
	border-radius: 0.5rem;
}

.p-subAbout__3dcadTxt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2rem;
}

.p-subAbout__3dcadListWrap {
	background-color: #fff;
	border: solid 0.0625rem #C8BDB1;
	border-radius: 0.5rem;
	margin-inline: auto;
	margin-top: 1.125rem;
	max-width: 25rem;
	padding: 1.5rem 1.25rem;
	width: 100%;
}

.p-subAbout__3dcadListTtl {
	font-size: 1.125rem;
	line-height: 1.6;
}

.p-subAbout__3dcadList {
	margin-top: 0.75rem;
}

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

.p-subAbout__3dcadList li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.4375rem;
	position: relative;
}

.p-subAbout__3dcadList li::before {
	background: url("../img/check-icon.svg") no-repeat center/contain;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

.p-subAbout__3dcadBtn {
	margin-top: 3rem;
	text-align: center;
}

.p-subContact__ttl {
	border-bottom: 0.0625rem solid #C8BDB1;
	padding: 7.5rem 0 3.75rem;
	text-align: center;
}

.p-subContact__tel {
	background-color: #fff;
	margin-top: 3.75rem;
	padding-block: 1rem;
	text-align: center;
}

.p-subContact__telTxt {
	font-size: 0.875rem;
	line-height: 1.6;
}

.p-subContact__telNum {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.p-subContact__telTime {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-subContact__form {
	margin-top: 3.75rem;
	padding-bottom: 4rem;
}

.p-subContact__formTtl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}

.p-subContact__note {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.125rem;
	text-align: center;
}

.p-subMv {
	height: 100%;
	position: relative;
}

.p-subMv__wrapper {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-subMv__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	text-align: left;
}

.p-subFv__title-jp {
	font-size: 3.125rem;
	margin-top: 1.25rem;
	width: 100%;
}

.p-subMv picture img {
	aspect-ratio: 1440/300;
	height: auto;
	width: 100%;
}

.p-subNews {
	padding-top: 1.25rem;
}

.p-subNews__categoryList {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.p-subNews__list {
	margin-top: 3.125rem;
}

.p-subNews__pageNavi {
	margin-top: 3.125rem;
}

.p-subNewsLabel {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 1.25rem;
	color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: 1.875rem;
}

.p-subNews__category:nth-of-type(1) .p-subNewsLabel--select {
	background-color: black;
	text-transform: uppercase;
}

.p-subNews__category:nth-of-type(2) .p-subNewsLabel--select {
	background-color: black;
}

.p-subNews__category:nth-of-type(3) .p-subNewsLabel--select {
	background-color: black;
}

.p-subNews__category:nth-of-type(4) .p-subNewsLabel--select {
	background-color: black;
}

.p-subNewsLabel--card {
	background-color: black;
	border-radius: 0.9375rem;
	font-size: 1rem;
	height: 1.875rem;
	padding-inline: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-subNewsLabel--single {
	background-color: black;
	border-radius: 1.25rem;
	font-size: 1.25rem;
	height: 2.5rem;
}

.p-subSingle__case {
	padding-block: 4rem;
}

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

.p-subSingle__caseList {
	border-bottom: 0.0625rem solid #C8BDB1;
	line-height: 1.5;
	padding-block: 0.75rem;
}

.p-subSingle__caseList dd {
	font-weight: 400;
	margin-top: 0.5rem;
}

.p-subSingle__reasons {
	background-color: #C8BDB1;
	padding-block: 3rem;
}

.p-subSingle__reasonsItems {
	background-color: #fff;
	border-radius: 0.5rem;
	margin-top: 2rem;
	padding: 1.5rem 1.25rem;
}

.p-subSingle__reasonsItems li {
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.4375rem;
	position: relative;
}

.p-subSingle__reasonsItems li + li {
	margin-top: 0.75rem;
}

.p-subSingle__reasonsItems li::before {
	background: url("../img/check-icon.svg") no-repeat center/contain;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 1.125rem;
}

.p-subSingle__content {
	padding-block: 3rem;
}

.p-subSingle__message {
	border-radius: 0.5rem;
	margin-inline: auto;
	max-width: 26.25rem;
	padding: 1.25rem 1rem;
	width: 100%;
}

.p-subSingle__message--top {
	border: solid 0.0625rem #C8BDB1;
}

.p-subSingle__messageTtl {
	font-size: 1.25rem;
	line-height: 1.6;
	text-align: center;
}

.p-subSingle__messageTxt {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-subSingle__post {
	margin-top: 3rem;
}

.p-subSingle__postTtl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}

.p-subSingle__postImage {
	aspect-ratio: 350/220;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.p-subSingle__postImageWrap {
	position: relative;
}

.p-subSingle__postImageWrap--image {
	margin-top: 4rem;
}

.p-subSingle__postImageWrap--after {
	margin-top: 3.25rem;
}

.p-subSingle__postImageWrap--image::before {
	color: #C8BDB1;
	content: "IMAGE";
	font-family: "Cormorant Garamond", serif;
	font-size: 2.625rem;
	font-weight: 300;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: 0.125rem;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.p-subSingle__postImageWrap--after::before {
	color: #9CAF88;
	content: "AFTER";
	font-family: "Cormorant Garamond", serif;
	font-size: 2.625rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0.125rem;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.p-subSingle__img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.p-subSingle__postTxtWrap {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-subSingle__postImage--after {
	margin-top: 3.25rem;
}

.p-subSingle__messageBottom {
	background-color: #C8BDB1;
	padding-block: 3rem;
}

.p-subSingle__message--bottom {
	background-color: #fff;
}

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

.p-subSingle__otherWorks {
	padding-bottom: 8.5rem;
}

.p-subSingle__splid {
	position: relative;
}

.p-subSingle__splide .splide__arrows {
	bottom: -4.375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
}

/* デフォルトの absolute を解除 */

.p-subSingle__splide .splide__arrow {
	background-color: #C8BDB1;
	height: 2.75rem;
	position: static;
	-webkit-transform: none;
	        transform: none;
	width: 2.75rem;
}

.splide__arrow svg {
	fill: #fff;
	width: 0.75rem;
}

.p-subThanks {
	padding-bottom: 4rem;
}

.p-subThanks__ttl {
	border-bottom: 0.0625rem solid #C8BDB1;
	padding: 7.5rem 0 3.75rem;
	text-align: center;
}

.p-subThanks__mainMessage {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 3.75rem;
	text-align: center;
}

.p-subThanks__subMessage {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-subThanks__subMessageTel {
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.75rem;
	text-align: center;
}

.p-subThanks__notesList li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-subThanks__notes {
	border: 1px solid #C8BDB1;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.5rem;
	padding-block: 1.25rem;
	padding-inline: 1rem;
}

.p-subThanks__notesTtl {
	font-size: 1rem;
	font-weight: 500;
}

.p-subThanks__notesTxt {
	margin-top: 1rem;
}

.p-subThanks__notesList {
	margin-top: 1rem;
}

.p-subThanks__btn {
	margin-top: 1.25rem;
	text-align: right;
}

.p-subThanks__btn a {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-right: 2.6875rem;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-subThanks__btn a:focus {
	opacity: 0.7;
}

.p-subThanks__btn a::after {
	background-image: url(../img/arrow-icon_green.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.3125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

.p-subThanksFlow {
	background-color: #C8BDB1;
	padding-block: 3rem;
}

.p-subThanksFlow__ttl {
	text-align: center;
}

.p-subThanksFlow__list {
	margin-top: 0.875rem;
}

.p-subThanksFlow__item {
	background-color: #FDFAF6;
	border-radius: 0.5rem;
	padding-block: 1.25rem;
	padding-inline: 1rem;
}

.p-subThanksFlow__item + .p-subThanksFlow__item {
	margin-top: 1.5rem;
}

.p-subThanksFlow__itemNo {
	color: #9CAF88;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-subThanksFlow__itemTtl {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.p-subThanksFlow__itemText {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.p-subWorks__message {
	padding-block: 4rem;
}

.p-subWorks__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-subWorks__txt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-subWorks__search {
	background-color: #C8BDB1;
	padding-block: 3rem;
}

.p-subWorks__searchTtl {
	text-align: center;
}

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

.p-subWorks__type {
	font-size: 1rem;
	line-height: 1.6;
}

.p-subWorks__select {
	-moz-text-align-last: center;
	background-color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-inline: auto;
	margin-top: 0.25rem;
	max-width: 13.75rem;
	padding-block: 0.875rem;
	text-align: center;
	text-align-last: center;
	width: 100%;
}

.p-subWorks__searchBtn {
	background-color: #3A3A3A;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 2rem;
	max-width: 10rem;
	padding-block: 0.53125rem;
	width: 100%;
}

.p-subWorks__searchBtn:hover {
	opacity: 0.8;
}

.p-subWorks__cross {
	display: inline-block;
	height: 0.75rem;
	margin-block: 0.625rem 0.5rem;
	position: relative;
	width: 0.75rem;
}

.p-subWorks__cross::before,
.p-subWorks__cross::after {
	background-color: #fff;
	border-radius: 0.0625rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: center;
	        transform-origin: center;
	width: 0.75rem;
}

.p-subWorks__cross::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.p-subWorks__cross::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.p-subWorks__card {
	display: block;
}

.p-subWorks__cards {
	margin-top: 3rem;
}

.p-subWorks__card + .p-subWorks__card {
	margin-top: 2.25rem;
}

.p-subWorks__noCase {
	margin-block: 6.25rem;
	text-align: center;
}

.p-works {
	padding-block: 4rem;
}

.p-works__ttl {
	text-align: left;
}

.p-works__btn {
	margin-top: 3.25rem;
	text-align: center;
}

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

.p-works__card {
	display: block;
}

.p-works__card + .p-works__card {
	margin-top: 2.25rem;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

@media (any-hover: hover) {

.c-scroll-top:hover {
	opacity: 0.7;
}

.wpcf7-radio .wpcf7-list-item label:hover,
.wpcf7-checkbox .wpcf7-list-item label:hover {
	opacity: 0.7;
}

.wpcf7-acceptance .wpcf7-list-item label:hover {
	opacity: 0.7;
}

.p-modal__close:hover {
	opacity: 0.7;
}

.p-modal__trigger:hover {
	opacity: 0.7;
}

.p-single__image:hover {
	opacity: 0.7;
}

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

}

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

a {
	opacity: 1;
	opacity: initial;
}

.l-frame {
	-ms-grid-columns: minmax(0, 1fr) min(600px, 100%) minmax(0, 1fr);
	grid-template-columns: minmax(0, 1fr) min(600px, 100%) minmax(0, 1fr);
}

.l-frame__center {
	-webkit-overflow-scrolling: touch;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	max-width: 600px;
	width: 100%;
}

.l-frame__left,
.l-frame__right {
	-ms-grid-columns: minmax(0, 1fr) min(600px, 100%) minmax(0, 1fr);
	grid-template-columns: minmax(0, 1fr) min(600px, 100%) minmax(0, 1fr);
}

.l-frame__left {
	display: block;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.l-inner {
	padding-inline: 40px;
}

.l-inner--service {
	max-width: 30rem;
	width: 100%;
}

.l-spCta a {
	border: solid 0.0625rem #9CAF88;
	max-width: 37.5rem;
}

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

.c-drawer-button {
	border-bottom-right-radius: 0.5rem;
}

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

.c-pageTtl__jp {
	font-size: 2rem;
}

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

.c-sectionTtl__jp {
	font-size: 1.875rem;
}

.p-bg {
	background-image: url("../img/common/fv_pc.jpg");
}

.home .p-bg__img {
	display: none;
}

.wpcf7-list-item + .wpcf7-list-item {
	margin-top: 0.625rem;
}

.p-fv__logo {
	margin-left: 1.25rem;
	margin-top: 0.9375rem;
}

.p-fv__logo img {
	width: 180px;
}

.p-header__inner {
	max-width: 37.5rem;
}

.p-header__nav {
	display: none;
}

.p-header__drawer {
	display: block;
	position: fixed;
	right: 0.625rem;
	top: 0.625rem;
	z-index: 200;
}

.p-intro__3dcadImage--before::before {
	font-size: 3.375rem;
}

.p-intro__3dcadImage--after::after {
	font-size: 3.375rem;
}

.p-modal__imageWrap {
	padding: 2.5rem;
}

.p-modal__ttl {
	font-size: 1.25rem;
	margin-top: -2.5625rem;
	padding: 0.625rem;
}

.p-modal__image img {
	max-width: 25rem;
}

.p-mv {
	padding-left: 3.125rem;
	padding-top: 5rem;
}

.p-mv--subSingle .c-pageTtl__jp {
	padding-right: 3.125rem;
}

.p-service__items {
	gap: 0.75rem;
}

.p-single__information {
	gap: 1rem;
	margin-top: 1.6875rem;
}

.p-single__date {
	font-size: 0.75rem;
	letter-spacing: 0.0375rem;
}

.p-single__content {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.p-single__image {
	max-width: none;
}

.p-single__btn {
	margin-top: 1.25rem;
}

.p-subAbout__messageTtl {
	font-size: 1.875rem;
}

.p-subAbout__messageItemImage {
	margin: 1.5rem auto -1.125rem;
	max-width: 23.75rem;
	width: 100%;
}

.p-subAbout__messageTxtWrap {
	padding-inline: 1.5625rem;
}

.p-subAbout__messageItemTtl {
	font-size: 1.375rem;
}

.p-subAbout__aboutTtl {
	font-size: 1.875rem;
	text-align: center;
}

.p-subAbout__3dcadTtl {
	font-size: 1.25rem;
}

.p-subAbout__3dcadTtlMain {
	font-size: 1.625rem;
}

.p-subAbout__3dcadImgae--before::before {
	font-size: 2.625rem;
}

.p-subAbout__3dcadImgae--after::before {
	font-size: 2.625rem;
}

.p-subContact__formTtl {
	font-size: 1.875rem;
}

.p-subMv__inner {
	text-align: center;
}

.p-subMv picture img {
	aspect-ratio: 375/150;
}

.p-subNews__categoryList {
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-subNews__list {
	margin-top: 1.25rem;
}

.p-subNews__pageNavi {
	margin-top: 2.5rem;
}

.p-subNewsLabel {
	border-radius: 0.625rem;
	font-size: 0.75rem;
	height: 1.25rem;
	padding-inline: 0.625rem;
}

.p-subSingle__postImageWrap--image::before {
	font-size: 3.375rem;
}

.p-subSingle__postImageWrap--after::before {
	font-size: 3.375rem;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

}

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

.l-drawer-button {
	display: none;
}

.l-frame {
	-ms-grid-columns: minmax(0, 1fr) 600px minmax(0, 1fr);
	grid-template-columns: minmax(0, 1fr) 600px minmax(0, 1fr);
}

.l-frame__right {
	display: block;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	height: 100vh;
	overflow-y: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.l-spCta a {
	display: none;
}

.c-button:hover {
	background-color: #ebefe7;
}

.c-button--green:hover {
	background-color: #8da07a;
}

.c-button--miniGreen:hover {
	background-color: #8da07a;
}

.p-footer {
	padding-bottom: 0;
}

input.c-button:hover {
	background-color: #ebefe7;
}

.p-fv__ttlMain {
	font-size: 2.625rem;
}

.p-fv__ttlSub {
	font-size: 1rem;
}

.p-header {
	display: none;
}

.p-modal__image img {
	max-width: 56.25rem;
}

.home .p-rightUi {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
	visibility: hidden;
}

.p-rightUi {
	background-color: #FDFAF6;
	border-radius: 0.5rem;
	left: 50%;
	max-width: 17.5625rem;
	padding: 2.375rem 1.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-rightUi.is-visible {
	opacity: 0.85;
	pointer-events: auto;
	visibility: visible;
}

.p-rightUi__logo {
	display: block;
	height: 3.875rem;
	margin-inline: auto;
	max-width: 5rem;
	width: 100%;
}

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

.p-rightUi__button--contact {
	margin-top: 1rem;
}

.p-rightUi__nav {
	margin-top: 1.75rem;
}

.p-rightUi__telWrap {
	border-bottom: 0.0625rem solid #C8BDB1;
	border-top: 0.0625rem solid #C8BDB1;
	line-height: 1.5;
	margin-top: 1.5rem;
	padding-block: 0.75rem;
	text-align: center;
}

.p-rightUi__txt {
	font-size: 0.9375rem;
}

.p-rightUi__telNum {
	font-size: 1.25rem;
}

.p-rightUi__time {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-rightUi__item {
	border-bottom: solid 0.0625rem #C8BDB1;
	padding-block: 0.375rem;
	position: relative;
}

.p-rightUi__item a {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	height: inherit;
	line-height: 1.8;
	width: 100%;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

/*# sourceMappingURL=style.css.map */
