@charset "UTF-8";
/* Scss Document */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ----------------- フォント ----------------- */
/* font-weight一覧
    Light 300
    Regular 400
    Medium 500 
*/
/* ----------------- 全体　タグ ----------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #222;
  letter-spacing: 0.06em;
  line-height: 1.8;
  max-width: 100%;
  background-color: #f5f4f2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* WordPressのアドミンバーがある場合は、margin-top */
body:has(#wpadminbar) .l-headerBox {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  body:has(#wpadminbar) .l-headerBox {
    margin-top: 46px;
  }
}
a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

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

/* ----------------- 全体（条件、要素） ----------------- */
.onlySp {
  display: none;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-block;
  background-color: #012b28;
  color: #fdfdfd;
  width: 100%;
}
.c-btn--line a {
  background: #fff;
  display: flex;
  align-items: center;
  color: #012b28;
  padding: 10px 15px;
  min-height: 50px;
}
.c-btn--line a img {
  width: 24px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-btn--line a {
    background: none;
    padding: 0;
  }
  .c-btn--line a img {
    width: 30px;
    margin-right: 0;
  }
}
.c-btn--mail a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-height: 50px;
}
.c-btn--mail a img {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-btn--mail a {
    background: none;
    padding: 0;
  }
  .c-btn--mail a img {
    width: 32px;
  }
}

.c-btn a:hover {
  opacity: 0.5;
}

.u-textBright {
  color: #fdfdfd;
}

.l-inner {
  max-width: 100%;
  width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.c-title {
  font-size: 28px;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 0.06em;
}
.c-title--lower {
  font-size: 40px;
  margin: 140px 0 70px 20px;
}

.c-title .sub {
  font-size: 13px;
  display: block;
  margin-top: 6px;
  color: #989898;
  letter-spacing: 0.06em;
}

.c-fade-in span {
  display: inline-block;
  opacity: 1; /* 常に不透明 */
  transform: translateY(150%); /* 初期状態で下に隠す */
  transition: transform 1s ease-out; /* アニメーション */
}

.c-fade-in.visible span {
  transform: translateY(0); /* 画面内に入ったら元の位置に */
}

.c-section-title__title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.c-section-title__desc {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .c-section-title__title {
    font-size: 24px;
  }
  .c-section-title__desc {
    font-size: 12px;
  }
}
/* サンクスページ、プライバシーポリシーページ共通 */
.breadcrumb {
  padding: 90px 0 0 20px;
  color: #c3c3c3;
  font-size: 11px;
}

.breadcrumb ul {
  display: flex;
  gap: 0.5em;
}

.breadcrumb ul li {
  display: flex;
  gap: 0.5em;
}

.breadcrumb ul li::after {
  content: "/";
  display: inline-block;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a {
  display: inline;
}

.p-sec {
  padding: 70px 0 0 190px;
  height: 100vh;
}

.p-sec h2 {
  font-size: 57px;
}

.p-sec p {
  padding-top: 50px;
  font-size: 16px;
}

.c-flexPC {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-flexPC {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .c-flexSP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-contactBtn a {
  background: #eb8b2c;
  color: #fff;
  font-size: 16px;
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
}
.c-contactBtn a img {
  width: 16px;
  margin-right: 5px;
}

.c-property-main {
  margin: 5px 0 20px;
  background: #fff;
  padding: 20px;
  position: relative;
}
.c-property-main .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-property-main .btn {
    display: none;
  }
}
.c-property-main .upper {
  justify-content: space-between;
}
.c-property-main .head .type {
  font-size: 12px;
  background: #012b28;
  color: #fff;
  padding: 0.6em 0.8em;
  line-height: 1;
  display: inline-block;
  margin-right: 1em;
}
.c-property-main .head .preview {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #bc1010;
  line-height: 1;
  padding: 0.6em 0.8em;
  margin-right: 8px;
}
.c-property-main .cotents {
  margin: 40px 0 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-property-main .cotents {
    margin-top: 20px;
  }
}
.c-property-main .image {
  background: #d2d2d3;
  width: 291px;
  position: relative;
}
.c-property-main .image .preview {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #bc1010;
  line-height: 1;
  padding: 0.6em 0.8em;
}
.c-property-main .image img {
  object-fit: contain;
}
.c-property-main .image.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-property-main .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-property-main .image.pc {
    display: none;
  }
  .c-property-main .image.sp {
    display: block;
    /* Swiperデフォルトのボタンのスタイルを上書きする場合 */
  }
  .c-property-main .image.sp .swiper-button-next,
  .c-property-main .image.sp .swiper-button-prev {
    position: absolute; /* 親要素 .swiper-container-wrapper に対する絶対位置 */
    top: 50%; /* 縦方向の中央 */
    transform: translateY(-50%); /* 自身の高さの半分だけ上に移動して真ん中に */
    width: 44px; /* Swiperデフォルトのボタン幅 */
    height: 44px; /* Swiperデフォルトのボタン高さ */
    /* z-indexで他の要素の上に表示されるように */
    z-index: 10;
  }
  .c-property-main .image.sp .swiper-button-prev {
    left: -20px; /* 左側に50pxはみ出す */
  }
  .c-property-main .image.sp .swiper-button-next {
    right: -20px; /* 右側に50pxはみ出す */
  }
  .c-property-main .image.sp .swiper-button-next::after,
  .c-property-main .image.sp .swiper-button-prev::after {
    font-size: 20px; /* アイコンのサイズを調整 */
    color: #222;
  }
  .c-property-main .image.sp .swiper-button-prev:before,
  .c-property-main .image.sp .swiper-button-next:before {
    content: "";
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
  }
}
.c-property-main .info {
  width: calc(100% - 310px);
}
.c-property-main .info-row {
  margin-bottom: 10px;
}
.c-property-main .info .title span {
  background: #f5f4f2;
  font-size: 12px;
  padding: 3px;
  width: 100px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.c-property-main .info p {
  font-size: 14px;
  margin-top: 3px;
  width: calc(100% - 110px);
}
.c-property-main .info p span {
  display: block;
}
.c-property-main .info p .propertyPrice {
  display: inline;
}
.c-property-main .info p #propertyPriceDisplay {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .c-property-main .info {
    width: 100%;
  }
}
.c-property-main .info-under {
  margin-top: 20px;
  flex-wrap: wrap;
}
.c-property-main .info-under .info-row:nth-child(odd) {
  width: 40%;
}
.c-property-main .info-under .info-row:nth-child(even) {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .c-property-main .info-under {
    margin-top: 0;
  }
  .c-property-main .info-under .info-row:nth-child(odd),
  .c-property-main .info-under .info-row:nth-child(even) {
    width: 100%;
  }
}
.c-property-main .explanation {
  background: #f5f4f2;
  padding: 0.5em;
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
}
.c-property-main--single {
  background: none;
  padding: 0;
}
.c-property-main--single h1 p {
  font-size: 18px;
  margin-top: 10px;
}
.c-property-main--single .info .title span {
  background: #fff;
}

.c-posts-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 200px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* --------- 全体 --------- */
@media only screen and (max-width: 768px) {
  body {
    width: 768px;
    max-width: 100%;
  }
  .onlySp {
    display: block;
  }
  .onlyPc {
    display: none;
  }
  .c-title {
    font-size: 28px;
  }
  .c-title--lower {
    font-size: 24px;
    margin: 0px 0 60px;
  }
  .c-title .sub {
    font-size: 13px;
  }
  /* サンクスページ、プライバシーポリシーページ共通 */
  .breadcrumb {
    padding: 64px 0 0 28px;
  }
  .p-sec {
    padding: 95px 30px 0 30px;
  }
  .p-sec h2 {
    font-size: 32px;
  }
}
.c-posts-message {
  font-size: 14px;
  margin-top: 100px;
}

.u-spbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.wpcf7-list-item input {
  width: 15px;
  height: 15px;
  border: 1px solid #b5b5b5;
  position: relative;
}
.wpcf7-list-item input:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  font-size: 13px;
  top: -6px;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

label {
  display: block;
}

.wpcf7-checkbox {
  border: none;
  padding: 10px 0 0 0;
  display: block;
}

.required {
  background: #ebb42c;
  font-size: 12px;
  line-height: 1;
  padding: 0.3em 0.4em;
  color: #fff !important;
  display: inline-block;
  margin-left: 0.5em;
}

.wpcf7-form p:nth-child(7) {
  display: block !important;
}

.wpcf7-checkbox {
  border: none !important;
  padding: 0 !important;
}

/* ----------------- ヘッダー ----------------- */
/* .l-header {
} */
.l-headerBox {
  width: 100%;
  height: 70px;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f4f2;
}

.l-headerLogo {
  width: 40px;
  height: 40px;
}

.l-headerNav {
  display: flex;
  justify-content: space-between;
  color: #012b28;
  font-size: 14px;
}

.l-headerNav ul {
  display: flex;
  align-items: center;
}

.l-headerNav ul li {
  display: inline-block;
  margin-right: clamp(0.625rem, -1.016rem + 3.28vw, 1.938rem);
}

.l-headerNav ul li:nth-child(3) {
  margin-right: clamp(0.625rem, -1.25rem + 3.75vw, 2.125rem);
}

.l-headerNav ul li:nth-child(4) {
  margin-right: clamp(0.625rem, -2.5rem + 6.25vw, 3.125rem);
}

.l-headerNav ul li:nth-child(5) {
  margin-right: clamp(0.625rem, -0.156rem + 1.56vw, 1.25rem);
}

.l-headerNav ul li:last-child {
  margin-right: 0;
}

.l-headerNav .onlySp {
  display: none;
}

.l-headerTel a {
  position: relative;
  display: flex;
  align-items: center;
  color: #012b28;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.l-headerTel a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(2px);
}

.l-headerNavBtn a {
  padding: 8px 20px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* --------- ヘッダー --------- */
@media only screen and (max-width: 768px) {
  .l-headerBox {
    height: 40px;
    padding: 3px 3px 3px 10px;
  }
  .l-headerLogo {
    width: 20px;
  }
  .l-headerNav ul li {
    margin-right: 20px !important;
  }
  .l-headerNav ul li:last-child {
    margin-right: 10px !important;
  }
  .l-headerNav ul li.onlyPc,
  .l-headerNav ul li .onlyPc {
    display: none;
  }
  .l-headerNav ul li .onlySp,
  .l-headerNav ul li.onlySp {
    display: inline;
  }
  .l-headerTel a {
    font-size: 18px;
    letter-spacing: 0;
    text-decoration: underline;
  }
  .l-headerNavBtn a {
    padding: 0;
  }
}
/* ----------------- ハンバーガー・メニュー ----------------- */
.l-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 768px;
  max-width: 100%;
  height: 100%;
  background-color: #f5f4f2;
  color: #222;
  transition: right 0.7s ease;
  padding: 120px 30px 0;
  box-sizing: border-box;
  z-index: 10;
}

/* ----------------- SP表示（768px以下）----------------- */
/* ハンバーガーボタン */
@media only screen and (max-width: 768px) {
  .hamburger {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 40px;
    padding: 10px 0;
    cursor: pointer;
    z-index: 20;
    background-color: #fdfdfd;
  }
  .hamburger_line {
    display: block;
    height: 3px;
    width: 65%;
    background-color: #012b28;
    margin: 3px auto;
    transition: 0.4s;
  }
  /* バツ印に変化するスタイル */
  .hamburger.active .hamburger_line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active .hamburger_line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger_line:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -4px);
  }
  /* メニューリストのスタイル */
  .l-menu ul {
    list-style-type: none;
    padding: 0;
  }
  .l-menu ul:not(:first-child) {
    margin-top: 35px;
  }
  .l-menu li a {
    padding: 14px 0;
    border-bottom: 1px solid #e2e1df;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }
  /* メニューが開いているとき */
  .l-menu.open {
    right: 0;
  }
}
/* ----------------- フッター ----------------- */
.l-footer {
  padding: 102px 0 40px;
  font-size: 15px;
}

