/* ==========================================================
# foundation
========================================================== */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

nav,
ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: bottom;
}

html,
body {
	font-size: 62.5%;
}

body {
	width: 100%;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
}

body.is-open {
	overflow: hidden;
}

main {
	margin-top: 8.2rem;
}

.hidden {
	overflow: hidden;
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

/* ==========================================================
# layout
========================================================== */

.l-inner-1076 {
	max-width: 111.6rem;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 0 auto;
}

.l-inner-856 {
	max-width: 89.6rem;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 0 auto;
}

.l-inner {
	max-width: 134rem;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 0 auto;
}

/* ==========================================================
# component
========================================================== */

.c-breadcrumbs {
	text-align: right;
	margin-top: 0.6rem;
}

.c-breadcrumbs span {
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 400;
	color: #333333;
	transition: all 0.3s;
}

.c-breadcrumbs [property=itemListElement] {
	position: relative;
	padding-left: 3rem;
}

.c-breadcrumbs [property=itemListElement]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1.5rem;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.1rem solid #333333;
	border-right: 0.1rem solid #333333;
}

.c-breadcrumbs [property=itemListElement]:last-of-type::after {
	content: none;
}

.c-breadcrumbs a {
	color: #b39241;
}

.c-btn__txt {
	display: inline-block;
	min-width: 26.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #fff;
	text-align: center;
	background-color: #b39241;
	border: 0.1rem solid #b39241;
	padding: 1.8rem 3rem;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
}

.c-btn__txt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	transition: all 0.2s;
	z-index: -1;
}

.c-btn__txt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 0.7rem;
	height: 0.7rem;
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	pointer-events: none;
	transition: all 0.3s;
}

.c-ttl-en {
	text-align: center;
	padding-bottom: 2.5rem;
	position: relative;
}

.c-ttl-en::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 7rem;
	height: 2px;
	background-color: #b39241;
}

.c-ttl-en-sub {
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}

.c-ttl-en__main {
	font-size: 4.8rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	margin-top: 1.8rem;
}

.c-ttl--center {
	display: flex;
	justify-content: center;
}

.c-ttl__main {
	display: inline-block;
	font-size: 4.4rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	padding-bottom: 1.9rem;
	position: relative;
}

.c-ttl__main::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 7rem;
	height: 2px;
	background-color: #b39241;
}

.c-ttl__main--sml {
	font-size: 1.8rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	padding-bottom: 0.8rem;
}

.c-ttl__main--border-left::before {
	left: 0;
	transform: translateX(0);
	width: 5.6rem;
}

.c-ttl__main--lg {
	font-size: 6rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	padding-bottom: 2rem;
}

.c-ttl__sub {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1.5rem;
}

/* ==========================================================
# project
========================================================== */

.p-about-group {
	padding-top: 15rem;
	position: relative;
}

.p-about-group__heading {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 4rem;
}

.p-about-group__circle-area {
	padding-bottom: 14rem;
	margin-top: 5rem;
	position: relative;
}

.p-about-group__circle-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #fff, rgb(222, 214, 194));
	z-index: -1;
}

.p-about-group__circle-area-inner {
	width: 68rem;
	height: 68rem;
	margin: 0 auto;
	position: relative;
}

.p-about-group__circle {
	width: 100%;
	height: 100%;
	background-color: rgb(222, 214, 194);
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.p-about-group__circle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(240, 236, 225, 0.1);
	border-radius: 50%;
}

.p-about-group__circle::after {
	content: "";
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40rem;
	height: 40rem;
	background-color: rgb(240, 236, 225);
	border-radius: 50%;
	mix-blend-mode: multiply;
}

.p-about-group__wrap {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.p-about-group__suns {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 29.4rem;
	height: 29.4rem;
	border-radius: 50%;
	background-color: #173456;
	box-shadow: 0 0 3.29rem 0.65rem #c5beac;
	text-align: center;
}

.p-about-group__suns img {
	width: 14.4rem;
	height: 15.7rem;
	margin-top: 6.9rem;
}

.p-about-group__suns-txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #fff;
	margin-top: 2.2rem;
}

.p-about-group__item {
	position: absolute;
	width: 21rem;
	height: 21rem;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3.29rem 0.65rem rgba(222, 214, 194, 0.7);
	text-align: center;
}

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

.p-about-group__item-txt {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #b39241;
}

.p-about-group__item--01 {
	top: 4.8rem;
	right: 1.6rem;
}

.p-about-group__item--01 .p-about-group__logo {
	width: 15.3rem;
	margin: 7.5rem auto 0.9rem;
}

.p-about-group__item--01 .p-about-group__item-txt {
	transform: translateX(0.4rem);
}

.p-about-group__item--02 {
	top: 4.8rem;
	left: 1.6rem;
}

.p-about-group__item--02 .p-about-group__logo {
	width: 17.9rem;
	margin: 8.9rem auto 2.1rem;
}

.p-about-group__item--03 {
	top: 40.7rem;
	right: 1.6rem;
}

.p-about-group__item--03 .p-about-group__logo {
	width: 9.6rem;
	margin: 3.9rem auto 0;
}

.p-about-group__item--04 {
	top: 40.7rem;
	left: 1.6rem;
}

.p-about-group__item--04 .p-about-group__logo {
	width: 16.8rem;
	margin: 7.5rem auto 1.8rem;
}

.p-about-group__img {
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 147.9rem;
	width: 100%;
	height: 10rem;
	opacity: 0.5;
}

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

.p-about-us {
	padding: 10rem 0 47.5rem;
	position: relative;
}

.p-about-us::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.webp .p-about-us.lazyloaded::before {
	background-image: url(../img/top/about-us_bg_pc.webp);
}

.no-webp .p-about-us.lazyloaded::before {
	background-image: url(../img/top/about-us_bg_pc.jpg);
}

.p-about-us__content {
	max-width: 75rem;
	margin: 0 auto;
}

