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

body {
	font-weight: 400;
}

body {
	background-color: #f9f8f2;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

main {
	height: 100%;
	margin-left: auto;
	width: calc(100% - 18rem);
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.8;
}

html.is-active {
	overflow: hidden;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type="submit"],
input[type="button"],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-arrowButton {
	gap: 0 18px;
	gap: 0 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Lora", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.c-arrowButton:after {
	-webkit-mask: url(../images/common/arrow-right.svg) no-repeat center center/contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 75px;
	height: 4.6875rem;
	mask: url(../images/common/arrow-right.svg) no-repeat center center/contain;
	width: 75px;
	width: 4.6875rem;
}

.c-bigImg {
	position: relative;
	width: 100%;
}

.c-bigImg::before {
	content: "";
	display: block;
	padding-top: 40.5008635579%;
}

.c-bigImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-bigText {
	color: #3e5c53;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-bigText--serif {
	font-family: "Noto Serif JP", serif;
}

.c-bigText--black {
	color: #171717;
}

.c-bigText--white {
	color: #fff;
}

.breadcrumbs {
	color: #3e5c53;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
}

.breadcrumbs span {
	color: #000;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-button {
	background-color: #3e5c53;
	border: 1px solid #3e5c53;
	border: 0.0625rem solid #3e5c53;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-family: "Lora", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	min-width: 210px;
	min-width: 13.125rem;
	padding: 13px 56px;
	padding: 0.8125rem 3.5rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-category {
	background-color: #fff;
	color: #3e5c53;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	padding: 3px 5px 2px;
	padding: 0.1875rem 0.3125rem 0.125rem;
	text-align: center;
}

.c-category--green {
	background-color: #3e5c53;
	color: #fff;
}

.c-date {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
}

.c-largeImg {
	position: relative;
	width: 100%;
}

.c-largeImg::before {
	content: "";
	display: block;
	padding-top: 65.2777777778%;
}

.c-largeImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-lgText {
	color: #3e5c53;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-lgText--serif {
	font-family: "Noto Serif JP", serif;
}

.c-lgText--black {
	color: #171717;
}

.c-lgTitle {
	font-family: "Lora", serif;
	font-size: 48px;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
}

.c-map {
	height: 0;
	overflow: hidden;
	padding-bottom: 37%;
	position: relative;
}

.c-map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-mdImg {
	position: relative;
	width: 100%;
}

.c-mdImg::before {
	content: "";
	display: block;
	padding-top: 36.7647058824%;
}

.c-mdImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-mdText {
	color: #3e5c53;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-mdText--serif {
	font-family: "Noto Serif JP", serif;
}

.c-mdText--black {
	color: #171717;
}

.c-paginavi {
	padding-top: 100px;
	padding-top: 6.25rem;
	text-align: center;
}

.c-pagenavi a:not(.extend):not(.nextpostslink):not(.previouspostslink) {
	border: 1px solid #171717;
	border: 0.0625rem solid #171717;
	color: #3e5c53;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 11px 20px;
	padding: 0.6875rem 1.25rem;
}

.wp-pagenavi .current {
	background-color: #3e5c53;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
}

.wp-pagenavi .extend {
	color: #3e5c53;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 11px 20px;
	padding: 0.6875rem 1.25rem;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #3e5c53;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 11px 20px;
	padding: 0.6875rem 1.25rem;
}

.wp-pagenavi .current,
.wp-pagenavi .larger,
.wp-pagenavi .smaller,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink {
	margin-right: 19px;
	margin-right: 1.1875rem;
}

.c-scroll {
	bottom: 0;
	height: 20%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.c-scroll span {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	position: relative;
	top: -25px;
	top: -1.5625rem;
}

.c-scroll::after {
	-webkit-animation: indicator 2s ease-in-out infinite;
	animation: indicator 2s ease-in-out infinite;
	background: #fff;
	content: "";
	height: 210px;
	height: 13.125rem;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 1px;
}

.c-smImg {
	position: relative;
	width: 100%;
}

.c-smImg::before {
	content: "";
	display: block;
	padding-top: 88.2357446483%;
}

.c-smImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-smText {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

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

.c-smText--mainColor {
	color: #3e5c53;
}

.c-smTitle {
	color: #fff;
	font-family: "Lora", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.2;
}

.c-smTitle span {
	display: block;
}

.c-smTitle--ja {
	font-family: "Noto Serif JP", serif;
}

.c-smTitle--green {
	color: #3e5c53;
}

.c-smTitle--wide {
	background-color: #3e5c53;
	padding: 28px 0;
	padding: 1.75rem 0;
	text-align: center;
}

.c-subBanner {
	cursor: pointer;
	display: block;
	margin: auto;
	max-width: 800px;
	max-width: 50rem;
	width: 80%;
}

.c-subButton {
	background: -webkit-gradient(linear, left top, right top, from(#243949), to(#51a49f));
	background: linear-gradient(90deg, #243949 0%, #51a49f 100%);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	max-width: 481px;
	max-width: 30.0625rem;
	padding: 21px 0;
	padding: 1.3125rem 0;
	text-align: center;
	width: 100%;
}

.c-tag {
	background: rgba(62, 92, 83, 0.35);
	border: 1px solid #3e5c53;
	color: #171717;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	width: 100%;
}

.c-test {
	color: red;
	font-size: 50px;
	font-size: 3.125rem;
}

.c-text {
	color: #171717;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-text--white {
	color: #fff;
}

.c-title {
	color: #3e5c53;
	font-family: "Lora", serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 400;
	line-height: 1;
}

.c-title span {
	display: block;
}

.c-title--white,
.c-title--white span {
	color: white !important;
	text-transform: none !important;
}

.c-xlImg {
	position: relative;
	width: 100%;
}

.c-xlImg::before {
	content: "";
	display: block;
	padding-top: 52.2748375116%;
}

.c-xlImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-xlText {
	color: #3e5c53;
	font-family: "Lora", serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
}

.c-xsImg {
	position: relative;
	width: 100%;
}

.c-xsImg::before {
	content: "";
	display: block;
	padding-top: 68.7562279192%;
}

.c-xsImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-about-jey {
	margin-top: 830px;
	margin-top: 51.875rem;
}

.l-access {
	margin-top: 153px;
	margin-top: 9.5625rem;
}

.l-caseStudy {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-declaration {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-entry {
	margin-top: 80px;
	margin-top: 5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1130px;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-lastMessage {
	margin-top: 233px;
	margin-top: 14.5625rem;
}

.l-logoThought {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-meaning {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-mission {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-privacy {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-repairCosts {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-support {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-textBox {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.l-trouble {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.p-about-jey__title {
	padding-bottom: 79px;
	padding-bottom: 4.9375rem;
	padding-left: 180px;
	padding-left: 11.25rem;
	padding-right: 180px;
	padding-right: 11.25rem;
	padding-top: 79px;
	padding-top: 4.9375rem;
	text-align: left;
	text-transform: capitalize;
}

.p-about-jey__title span {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-about-jey__initials {
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 530px;
	max-width: 33.125rem;
	width: 100%;
}

.p-about-jey__initial {
	-moz-column-gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 3.125rem;
	column-gap: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-about-jey__initial + .p-about-jey__initial {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-about-jey__initialImg {
	position: relative;
	width: 26.4%;
}

.p-about-jey__initialImg:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-about-jey__initialImg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-about {
	height: 100vh;
	min-height: 49.4444444444vw;
	width: 100%;
}

.p-about__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-about__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3e5c53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 102px 48px 184px;
	padding: 3rem 6.375rem 3rem 11.5rem;
	white-space: nowrap;
	width: 100%;
}

.p-about__btn {
	padding-left: 50%;
}

.p-about__img {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 74.79%;
	z-index: 1;
}

.p-about__bg {
	position: relative;
	width: 100%;
}

.p-about__bg::after {
	background: rgba(62, 92, 83, 0.35);
	content: "";
	height: 87.6731301939vw;
	left: 0;
	max-height: 633px;
	max-height: 39.5625rem;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 0;
}

.p-access__address {
	line-height: 2;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-access__address span {
	display: block;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-access__map {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-achievement + .p-achievement {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.p-achievement__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-achievement__image {
	position: relative;
	width: 100%;
}

.p-achievement__image:before {
	background-color: #3e5c53;
	content: "";
	display: block;
	padding-top: 44.5%;
}

.p-achievement__image img {
	-o-object-fit: contain;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-alternate {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.p-alternate + .p-alternate {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-alternate__inner {
	height: 100%;
}

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

.p-alternate__box {
	height: auto;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
}

.p-alternate__box::before {
	background-color: rgba(255, 255, 255, 0.9);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.p-alternate__wrap .c-mdImg {
	max-width: 70.833%;
}

.p-alternate__wrap--reverce .c-mdImg {
	margin-left: auto;
}

.p-alternate__lead {
	margin-left: auto;
	padding-left: 5%;
	padding-right: 12.5%;
	padding-top: 45px;
	padding-top: 2.8125rem;
	position: relative;
	width: 50%;
	z-index: 1;
}

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

.p-alternate__info {
	line-height: 1.4;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-alternate__wrap .p-border {
	text-align: right;
}

.p-alternate__wrap--reverce .p-border {
	padding-left: 5%;
	text-align: left;
}

.p-alternate__wrap--reverce .p-alternate__lead {
	margin-left: 0;
	margin-right: auto;
	padding-left: 12.5%;
	padding-right: 5%;
}

.p-alternate__btn {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-alternate__wrap--reverce .p-alternate__box::before {
	left: 0;
}

.p-border span {
	display: inline-block;
	margin-left: auto;
	text-align: left;
}

.p-border span {
	margin-right: -14%;
	margin-top: -30px;
	margin-top: -1.875rem;
}

.p-alternate--sub .p-alternate__box {
	padding-bottom: 104px;
	padding-bottom: 6.5rem;
	top: 60%;
}

.p-alternate--sub .p-alternate__box::before,
.p-alternate--sub .p-alternate__lead {
	width: 68%;
}

.p-alternate--sub .p-alternate__lead {
	padding-left: 5%;
	padding-right: 12.5%;
	padding-top: 104px;
	padding-top: 6.5rem;
}

.p-alternate--sub .p-alternate__info {
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-alternate--lg .p-alternate__box {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	top: 68%;
}

.p-alternate--lg .p-alternate__box::before,
.p-alternate--lg .p-alternate__lead {
	width: 90%;
}

.p-alternate--lg .p-alternate__lead {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-alternate--lg .p-alternate__info {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-bg-en {
	position: relative;
}

.p-bg-en::before {
	-webkit-text-stroke: 1px #3e5c53;
	word-wrap: break-word;
	color: transparent;
	content: attr(data-en);
	font-family: "Lora", serif;
	font-size: 100px;
	font-size: 6.25rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.09em;
	line-height: 1;
	position: absolute;
	top: -60px;
	top: -3.75rem;
	white-space: wrap;
	width: 100%;
	z-index: 1;
}

.p-blog {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-blog__card {
	-ms-grid-columns: (1fr) [2];
	grid-row-gap: 2.5rem;
	grid-column-gap: 2.5%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.p-blog__items {
	max-width: 1080px;
}

.p-border {
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
	padding-left: 12.5%;
	padding-right: 22.5%;
	padding-top: 43px;
	padding-top: 2.6875rem;
	position: relative;
	width: 100%;
}

.p-border::before {
	background-color: #3e5c53;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 87.5%;
}

.p-boxArea {
	background-color: #fff;
	padding: 60px;
	padding: 3.75rem;
	text-align: center;
}

.p-boxArea + .p-boxArea {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-boxArea__link {
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-boxArea__link--mt0 {
	margin-top: 0 !important;
}

.p-boxArea__text {
	line-height: 1.4;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-boxArea__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-boxArea__text--mt {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-card__items {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-card__inner {
	background-color: #3e5c53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 48px 75px 66px 64px;
	padding: 3rem 4.6875rem 4.125rem 4rem;
	width: 100%;
}

.p-card__btn {
	margin-top: auto;
	padding-left: 57%;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-card__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-card__item + .p-card__item {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-card__img {
	margin-right: 30px;
	margin-right: 1.875rem;
	max-width: 36%;
}

.p-card__lead {
	width: calc(64% - 1.875rem);
}

.p-card__text {
	line-height: 1.3;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-card__category {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-card2 {
	width: 100%;
}

.p-card2__item {
	display: block;
}

.p-card2__img {
	position: relative;
}

.p-card2__img::before {
	content: "";
	display: block;
	padding-top: 70%;
}

.p-card2__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-card2__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-card2__category {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.p-card2__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-caseStudy__wrap {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-caseStudy__items {
	gap: 8%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-caseStudy__items + .p-caseStudy__items {
	margin-top: 112px;
	margin-top: 7rem;
}

.p-caseStudy__item {
	background-color: rgba(62, 92, 83, 0.35);
	border-radius: 50%;
	display: -ms-grid;
	display: grid;
	height: 260px;
	height: 16.25rem;
	line-height: 1.5;
	min-height: 250px;
	min-height: 15.625rem;
	min-width: 250px;
	min-width: 15.625rem;
	padding: 50px;
	padding: 3.125rem;
	place-items: center;
	text-align: center;
	width: 260px;
	width: 16.25rem;
}

.p-caseStudy__img {
	margin-top: 3rem;
}
.p-caseStudy__text {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-caseStudy__table {
	margin-top: 83px;
	margin-top: 5.1875rem;
}

.p-ceoMessage__subTitle {
	line-height: 1.3;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-ceoMessage__wrap {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 47px;
	padding-bottom: 2.9375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-ceoMessage__text {
	line-height: 2.3;
}

.p-ceoMessage__text img {
	width: 40%;
	max-width: 540px;
	float: left;
	margin-right: 20px;
}

.p-boxArea-outText {
	line-height: 2;
	margin-top: 40px;
}

.p-boxArea__text--left {
	text-align: left;
	width: fit-content;
	margin: 20px auto 0;
}
@media (max-width: 767px) {
	.p-ceoMessage__text img {
		width: 100%;
		max-width: unset;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.p-boxArea-outText {
		margin-top: 20px;
	}
}

.p-ceoMessage__sign {
	margin-left: auto;
	margin-top: 86px;
	margin-top: 5.375rem;
	position: relative;
	width: 48%;
}

.p-ceoMessage__sign:before {
	content: "";
	display: block;
	padding-top: 25.8%;
}

.p-ceoMessage__sign img {
	-o-object-fit: contain;
	-o-object-position: center;
	left: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contact {
	background: url(../images/top/top-contactus.jpg) no-repeat center center/cover;
	height: 100vh;
	min-height: 38.0555555556vw;
	width: 100%;
}

.p-contact--subpage {
	height: 30vh;
	min-height: 650px;
	min-height: 40.625rem;
}

.p-contact__inner {
	height: 100%;
}

.p-contact__wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.p-contact__box {
	background-color: rgba(255, 255, 255, 0.9);
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	padding-bottom: 99px;
	padding-bottom: 6.1875rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
	padding-top: 18px;
	padding-top: 1.125rem;
	width: 100%;
}

.p-contact__sub-title {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-contact__text {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-contact__address:first-of-type {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact__address:not(:first-of-type) {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-contact__tel {
	display: block;
}

.p-contact__tel:hover {
	opacity: inherit;
}

.p-contact__bottomBox {
	background-color: rgba(116, 82, 41, 0.88);
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4%;
	max-width: 84%;
	padding-bottom: 33px;
	padding-bottom: 2.0625rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
	padding-top: 38px;
	padding-top: 2.375rem;
	width: 100%;
	z-index: 1;
}

.p-contact__holiday {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-contents {
	overflow: hidden;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-declaration__items {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-declaration__item {
	line-height: 1.5;
	padding-left: 48px;
	padding-left: 3rem;
	position: relative;
}

.p-declaration__item:before {
	background-color: #3e5c53;
	border-radius: 50%;
	content: "";
	height: 27px;
	height: 1.6875rem;
	left: 0;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 27px;
	width: 1.6875rem;
}

.p-declaration__item + .p-declaration__item {
	margin-top: 83px;
	margin-top: 5.1875rem;
}

.p-entry-content {
	overflow: hidden;
}

.p-entry-content > :first-child() {
	margin-top: 0;
}

.p-entry-content > :last-child() {
	margin-bottom: 0;
}

.p-entry-content h2 + p,
.p-entry-content h3 + p,
.p-entry-content h4 + p,
.p-entry-content h5 + p,
.p-entry-content h6 + p {
	margin-top: 16px;
}

.p-entry-content h2 {
	border-left: 8px solid #3e5c53;
	color: #3e5c53;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin-top: 58px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-top: 11px;
}

.p-entry-content h3 {
	border-bottom: 1px solid #3e5c53;
	color: #3e5c53;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 36px;
	padding-bottom: 2px;
}

.p-entry-content h4 {
	color: #3e5c53;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 50px;
}

.p-entry-content h4 + p {
	margin-top: 8px;
}

.p-entry-content h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.p-entry-content h6 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.p-entry-content p {
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 24px;
}

.p-entry-content ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 10px;
}

.p-entry-content ul ul,
.p-entry-content ul ol {
	margin-bottom: 0;
}

.p-entry-content ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 20px;
}

.p-entry-content ol ul,
.p-entry-content ol ol {
	margin-bottom: 0;
}

.p-entry-content li {
	line-height: 1.6;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.p-entry-content blockquote {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
}

.p-entry-content blockquote > :first-child {
	margin-top: 0;
}

.p-entry-content blockquote > :last-child {
	margin-bottom: 0;
}

.p-entry-content q {
	background: #eee;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: middle;
}

.p-entry-content strong,
.p-entry-content em,
.p-entry-content b {
	font-style: normal;
	font-weight: 700;
}

.p-entry-content a {
	color: #3e5c53;
	text-decoration: underline;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.p-entry-content a:hover {
	opacity: 0.8;
}

.p-entry-content img {
	vertical-align: middle;
	width: auto;
}

.p-entry-content dl {
	margin-top: 1em;
}

.p-entry-content dt {
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 0.8em;
}

.p-entry-content var,
.p-entry-content code,
.p-entry-content kbd {
	background: #fee;
	color: #171717;
	display: inline-block;
	font-style: normal;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: baseline;
}

.p-entry-content pre {
	margin-top: 1.2em;
	overflow: auto;
	padding: 1em;
	white-space: pre;
}

.p-entry-content pre code {
	background: #2d2d2d;
	color: #fff;
	margin: -1em;
	padding: 12px;
	position: relative;
}

.p-entry-content iframe,
.p-entry-content video,
.p-entry-content object {
	max-width: 100%;
}

.p-entry-content__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
}

.p-entry-content__published {
	color: #3e5c53;
	font-size: 16px;
	line-height: 1;
	padding-left: 20px;
	position: relative;
}

.p-entry-content__published::before {
	background: url(./../img/common/icon-time.svg) no-repeat;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
}

.p-entry-content__category {
	background: #3e5c53;
	border-radius: 12px;
	color: #fff;
	font-size: 11px;
	font-size: 11px !important;
	line-height: 1 !important;
	margin: 0 0 0 32px !important;
	padding: 7px 12px;
}

.p-entry-content__body {
	margin-top: 54px;
}

.p-entry-content__title h1 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4285714286;
}

.p-entry-content__link {
	margin-top: 100px;
}

.p-entry__button {
	margin-top: 23px;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-entry__text {
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-entry__text a {
	color: blue;
}

.p-entry__step {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-entry__item + .p-entry__item {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-entry__login {
	margin-top: 122px;
	margin-top: 7.625rem;
	text-align: center;
	text-align: center;
}

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

.p-estateagent {
	height: 100vh;
	min-height: 53.8194444444vw;
	width: 100%;
}

.p-faq {
	background-color: #fff;
	border: 1px solid #3e5c53;
	padding-right: 70px;
	padding-right: 4.375rem;
}

.p-faq__q,
.p-faq__a {
	padding: 16px 0 16px 108px;
	padding: 1rem 0 1rem 6.75rem;
	position: relative;
}

.p-faq__q:hover,
.p-faq__a:hover {
	cursor: pointer;
}

.p-faq__tag {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3e5c53;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Lora", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
	width: 3.75rem;
}

.p-faq__text,
.p-faq__text {
	position: relative;
}

.p-faq__btn {
	height: 26px;
	height: 1.625rem;
	position: absolute;
	right: -35px;
	right: -2.1875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	width: 1.625rem;
}

.p-faq__btn.is-active span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__btn.is-active span:last-child {
	display: none;
}

.p-faq__btn div {
	height: inherit;
	position: relative;
	width: inherit;
}

.p-faq__btn span {
	background: #3e5c53;
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-faq__btn span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__a {
	display: none;
}

.p-follow {
	position: fixed;
	right: 30px;
	right: 1.875rem;
	top: 30px;
	top: 1.875rem;
	z-index: 999;
}

.p-follow__btn a {
	background: -webkit-gradient(linear, left top, right top, from(#755229), to(#b37c3b));
	background: linear-gradient(90deg, #755229 0%, #b37c3b 100%);
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	padding: 20px;
	padding: 1.25rem;
	text-align: center;
	width: 100%;
}

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

.p-follow__btn + .p-follow__btn {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-footer {
	background-color: #3e5c53;
	margin-left: auto;
	position: relative;
	width: calc(100% - 18rem);
}

.p-footer__inner {
	padding-bottom: 11px;
	padding-bottom: 0.6875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	text-align: center;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 233px;
	max-width: 14.5625rem;
	position: relative;
	width: 25%;
}

.p-footer__logo::before {
	content: "";
	display: block;
	padding-top: 60%;
}

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

.p-footer__info {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-footer__address {
	display: inline-block;
	text-align: left;
}

.p-footer__sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-footer__text + .p-footer__text {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-footer__copy {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-footer__sitemap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form__row {
	border: 1px solid #3e5c53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	height: 3.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form__row--message {
	height: 280px;
	height: 17.5rem;
}

.p-form__row--message .p-form__label {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 18px;
	padding-top: 1.125rem;
}

.p-form__label {
	-ms-grid-column-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(62, 92, 83, 0.35);
	border-right: 1px solid #3e5c53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-self: center;
	text-align: center;
	width: 27.7777%;
}

.p-form__label label {
	line-height: 1;
	text-align: center;
	width: 100%;
}

.p-form__input {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 72.2223%;
}

.p-form__input input {
	width: 100%;
}

.p-form__input textarea {
	padding: 10px;
	padding: 0.625rem;
	resize: none;
	width: 100%;
}

.p-form__radio {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 72.2223%;
}

.p-form__radio label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	margin-left: 50px;
	margin-left: 3.125rem;
}

.p-form__radio span {
	position: relative;
}

.p-form__btn {
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-form__btn input {
	background-color: #3e5c53;
	border-radius: 50px;
	color: #fff;
	line-height: 1;
	max-width: 200px;
	max-width: 12.5rem;
	padding: 18px 0;
	padding: 1.125rem 0;
	width: 100%;
}

.p-form__input span {
	width: 100%;
}

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
textarea {
	background: #fff;
	background-image: none;
	border: 1px solid #3e5c53;
	border: none;
	font-family: inherit;
	font-size: 1em;
	height: 100%;
	padding: 13px 16px;
	width: 100%;
}

[type="radio"] {
	display: none;
}

.p-form__radio input[type="radio"] + span::before {
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: -32px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.p-form__radio input[type="radio"] + span::after {
	background: #707070;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: none;
	height: 14px;
	left: -29px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
}

.p-form__radio input[type="radio"]:checked + span::after {
	display: block;
}

.wpcf7-spinner {
	display: none;
}

.p-hamburger {
	display: none;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-hamburger.is-active span:first-child {
	top: 15px;
	top: 0.9375rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-hamburger.is-active span:nth-child(2) {
	display: none;
}

.p-hamburger.is-active span:last-child {
	top: 15px;
	top: 0.9375rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-hamburger span {
	background-color: #fff;
	border-radius: 22px;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 80%;
}

.p-hamburger span:first-child {
	top: 7px;
	top: 0.4375rem;
}

.p-hamburger span:nth-child(2) {
	top: 15px;
	top: 0.9375rem;
}

.p-hamburger span:last-child {
	top: 23px;
	top: 1.4375rem;
}

.p-header {
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none;
	background-color: #3e5c53;
	height: 100vh;
	overflow: scroll;
	position: fixed;
	width: 288px;
	width: 18rem;
	z-index: 997; /* Firefox 対応 */
}

.p-header::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

.p-header__inner {
	padding-top: 33px;
	padding-top: 2.0625rem;
}

.p-header__logo {
	margin: 0 auto;
	width: 202px;
	width: 12.625rem;
	z-index: 2000;
}

.p-header__logo img {
	height: 100%;
	width: auto;
}

.p-header__nav {
	margin-top: 60px;
	margin-top: 3.75rem;
	width: 100%;
}

.p-header__hamburger {
	height: 30px;
	height: 1.875rem;
	margin-left: auto;
	width: 30px;
	width: 1.875rem;
	z-index: 2000;
}

.p-inquiry__inner.l-inner {
	width: 70%;
}

.p-inquiry__text {
	line-height: 1.8;
	text-align: center;
}

.p-inquiry__text a {
	text-decoration: underline;
}

.p-inquiry__form {
	margin-top: 80px;
	margin-top: 5rem;
	width: 100%;
}

.p-lastMessage {
	background-color: rgba(255, 255, 255, 0.9);
	padding-bottom: 81px;
	padding-bottom: 5.0625rem;
	padding-top: 69px;
	padding-top: 4.3125rem;
}

.p-lastMessage__text {
	line-height: 1.5;
	margin-top: 66px;
	margin-top: 4.125rem;
}

.p-loading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3e5c53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 9998;
}

.p-loading__img {
	height: 481px;
	height: 30.0625rem;
	left: 50%;
	margin: auto;
	opacity: 1;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 311px;
	width: 19.4375rem;
	z-index: 21;
}

.p-loading__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-logoThought__wrap {
	margin-top: 72px;
	margin-top: 4.5rem;
	padding-bottom: 66px;
	padding-bottom: 4.125rem;
	position: relative;
}

.p-logoThought__wrap::before {
	background-color: rgba(62, 92, 83, 0.35);
	bottom: 0;
	content: "";
	height: 58%;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-logoThought__container {
	-moz-column-gap: 1.3125rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-logoThought__logo {
	max-width: 518px;
	max-width: 32.375rem;
	position: relative;
	width: 47.9%;
}

.p-logoThought__logo:before {
	content: "";
	display: block;
	padding-top: 61.3%;
}

.p-logoThought__logo img {
	-o-object-fit: contain;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-logoThought__text {
	line-height: 1.8;
	width: 50%;
}

.p-management {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 50.6944444444vw;
	width: 100%;
}

.p-management__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	height: initial;
	width: 100%;
}

.p-management__inner.l-inner {
	padding-left: 0;
	padding-right: 0;
}

.p-management__content {
	padding-left: calc(39% - 22.3626vw);
	padding-right: calc(11% - 6.3074vw);
	width: 50%;
}

.p-management__subText {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-management__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-management__button {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-management__img {
	width: 50%;
}

.p-meaning__wrap {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-meaning__text {
	line-height: 1.5;
}

.p-meaning__items {
	margin-top: 122px;
	margin-top: 7.625rem;
}

.p-meaning__item {
	display: block;
	line-height: 1.8;
	padding-left: 35px;
	padding-left: 2.1875rem;
	position: relative;
}

.p-meaning__item + .p-meaning__item {
	margin-top: 82px;
	margin-top: 5.125rem;
}

.p-meaning__item:before {
	color: #3e5c53;
	content: attr(data-listTitle);
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -40px;
	top: -2.5rem;
}

.p-mission__items {
	margin-top: 100px;
	margin-top: 6.25rem;
	width: 100%;
}

.p-mission__item {
	-moz-column-gap: 2.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-mission__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-mission__item + .p-mission__item {
	margin-top: 105px;
	margin-top: 6.5625rem;
}

.p-mission__image {
	min-width: 257px;
	min-width: 16.0625rem;
	position: relative;
	width: 23.7%;
}

.p-mission__image:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-mission__image img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mission__title span {
	display: block;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-mixTitle-lg__ja {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-mixTitle-sm__ja {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-mixTitle--white,
.p-mixTitle--white span {
	color: #fff;
}

.p-mixTitle__ja {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-modal {
	left: 50%;
	opacity: 0;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 99999;
}

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

.p-modal__back {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100vh;
	padding: 40px;
	padding: 2.5rem;
	width: 100%;
}

.p-modal__inner {
	background-color: #fff;
	height: 100%;
	margin: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	overflow-y: scroll;
	padding: 80px 40px 40px;
	padding: 5rem 2.5rem 2.5rem;
	position: relative;
	width: 95%;
}

.p-modal__close {
	cursor: pointer;
	position: absolute;
	right: 40px;
	right: 2.5rem;
	top: 20px;
	top: 1.25rem;
}

.p-modal__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.p-modal__img {
	float: left;
	max-width: 400px;
	max-width: 25rem;
	padding: 0 20px 0px 0;
	padding: 0 1.25rem 0rem 0;
	width: 100%;
}

.p-modal__signature {
	margin-left: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-mv {
	background: url(../images/top/top-main.jpg) no-repeat center center/cover;
	height: 100vh;
	min-height: 20.8333333333vw;
	position: relative;
	top: 0;
	width: 100%;
}

.p-mv__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-grid;
	display: grid;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-mv__main {
	color: #fff;
}

.p-mv__logo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
}

.p-mv__logo::before {
	content: "";
	display: block;
	padding-top: 4%;
}

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

.p-mv__title {
	font-family: "Lora", serif;
	font-size: 70px;
	font-size: 4.375rem;
	font-weight: 400;
}

.p-mv__text {
	color: #fff;
	text-align: center;
	font-family: "Lora", serif;
}

.p-mv__news {
	bottom: 0;
	display: inline-block;
	margin-left: auto;
	position: absolute;
	right: 0;
}

.p-mypage__img {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-mypage__subtitle {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-mypage__text {
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-nav {
	width: 100%;
}

.p-nav__menu {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.p-nav__link {
	text-transform: uppercase;
}

.p-nav__text--normal {
	text-transform: none !important;
}

.p-nav__link.current {
	background-color: #fff;
}

.p-nav__link.current a {
	color: #3e5c53;
}

.p-nav__link + .p-nav__link {
	border-top: 1px solid #fff;
}

.p-nav__link a {
	display: inline-block;
	padding: 22px 0;
	padding: 1.375rem 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-nav__link--accent {
	background-color: #745229;
}

.p-nav__sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-nav__hover {
	display: inline-block;
	height: 60px;
	height: 3.75rem;
	line-height: 60px;
	line-height: 3.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-nav__text {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%; /* アニメーション実行時間 */
}

.p-nav__text:nth-child(1) {
	bottom: 0;
}

.p-nav__text:nth-child(2) {
	bottom: -100%;
}

.p-new {
	margin-top: 82px;
	margin-top: 5.125rem;
}

.p-new__card {
	-ms-grid-columns: (1fr) [2];
	grid-row-gap: 2.5rem;
	grid-column-gap: 2.5%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 76px;
	margin-top: 4.75rem;
	width: 100%;
}

.p-new__items {
	max-width: 1080px;
}

.p-news {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-news__area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 1080px;
}

.p-news__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	padding: 15px 15px 15px 0;
	padding: 0.9375rem 0.9375rem 0.9375rem 0;
}

.p-news__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-news__category {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-news__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1rem;
	margin-left: 30px;
	margin-left: 1.875rem;
}

.p-owner {
	height: 100vh;
	min-height: 53.8194444444vw;
	width: 100%;
}

.p-pageWrap {
	position: fixed;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-pageWrap li {
	margin-bottom: 20px;
}

.p-pageWrap a {
	border: 1px solid #000;
	border-radius: 50%;
	display: block;
	height: 10px;
	width: 10px;
}

.p-pageWrap a.active {
	background: #000;
}

.p-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-pagination__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 300px;
	min-width: 18.75rem;
	width: 26%;
}

.p-pagination__link a {
	color: #3e5c53;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
}

.p-pagination__link:not(:last-of-type) {
	margin-right: 20px;
	margin-right: 1.25rem;
}

.p-phirosophy {
	height: 100vh;
	min-height: 45.2777777778vw;
	width: 100%;
}

.p-phirosophy__inner {
	height: 100%;
}

.p-phirosophy__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-phirosophy__img {
	margin-left: auto;
	max-width: 80.416%;
	position: relative;
}

.p-phirosophy__img::after {
	background-color: rgba(0, 0, 0, 0.23);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-phirosophy__lead {
	position: absolute;
	width: calc(100% - 18rem);
}

.p-phirosophy__title {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 9.3%;
	position: relative;
	width: 100%;
}

.p-phirosophy__title::before {
	background-color: #3e5c53;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 80%;
}

.p-phirosophy__title::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 19.6%;
	min-width: 260px;
	min-width: 16.25rem;
	position: absolute;
	width: 63.7%;
}

.p-phirosophy__title span {
	color: #fff;
	display: inline-block;
}

.p-phirosophy__sub {
	line-height: 1.3;
	padding-left: 48px;
	padding-left: 3rem;
}

.p-phirosophy__text {
	color: #fff;
	line-height: 1.3;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 35%;
}

.p-phirosophy__btn {
	padding-left: 35%;
}

.p-post {
	height: 100vh;
	min-height: 49.7222222222vw;
	width: 100%;
}

.p-post__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
}

.p-post__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-post__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

.p-post__card + .p-post__card {
	margin-left: 21px;
	margin-left: 1.3125rem;
}

.p-privacy__top {
	line-height: 2;
}

.p-privacy__subtitle {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-privacy__text {
	line-height: 2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-promise__content {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-promise__content + .p-promise__content {
	margin-top: 155px;
	margin-top: 9.6875rem;
}

.p-realestate__sub {
	line-height: 1.2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-realestate__text {
	line-height: 1.8;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-realestate-contact {
	margin-top: 193px;
	margin-top: 12.0625rem;
}

.p-realestate-contact__box {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-realestate__item {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.p-repairCosts__image {
	margin-top: 88px;
	margin-top: 5.5rem;
	position: relative;
	width: 100%;
}

.p-repairCosts__image:before {
	content: "";
	display: block;
	padding-top: 44%;
}

.p-repairCosts__image img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-repairCosts__copy {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-repairCosts__message {
	line-height: 1.5;
	margin-top: 80px;
	margin-top: 5rem;
}

.p-repairCosts__text {
	line-height: 1.8;
}

.p-resident {
	height: 100vh;
	min-height: 53.8194444444vw;
	width: 100%;
}

.p-scroll-top {
	cursor: pointer;
	display: block;
	height: 75px;
	height: 4.6875rem;
	position: absolute;
	right: 10%;
	top: 5.1388888889vw;
	-webkit-transition: top 0.3s ease-out;
	transition: top 0.3s ease-out;
	width: 10%;
}

.p-scroll-top img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-singlePost__inner.l-inner {
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-singlePost__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-singlePost__category {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-singlePost__thunmnail {
	position: relative;
	width: 100%;
}

.p-singlePost__thunmnail:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.p-singlePost__thunmnail img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-singlePost h2 {
	color: #3e5c53;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: left;
}

.p-singlePost h2:not(:first-of-type) {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-singlePost h2::before {
	background-color: #3e5c53;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-sitemap__inner.l-inner {
	width: 70%;
}

.wsp-pages-title,
.wsp-posts-title,
.wsp-blogs-title,
.wsp-workss-title {
	color: #3e5c53;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;
	margin-right: calc(50% - 41.65vw);
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: left;
}

.wsp-pages-title::before,
.wsp-posts-title::before,
.wsp-blogs-title::before,
.wsp-workss-title::before {
	background-color: #3e5c53;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wsp-pages-title:not(:first-of-type),
.wsp-posts-title:not(:first-of-type),
.wsp-blogs-title:not(:first-of-type),
.wsp-workss-title:not(:first-of-type) {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-sitemap ul {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-sitemap ul li {
	color: #171717;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-sitemap ul li + li {
	margin-top: 16px;
	margin-top: 1rem;
}

.wsp-category-title {
	display: none;
}

.p-sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-sns__icon a {
	display: inline-block;
	height: 30px;
	height: 1.875rem;
	width: 30px;
	width: 1.875rem;
}

.p-sns__icon a img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-sns__icon + .p-sns__icon {
	margin-left: 27px;
	margin-left: 1.6875rem;
}

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

.p-step__text {
	margin-left: 28px;
	margin-left: 1.75rem;
	width: calc(100% - 20.5rem);
}

.p-subBorder {
	margin-right: calc(50% - 41.65vw);
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: left;
}

.p-subBorder::before {
	background-color: #3e5c53;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-subMv {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../images/common/gray_box.png) center center/cover no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 360px;
	height: 22.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 100%;
}

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

.p-subMv__title {
	background: #3e5c53;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 5px 25px;
	position: relative;
	z-index: 1;
}

.p-subMv--none {
	background: none;
	color: #3e5c53;
	text-shadow: none;
}

.p-subMv--lg {
	height: 90vh;
	min-height: 783px;
	min-height: 48.9375rem;
	overflow: hidden;
	position: relative;
}

.p-subMv--lg::before {
	background-color: rgba(255, 255, 255, 0.16);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-subMv--philosophy {
	background: url(../images/philosophy/philosophy-main.jpg) center center/cover no-repeat;
}

.p-subMv--resident {
	background: url(../images/top/top-toresident.jpg) center center/cover no-repeat;
}

.p-subMv--owner {
	background: url(../images/top/top-toowner.jpg) center center/cover no-repeat;
}

.p-subMv--agent {
	background: url(../images/top/top-realestateagent.jpg) center center/cover no-repeat;
}

.p-subMv--management {
	background: url(../images/top/top-property.jpg) center center/cover no-repeat;
}

.p-subMv--archive {
	background: url(../images/top/top-contactus.jpg) center center/cover no-repeat;
}

.p-subMv--archive {
	background: url(../images/top/top-contactus.jpg) center center/cover no-repeat;
}

.p-subMv--about {
	background: url(../images/top/top-aboutus.jpg) right center/cover no-repeat;
}

.p-subMv--contact {
	background: url(../images/top/top-contactus.jpg) center center/cover no-repeat;
}

.p-subMv--privacy {
	background: url(../images/top/top-contactus.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
	
	.p-caseStudy__img {
		margin-top: 2rem;
	}
	
/* 	.p-subMv--philosophy {
		background: url(../images/philosophy/philosophy-main-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--resident {
		background: url(../images/top/top-toresident-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--owner {
		background: url(../images/top/top-toowner-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--agent {
		background: url(../images/top/top-realestateagent-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--management {
		background: url(../images/top/top-property-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--archive {
		background: url(../images/top/top-contactus-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--archive {
		background: url(../images/top/top-contactus-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--about {
		background: url(../images/top/top-aboutus-sp.jpg) right center/cover no-repeat;
	}

	.p-subMv--contact {
		background: url(../images/top/top-contactus-sp.jpg) center center/cover no-repeat;
	}

	.p-subMv--privacy {
		background: url(../images/top/top-contactus-sp.jpg) center center/cover no-repeat;
	} */
}

.p-support__inner.l-inner {
	max-width: 100vw;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.p-support__title {
	height: inherit;
	margin: 0 auto;
	max-width: 1130px;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-support__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-table-bottom {
	background-color: #fff;
	border: 1px solid #3e5c53;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	text-align: center;
}

.p-table-bottom__text {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-table-bottom__info {
	background-color: yellow;
	display: inline-block;
	font-size: 28px;
	font-size: 1.75rem;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-table-bottom__info a {
	color: blue;
	text-decoration: underline;
}

.p-table {
	border: 1px solid #3e5c53;
	border-collapse: collapse;
	width: 100%;
}

.p-table th {
	background-color: rgba(62, 92, 83, 0.35);
	border: 1px solid #3e5c53;
	min-width: 130px;
	min-width: 8.125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	text-align: center;
	width: 27.7%;
}

.p-table td {
	background-color: #fff;
	border: 1px solid #3e5c53;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-left: 54px;
	padding-left: 3.375rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	text-align: left;
}

.p-table span {
	display: block;
}

.p-table--light {
	border: 0;
}

.p-table--light td {
	background-color: inherit;
	border: 0;
	padding-left: 27px;
	padding-left: 1.6875rem;
}

.p-table a {
	color: blue;
}

.p-table__message {
	cursor: pointer;
	display: inline-block;
	text-decoration: underline;
}

strong {
	font-weight: normal;
}

.p-textBox__button {
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-textBox__text {
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-trouble__unit {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-trouble__items {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-trouble__item + .p-trouble__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trouble__text {
	margin-top: 200px;
	margin-top: 12.5rem;
	text-align: center;
}

.p-trouble__button {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-vertical {
	background: -webkit-gradient(linear, left top, right top, from(#243949), to(#51a49f));
	background: linear-gradient(90deg, #243949 0%, #51a49f 100%);
	height: auto;
	margin-left: auto;
	padding: 5px 5px 5px 18px;
	padding: 0.3125rem 0.3125rem 0.3125rem 1.125rem;
	position: relative;
	width: 40.27%;
}

.p-vertical a {
	display: block;
}

.p-vertical {
	height: auto;
}

.p-vertical.slick-slide {
	height: auto;
	width: 100%;
}

.p-vertical .slick-prev {
	left: calc(100% - 2.125rem);
	top: 30%;
	z-index: 10;
}

.p-vertical .slick-next:before {
	content: "▼";
}

.p-vertical .slick-prev:before {
	content: "▲";
}

.p-vertical .slick-prev:before,
.p-vertical .slick-next:before {
	font-size: 14px;
	font-size: 0.875rem;
	opacity: 1;
}

.p-vertical .slick-next {
	right: 20px;
	right: 1.25rem;
	top: 70%;
}

.p-vertical__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	height: 3.75rem;
}

.p-vertical .slick-prev,
.p-vertical .slick-next {
	height: 14px;
	height: 0.875rem;
	width: 14px;
	width: 0.875rem;
}

.p-vertical__date {
	margin-right: 13px;
	margin-right: 0.8125rem;
}

.p-vertical__category {
	margin-right: 50px;
	margin-right: 3.125rem;
	white-space: nowrap;
}

.p-work {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 52.7777777778vw;
	width: 100%;
}

.p-work__inner {
	height: auto;
	height: initial;
	padding-left: 183px;
	padding-left: 11.4375rem;
	width: 100%;
}

.p-work__inner.l-inner {
	padding-right: 0;
}

.p-work__main {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(32%, transparent),
		color-stop(32%, rgba(62, 92, 83, 0.35)),
		to(rgba(62, 92, 83, 0.35))
	);
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 32%,
		rgba(62, 92, 83, 0.35) 32%,
		rgba(62, 92, 83, 0.35) 100%
	);
	overflow-x: hidden;
	padding-bottom: 173px;
	padding-bottom: 10.8125rem;
	padding-top: 95px;
	padding-top: 5.9375rem;
}

.p-work__slider {
	margin-left: auto;
	max-width: 1080px;
	max-width: 67.5rem;
}

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

.p-work__img img {
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-work__slider a:hover {
	opacity: 1;
}

.p-work__img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-work__slider.p-bg-en::before {
	left: -130px;
	left: -8.125rem;
}

.p-work__img {
	margin: 0 6px;
	margin: 0 0.375rem;
}

.slick-list {
	padding: 0 12% 0 0 !important;
}

.slide-arrow {
	bottom: -113px;
	bottom: -7.0625rem;
	cursor: pointer;
	height: 75px;
	height: 4.6875rem;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 75px;
	width: 4.6875rem;
}

.prev-arrow {
	background: url(../images/common/arrow-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 75px;
	height: 4.6875rem;
	right: 188px;
	right: 11.75rem;
	width: rme(75);
}

.next-arrow {
	background: url(../images/common/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 75px;
	height: 4.6875rem;
	right: 102px;
	right: 6.375rem;
	width: 75px;
	width: 4.6875rem;
}

.slick-dots {
	bottom: -73px;
	bottom: -4.5625rem;
	height: 6px;
	height: 0.375rem;
	text-align: left;
	width: 530px;
	width: 33.125rem;
}

.slick-dots li {
	height: 6px;
	height: 0.375rem;
	margin: 0;
	width: 10%;
}

.slick-dots li button {
	background-color: #fff;
	height: 6px;
	height: 0.375rem;
	padding: 0;
	width: 100%;
}

.slick-dots li button::before {
	content: "";
	height: 6px;
	height: 0.375rem;
	width: 100%;
}

.slick-dots .slick-active button {
	background-color: #3e5c53;
}

.p-work__btn {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

@media (any-hover: hover) {
	.c-arrowButton:hover {
		gap: 0 1.875rem;
	}

	.c-button:hover {
		background-color: #fff;
		color: #3e5c53;
	}

	.p-nav__hover:hover .p-nav__text:nth-child(1) {
		bottom: 100%;
	}

	.p-nav__hover:hover .p-nav__text:nth-child(2) {
		bottom: 0;
	}

	.p-scroll-top:hover {
		top: 4.5138888889vw;
	}

	.p-vertical .slick-prev:hover:before {
		opacity: 0.7;
	}

	.p-vertical .slick-next:hover:before {
		opacity: 0.7;
	}

	.prev-arrow:hover {
		-webkit-transform: translateX(-0.75rem);
		transform: translateX(-0.75rem);
	}

	.next-arrow:hover {
		-webkit-transform: translateX(0.75rem);
		transform: translateX(0.75rem);
	}
}

@media (min-width: 1724px) {
	html {
		font-size: 0.9280742459vw;
	}
}

@media (max-width: 1723px) {
	html {
		font-size: 0.9286128845vw;
	}
}

@media screen and (max-width: 767px) {
	.u-desktop {
		display: none;
	}

	.u-mobile {
		display: block;
	}

	main {
		margin-top: 3.75rem;
		width: 100%;
	}

	html {
		font-size: 16px;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}

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

	.c-arrowButton:after {
		height: 1.5625rem;
		width: 1.5625rem;
	}

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

	.breadcrumbs {
		font-size: 0.875rem;
		padding: 0 1.25rem;
	}

	.c-button {
		font-size: 1rem;
		min-width: 11.25rem;
		padding: 0.8125rem 2.5rem;
	}

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

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

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

	.c-lgTitle {
		font-size: 1.5625rem;
	}

	.c-map {
		padding-bottom: 56.25%;
	}

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

	.c-paginavi {
		padding-top: 3.75rem;
	}

	.c-pagenavi a:not(.extend):not(.nextpostslink):not(.previouspostslink) {
		font-size: 0.875rem;
	}

	.wp-pagenavi .current {
		font-size: 0.875rem;
	}

	.wp-pagenavi .extend {
		font-size: 0.875rem;
	}

	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		font-size: 0.875rem;
	}

	.c-scroll {
		height: 7.5rem;
	}

	.c-scroll::after {
		-webkit-animation: indicator-sp 1.5s ease-in-out infinite;
		animation: indicator-sp 1.5s ease-in-out infinite;
	}

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

	.c-smTitle {
		font-size: 1.375rem;
	}

	.c-subBanner {
		max-width: 31.25rem;
		width: 100%;
	}

	.c-tag {
		font-size: 0.875rem;
		padding: 0.625rem 0;
		width: 6.25rem;
	}

	.c-test {
		color: green;
		font-size: 1.25rem;
	}

	.c-text {
		font-size: 0.9375rem;
	}

	.c-title {
		font-size: 2.5rem;
	}

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

	.l-about-jey {
		margin-top: 3.75rem;
	}

	.l-access {
		margin-top: 3.75rem;
	}

	.l-caseStudy {
		margin-top: 6.25rem;
	}

	.l-declaration {
		margin-top: 3.75rem;
	}

	.l-entry {
		margin-top: 3.75rem;
	}

	.l-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-lastMessage {
		margin-top: 3.75rem;
	}

	.l-logoThought {
		margin-top: 3.75rem;
	}

	.l-management {
		padding-bottom: 3.125rem;
		padding-top: 3.125rem;
	}

	.l-meaning {
		margin-top: 3.75rem;
	}

	.l-mission {
		margin-top: 3.75rem;
	}

	.l-privacy {
		margin-top: 3.125rem;
	}

	.l-repairCosts {
		margin-top: 3.75rem;
	}

	.l-support {
		margin-top: 3.75rem;
	}

	.l-textBox {
		margin-top: 3.75rem;
	}

	.l-trouble {
		margin-top: 3.75rem;
	}

	.p-about-jey__title {
		font-size: 1.375rem;
		padding-bottom: 1.875rem;
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
		padding-top: 1.875rem;
	}

	.p-about-jey__title span {
		font-size: 1rem;
	}

	.p-about-jey__initials {
		-moz-column-gap: 0.625rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 0.625rem;
		column-gap: 0.625rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1.875rem;
		max-width: 28.125rem;
	}

	.p-about-jey__initial {
		display: block;
		text-align: center;
		width: 33.3333333333%;
	}

	.p-about-jey__initial + .p-about-jey__initial {
		margin-top: 0;
	}

	.p-about-jey__initialImg {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	.p-about-jey__text {
		font-size: 1rem;
		margin-top: 1.25rem;
	}

	.p-about {
		height: auto;
		margin-top: 3.125rem;
	}

	.p-about__head {
		display: block;
		padding: 1.25rem 2.1875rem;
	}

	.p-about__btn {
		padding-left: 0;
		text-align: right;
	}

	.p-about__img {
		max-width: 90%;
	}

	.p-about__bg::after {
		height: 61.3333333333vw;
	}

	.p-access__address {
		font-size: 0.875rem;
		margin-top: 1.25rem;
	}

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

	.p-achievement + .p-achievement {
		margin-top: 6.25rem;
	}

	.p-achievement__item {
		margin-top: 2.1875rem;
	}

	.p-alternate {
		padding-bottom: 0;
		padding-top: 3.125rem;
	}

	.p-alternate + .p-alternate {
		margin-top: 3.125rem;
	}

	.p-alternate__box {
		margin-top: -1.875rem;
		position: relative;
	}

	.p-alternate__box::before {
		width: 90%;
	}

	.p-alternate__wrap .c-mdImg {
		max-width: 95%;
	}

	.p-alternate__lead {
		padding-right: 10%;
		padding-top: 1.25rem;
		width: 90%;
	}

	.p-alternate__wrap .p-border {
		text-align: left;
	}

	.p-alternate__wrap--reverce .p-alternate__lead {
		padding-left: 5%;
	}

	.p-border span {
		font-size: 2.1875rem;
	}

	.p-border span {
		margin-right: 0;
		margin-top: 0;
	}

	.p-alternate--sub {
		padding-bottom: 0;
		padding-top: 0;
	}

	.p-alternate--sub .p-alternate__box {
		padding-bottom: 3.125rem;
	}

	.p-alternate--sub .p-alternate__box::before,
	.p-alternate--sub .p-alternate__lead {
		width: 90%;
	}

	.p-alternate--sub .p-alternate__lead {
		padding-right: 8%;
		padding-top: 1.25rem;
	}

	.p-alternate--sub .p-alternate__info {
		margin-top: 1.5625rem;
	}

	.p-alternate--lg {
		padding-top: 0;
	}

	.p-alternate--lg .p-alternate__box {
		padding-bottom: 3.125rem;
	}

	.p-alternate--lg .p-alternate__lead {
		padding-left: 8%;
		padding-right: 8%;
		padding-top: 1.25rem;
	}

	.p-alternate--lg .p-alternate__info {
		margin-top: 1.5625rem;
	}

	.p-bg-en::before {
		display: none;
		font-size: 3.125rem;
	}

	.p-blog {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}

	.p-blog__card {
		-ms-grid-columns: (1fr) [1];
		grid-column-gap: 1.5%;
		grid-template-columns: repeat(1, 1fr);
	}

	.p-border {
		padding-left: 15%;
		padding-right: 12%;
		padding-top: 1.25rem;
	}

	.p-boxArea {
		padding: 1.5625rem 0.9375rem;
	}

	.p-boxArea + .p-boxArea {
		margin-top: 1.875rem;
	}

	.p-boxArea__title {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	.p-boxArea__link {
		font-size: 2rem !important;
		margin-top: 1.5625rem;
		white-space: nowrap;
	}

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

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

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

	.p-card__inner {
		padding: 1.875rem 1.25rem;
	}

	.p-card__btn {
		padding-left: 0;
		text-align: right;
	}

	.p-card__item {
		display: block;
	}

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

	.p-card__img {
		margin-right: 1.25rem;
		max-width: inherit;
	}

	.p-card__img:before {
		padding-top: 56.25%;
	}

	.p-card__lead {
		margin-top: 0.625rem;
		width: 100%;
	}

	.p-card2__wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 0.625rem;
	}

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

	.p-caseStudy__items {
		display: block;
	}

	.p-caseStudy__items + .p-caseStudy__items {
		margin-top: 1.875rem;
	}

	.p-caseStudy__item {
		border-radius: 1.25rem;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		min-height: 6.25rem;
		padding: 0.9375rem;
		width: 90%;
	}

	.p-caseStudy__item + .p-caseStudy__item {
		margin-top: 1.875rem;
	}

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

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

	.p-ceoMessage__wrap {
		margin-top: 1.25rem;
		padding-top: 2.5rem;
	}

	.p-ceoMessage__sign {
		margin-top: 1.875rem;
		width: 40%;
	}

	.p-contact {
		height: auto;
		padding-bottom: 3.125rem;
		padding-top: 3.125rem;
	}

	.p-contact--subpage {
		height: auto;
		min-height: 0;
		min-height: initial;
	}

	.p-contact__box {
		max-width: 75%;
		padding-bottom: 5rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 1.875rem;
	}

	.p-contact__tel {
		font-size: 1.5625rem;
	}

	.p-contact__bottomBox {
		margin-top: -3.125rem;
		padding-bottom: 1.25rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 1.25rem;
	}

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

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

	.p-declaration__item {
		font-size: 1rem;
		padding-left: 1.875rem;
	}

	.p-declaration__item:before {
		height: 1.125rem;
		top: 0.25rem;
		width: 1.125rem;
	}

	.p-declaration__item + .p-declaration__item {
		margin-top: 1.875rem;
	}

	.p-entry-content h2 {
		border-left: 6px solid #3e5c53;
		font-size: 18px;
		line-height: 1.7777777778;
		padding: 4px 0 4px 16px;
	}

	.p-entry-content h3 {
		font-size: 16px;
		line-height: 2;
		margin-top: 32px;
	}

	.p-entry-content h4 {
		font-size: 14px;
	}

	.p-entry-content__meta {
		margin-top: 16px;
	}

	.p-entry-content__category {
		padding: 7px 10px;
	}

	.p-entry-content__body {
		margin-top: 56px;
	}

	.p-entry-content__title h1 {
		font-size: 20px;
		line-height: 1.6;
	}

	.p-entry-content__link {
		margin-top: 40px;
	}

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

	.p-entry__login {
		margin-top: 3.75rem;
	}

	.p-estateagent {
		height: auto;
	}

	.p-faq {
		padding-right: 0.625rem;
	}

	.p-faq__q,
	.p-faq__a {
		padding: 0.5rem 0 0.5rem 4.375rem;
	}

	.p-faq__tag {
		font-size: 1rem;
		width: 1.875rem;
	}

	.p-faq__text,
	.p-faq__text {
		padding-right: 1.875rem;
	}

	.p-faq__text--a {
		padding-right: 0;
	}

	.p-faq__btn {
		height: 0.8125rem;
		right: 0.625rem;
		width: 0.8125rem;
	}

	.p-follow {
		-moz-column-gap: 0.625rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		bottom: 0.625rem;
		-webkit-column-gap: 0.625rem;
		column-gap: 0.625rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0.625rem;
		top: auto;
		top: initial;
	}

	.p-follow__btn a {
		font-size: 0.875rem;
		min-width: 10.625rem;
		padding: 0.625rem 0.9375rem;
	}

	.p-follow__btn + .p-follow__btn {
		margin-top: 0;
	}

	.p-footer {
		width: 100%;
	}

	.p-footer__logo {
		max-width: 15.625rem;
		width: 65%;
	}

	.p-footer__copy {
		margin-top: 1.875rem;
	}

	.p-form__row {
		height: 2.5rem;
		margin-top: 0.625rem;
	}

	.p-form__row--message {
		height: 6.25rem;
	}

	.p-form__label.c-text {
		font-size: 0.625rem;
	}

	.p-form__radio label {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0.875rem;
		margin-left: 0.625rem;
	}

	.p-form__radio .c-text {
		font-size: 0.625rem;
	}

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

	.p-form__radio input[type="radio"] + span::before {
		height: 16px;
		left: -18px;
		width: 16px;
	}

	.p-form__radio input[type="radio"] + span::after {
		height: 10px;
		left: -15px;
		width: 10px;
	}

	.p-hamburger {
		display: block;
	}

	.p-header {
		height: 3.75rem;
		left: 0;
		overflow: unset;
		top: 0;
		width: 100%;
	}

	.p-header__inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: inherit;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
	}

	.p-header__logo {
		height: 3.125rem;
		margin: 0;
		width: auto;
	}

	.p-header__nav {
		background-color: rgba(62, 92, 83, 0.8);
		height: calc(100vh - 3.75rem);
		left: 0;
		overflow: scroll;
		position: fixed;
		top: 0;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 999;
	}

	.p-header__nav.is-active {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.p-inquiry__inner.l-inner {
		width: 100%;
	}

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

	.p-lastMessage {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}

	.p-lastMessage__text {
		font-size: 1.125rem;
		line-height: 1.8;
		margin-top: 1.875rem;
	}

	.p-logoThought__wrap {
		margin-top: 2.1875rem;
		padding-bottom: 2.1875rem;
	}

	.p-logoThought__wrap::before {
		height: 75%;
	}

	.p-logoThought__container {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	.p-logoThought__logo {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.p-logoThought__text {
		margin-top: 1.25rem;
		width: 100%;
	}

	.p-management {
		height: auto;
		width: 100%;
	}

	.p-management__inner {
		display: block;
	}

	.p-management__content {
		padding: 0 20px;
		width: 100%;
	}

	.p-management__subText {
		margin-top: 1.5625rem;
	}

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

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

	.p-management__img {
		margin-top: 1.375rem;
		width: 100%;
	}

	.p-meaning__wrap {
		margin-top: 1.875rem;
	}

	.p-meaning__items {
		margin-top: 5rem;
	}

	.p-meaning__item {
		padding-left: 0;
	}

	.p-meaning__item:before {
		font-size: 1.25rem;
	}

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

	.p-mission__item {
		display: block;
	}

	.p-mission__item + .p-mission__item {
		margin-top: 3.125rem;
	}

	.p-mission__image {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}

	.p-mission__title {
		margin-top: 1.25rem;
		text-align: center;
	}

	.p-mission__title span {
		margin-top: 1.25rem;
		text-align: left;
	}

	.p-modal__back {
		padding: 0.3125rem;
		position: relative;
	}

	.p-modal__inner {
		height: 80%;
		left: 0;
		padding: 3.125rem 0.625rem 0.625rem;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.p-modal__close {
		right: 1.25rem;
		top: 0.625rem;
	}

	.p-modal__img {
		float: none;
		margin-bottom: 1.25rem;
		padding-right: 0;
	}

	.p-mv {
		height: 80vh;
	}

	.p-mv__main {
		padding: 3.125rem 1.25rem 6.25rem;
	}

	.p-mv__logo::before {
		padding-top: 9%;
	}

	.p-mv__title {
		font-size: 2.5rem;
		margin-top: 1.25rem;
		padding-left: 0.9em;
		text-indent: -1.5rem;
	}

	.p-mv__text {
		background-color: #3e5c53;
		font-size: 0.875rem;
		line-height: 1.5;
		margin-top: 1.25rem;
		padding: 0.125rem 0.25rem;
		text-align: left;
	}

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

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

	.p-mypage__text {
		font-size: 0.875rem;
		margin-top: 1.25rem;
	}

	.p-nav {
		height: calc(100vh - 3.75rem);
	}

	.p-nav__link a {
		padding: 1.25rem 0;
	}

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

	.p-nav__text:nth-child(1) {
		bottom: 0.3125rem;
	}

	.p-nav__text:nth-child(2) {
		bottom: inherit;
		font-size: 0.75rem;
	}

	.p-new__card {
		-ms-grid-columns: (1fr) [1];
		grid-column-gap: 1.5%;
		grid-template-columns: repeat(1, 1fr);
		margin-top: 1.25rem;
	}

	.p-news__item {
		display: block;
	}

	.p-news__title {
		margin-left: 0;
		margin-top: 0.625rem;
	}

	.p-owner {
		height: auto;
	}

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

	.p-pagination__container {
		min-width: 15.625rem;
		width: 40%;
	}

	.p-pagination__link a {
		font-size: 0.875rem;
	}

	.p-phirosophy {
		height: auto;
		padding: 6.25rem 0.9375rem;
		position: relative;
	}

	.p-phirosophy__wrap {
		display: block;
	}

	.p-phirosophy__img {
		height: 100%;
		max-width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

	.p-phirosophy__img::after {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.p-phirosophy__lead {
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.p-phirosophy__title {
		display: block;
		padding-bottom: 1.25rem;
		padding-left: 0;
	}

	.p-phirosophy__sub {
		margin-top: 0.625rem;
		padding-left: 0;
	}

	.p-phirosophy__text {
		line-height: 1.6;
		margin-top: 3.125rem;
		padding-left: 0;
	}

	.p-phirosophy__btn {
		padding-left: 0;
		text-align: right;
	}

	.p-post {
		height: auto;
		padding-bottom: 3.75rem;
		padding-top: 1.875rem;
	}

	.p-post__container {
		display: block;
	}

	.p-post__card {
		width: 100%;
	}

	.p-post__card + .p-post__card {
		margin-left: 0;
		margin-top: 1.25rem;
	}

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

	.p-promise__content + .p-promise__content {
		margin-top: 3.75rem;
	}

	.p-realestate__sub {
		font-size: 1.125rem;
		margin-top: 1.5625rem;
	}

	.p-realestate-contact {
		margin-top: 3.75rem;
	}

	.p-realestate-contact__box {
		margin-top: 2.5rem;
	}

	.p-realestate__item {
		margin-top: 3.75rem;
	}

	.p-repairCosts__image {
		margin-top: 1.875rem;
	}

	.p-repairCosts__copy {
		font-size: 1rem;
		margin-top: 1.25rem;
	}

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

	.p-resident {
		height: auto;
		padding-top: 3.125rem;
	}

	.p-singlePost h2 {
		font-size: 1.25rem;
	}

	.p-singlePost h2:not(:first-of-type) {
		margin-top: 1.875rem;
	}

	.p-sitemap__inner.l-inner {
		width: 100%;
	}

	.wsp-pages-title,
	.wsp-posts-title,
	.wsp-blogs-title,
	.wsp-workss-title {
		font-size: 1.375rem;
		margin-right: calc(50% - 50vw);
	}

	.wsp-pages-title:not(:first-of-type),
	.wsp-posts-title:not(:first-of-type),
	.wsp-blogs-title:not(:first-of-type),
	.wsp-workss-title:not(:first-of-type) {
		margin-top: 1.875rem;
	}

	.p-sitemap ul {
		margin-top: 1.25rem;
	}

	.p-sitemap ul li {
		font-size: 1rem;
	}

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

	.p-step {
		display: block;
	}

	.p-step__text {
		margin-left: 0;
		margin-top: 1.25rem;
		width: 100%;
	}

	.p-subBorder {
		margin-right: calc(50% - 50vw);
	}

	.p-support__title {
		padding-left: 20px;
		padding-right: 20px;
	}

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

	.p-table-bottom {
		padding: 0.625rem;
	}

	.p-table-bottom__text {
		font-size: 0.875rem;
	}

	.p-table-bottom__info {
		font-size: 0.875rem;
		margin: 0.5rem;
		padding: 0.3125rem 0.625rem;
	}

	.p-table th {
		min-width: 6.25rem;
		padding-bottom: 0.625rem;
		padding-top: 0.625rem;
		width: 20%;
	}

	.p-table td {
		font-size: 0.875rem;
		padding-bottom: 0.9375rem;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		padding-top: 0.9375rem;
	}

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

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

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

	.p-trouble__text {
		margin-top: 3.75rem;
	}

	.p-vertical {
		padding-left: 0.625rem;
		width: 100%;
	}

	.p-vertical__category {
		margin-right: 1.25rem;
	}

	.p-work {
		height: auto;
		padding-bottom: 3.125rem;
		padding-top: 3.125rem;
		width: 100%;
	}

	.p-work__inner {
		padding-left: 1.25rem;
	}

	.p-work__main {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(50%, transparent),
			color-stop(50%, rgba(62, 92, 83, 0.35)),
			to(rgba(62, 92, 83, 0.35))
		);
		background: linear-gradient(
			180deg,
			transparent 0%,
			transparent 50%,
			rgba(62, 92, 83, 0.35) 50%,
			rgba(62, 92, 83, 0.35) 100%
		);
		padding-bottom: 5.625rem;
		padding-top: 2.5rem;
	}

	.p-work__slider.p-bg-en::before {
		left: 0;
		top: -1.875rem;
	}

	.slide-arrow {
		bottom: -3.75rem;
		height: 2.25rem;
		width: 2.25rem;
	}

	.prev-arrow {
		height: 2.5rem;
		right: 5rem;
		width: 2.5rem;
	}

	.next-arrow {
		height: 2.5rem;
		right: 1.875rem;
		width: 2.5rem;
	}

	.slick-dots {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 80%;
	}

	.p-work__btn {
		margin: 0 calc(50% - 50vw);
		margin-top: 1.5625rem;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.wp-pagenavi .current,
	.wp-pagenavi .larger,
	.wp-pagenavi .smaller,
	.wp-pagenavi .extend,
	.wp-pagenavi .previouspostslink {
		margin-right: 1rem;
	}

	.p-ceoMessage__sign {
		width: 58%;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

@-webkit-keyframes indicator {
	0% {
		height: 0;
		opacity: 0;
		top: 0px;
	}

	30% {
		height: 130px;
		opacity: 1;
	}

	100% {
		height: 0;
		opacity: 0;
		top: 200px;
	}
}

@keyframes indicator {
	0% {
		height: 0;
		opacity: 0;
		top: 0px;
	}

	30% {
		height: 130px;
		opacity: 1;
	}

	100% {
		height: 0;
		opacity: 0;
		top: 200px;
	}
}

@-webkit-keyframes indicator-sp {
	0% {
		height: 0;
		opacity: 0;
		top: 0px;
	}

	30% {
		height: 80px;
		opacity: 1;
	}

	100% {
		height: 0;
		opacity: 0;
		top: 110px;
	}
}

@keyframes indicator-sp {
	0% {
		height: 0;
		opacity: 0;
		top: 0px;
	}

	30% {
		height: 80px;
		opacity: 1;
	}

	100% {
		height: 0;
		opacity: 0;
		top: 110px;
	}
}
/*# sourceMappingURL=style.css.map */