.l-footerInner {
  max-width: 1260px;
  padding-inline: 30px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-footerLogo {
  width: 41.6666666667%;
}

.l-footerLogo a {
  display: block;
  max-width: 280px;
  width: 100%;
  margin-inline: auto;
}

.l-footerLogo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.l-footerMenu {
  display: flex;
  gap: clamp(0.625rem, -6.094rem + 13.44vw, 6rem);
}

.l-footerMenuList li {
  margin-top: 10px;
}

.l-footerMenuList li:first-child {
  margin-top: 0;
}

.l-footerMenuItem {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.l-footerMenuItem a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-block: 4px;
}

.l-footerLower {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-footerCopyright {
  font-size: 12px;
  text-align: right;
}

.l-footerSns {
  width: 100px;
  margin: 50px 0 40px auto;
}
.l-footerSns a {
  width: 32px;
  display: block;
}

/* ----------------- SP表示（768px以下）----------------- */
/* フッター */
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 137px 0 90px;
  }
  .l-footerInner {
    display: block;
  }
  .l-footerLogo {
    width: 100%;
    text-align: center;
  }
  .l-footerLogo a {
    max-width: 192px;
    margin-inline: auto;
  }
  .l-footerMenu {
    margin-top: 54px;
    display: block;
    width: 100%;
  }
  .l-footerMenuList:not(:first-child) {
    margin-top: 30px;
  }
  .l-footerMenuList {
    border-top: 1px solid #e2e1df;
    padding-top: 27px;
  }
  .l-footerMenuItem {
    margin-top: 15px;
  }
  .l-footerMenuItem a {
    padding-block: 8.5px;
  }
  .l-footerCopyright {
    text-align: left;
  }
  .l-footerSns {
    margin: 60px 0 70px;
  }
}
.l-pagination {
  margin-top: 106px;
}

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

.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.c-pagination__item .prev {
  margin-right: 30px;
}

.c-pagination__item .next {
  margin-left: 30px;
}

.c-pagination__item a {
  display: block;
  padding: 9px 5px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.c-pagination__item .current {
  display: block;
  padding: 9px 5px;
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
}

.c-pagination__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #222222;
}

.c-pagination__arrow--prev {
  position: relative;
  left: 2px;
  transform: rotate(-135deg);
}

.c-pagination__arrow--next {
  position: relative;
  right: 2px;
  transform: rotate(45deg);
}

.c-pagination__item--dots span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  bottom: 4px;
}

/* ----------------- SP表示（768px以下）----------------- */
@media (max-width: 768px) {
  .l-pagination {
    margin-top: 40px;
  }
  .c-pagination__list {
    gap: 4px;
  }
  .c-pagination__item a,
  .c-pagination__item .current {
    padding: 6px 9px;
    font-size: 14px;
    min-width: 39px;
  }
  .c-pagination__item .prev {
    margin-right: 22px;
  }
  .c-pagination__item .next {
    margin-left: 22px;
  }
  .c-pagination__arrow {
    width: 8px;
    height: 8px;
  }
  .c-pagination__item--dots span {
    font-size: 11px;
  }
}
/* ----------------- FV ----------------- */
.fv {
  position: relative;
}