.p-about-us__head {
	font-size: 3rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 3.5rem;
	white-space: nowrap;
}

.p-about-us__txt {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 3rem;
	letter-spacing: 0.02em;
}

.p-about-us__img {
	position: absolute;
	bottom: -0.6rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 147.9rem;
	width: 100%;
	height: 10rem;
}

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

.p-contact-sec {
	padding: 10rem 0;
}

.p-contact-sec__box {
	padding: 7.8rem 10rem;
	background: linear-gradient(to bottom, rgba(179, 146, 65, 0.7), rgb(166, 135, 60));
}

.p-contact-sec__info {
	display: flex;
}

.p-contact-sec__ttl-wrap {
	padding-right: 3.2rem;
	margin-right: 3.2rem;
	border-right: 0.1rem solid #333333;
}

.p-contact-sec__ttl {
	font-size: 4.8rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	color: #333333;
}

.p-contact-sec__sub-ttl {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1rem;
}

.p-contact-sec__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
}

.p-contact-sec__link {
	display: flex;
	justify-content: center;
	column-gap: 4rem;
	margin-top: 5rem;
}

.p-contact-sec__btn-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38rem;
	height: 8rem;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
}

.p-contact-sec__btn-link--contact {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #b39241;
	background-color: #fff;
	border: 0.1rem solid #fff;
}

.p-contact-sec__btn-link--contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #b39241;
	pointer-events: none;
	transition: all 0.2s;
	z-index: -1;
}

.p-contact-sec__btn-link--contact::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 1rem;
	height: 1rem;
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
	transition: all 0.2s;
}

.p-contact-sec__btn-link--tel {
	color: #fff;
	border: 0.1rem solid #fff;
}

.p-contact-sec__btn-link--tel::before {
	content: "";
	background-image: url(../img/common/ico_tel_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
	display: inline-block;
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 1rem;
	pointer-events: none;
	transition: all 0.3s;
}

.p-contact-sec__btn-link--tel::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all 0.2s;
	z-index: -1;
}

.p-contact-sec__btn-txt {
	font-size: 3.2rem;
	font-weight: 500;
}

.p-footer {
	padding-top: 6.4rem;
	background-color: #173456;
}

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

.p-footer__logo {
	width: 22.9rem;
}

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

.p-footer__add {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #fff;
	letter-spacing: 0.02em;
	margin-top: 1.5rem;
}

.p-footer__nav {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 15rem;
	gap: 2.5rem 7rem;
}

.p-footer__nav a {
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.06em;
	transition: all 0.3s;
	position: relative;
}

.p-footer__nav a::before {
	content: "";
	transform: translateY(-0.1rem) rotate(45deg);
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
	margin-right: 0.9rem;
}

.p-footer__nav a span {
	display: inline-block;
	transition: all 0.3s;
}

.p-footer__copy {
	font-size: 1rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	padding: 2.4rem 0;
	margin-top: 7.5rem;
}

.p-form {
	padding-top: 15rem;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

.p-form input[type=submit],
.p-form input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
}

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

.p-form__head {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-bottom: 7rem;
}

.p-form__wrap--confirm .p-form__head {
	color: red;
}

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

.p-form__item:nth-of-type(n + 2) {
	margin-top: 4rem;
}

.p-form__item.p-form__item--consent {
	justify-content: center;
	margin: 2rem 0;
}

.p-form__ttl {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.p-form__ttl--message {
	align-self: flex-start;
	margin-top: 0.3rem;
}

.p-form__label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.5rem;
	height: 2.2rem;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 0.3rem;
	background-color: #173456;
}

.p-form__label--any {
	color: #173456;
	background-color: #fff;
	border: 0.1rem solid #173456;
}

.p-form__item input[type=text],
.p-form__item input[type=email],
.p-form__item input[type=tel],
.p-form__item textarea {
	width: 55.3rem;
	height: 4rem;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #333;
	border: 0.1rem solid #bbbbbb;
	border-radius: 0.5rem;
	padding: 0 2rem;
}

.p-form__item textarea {
	padding: 1rem 2rem;
	min-height: 25.8rem;
	resize: vertical;
}

.p-form__item input[type=text]::placeholder,
.p-form__item input[type=email]::placeholder,
.p-form__item input[type=tel]::placeholder,
.p-form__item textarea::placeholder {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #bbbbbb;
}

.p-form__item input[type=text]:focus,
.p-form__item input[type=email]:focus,
.p-form__item input[type=tel]:focus,
.p-form__item textarea:focus {
	border: 0.2rem solid #b39241;
}

.p-form__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	text-align: center;
	margin-top: 7rem;
}

.p-form__link {
	color: #b39241;
}

.p-form__link::after {
	content: "";
	background-image: url(../img/common/arrow_right_gold.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.5rem;
	transform: translateY(0.2rem);
}

.p-form__consent-label {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.p-form__item input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.2rem;
	width: 1.8rem;
	height: 1.8rem;
	border: 0.1rem solid #bbbbbb !important;
	margin-top: 0;
	margin-right: 0.5rem;
}

.p-form__item input[type=checkbox]:checked {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border-radius: 0.2rem;
}

.p-form__btns {
	display: flex;
	justify-content: center;
	column-gap: 4rem;
	margin-top: 4rem;
}

.p-form__btn {
	display: inline-block;
	text-align: center;
	background-color: #b39241;
	border: 0.1rem solid #b39241;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
}

.p-form__btn--confirm::before,
.p-form__btn--submit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	transition: all 0.2s;
	z-index: -1;
}

.p-form__btn--confirm::after,
.p-form__btn--submit::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 0.7rem;
	height: 0.7rem;
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	transition: all 0.2s;
	pointer-events: none;
}

.p-form__btn-txt {
	display: inline-block;
	width: 26.8rem;
	height: 5.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	transition: all 0.2s;
}

.p-form__btn--back {
	background-color: #173456;
	border: 0.1rem solid #173456;
}

.p-form__btn--back::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1.7rem;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 0.7rem;
	height: 0.7rem;
	border-bottom: 0.1rem solid #fff;
	border-left: 0.1rem solid #fff;
	transition: all 0.2s;
	pointer-events: none;
	background-color: transparent;
}

.p-form__btn--back::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all 0.2s;
	pointer-events: none;
	z-index: -1;
}

.p-form__input-box {
	width: 55.3rem;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #333;
}

.p-form__input-box--consent {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin: 2rem 0;
}

/* ---- contact form 7 ---- */

.p-form .wpcf7-not-valid-tip {
	font-size: 1.4rem;
	margin-top: 0.5rem;
}

.p-form .wpcf7-response-output {
	font-size: 1.6rem;
	line-height: 2;
}

.p-form .wpcf7-spinner {
	display: none;
}

.p-form__consent-label .wpcf7-not-valid-tip {
	text-align: center;
}

.p-form__wrap--confirm {
	display: none;
}

.c-fv-under {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 40rem;
	padding: 23.5rem 0 5.5rem;
	position: relative;
}

.webp .c-fv-under {
	background-image: url(../img/common/fv_under.webp);
}

.no-webp .c-fv-under {
	background-image: url(../img/common/fv_under.jpg);
}

.c-fv-under__ttl {
	font-size: 7.2rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	color: #fff;
}

.c-fv-under__sub-ttl {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.06em;
	margin-top: 2rem;
}

.p-fv {
	position: relative;
}

.p-fv__inner {
	margin-left: 6.25vw;
}

.p-fv__img {
	width: 100%;
	height: 46.875vw;
	position: relative;
}

.p-fv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-fv__box {
	position: absolute;
	top: 31.5625vw;
	left: 4.5vw;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #fff;
}

.p-fv__copy {
	font-size: 5.625vw;
	letter-spacing: 0.02em;
}

.p-fv__sub-copy {
	font-size: 3vw;
	letter-spacing: 0.04em;
	margin-top: 2.1875vw;
}

.p-fv__scroll {
	position: absolute;
	bottom: -4.6875vw;
	left: 2.75vw;
	height: 13.75vw;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 0.75vw;
	letter-spacing: 0.04em;
	color: #b39241;
	writing-mode: vertical-lr;
}

.p-fv__scroll::before {
	content: "";
	position: absolute;
	bottom: 9.25vw;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0.3125vw;
	height: 0.3125vw;
	background-color: #b39241;
	border-radius: 50%;
	animation: fvScroll 2.3s ease-in-out infinite;
}

.p-fv__scroll::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0.0625vw;
	height: 9.5vw;
	background-color: #b39241;
}

.p-group-list {
	padding: 15rem 0 4rem;
}

.p-group-list__items {
	max-width: 107.6rem;
	width: 100%;
	margin: 8rem auto 0;
}

.p-group-list__item {
	display: flex;
	column-gap: 5.4rem;
	padding: 5rem 0;
	border-bottom: 0.1rem solid #dfdfdf;
}

.p-group-list__item:first-of-type {
	padding-top: 0;
}

.p-group-list__logo {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40rem;
	height: 24rem;
	box-shadow: 0 0 2rem 0.6rem rgba(208, 214, 220, 0.4);
}

.p-group-list__logo--01 img {
	width: 22.6rem;
	height: 7.2rem;
}

.p-group-list__logo--02 img {
	width: 26.7rem;
	height: 3.4rem;
}

.p-group-list__logo--03 img {
	width: 12.1rem;
	height: 12.1rem;
}

.p-group-list__logo--04 img {
	width: 24.6rem;
	height: 6rem;
}

.p-group-list__name {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #333;
}

.p-group-list__name::after {
	content: "";
	background-image: url(../img/common/arrow_right_gold.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 2.6rem;
	height: 2.6rem;
	transform: translate(0, 0.3rem);
	margin-left: 0.4rem;
	transition: all 0.3s;
}

.p-group-list__name-en {
	display: inline-block;
	font-size: 1.3rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	color: #b39241;
	margin-top: 1.2rem;
}

.p-group-list__desc {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin-top: 1.8rem;
}

.p-group-list__add {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #737373;
	margin-top: 2rem;
	padding-left: 3.6em;
	text-indent: -3.6em;
}

.p-group-list__date {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #737373;
	margin-top: 0.2rem;
}

.p-header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding: 2.1rem 4rem;
	background-color: #fff;
	z-index: 99;
}

.p-header__logo {
	position: absolute;
	top: 0;
	left: 4rem;
	width: 16rem;
	z-index: 1;
	transform-origin: left top;
	transition: all 0.3s;
}

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

.p-header__items {
	display: flex;
	align-items: center;
}

.p-header__item:not(:first-of-type) {
	margin-left: 3.2rem;
}

.p-header__link {
	font-size: 1.6rem;
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.06em;
}

.p-header__contact {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	padding: 1.5rem 4rem;
	background-color: #b39241;
	border: 0.1rem solid #b39241;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
}

.p-header__contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	transition: all 0.2s;
	z-index: -1;
}

.p-header__privacy-policy {
	display: none;
}

.p-header__burger {
	display: none;
}

.p-header__burger-bar {
	display: block;
	margin: 0 auto;
	width: 3.2rem;
	height: 1px;
	background-color: #b39241;
	transition: all 0.3s;
}

.p-header__burger-bar--top {
	margin-bottom: 0.8rem;
}

.p-header__burger-bar--bot {
	margin-top: 0.8rem;
}

.p-header__burger-bar--top.is-open {
	width: 3.8rem;
	transform: translateY(1rem) rotate(35deg);
}

.p-header__burger-bar--mid.is-open {
	opacity: 0;
}

.p-header__burger-bar--bot.is-open {
	width: 3.8rem;
	transform: translateY(-0.8rem) rotate(-35deg);
}