.fvInner {
  position: relative;
  background: url("../img/fv.jpg") 0 67% no-repeat;
  background-size: cover;
  padding: 100vh 150px 90px 0;
  opacity: 0;
  animation: fadeInFv 1s forwards;
  animation-delay: 1.2s;
}

/* オーバーレイ用の要素 */
.fvOverlay {
  opacity: 0;
  transition: opacity 0.5s ease; /* 不透明度の変化を滑らかにする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}

.fvOnlyLogo {
  position: absolute;
  left: 0;
  top: 50vh;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeInFv 1s forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInFv {
  to {
    opacity: 1; /* 最終的に表示 */
  }
}
.fv h2 {
  margin: 0 auto;
  width: 435px;
}

.fvText {
  margin: 60px 0 0 auto;
  width: 440px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.fvText p:nth-child(1) {
  line-height: 2.5;
}

.fvText p:nth-child(2) {
  margin-top: 40px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* FV */
@media only screen and (max-width: 768px) {
  .fvInner {
    padding: 100vh 0px 50px;
    background: url("../img/fv.jpg") 0 67% no-repeat;
    background-position: 44% 86%;
    background-size: 300%;
  }
  .fvOnlyLogo {
    top: 30vh;
  }
  .fv h2 {
    width: 235px;
  }
  .fv .fvText {
    margin: 45px auto 0;
    max-width: 100%;
    padding: 0 30px;
  }
  .fvText_ja {
    letter-spacing: 0.03em;
    line-height: 2.5;
  }
  .fvText_en {
    font-size: 13px;
  }
}
/* ----------------- Service ----------------- */
.sec01 {
  padding: 95px 0 128px;
}

.sec01Box {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
  max-width: 1140px;
  margin-inline: auto;
}

.p-card {
  width: calc(33% - 14px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.p-cardContent {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.p-cardTitle {
  font-size: 24px;
  margin-top: 20px;
  overflow: hidden;
}

.p-cardTitle .sub {
  font-size: 11px;
  padding-left: 12px;
}

.p-cardText {
  flex-grow: 1;
  margin-top: 18px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.p-cardImg {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  overflow: hidden;
}

.p-cardImg.fade-in {
  opacity: 1;
  transform: translateX(0);
}

/* ----------------- SP表示（768px以下）----------------- */
/* Service */
@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 54px 0 70px;
  }
  .sec01Box {
    margin-top: 39px;
    display: block;
  }
  .p-card {
    margin-top: 60px;
    width: 100%;
  }
  .p-card:first-child {
    margin-top: 0;
  }
  .p-cardTitle .sub {
    letter-spacing: normal;
  }
}
/* ----------------- 対応エリア ----------------- */
.sec02 {
  padding: 115px 0;
  background-color: #fdfdfd;
}

.sec02 .l-inner {
  display: flex;
  justify-content: center;
}

.sec02 .l-inner .headOuter,
.sec02 .l-inner p {
  width: 435px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec02 .l-inner h3 .sub {
  font-size: 18px;
  padding-right: 35px;
}

.sec02 .l-inner .headOuter {
  border-right: 1px solid #e2e1df;
}

.sec02 .l-inner h3 {
  font-size: 27px;
  overflow: hidden;
}

.sec02 .l-inner p {
  padding: 35px 0 35px 75px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

/* ----------------- SP表示（768px以下）----------------- */
/* 対応エリア */
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 65px 0 40px;
  }
  .sec02 .l-inner {
    display: block;
  }
  .sec02 .l-inner h3 {
    padding: 0;
    border: none;
  }
  .sec02 .l-inner p {
    margin-top: 35px;
    padding: 0;
  }
  .sec02 .l-inner .headOuter {
    border-right: none;
  }
}
/* ----------------- About Us ----------------- */
.sec03 {
  background-image: url(../img/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blur {
  backdrop-filter: blur(27px);
  background-color: rgba(2, 26, 24, 0.6);
}

.sec03 .l-inner {
  padding: 85px 30px 112px;
}

.tableOverviewContainer {
  margin-top: 95px;
  max-width: 1040px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 43px;
}

.tableOverview {
  max-width: 640px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.tableOverviewImageBox {
  padding-top: 17px;
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tableOverviewImage img {
  aspect-ratio: 360/186;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.tableOverview .tableOverviewBox {
  border-bottom: 1px solid #7e7e7e;
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(0.625rem, -1.094rem + 3.44vw, 2rem);
}

.tableOverview .tableOverviewBox:last-child {
  border-bottom: none;
}

.tableOverview .tableOverviewBox .tableOverviewBoxHead {
  min-width: 135px;
  width: 31.3971742543%;
  padding: 15px 0 15px 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.tableOverview .tableOverviewBox .tableOverviewBoxContents {
  width: calc(100% - 240px);
  padding: 15px 0;
  letter-spacing: 0.06em;
  flex: 1;
  line-height: 2;
}

.tableOverview .tableOverviewBox .map {
  width: calc(100% - 47px);
  margin-left: 20px;
  filter: grayscale(100%);
  margin-bottom: 30px;
}
.tableOverview .tableOverviewBox .map iframe {
  height: 203px;
  width: 100%;
}
.tableOverview .tableOverviewBox .map p {
  text-align: right;
  margin-top: 5px;
}
.tableOverview .tableOverviewBox .map p a {
  display: inline-block;
  font-size: 13px;
}
.tableOverview .tableOverviewBox .map p a img {
  display: inline-block;
  width: 16px;
  margin-right: 0.6em;
  transform: translateY(-4px);
}

/* ----------------- SP表示（768px以下）----------------- */
/* About Us */
@media only screen and (max-width: 768px) {
  .sec03 {
    overflow-x: clip;
  }
  .sec03 .l-inner {
    padding: 52px 30px 0;
  }
  .tableOverviewContainer {
    margin-top: 44px;
    flex-direction: column;
    gap: 46px;
  }
  .tableOverview {
    width: 100%;
  }
  .tableOverview .tableOverviewBox {
    display: block;
    padding: 16px 0;
  }
  .tableOverview .tableOverviewBox .tableOverviewBoxHead,
  .tableOverview .tableOverviewBox .tableOverviewBoxContents {
    display: block;
    max-width: initial;
    width: 100%;
    padding: 0;
  }
  .tableOverview .tableOverviewBox .tableOverviewBoxHead {
    font-size: 13px;
  }
  .tableOverview .tableOverviewBox .tableOverviewBoxContents {
    margin-top: 10px;
    width: 100%;
    line-height: 1.6666666667;
  }
  .tableOverview .tableOverviewBox .map {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .tableOverview .tableOverviewBox .map iframe {
    aspect-ratio: 315/150;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .tableOverview .tableOverviewBox .map p {
    text-align: left;
    margin-top: 22px;
    font-size: 13px;
  }
  .tableOverview .tableOverviewBox .map p a img {
    transform: translateY(-2px);
  }
  .tableOverviewImageBox {
    padding-top: initial;
    gap: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    max-width: initial;
  }
}
/* ----------------- Contact Us ----------------- */
.sec04 {
  padding: 170px 0 200px;
}

.formBox {
  margin: 140px auto 0;
  width: 600px;
  max-width: 100%;
}

.wpcf7-form p label span {
  color: #ff6c00;
}

.wpcf7-form p label span.wpcf7-list-item-label {
  color: #222;
}

/* ----------------- SP表示（768px以下）----------------- */
/* Contact Us */
@media only screen and (max-width: 768px) {
  .sec04 {
    padding: 70px 0 120px;
  }
  .formBox {
    margin-top: 75px;
  }
}
/* -------- フォーム -------- */
.wpcf7-form p {
  margin-top: 40px;
}

.wpcf7-form-control {
  color: #222;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  padding: 12px 0 12px 15px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
}

.wpcf7-textarea {
  height: 160px;
}

.wpcf7-form p span span.wpcf7-acceptance {
  border: none;
  margin-top: 35px;
  padding: 0;
}

.wpcf7-form p:nth-child(7) {
  display: flex;
  justify-content: center;
}

.checkbox-cl01 {
  width: 30px;
  height: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  position: relative;
  /* appearance: auto; */
}

.checkbox-cl01:checked::before {
  content: "✔";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.wpcf7-list-item-label {
  padding-left: 15px;
}

.wpcf7-list-item-label a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.wpcf7-submit {
  width: 300px;
  margin-top: 80px;
  background-color: #222;
  border-radius: 0;
  color: #fdfdfd;
  text-align: center;
}

.wpcf7-submit:hover {
  opacity: 0.5;
}

/* ----------------- SP表示（768px以下）----------------- */
/* フォーム */
@media only screen and (max-width: 768px) {
  .wpcf7-submit {
    margin-top: 25px;
  }
}
/* ----------------- サンクスページ thanks.html ----------------- */
.thanks p {
  line-height: 2.375;
}

.thanksBtn {
  margin-top: 70px;
  width: 220px;
  font-size: 15px;
}
.thanksBtn a {
  padding: 17px 0;
}

/* ----------------- SP表示（768px以下）----------------- */
/* サンクスページ thanks.html */
@media only screen and (max-width: 768px) {
  .thanksBtn {
    width: 100%;
  }
}
/* ----------------- プライバシーポリシー privacy.html ----------------- */
.privacy {
  padding-left: 0;
  padding-right: 0;
}

.privacy h2 {
  padding-left: 190px;
}

.privacy h2 span {
  display: block;
  font-size: 14px;
}

.privacy p {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* プライバシーポリシー privacy.html */
@media only screen and (max-width: 768px) {
  .privacyBc {
    display: block;
    padding-top: 60px;
  }
  .privacy {
    padding-top: 70px;
  }
  .privacy h2 {
    padding-left: 30px;
  }
  .privacy p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*-------------------------------------------
p-mv
-------------------------------------------*/
.p-mv {
  padding-block: 185px 0;
}

.p-mv__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.625rem, -8.75rem + 18.75vw, 8.125rem);
}

.p-mv__title {
  max-width: 494px;
  width: 100%;
  width: 42.5862068966%;
}

.p-mv__title img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-mv__text {
  max-width: 370px;
  width: 100%;
  font-size: 15px;
  line-height: 2.3333333333;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.p-mv__img-content {
  margin-top: 127px;
  position: relative;
}

.p-mv__img,
.p-mv__copy {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  overflow: hidden;
}

.p-mv__img.fade-in,
.p-mv__copy.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.p-mv__img img {
  aspect-ratio: 1440/449;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-mv__copy {
  position: absolute;
  bottom: 0;
  right: 120px;
  max-width: 437px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .p-mv {
    padding-block: 90px 0;
  }
  .p-mv__content {
    flex-direction: column;
    gap: 84px;
  }
  .p-mv__title {
    max-width: 234px;
    width: 100%;
  }
  .p-mv__img-content {
    margin-top: 23px;
  }
  .p-mv__img img {
    aspect-ratio: 375/412;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .p-mv__text {
    max-width: initial;
    width: 100%;
    line-height: 1.9333333333;
    font-weight: 400;
  }
  .p-mv__copy {
    bottom: 0;
    right: 50%;
    transform: translateX(50%) translateY(20px);
    max-width: initial;
    width: 100%;
    padding-bottom: 20px;
    padding-inline: 30px;
  }
  .p-mv__copy.fade-in {
    transform: translateX(50%) translateY(0);
  }
}
/*-------------------------------------------
p-property
-------------------------------------------*/
.p-property {
  padding-block: 86px 90px;
  background-color: #fff;
}

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

.p-property__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, -7.188rem + 15.63vw, 6.875rem);
}

.p-property__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-property__description {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: 300;
  letter-spacing: 0.04em;
  max-width: 360px;
  width: 100%;
  text-align: left;
}

.p-property__content {
  margin-top: 54px;
}

.p-property__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 813px;
  margin-inline: auto;
}

.p-property__item {
  flex: 1;
}

.p-property__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 10px;
  background: #f5f4f2;
  max-width: 240px;
  width: 100%;
  border: 1px solid #c3c3c3;
  text-decoration: none;
  color: #222222;
  transition: 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-property__item a::after {
  content: "";
  border-right: solid 3px #222222;
  border-top: solid 3px #222222;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .p-property__item a:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .p-property__item a:hover::after {
    transform: translate(5px, -50%) rotate(45deg);
  }
}
@media (max-width: 768px) {
  .p-property {
    padding-block: 49px 42px;
  }
  .p-property__title-wrap {
    flex-direction: column;
    gap: 27px;
  }
  .p-property__title {
    font-size: 22px;
    line-height: 1.7272727273;
  }
  .p-property__content {
    margin-top: 23px;
  }
  .p-property__list {
    flex-direction: column;
    gap: 20px;
  }
  .p-property__item a {
    padding: 20px 24px;
    max-width: initial;
    width: 100%;
    min-height: 86px;
  }
}
/*-------------------------------------------
p-voice
-------------------------------------------*/
.p-voice {
  padding-block: 60px 100px;
  background-color: #ffffff;
}

.p-voice__content {
  margin-top: 50px;
}

.p-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1050px;
  margin-inline: auto;
}

.p-voice__item {
  background: #f5f4f2;
  padding: 40px;
  position: relative;
}
.p-voice__item:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  right: 30px;
  background: #f5f4f2;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transform: rotate(-90deg);
}

.p-voice__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-voice__image {
  width: 100%;
  aspect-ratio: 250/170;
  background-color: #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-voice__image img {
  aspect-ratio: 250/170;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-voice__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-voice__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-voice__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}

.p-voice__note {
  margin-top: 90px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
.p-voice__note span {
  display: inline-block;
  border-bottom: 2px solid #eab42c;
}

@media (max-width: 768px) {
  .p-voice {
    padding-block: 48px;
  }
  .p-voice__content {
    margin-top: 30px;
  }
  .p-voice__item {
    margin-bottom: 20px;
  }
  .p-voice__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-voice__note {
    margin-top: 30px;
  }
}
/*-------------------------------------------
p-topContact
-------------------------------------------*/
.p-topContact {
  padding-block: 100px;
  background-color: #ffffff;
}

.p-topContact__contents {
  margin-top: 10px;
}
.p-topContact__contents .tel {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.p-topContact__contents .tel a {
  position: relative;
  pointer-events: none;
}
.p-topContact__contents .tel a:before {
  content: "";
  display: inline-block;
  margin-right: 13px;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_tel_bg_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(8px);
}
.p-topContact__contents .info {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.p-topContact__contents .info span {
  display: inline-block;
  padding: 0 1em;
}
.p-topContact__contents .info span + span {
  border-left: 1px solid;
}
.p-topContact__contents .btnWrap {
  max-width: 720px;
  margin: 50px auto 0;
}
.p-topContact__contents .btnWrap a {
  border: 1px solid #c3c3c3;
  background: #f5f4f2;
  display: flex;
  align-items: center;
  width: 340px;
  font-size: 18px;
  height: 86px;
  position: relative;
  padding: 15px 20px 15px 50px;
  justify-content: center;
}
.p-topContact__contents .btnWrap a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.p-topContact__contents .btnWrap a img {
  width: 50px;
  margin-right: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

@media (max-width: 768px) {
  .p-topContact {
    padding-block: 60px;
  }
  .p-topContact__contents {
    margin-top: 40px;
  }
  .p-topContact__contents .tel {
    font-size: 24px;
    text-align: left;
  }
  .p-topContact__contents .tel a {
    pointer-events: all;
    text-decoration: underline;
  }
  .p-topContact__contents .tel a:before {
    margin-right: 10px;
    width: 23px;
    height: 23px;
    transform: translateY(3px);
  }
  .p-topContact__contents .info {
    text-align: left;
    margin-top: 20px;
  }
  .p-topContact__contents .info span {
    display: block;
    padding: 0;
  }
  .p-topContact__contents .info span + span {
    border-left: none;
    margin-top: 8px;
  }
  .p-topContact__contents .btnWrap {
    margin: 40px auto 0;
  }
  .p-topContact__contents .btnWrap a {
    max-width: 340px;
    width: 100%;
    margin-top: 15px;
  }
}
/*-------------------------------------------
p-news
-------------------------------------------*/
.p-news {
  padding-block: 60px 110px;
}

.p-news__content {
  margin-top: 35px;
  max-width: 1144px;
  margin-inline: auto;
}

.p-news__content.p-news-archive__content {
  margin-top: 77px;
}

.p-news__item a {
  position: relative;
  border-bottom: 1px solid #989898;
  display: flex;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
  gap: 28px;
}

.p-news__item a::after {
  content: "";
  border-right: solid 3px #222222;
  border-top: solid 3px #222222;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .p-news__item a:hover {
    opacity: 1;
    background-color: #edf2f2;
  }
  .p-news__item a:hover::after {
    transform: translate(5px, -50%) rotate(45deg);
  }
}
.p-news__date {
  font-size: 14px;
  font-weight: 300;
  min-width: 80px;
  letter-spacing: 0.12em;
  padding-left: 20px;
}

.p-news__category {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #ffffff;
  padding: 4px 4px;
  white-space: nowrap;
  min-width: 94px;
  text-align: center;
}

.p-news__text {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-news__arrow {
  color: #6c757d;
  transition: all 0.3s ease;
  margin-left: 16px;
}

.p-news__link:hover .p-news__arrow {
  color: #2c3e50;
  transform: translateX(4px);
}

.p-news__more {
  text-align: right;
  margin-top: 40px;
}

.p-news__more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.3s ease;
  padding-right: 20px;
}

.p-news__more a::after {
  content: "";
  border-right: solid 3px #222222;
  border-top: solid 3px #222222;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .p-news__more a:hover {
    opacity: 1;
  }
  .p-news__more a:hover::after {
    transform: translate(5px, -50%) rotate(45deg);
  }
}
@media (max-width: 768px) {
  .p-news {
    padding-block: 80px 91px;
  }
  .p-news__content {
    margin-top: 35px;
  }
  .p-news__content.p-news-archive__content {
    margin-top: 95px;
  }
  .p-news__item a {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 8px 5px;
    padding: 14px 0;
  }
  .p-news__date {
    grid-area: 1/1/2/2;
    padding-left: 0;
    min-width: 64px;
  }
  .p-news__category {
    font-size: 12px;
    grid-area: 1/2/2/3;
    min-width: 69px;
  }
  .p-news__text {
    grid-area: 2/1/3/4;
  }
  .p-news__more {
    text-align: center;
    margin-top: 64px;
  }
}
/*-------------------------------------------
p-news-archive
-------------------------------------------*/
.p-news-archive {
  padding-block: 100px 152px;
}

.p-news-archive__inner.l-inner {
  max-width: 1200px;
  width: 100%;
}

.p-news-archive__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-news-archive__description {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .p-news-archive {
    padding-block: 55px 0;
  }
  .p-news-archive__title {
    font-size: 22px;
  }
  .p-news-archive__description {
    font-size: 15px;
  }
}
/*-------------------------------------------
p-single
-------------------------------------------*/
.p-single {
  padding-block: 80px 177px;
}

.p-single__inner.l-inner {
  max-width: 860px;
  width: 100%;
}

.p-single__content figure {
  margin-top: 60px;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.p-single__content p {
  margin-top: 60px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}
.p-single__content p a {
  text-decoration: underline;
}

.p-single__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-single__meta {
  margin-top: 9px;
}

.p-single__date {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-single__btn {
  margin-top: 115px;
  text-align: center;
}

.p-single__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  margin-inline: auto;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  border: 1px solid #c3c3c3;
  padding: 17px 20px;
  text-indent: 20px;
}

.p-single__btn a::before {
  content: "";
  border-right: solid 2px #222222;
  border-top: solid 2px #222222;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 30px;
  top: 51%;
  transform: translateY(-50%) rotate(225deg);
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .p-single__btn a:hover {
    opacity: 1;
  }
  .p-single__btn a:hover::before {
    transform: translate(-5px, -50%) rotate(225deg);
  }
}
@media only screen and (max-width: 768px) {
  .p-single {
    padding-block: 72px 0;
  }
  .p-single__title {
    font-size: 16px;
  }
  .p-single__meta {
    margin-top: -2px;
  }
  .p-single__date {
    font-size: 12px;
  }
  .p-single__content figure {
    margin-top: 30px;
  }
  .p-single__content p {
    margin-top: 25px;
  }
  .p-single__btn {
    margin-top: 55px;
  }
}
/*-------------------------------------------
p-company
-------------------------------------------*/
.p-company {
  padding-block: 131px 60px;
}

.p-company__inner.l-inner {
  max-width: 1194px;
  width: 100%;
}

.p-company__info {
  margin-top: 156px;
  max-width: 640px;
  margin-inline: auto;
}

.p-company__logo {
  max-width: 338px;
  width: 100%;
  margin-inline: auto;
}

.p-company__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-company__info-list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-auto-rows: auto;
}

.p-company__info-item {
  display: contents;
}

.p-company__info-label {
  padding: 19px 30px 15px 26px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #7e7e7e;
}

.p-company__info-data {
  padding: 15px 20px 15px 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #7e7e7e;
}

.p-company__info-item--address .p-company__info-label,
.p-company__info-item--address .p-company__info-data {
  border-bottom: none;
}

.p-company__info-map {
  margin-top: -5px;
  grid-column: 1/-1;
  filter: grayscale(100%);
  border-bottom: 1px solid #7e7e7e;
  padding-inline: 23.5px;
  padding-bottom: 33px;
}

.p-company__info-map iframe {
  aspect-ratio: 593/203;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-company__info-map-link {
  text-align: center;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.p-company__info-map-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.p-company__info-map-link a img {
  width: 16px;
  height: 16px;
}

.p-company__info-list .p-company__info-item:last-child .p-company__info-label,
.p-company__info-list .p-company__info-item:last-child .p-company__info-data {
  border-bottom: none;
}

@media (max-width: 768px) {
  .p-company {
    padding-block: 54px 106px;
  }
  .p-company__info {
    margin-top: 91px;
  }
  .p-company__logo {
    max-width: 240px;
  }
  .p-company__info-list {
    margin-top: 65px;
    display: block;
  }
  .p-company__info-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border-bottom: 1px solid #7e7e7e;
    padding-block: 16px;
  }
  .p-company__info-item:last-child {
    border-bottom: none;
  }
  .p-company__info-label {
    display: block;
    font-size: 13px;
    padding: 0;
    border-bottom: none;
  }
  .p-company__info-data {
    font-size: 15px;
    line-height: 1.6666666667;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0;
    border-bottom: none;
  }
  .p-company__info-map {
    padding: 20px 0 10px;
    border-bottom: none;
  }
  .p-company__info-map iframe {
    aspect-ratio: 315/150;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .p-company__info-map-link {
    margin-top: 19px;
  }
  .p-company__info-map-link a {
    justify-content: flex-start;
  }
}
/*-------------------------------------------
p-company-greeting
-------------------------------------------*/
.p-company-greeting {
  padding-block: 87px;
}

.p-company-greeting__content {
  max-width: 1015px;
  width: 100%;
  margin-inline: auto;
  margin-top: 60px;
  display: flex;
  gap: 46px;
  align-items: flex-start;
}

.p-company-greeting__image {
  max-width: 400px;
  width: 100%;
}
.p-company-greeting__image.sp {
  display: none;
}

.p-company-greeting__image img {
  aspect-ratio: 400/414;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-company-greeting__box {
  padding-top: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-company-greeting__lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.p-company-greeting__message {
  margin-top: 41px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-company-greeting__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}

.p-company-greeting__name {
  margin-top: 29px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.p-company-greeting__name span {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .p-company-greeting {
    padding-block: 117px;
  }
  .p-company-greeting__content {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .p-company-greeting__image {
    margin-inline: auto;
    margin-top: 30px;
    padding: 0 24px;
  }
  .p-company-greeting__image.pc {
    display: none;
  }
  .p-company-greeting__image.sp {
    display: block;
  }
  .p-company-greeting__text {
    gap: 30px;
  }
  .p-company-greeting__message {
    gap: 16px;
  }
  .p-company-greeting__message p {
    font-size: 14px;
    line-height: 2;
  }
  .p-company-greeting__name {
    justify-content: center;
    margin-top: 13px;
  }
  .p-company-greeting__name p {
    font-size: 15px;
  }
}
/*-------------------------------------------
p-company-staff
-------------------------------------------*/
.p-company-staff {
  padding-block: 182px 263px;
}

.p-company-staff__content {
  margin-top: 60px;
}

.p-company-staff__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 57px 40px;
  max-width: 800px;
  margin-inline: auto;
  margin: 0 auto;
}

.p-company-staff__image {
  padding: 0 20px;
  width: 100%;
  margin-inline: auto;
}

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

.p-company-staff__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-company-staff__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.06em;
}

.p-company-staff__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.p-company-staff__text + .p-company-staff__text {
  border-top: 1px solid #7e7e7e;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .p-company-staff {
    padding-block: 60px;
  }
  .p-company-staff__content {
    margin-top: 40px;
  }
  .p-company-staff__list {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 500px;
  }
  .p-company-staff__image {
    max-width: 100%;
    padding: 0 24px;
  }
  .p-company-staff__info {
    padding: 20px 24px 24px;
    gap: 12px;
  }
  .p-company-staff__name {
    font-size: 15px;
  }
  .p-company-staff__text {
    font-size: 13px;
    line-height: 1.6923076923;
    -webkit-line-clamp: 4;
  }
}
/*-------------------------------------------
p-privacy
-------------------------------------------*/
.p-privacy {
  padding-block: 131px 212px;
}

.p-privacy__inner.l-inner {
  max-width: 1190px;
  width: 100%;
}

.p-privacy__content {
  margin-top: 147px;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

.p-privacy__lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}

.p-privacy__title {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}

.p-privacy__title ~ .p-privacy__title {
  margin-top: 56px;
}

.p-privacy__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}

.p-privacy__list {
  margin-top: 27px;
  counter-reset: privacy-counter;
  list-style: none;
  display: grid;
  gap: 26px;
}

.p-privacy__list ~ .p-privacy__list {
  margin-top: initial;
}

.p-privacy__item {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  counter-increment: privacy-counter;
  position: relative;
  padding-left: 15px;
}

.p-privacy__item::before {
  content: counter(privacy-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}

.p-privacy__sublist {
  margin-top: 27px;
}

.p-privacy__sublist.p-privacy__sublist--sub {
  margin-top: initial;
}

.p-privacy__subitem {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}

.p-privacy__subitem::before {
  content: "・";
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 15px;
  font-weight: 400;
}

.p-privacy__sublist-item {
  margin-left: -10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}

.p-privacy__contact {
  margin-top: 25px;
}

.p-privacy__contact-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .p-privacy {
    padding-block: 53px 55px;
  }
  .p-privacy__content {
    margin-top: 96px;
  }
  .p-privacy__title {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.7333333333;
    padding-bottom: initial;
  }
  .p-privacy__title ~ .p-privacy__title {
    margin-top: 52px;
  }
  .p-privacy__text {
    margin-top: initial;
  }
  .p-privacy__list {
    margin-top: 28px;
  }
  .p-privacy__sublist {
    margin-top: 25px;
  }
  .p-privacy__sublist-item {
    padding-left: 10px;
    text-indent: -10px;
  }
  .p-privacy__contact {
    margin-top: 25px;
  }
}
/*-------------------------------------------
p-legal
-------------------------------------------*/
.p-legal {
  padding-block: 131px 152px;
}

.p-legal__inner.l-inner {
  max-width: 1190px;
  width: 100%;
}

.p-legal__content {
  margin-top: 160px;
  max-width: 730px;
  width: 100%;
  margin-inline: auto;
}

.p-legal__list {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-auto-rows: auto;
}

.p-legal__term {
  padding: 23px 30px 20px 40px;
  font-size: 15px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #7e7e7e;
}

.p-legal__description {
  padding: 20px 20px 22px 19px;
  font-size: 15px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #7e7e7e;
}

@media (max-width: 768px) {
  .p-legal {
    padding-block: 53px 80px;
  }
  .p-legal__content {
    margin-top: 95px;
  }
  .p-legal__list {
    display: block;
  }
  .p-legal__term {
    margin-top: 16px;
    padding: 0;
    border-bottom: none;
  }
  .p-legal__term:first-child {
    margin-top: 0;
  }
  .p-legal__description {
    margin-top: 8px;
    border-bottom: 1px solid #7e7e7e;
    padding-inline: 0;
    padding-block: 0 12px;
  }
}
/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

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

/* ----------------- property-list ----------------- */
.l-inner--property-list {
  min-width: 1100px;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list {
    min-width: 100%;
    padding: 0 15px;
  }
}
.l-inner--property-list .p-property {
  padding: 0;
  background: none;
}
.l-inner--property-list .p-property-box {
  width: calc(100% - 270px);
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property-box {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
}
.l-inner--property-list .p-property .property-checkbox-area {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 11px;
  z-index: 1;
}
.l-inner--property-list .p-property .property-checkbox-area input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #b5b5b5;
  position: relative;
  margin-left: 3px;
}
.l-inner--property-list .p-property .property-checkbox-area input[type=checkbox] checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  font-size: 13px;
  top: -6px;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property .property-checkbox-area {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property .bulk-actions-wrapper {
    display: none;
  }
}
.l-inner--property-list .p-property .sort #sort-form {
  display: flex;
  transform: translateY(-15px);
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property .sort #sort-form {
    justify-content: center;
    margin-bottom: 20px;
    transform: translateY(0px);
  }
}
.l-inner--property-list .p-property .sort .select-all-checkbox-area {
  margin-right: 10px;
  background: #fff;
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
}
.l-inner--property-list .p-property .sort .select-all-checkbox-area input {
  display: none;
}
.l-inner--property-list .p-property .sort .select-all-checkbox-area label {
  padding: 0.2em 0.6em;
}
.l-inner--property-list .p-property-serch {
  width: 226px;
}
.l-inner--property-list .p-property-serchInner {
  background: #fff;
  padding: 19px 8px;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property-serchInner {
    background: none;
    padding: 0;
  }
}
.l-inner--property-list .p-property-serch.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property-serch {
    width: 100%;
    order: 0;
    display: block;
    /* オーバーレイとポップアップの初期状態は非表示 */
    /* ポップアップ表示時の背景オーバーレイ (変更なし) */
    /* .p-property-serch-boxWrap を全画面表示にする */
    /* 閉じるボタンのスタイル */
  }
  .l-inner--property-list .p-property-serch.pc {
    display: none;
  }
  .l-inner--property-list .p-property-serch .overlay,
  .l-inner--property-list .p-property-serch .p-property-serch-boxWrap {
    display: none;
  }
  .l-inner--property-list .p-property-serch .p-property-serch-boxWrapInner {
    background: #fff;
    padding: 60px 20px 20px;
  }
  .l-inner--property-list .p-property-serch .p-property-serch-boxWrap.is-active {
    display: block;
    position: fixed; /* 画面に対して固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 全画面表示 */
    z-index: 10; /* 他の要素より手前に表示 */
    background-color: #f5f4f2; /* 背景色 */
    padding: 20px;
    box-sizing: border-box; /* paddingを含めて幅と高さを計算 */
    overflow-y: auto; /* 内容が画面高さを超えた場合にスクロール */
    /* ポップアップが開いている間、bodyのスクロールを禁止する (JavaScriptで制御) */
  }
  .l-inner--property-list .p-property-serch .p-property-serch-boxWrap .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1; /* 行の高さを調整 */
    padding: 5px; /* クリックしやすいようにパディングを追加 */
  }
  .l-inner--property-list .p-property-serch .p-property-serch-boxWrap .close-button:hover {
    color: #000;
  }
}
.l-inner--property-list .p-property-serch-upper {
  margin-bottom: 30px;
}
.l-inner--property-list .p-property-serch-upper.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property-serch-upper {
    border: 1px solid;
  }
  .l-inner--property-list .p-property-serch-upper.sp {
    display: block;
  }
  .l-inner--property-list .p-property-serch-upper.pc {
    display: none;
  }
}
.l-inner--property-list .p-property-serch-lower {
  margin-top: 30px;
}
.l-inner--property-list .p-property-serch-box {
  margin-bottom: 20px;
}
.l-inner--property-list .p-property-serch-boxInner {
  padding: 0 8px;
}
.l-inner--property-list .p-property-serch-boxInner input[type=selectbox] {
  appearance: auto;
}
.l-inner--property-list .p-property-serch-box .price-wrap {
  display: flex;
  justify-content: space-between;
}
.l-inner--property-list .p-property-serch-box .price-wrap select {
  width: calc(50% - 1em);
}
.l-inner--property-list .p-property-serch-box label {
  font-size: 15px;
}
.l-inner--property-list .p-property-serch-box input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 1px solid #b5b5b5;
  position: relative;
  margin-right: 5px;
}
.l-inner--property-list .p-property-serch-box input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  font-size: 13px;
  top: -6px;
}
.l-inner--property-list .p-property-serch-box .btn-list {
  margin-top: 10px;
}
.l-inner--property-list .p-property-serch-head01 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property-serch-head01 {
    background-color: #fff;
    text-align: left;
    padding: 5px 20px;
  }
}
.l-inner--property-list .p-property-serch-head02 {
  text-align: center;
  font-weight: 500;
  background: #f5f4f2;
  margin-bottom: 15px;
  padding: 5px 0;
}
.l-inner--property-list .p-property-serch-btn {
  background: #012b28;
  text-align: center;
  padding: 0.5em 1.6em;
  color: #fff;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.l-inner--property-list .p-property-serch-btn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property-serch-btn {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
.l-inner--property-list .p-property .p-property-serch-conditions {
  font-size: 14px;
  line-height: 1.5;
  padding: 1px 20px 15px;
}
.l-inner--property-list .p-property .radio-list {
  font-size: 15px;
  margin-bottom: 10px;
}
.l-inner--property-list .p-property .radio-list input {
  width: 15px;
  height: 15px;
  border: 1px solid #b5b5b5;
  border-radius: 2px;
  position: relative;
  margin-right: 5px;
  /* appearance: auto; */
}
.l-inner--property-list .p-property .radio-list input:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  top: -6px;
  font-size: 13px;
}
.l-inner--property-list .p-property .radio-list .checkbox-cl01:checked::before {
  content: "✔";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-inner--property-list .p-property .btn-list li p {
  font-size: 15px;
  border: 1px solid #b5b5b5;
  padding: 5px 0;
  margin-bottom: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.l-inner--property-list .p-property .btn-list li p:hover {
  opacity: 0.6;
}
.l-inner--property-list .p-property select {
  appearance: auto;
  display: block;
  width: 100%;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  padding: 0.3em;
}
.l-inner--property-list .p-property .upper {
  justify-content: space-between;
  padding: 0 180px 0 70px;
}
.l-inner--property-list .p-property .upper .head h2 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-inner--property-list .p-property .upper {
    padding: 0;
  }
  .l-inner--property-list .p-property .upper .head h2 {
    display: block;
  }
}
.l-inner--property-list .p-property .sort-wrap #sort-select {
  width: 190px;
  background: #fff;
  border: #c3c3c3 1px solid;
  font-size: 16px;
  height: 40px;
}
.l-inner--property-list .p-property .sort-wrap button {
  background: #012b28;
  color: #fff;
  padding: 5px 1em;
  margin-left: 1em;
  display: block;
  height: 40px;
}

.overlay {
  position: fixed; /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f4f2;
  z-index: 19; /* 他の要素より前面に表示 */
  display: none; /* 初期状態では非表示 */
}

/* ポップアップのスタイル */
.popup {
  position: fixed; /* 画面に固定 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 画面中央に配置 */
  width: 1200px; /* 幅を調整 */
  max-width: 90%; /* 最大幅 */
  max-height: 90vh; /* 画面の高さの80%まで */
  background-color: #fff;
  padding: 20px;
  z-index: 20; /* オーバーレイより前面に表示 */
  display: none; /* 初期状態では非表示 */
  overflow-y: auto; /* コンテンツがはみ出た場合にスクロール */
}
.popup .popup-content {
  display: none;
}
.popup .close-btn--01 {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.popup .close-btn--02 {
  width: 150px;
  margin: 30px auto;
  text-align: center;
  padding: 0.6em 1em;
  border: 1px solid;
  cursor: pointer;
  transition: all 0.5s;
}
.popup .close-btn--02:hover {
  opacity: 0.6;
}
.popup .popupHead {
  font-size: 20px;
  margin-bottom: 10px;
}
.popup .selectWrap {
  display: none;
  justify-content: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #e8e7e5;
  flex-wrap: wrap;
}
.popup .head {
  width: 120px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .popup .head {
    width: 100%;
    margin-bottom: 1em;
    text-align: left;
  }
}
.popup .selectList {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.popup .selectList--municipalities {
  width: calc(100% - 120px);
}
.popup .selectList li {
  margin: 0 20px 8px 0;
}
@media only screen and (max-width: 768px) {
  .popup .selectList li {
    margin: 0 15px 8px 0;
  }
}
.popup .selectList input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 1px solid #b5b5b5;
  position: relative;
  margin-right: 5px;
}
.popup .selectList input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  font-size: 13px;
  top: -6px;
}

/* ポップアップ表示時の背景固定 */
body.modal-open {
  overflow: hidden; /* bodyのスクロールを無効化 */
}

/* ----------------- property-single ----------------- */
.p-property-single {
  width: 920px;
  margin: 100px auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-property-single {
    margin-top: 0;
  }
}

.p-property-singleBtn {
  position: fixed;
  width: 247px;
  right: 0;
  bottom: 40px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .p-property-singleBtn {
    bottom: 10px;
  }
}

.p-property-single-point {
  padding: 40px;
  background: #fff;
  margin-top: 40px;
}
.p-property-single-point p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-point {
    padding: 20px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.p-property-single-sec {
  padding: 60px 20px;
}
.p-property-single-sec + .p-property-single-sec {
  border-top: 1px solid #7e7e7e;
}
.p-property-single-sec p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-sec {
    padding: 50px 0;
  }
}

.p-property-single-head {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-head {
    font-size: 20px;
  }
}

.features-list {
  display: flex;
  flex-wrap: wrap;
}
.features-list__item {
  background: #fff;
  width: 167px;
  margin: 0 5px 5px 0;
  text-align: center;
  padding: 2px 5px;
}
.features-list__item p {
  font-size: 12px;
}

.overview-list {
  display: flex;
  flex-wrap: wrap;
}
.overview-list li {
  width: 50%;
  margin-bottom: 10px;
  display: flex;
}
.overview-list li .head span {
  text-align: center;
  background: #fff;
  font-size: 12px;
  padding: 2px;
  width: 100px;
  display: block;
}
.overview-list li p {
  font-size: 14px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .overview-list {
    display: block;
  }
  .overview-list li {
    width: 100%;
  }
}

.swiper-main {
  width: 100%;
  border: 1px solid #ddd;
  /* overflow: hidden; は Swiper が内部的に設定するので、ここで明示的に指定する必要はありませんが、
               ボタンを外に出したので影響を受けなくなります。 */
}

.swiper-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  background-color: #f0f0f0;
  height: 520px !important;
}
@media only screen and (max-width: 768px) {
  .swiper-main .swiper-slide {
    height: auto !important;
  }
}

.swiper-main .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/16;
  object-fit: contain !important;
}

.p-property-single-images {
  margin: 60px 0;
  padding: 0 20px;
  /* Swiperとそのナビゲーションボタンを囲むラッパー */
  /* サムネイルグリッドのスタイル */
  /* Swiperのナビゲーションボタンとページネーションの調整 */
  /* ここが変更点: ボタンを外部に配置し、絶対位置で調整 */
  /* Swiperデフォルトのボタンのスタイルを上書きする場合 */
}
.p-property-single-images .swiper-container-wrapper {
  position: relative; /* ボタンの配置基準 */
  width: 100%;
  margin-bottom: 20px;
}
.p-property-single-images .thumbnail-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* ここを変更：1列に5枚並ぶように */
  gap: 10px; /* グリッド間の隙間 */
  padding: 10px 0;
  box-sizing: border-box;
  justify-content: center; /* グリッドアイテムを中央揃え */
}
.p-property-single-images .thumbnail-item {
  width: 100%;
  height: 80px; /* サムネイルの高さ */
  opacity: 0.6; /* 非アクティブなサムネイルを薄く表示 */
  cursor: pointer;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden; /* 画像がはみ出さないように */
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-property-single-images .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-property-single-images .thumbnail-item.active {
  opacity: 1; /* アクティブなサムネイルは完全に表示 */
  border: 2px solid #222; /* アクティブなサムネイルのボーダー */
}
.p-property-single-images .swiper-button-next,
.p-property-single-images .swiper-button-prev {
  position: absolute; /* 親要素 .swiper-container-wrapper に対する絶対位置 */
  top: 50%; /* 縦方向の中央 */
  transform: translateY(-50%); /* 自身の高さの半分だけ上に移動して真ん中に */
  width: 44px; /* Swiperデフォルトのボタン幅 */
  height: 44px; /* Swiperデフォルトのボタン高さ */
  /* z-indexで他の要素の上に表示されるように */
  z-index: 10;
}
.p-property-single-images .swiper-button-prev {
  left: -20px; /* 左側に50pxはみ出す */
}
.p-property-single-images .swiper-button-next {
  right: -20px; /* 右側に50pxはみ出す */
}
.p-property-single-images .swiper-button-next::after,
.p-property-single-images .swiper-button-prev::after {
  font-size: 20px; /* アイコンのサイズを調整 */
  color: #222;
}
.p-property-single-images .swiper-button-prev:before,
.p-property-single-images .swiper-button-next:before {
  content: "";
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-property-single-images {
    display: none;
  }
}

.p-property-single-simulate {
  background: #fff;
  padding: 15px 15px 40px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.p-property-single-simulate h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  background: #f5f4f2;
  font-weight: 500;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-property-single-simulate .form-group {
  margin-bottom: 25px;
  padding: 30px;
  max-width: 760px;
  margin: 0 auto;
}
.p-property-single-simulate .form-group + .form-group {
  border-top: 1px solid #e8e7e5;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate .form-group {
    padding: 20px 0;
  }
}
.p-property-single-simulate input {
  appearance: auto;
}
.p-property-single-simulate label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate label {
    font-size: 15px;
  }
}
.p-property-single-simulate .interest-rate-group label {
  display: block;
  margin-right: 15px;
  font-weight: normal;
}
.p-property-single-simulate input#annualInterestRateFixed {
  margin-right: 5px;
}
.p-property-single-simulate .interest-rate-input {
  display: inline-block;
  margin-left: 10px;
}
.p-property-single-simulate input[type=number] {
  padding: 5px;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s;
}
.p-property-single-simulate input[type=number]:disabled {
  background-color: #f5f4f2;
  color: #aaa;
  cursor: not-allowed;
  border-color: #b5b5b5;
}
.p-property-single-simulate input#annualInterestRateDirect {
  width: 80px;
  margin-right: 5px;
}
.p-property-single-simulate select {
  width: 200px;
  padding: 5px;
  appearance: auto;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate select {
    width: 180px;
  }
}
.p-property-single-simulate .input-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-property-single-simulate .input-group select {
  margin-right: 20px;
}
.p-property-single-simulate .input-group input#downPaymentDirect {
  width: 100px;
}
.p-property-single-simulate .input-group span {
  margin-left: 5px;
}
.p-property-single-simulate .result-container {
  margin-top: 20px;
  text-align: center;
}
.p-property-single-simulate .result-box-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate .result-box-wrapper {
    display: block;
  }
}
.p-property-single-simulate .result-box {
  width: 32%;
  min-width: 120px;
  border: 1px solid #b5b5b5;
}
@media only screen and (max-width: 768px) {
  .p-property-single-simulate .result-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-property-single-simulate .result-label {
  font-size: 17px;
  background: #f5f4f2;
  padding: 0.8em;
}
.p-property-single-simulate .result-value {
  font-size: 17px;
  font-weight: 500;
  padding: 0.8em;
}
.p-property-single-simulate .result-note {
  font-size: 12px;
  color: #989898;
  margin-top: 10px;
  text-align: right;
  font-weight: 400;
}
.p-property-single-simulate .arrow-down {
  text-align: center;
  font-size: 17px;
  margin: 60px 0 10px;
  font-weight: 500;
}
.p-property-single-simulate .arrow-down span {
  color: #ebb42c;
}

.p-property-single-contact {
  background: #fff;
  padding: 15px 15px 80px;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-property-single-contact {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-bottom: 60px;
  }
}
.p-property-single-contact h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  background: #f5f4f2;
  font-weight: 500;
  padding: 20px;
}
.p-property-single-contactInner {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

/* ----------------- contact ----------------- */
.contactInner {
  max-width: 600px;
  margin: 140px auto;
}
.contactInner input,
.contactInner optgroup,
.contactInner select,
.contactInner textarea {
  background: #fff;
}
.contactInner select {
  appearance: auto;
}
.contactInner .wpcf7-submit {
  background: #222;
}

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