.p-history {
	padding: 15rem 0 16rem;
	background-color: rgba(208, 214, 220, 0.4);
}

.p-history__items {
	max-width: 63.6rem;
	width: 100%;
	margin: 4rem auto 0;
	position: relative;
}

.p-history__items::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 11.24rem;
	display: inline-block;
	width: 0.1rem;
	height: 98%;
	background-color: #173456;
}

.p-history__item {
	display: flex;
	align-items: center;
}

.p-history__item:nth-of-type(n + 2) {
	margin-top: 4rem;
}

.p-history__ttl {
	flex-shrink: 0;
	width: 11.3rem;
	font-size: 2.6rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #173456;
}

.p-history__txt {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	padding-left: 4.2rem;
	position: relative;
}

.p-history__txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.8rem;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 0.8rem;
	background-color: #173456;
	border: 0.4rem solid #d0d6dc;
	border-radius: 50%;
}

.p-history__txt ._num {
	flex-shrink: 0;
	display: inline-block;
	width: 5rem;
	font-size: 1.6rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	color: #173456;
	letter-spacing: 0;
}

.p-message {
	margin-top: 15rem;
	padding-bottom: 20rem;
	background: linear-gradient(to bottom, #fff, #ded6c2);
	position: relative;
}

.p-message__txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 6rem;
}

.p-message__name {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: right;
	margin-top: 5.5rem;
}

.p-message__name ._lg {
	display: inline-block;
	font-size: 2.2rem;
	margin-left: 2rem;
}

.p-message__img {
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 147.9rem;
	width: 100%;
	height: 10rem;
	opacity: 0.5;
}

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

.p-overview {
	padding: 15rem 0 14rem;
}

.p-overview__items {
	margin-top: 8rem;
}

.p-overview__item {
	display: flex;
	align-items: center;
	padding: 3rem 4rem;
	border-bottom: 0.1rem solid #dfdfdf;
}

.p-overview__ttl {
	flex-shrink: 0;
	width: 21.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #173456;
	letter-spacing: 0.06em;
}

.p-overview__txt {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.p-overview__txt--indent {
	padding-left: 1.7em;
	text-indent: -1.7em;
	line-height: 2;
}

.p-overview__txt--indent ._num {
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #173456;
	margin-right: 0.5em;
}

.p-overview__map {
	width: 55.8rem;
	height: 30.5rem;
	margin-top: 1.5rem;
}

.p-overview__map iframe {
	width: 100%;
	height: 100%;
}

.p-overview__txt--dot {
	line-height: 2.2;
}

.p-overview__txt--dot ._dot {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: #173456;
	margin-right: 1.4rem;
	transform: translateY(-0.2rem);
}

.p-real-estate__item {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60rem;
	margin: 0 auto;
}

.p-real-estate__item--mt {
	margin-top: 6rem;
}

.p-real-estate__item--gold {
	background-color: #f0eee6;
}

.p-real-estate__item--white {
	background-color: #fff;
}

.p-real-estate__info {
	flex-shrink: 0;
	width: 50%;
}

.p-real-estate__img {
	flex-shrink: 0;
	width: 50%;
	height: 60rem;
}

.p-real-estate__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-real-estate__info {
	padding: 2rem 12rem 2rem 15.4rem;
}

.p-real-estate__number {
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}

.p-real-estate__number ._num {
	display: inline-block;
	color: #b39241;
	margin-right: 0.9rem;
}

.p-real-estate__ttl {
	font-size: 5.2rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	margin-top: 1.5rem;
}

.p-real-estate__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 2.4rem;
}

.p-service-intro {
	position: relative;
	margin-top: 10rem;
	padding-bottom: 41.2rem;
	overflow: hidden;
}

.p-service-intro::before {
	content: "";
	position: absolute;
	top: 11rem;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.p-service-intro::after {
	content: "";
	position: absolute;
	top: 11rem;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #fff 10%, transparent 50%);
	z-index: -1;
}

.webp .p-service-intro.lazyloaded::before {
	background-image: url(../img/service/service-intro_bg.webp);
}

.no-webp .p-service-intro.lazyloaded::before {
	background-image: url(../img/service/service-intro_bg.png);
}

.p-service-intro__box {
	display: flex;
	column-gap: 10.5rem;
	background-color: #fff;
	padding: 6rem 11rem 7rem;
}

.p-service-intro__ttl {
	flex-shrink: 0;
	font-size: 4.8rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	line-height: 1.8;
}

.p-service-intro__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
}

.p-single {
	margin-top: 15rem;
}

.p-single__content {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.p-single__content h1 {
	font-size: 7.2rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 1em 0 0.5em;
}

.p-single__content h1.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-single__content h1.has-text-align-right::before {
	left: auto;
	right: 0;
}

.p-single__content h2 {
	font-size: 2rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	padding-bottom: 1.5rem;
	margin: 1em 0 0.5em;
	position: relative;
}

.p-single__content h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 5.6rem;
	height: 0.2rem;
	background-color: #b39241;
}

.p-single__content h2.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-single__content h2.has-text-align-right::before {
	left: auto;
	right: 0;
}

.p-single__content h3 {
	font-size: 4.4rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	padding-bottom: 1.5rem;
	margin: 1.5em 0 1em;
	position: relative;
}

.p-single__content h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 7rem;
	height: 0.2rem;
	background-color: #b39241;
}

.p-single__content h3.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-single__content h3.has-text-align-right::before {
	left: auto;
	right: 0;
}

.p-single__content h4 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	padding-bottom: 0.5rem;
	margin: 2em 0 1.5em;
	position: relative;
}

.p-single__content h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 6rem;
	height: 0.2rem;
	background-color: #b39241;
}

.p-single__content h4.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-single__content h4.has-text-align-right::before {
	left: auto;
	right: 0;
}

.p-single__content h5 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	padding-bottom: 0.5rem;
	margin: 2em 0 1.5em;
	position: relative;
}

.p-single__content h5::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 5rem;
	height: 0.2rem;
	background-color: #b39241;
}

.p-single__content h5.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-single__content h5.has-text-align-right::before {
	left: auto;
	right: 0;
}

.p-single__content h6 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 2em 0 1.5em;
}

.p-single__content p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-bottom: 2em;
}

.p-single__content ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 2em;
	margin-block-end: 2em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 2rem;
}

.p-single__content ul li::marker {
	color: #b39241;
}

.p-single__content ul ul {
	margin-block-start: 0;
	margin-block-end: 0;
}

.p-single__content ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 2em;
	margin-block-end: 2em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 2rem;
}

.p-single__content ol li::marker {
	color: #b39241;
}

.p-single__content ol ul,
.p-single__content ol ol {
	margin-block-start: 0;
	margin-block-end: 0;
}

.p-single__content li {
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.06em;
}

.p-single__content pre {
	font-size: 1.6rem;
	white-space: pre-wrap;
	margin-bottom: 2em;
}

.p-single__content a {
	color: #b39241;
	border-bottom: 0.1rem solid #b39241;
	transition: all 0.3s;
}

.p-single__content a[target=_blank]::after {
	content: "";
	background-image: url(../img/common/arrow_right_gold.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.3rem 0 0.6rem;
	transform: translateY(0.2rem);
}

.p-single__content .wp-block-button .wp-block-button__link {
	display: inline-block;
	min-width: 17rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #b39241;
	border: 0.1rem solid #b39241;
	border-radius: 0;
	padding: 1.5rem 3rem;
	position: relative;
	transition: all 0.3s;
}

.p-single__content .wp-block-button .wp-block-button__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translateY(-50%) rotate(45deg);
	width: 0.7rem;
	height: 0.7rem;
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	transition: all 0.3s;
}

.p-single__content .wp-block-button .wp-block-button__link[target=_blank]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.1rem;
	transform: translateY(-50%) rotate(0);
	background-image: url(../img/common/arrow_right_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border: none;
	margin: 0;
}

.p-strengths {
	padding: 15rem 0 14rem;
}

.p-strengths__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 6rem;
}

.p-strengths__item {
	width: 53.4rem;
	min-height: 35rem;
	padding: 4rem 6rem 2rem;
}

.p-strengths__item--gray {
	background-color: #d0d6dc;
}

.p-strengths__item--gold {
	background-color: #ded6c2;
}

.p-strengths__ico {
	width: 10rem;
	height: 10rem;
	margin: 0 auto;
}

.p-strengths__ico img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-strengths__head {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
	margin-top: 1.5rem;
	position: relative;
}

.p-strengths__head::before {
	content: "";
	position: absolute;
	bottom: -0.8rem;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 5rem;
	height: 2px;
	background-color: #b39241;
}

.p-strengths__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin-top: 2.4rem;
}

.p-thanks {
	margin: 15rem 0 5rem;
}

.p-thanks__head {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
}

.p-thanks__btn {
	display: flex;
	justify-content: center;
	margin-top: 6rem;
}

.p-top-group {
	padding: 14rem 0;
}

.p-top-group__wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 10rem;
}

.p-top-group__head {
	font-size: 2.8rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 6rem;
}

.p-top-group__txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 2.4rem;
}

.p-top-group__img {
	flex-shrink: 0;
	width: 62.3rem;
	margin-top: -2rem;
	position: relative;
}

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

.p-top-group__img-txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-align: center;
	color: #173456;
	position: absolute;
}

.p-top-group__img-txt ._sml {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.p-top-group__img-txt ._white {
	color: #fff;
}

.p-top-group__img-txt--01 {
	top: 18.5rem;
	left: 8.3rem;
}

.p-top-group__img-txt--02 {
	top: 18.5rem;
	left: 38.5rem;
}

.p-top-group__img-txt--03 {
	top: 46.8rem;
	left: 9.9rem;
}

.p-top-group__img-txt--04 {
	top: 46.8rem;
	left: 36rem;
}

.p-top-group__img-txt--05 {
	display: none;
}

.p-top-group__btn {
	margin-top: -9rem;
}

.p-top-link {
	max-width: 160rem;
	width: 100%;
	margin: 0 auto;
}

.p-top-link__items {
	display: flex;
}

.p-top-link__item {
	width: 50%;
	height: 40rem;
	overflow: hidden;
}

.p-top-link__wrap {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.p-top-link__wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s;
}

.p-top-link__wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(23, 52, 86, 0.7);
	transition: all 0.3s;
}

.webp .p-top-link__wrap--company.lazyloaded::before {
	background-image: url(../img/top/link_01.webp);
}

.no-webp .p-top-link__wrap--company.lazyloaded::before {
	background-image: url(../img/top/link_01.jpg);
}

.webp .p-top-link__wrap--service.lazyloaded::before {
	background-image: url(../img/top/link_02.webp);
}

.no-webp .p-top-link__wrap--service.lazyloaded::before {
	background-image: url(../img/top/link_02.jpg);
}

.p-top-link__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.06em;
	z-index: 1;
}

.p-top-link__txt::before {
	content: "";
	position: absolute;
	bottom: 3.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 5.6rem;
	height: 2px;
	background-color: #b39241;
}

.p-top-link__txt ._en {
	display: inline-block;
	font-size: 5.2rem;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	margin-bottom: 4rem;
	letter-spacing: 0;
}

/* ==========================================================
# utility
========================================================== */

.u-clear {
	clear: both;
}

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

.hover {
	transition: all 0.3s;
}

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.c-breadcrumbs a:hover span {
	color: #b39241;
	transition: all 0.3s;
}

.c-btn__txt:hover {
	color: #b39241;
	transition: all 0.2s;
}

.c-btn__txt:hover::before {
	width: 100%;
	transition: all 0.2s;
}

.c-btn__txt:hover::after {
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
	transition: all 0.2s;
}

.p-contact-sec__btn-link--contact:hover {
	color: #fff;
	border: 0.1rem solid #fff;
	transition: all 0.2s;
}

.p-contact-sec__btn-link--contact:hover::before {
	width: 100%;
	transition: all 0.2s;
}

.p-contact-sec__btn-link--contact:hover::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	transition: all 0.2s;
}

.p-contact-sec__btn-link--tel:hover {
	color: #b39241;
	background-color: #fff;
	transition: all 0.2s;
}

.p-contact-sec__btn-link--tel:hover::before {
	background-image: url(../img/common/ico_tel_gold.svg);
}

.p-contact-sec__btn-link--tel:hover::after {
	width: 100%;
	transition: all 0.2s;
}

.p-footer__nav a:hover span {
	transform: translateX(0.4rem);
	transition: all 0.3s;
}

.p-form__btn--confirm:hover,
.p-form__btn--submit:hover {
	color: #b39241;
	transition: all 0.2s;
}

.p-form__btn--confirm:hover:before,
.p-form__btn--submit:hover:before {
	width: 100%;
	transition: all 0.2s;
}

.p-form__btn--confirm:hover::after,
.p-form__btn--submit:hover::after {
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
	transition: all 0.2s;
}

.p-form__btn-txt:hover {
	color: #b39241;
	transition: all 0.2s;
}

.p-form__btn--back:hover::before {
	border-bottom: 0.1rem solid #173456;
	border-left: 0.1rem solid #173456;
	transition: all 0.2s;
}

.p-form__btn--back:hover::after {
	width: 100%;
	transition: all 0.2s;
}

.p-form__btn--back .p-form__btn-txt:hover {
	color: #173456;
}

.p-group-list__link {
	transition: all 0.3s;
}

.p-group-list__link:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.p-group-list__link:hover .p-group-list__name::after {
	transform: translate(0.4rem, -0.1rem);
	transition: all 0.3s;
}

.is-fixed .p-header__logo {
	transform: scale(0.7);
	transition: all 0.3s;
}

.p-header__contact:hover {
	color: #b39241;
	transition: all 0.2s;
}

.p-header__contact:hover::before {
	width: 100%;
	background-color: #fff;
	transition: all 0.2s;
}

.p-single__content a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.p-single__content .wp-block-button .wp-block-button__link:hover {
	color: #b39241;
	background-color: #fff;
	transition: all 0.3s;
}

.p-single__content .wp-block-button .wp-block-button__link:hover::after {
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
	transition: all 0.3s;
}

.p-single__content .wp-block-button .wp-block-button__link[target=_blank]:hover {
	color: #b39241;
	background-color: #fff;
	transition: all 0.3s;
}

.p-single__content .wp-block-button .wp-block-button__link[target=_blank]:hover::after {
	background-image: url(../img/common/arrow_right_gold.svg);
	border: none;
	transition: all 0.3s;
}

.p-top-link__wrap:hover::before {
	transform: scale(1.2);
	transition: all 0.3s;
}

.p-top-link__wrap:hover::after {
	background-color: rgba(23, 52, 86, 0.85);
	transition: all 0.3s;
}

.u-line {
	padding-bottom: 0.4rem;
	background-image: linear-gradient(#b39241, #b39241);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0 1px;
	transition: background-size 0.3s;
}

.u-line:hover {
	background-position: bottom left;
	background-size: 100% 1px;
}

}

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

.p-about-group__img {
	width: 133.2rem;
	height: 9rem;
}

.p-about-us__img {
	bottom: -0.5rem;
	width: 133.2rem;
	height: 9rem;
}

.p-message__img {
	width: 133.2rem;
	height: 9rem;
}

.p-real-estate__info {
	padding: 2rem 8rem 2rem;
}

}

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

html,
body {
	font-size: 0.7246376812vw;
}

}

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

.pc {
	display: none;
}

.tb {
	display: block;
}

}

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

html,
body {
	font-size: 2.6666666667vw;
}

main {
	margin-top: 6.1rem;
}

.tb {
	display: none;
}

.sp {
	display: block;
}

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

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

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

.c-breadcrumbs span {
	font-size: 1.2rem;
}

.c-btn__txt::before {
	content: none;
}

.c-ttl-en {
	padding-bottom: 2rem;
}

.c-ttl-en-sub {
	font-size: 1.4rem;
}

.c-ttl-en__main {
	font-size: 3rem;
	margin-top: 1.5rem;
	line-height: 1.2;
}

.c-ttl__main {
	font-size: 3rem;
}

.c-ttl__main--sml {
	font-size: 1.6rem;
}

.c-ttl__main--border-left::before {
	width: 5.3rem;
}

.c-ttl__main--lg {
	font-size: 3.6rem;
	padding-bottom: 1.5rem;
}

.c-ttl__main--about-group {
	font-size: 3rem;
}

.c-ttl__sub {
	font-size: 1.6rem;
	margin-top: 1rem;
}

.p-about-group {
	padding-top: 8rem;
}

.p-about-group__heading {
	margin-top: 3rem;
}

.p-about-group__circle-area {
	margin-top: 0;
	padding-top: 8rem;
	padding-bottom: 13rem;
}

.p-about-group__circle-area-inner {
	width: 35.5rem;
	height: 35.5rem;
}

.p-about-group__circle::after {
	width: 27rem;
	height: 27rem;
}

.p-about-group__suns {
	width: 18rem;
	height: 18rem;
}

.p-about-group__suns img {
	width: 8.6rem;
	height: 9.4rem;
	margin-top: 3.5rem;
}

.p-about-group__suns-txt {
	font-size: 1.1rem;
	letter-spacing: 0;
	margin-top: 1.5rem;
}

.p-about-group__item {
	width: 13rem;
	height: 13rem;
}

.p-about-group__item-txt {
	font-size: 1.2rem;
}

.p-about-group__item--01 {
	top: -3rem;
	right: 1rem;
}

.p-about-group__item--01 .p-about-group__logo {
	width: 10rem;
	margin: 3.5rem auto 0.5rem;
}

.p-about-group__item--01 .p-about-group__item-txt {
	transform: translateX(0.2rem);
}

.p-about-group__item--02 {
	top: -3rem;
	left: 1rem;
}

.p-about-group__item--02 .p-about-group__logo {
	width: 11rem;
	margin: 5rem auto 0.9rem;
}

.p-about-group__item--03 {
	top: 26rem;
	right: 1rem;
}

.p-about-group__item--03 .p-about-group__logo {
	width: 6.5rem;
	margin: 1.4rem auto 0;
}

.p-about-group__item--04 {
	top: 26rem;
	left: 1rem;
}

.p-about-group__item--04 .p-about-group__logo {
	width: 11rem;
	margin: 4rem auto 1rem;
}

.p-about-group__img {
	bottom: -0.15rem;
	width: 35.5rem;
	height: 2.4rem;
	opacity: 0.8;
}

.p-about-us {
	padding: 6rem 0 43rem;
}

.webp .p-about-us.lazyloaded::before {
	background-image: url(../img/top/about-us_bg_sp.webp);
}

.no-webp .p-about-us.lazyloaded::before {
	background-image: url(../img/top/about-us_bg_sp.jpg);
}

.p-about-us__head {
	font-size: 2.2rem;
	margin-top: 4rem;
}

.p-about-us__txt {
	font-size: 1.6rem;
	margin-top: 2.4rem;
}

.p-about-us__img {
	bottom: -0.15rem;
	width: 35.5rem;
	height: 2.4rem;
}

.p-contact-sec {
	padding: 8rem 0;
}

.p-contact-sec__box {
	padding: 5rem 2rem;
}

.p-contact-sec__info {
	flex-direction: column;
}

.p-contact-sec__ttl-wrap {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.p-contact-sec__ttl {
	font-size: 3.6rem;
}

.p-contact-sec__sub-ttl {
	margin-top: 0.7rem;
}

.p-contact-sec__txt {
	margin-top: 2.5rem;
}

.p-contact-sec__btn {
	width: 100%;
}

.p-contact-sec__link {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem 0;
	margin-top: 3rem;
}

.p-contact-sec__btn-link {
	width: 100%;
	height: 5.5rem;
}

.p-contact-sec__btn-link--contact {
	font-size: 1.6rem;
}

.p-contact-sec__btn-link--contact::before {
	content: none;
}

.p-contact-sec__btn-link--contact::after {
	right: 1.7rem;
	width: 0.7rem;
	height: 0.7rem;
}

.p-contact-sec__btn-link--tel::before {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.7rem;
}

.p-contact-sec__btn-link--tel::after {
	content: none;
}

.p-contact-sec__btn-txt {
	font-size: 1.8rem;
}

.p-footer {
	padding-top: 5rem;
}

.p-footer__wrap {
	justify-content: flex-start;
	flex-direction: column;
}

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

.p-footer__nav {
	flex-wrap: nowrap;
	height: auto;
	gap: 3rem 0;
	margin-top: 4rem;
}

.p-footer__nav a {
	font-size: 1.4rem;
}

.p-footer__copy {
	padding: 2rem 0;
	margin-top: 5rem;
}

.p-form {
	padding-top: 8rem;
}

.p-form__head {
	margin-bottom: 5rem;
}

.p-form__item {
	justify-content: flex-start;
	flex-direction: column;
}

.p-form__item:nth-of-type(n + 2) {
	margin-top: 3rem;
}

.p-form__ttl {
	width: 100%;
}

.p-form__item input[type=text],
.p-form__item input[type=email],
.p-form__item input[type=tel],
.p-form__item textarea {
	width: 100%;
	margin-top: 1rem;
}

.p-form__item textarea {
	min-height: 15rem;
}

.p-form__txt {
	margin-top: 5rem;
	text-align: left;
}

.p-form__consent-label {
	font-size: 1.6rem;
}

.p-form__item input[type=checkbox] {
	width: 1.6rem;
	height: 1.6rem;
}

.p-form__btns {
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem 0;
}

.p-form__btn--confirm::before,
.p-form__btn--submit::before {
	content: none;
}

.p-form__btn--back::after {
	content: none;
}

.p-form__input-box {
	width: 100%;
	margin-top: 1rem;
}

.p-form__input-box--consent {
	font-size: 1.6rem;
	margin: 1rem 0;
}

.c-fv-under {
	min-height: auto;
	padding: 10rem 0 4rem;
}

.c-fv-under__ttl {
	font-size: 3.6rem;
}

.c-fv-under__sub-ttl {
	font-size: 1.6rem;
	margin-top: 1.5rem;
}

.p-fv__inner {
	margin-left: 2rem;
}

.p-fv__img {
	height: 60rem;
}

.p-fv__box {
	top: auto;
	bottom: 3.8rem;
	left: 0;
	padding: 0 1.6rem;
}

.p-fv__copy {
	font-size: 6rem;
	line-height: 1.16;
}

.p-fv__sub-copy {
	font-size: 2.6rem;
	white-space: nowrap;
	margin-top: 1.3rem;
}

.p-fv__scroll {
	display: none;
}

.p-group-list {
	padding: 8rem 0 3rem;
}

.p-group-list__items {
	margin-top: 5rm;
}

.p-group-list__item {
	flex-direction: column;
	row-gap: 3rem;
	padding: 4rem 0;
}

.p-group-list__logo {
	width: 100%;
	height: 20rem;
}

.p-group-list__name {
	font-size: 2.4rem;
}

.p-group-list__name::after {
	width: 2.2rem;
	height: 2.2rem;
}

.p-header {
	padding: 2.1rem 2.4rem;
}

.p-header__logo {
	left: 0;
	width: 8rem;
}

.p-header__nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.p-header__nav.is-open {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.p-header__items {
	flex-direction: column;
	align-items: flex-start;
	margin: 9rem 2.4rem 0;
}

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

.p-header__item {
	width: 100%;
}

.p-header__item--privacy-policy {
	text-align: center;
}

.p-header__link {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	border-bottom: 0.1rem solid #e0e0e0;
	position: relative;
}

.p-header__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.2rem;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 0.7rem;
	height: 0.7rem;
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
}

.p-header__contact {
	display: block;
	width: 26.8rem;
	text-align: center;
	margin: 3rem auto 0;
}

.p-header__contact::before {
	content: none;
}

.p-header__privacy-policy {
	display: inline-block;
	width: auto;
	font-size: 1.2rem;
	border-bottom: none;
	padding: 0;
	margin: 3rem 0;
}

.p-header__privacy-policy::before {
	content: "";
	transform: translateY(-0.1rem) rotate(45deg);
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	border-top: 0.1rem solid #b39241;
	border-right: 0.1rem solid #b39241;
	margin-right: 0.8rem;
}

.p-header__privacy-policy::after {
	content: none;
}

.p-header__burger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
	display: block;
	opacity: 1;
	z-index: 1;
}

.p-history {
	padding: 8rem 0;
}

.p-history__items::before {
	left: 7.4rem;
	height: 96.5%;
}

.p-history__item:nth-of-type(n + 2) {
	margin-top: 3rem;
}

.p-history__ttl {
	width: 7.5rem;
	font-size: 2rem;
}

.p-history__txt {
	font-size: 1.4rem;
	padding-left: 3rem;
}

.p-history__txt ._num {
	width: 4rem;
	font-size: 1.4rem;
}

.p-message {
	margin-top: 8rem;
	padding-bottom: 10rem;
}

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

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

.p-message__img {
	bottom: -0.15rem;
	width: 35.5rem;
	height: 2.4rem;
	opacity: 0.8;
}

.p-overview {
	padding: 8rem 0;
}

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

.p-overview__item {
	align-items: flex-start;
	flex-direction: column;
	padding: 2rem 1rem;
}

.p-overview__ttl {
	width: 100%;
}

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

.p-overview__txt--indent {
	line-height: 1.8;
}

.p-overview__map {
	width: 31.5rem;
	height: 20rem;
}

.p-real-estate__item {
	flex-direction: column;
	align-items: flex-start;
	min-height: auto;
}

.p-real-estate__item--mt {
	margin-top: 4rem;
}

.p-real-estate__info {
	width: 100%;
}

.p-real-estate__img {
	width: 100%;
	height: 28rem;
}

.p-real-estate__info {
	padding: 8rem 2rem 3rem;
}

.p-real-estate__number {
	font-size: 1.8rem;
}

.p-real-estate__number ._num {
	margin-right: 0.7rem;
}

.p-real-estate__ttl {
	font-size: 3.6rem;
}

.p-service-intro {
	margin-top: 8rem;
	padding-bottom: 13rem;
}

.p-service-intro::before {
	top: 4rem;
}

.p-service-intro::after {
	top: 4rem;
}

.p-service-intro__box {
	flex-direction: column;
	gap: 2rem 0;
	padding: 0 2rem 4rem;
}

.p-service-intro__ttl {
	font-size: 3rem;
}

.p-single {
	margin-top: 8rem;
}

.p-single__content h1 {
	font-size: 3.6rem;
	line-height: 1.5;
}

.p-single__content h2 {
	font-size: 2rem;
	line-height: 1.5;
	padding-bottom: 1rem;
	margin: 1.5em 0 1em;
}

.p-single__content h3 {
	font-size: 2.6rem;
	line-height: 1.5;
	padding-bottom: 1.2rem;
}

.p-single__content h4 {
	font-size: 2.2rem;
}

.p-single__content h5 {
	font-size: 2rem;
}

.p-single__content a[target=_blank]::after {
	margin: 0 0.3rem;
}

.p-strengths {
	padding: 8rem 0;
}

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

.p-strengths__item {
	width: 100%;
	min-height: auto;
	padding: 3rem 2rem;
}

.p-strengths__ico {
	width: 8rem;
	height: 8rem;
}

.p-strengths__head {
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}

.p-thanks {
	margin: 8rem 0 4rem;
}

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

.p-top-group {
	padding: 8.5rem 0 8rem;
}

.p-top-group__wrap {
	flex-direction: column;
	justify-content: flex-start;
	gap: 3rem 0;
}

.p-top-group__head {
	font-size: 2.2rem;
	margin-top: 5rem;
}

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

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

.p-top-group__img-txt ._sml {
	font-size: 0.85rem;
}

.p-top-group__img-txt--01 {
	top: 11.3rem;
	left: 6rem;
}

.p-top-group__img-txt--02 {
	top: 11.3rem;
	left: 23rem;
}

.p-top-group__img-txt--03 {
	top: 28rem;
	left: 6.9rem;
}

.p-top-group__img-txt--04 {
	top: 28rem;
	left: 21rem;
}

.p-top-group__img-txt--05 {
	display: block;
	top: 20.6rem;
	left: 50%;
	transform: translateX(-50%);
}

.p-top-group__btn {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.p-top-link__items {
	flex-direction: column;
}

.p-top-link__item {
	width: 100%;
	height: 20rem;
}

.p-top-link__txt {
	font-size: 1.6rem;
}

.p-top-link__txt::before {
	bottom: 2.8rem;
	width: 4rem;
}

.p-top-link__txt ._en {
	font-size: 3.6rem;
	margin-bottom: 3rem;
}

}

@keyframes fvScroll {

0% {
	bottom: 9.25vw;
}

50% {
	opacity: 1;
}

85% {
	opacity: 0.9;
}

100% {
	bottom: 0;
	opacity: 0;
}

}

