*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

body {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.75;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.75;
  }
}

@media (min-width: 1024px) {
  body.real_estate_top .container {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  body.real_estate_top .container {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  body.real_estate_top .container {
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  body.real_estate_top .container {
    max-width: 1600px;
  }
}

@media (min-width: 1024px) {
  body.real_estate .container {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  body.real_estate .container {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  body.real_estate .container {
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  body.real_estate .container {
    max-width: 1600px;
  }
}

/*----------------------
  header --> common.css
----------------------*/

/*----------------------
  footer
----------------------*/

footer#te_footer {
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

footer#te_footer nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  footer#te_footer nav {
    order: 2;
    width: 41.666667%;
    border-bottom-width: 0px;
    padding-bottom: 0px;
  }
}

footer#te_footer nav a {
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

footer#te_footer nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

footer#te_footer nav a:active {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

footer#te_footer dl.address {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  footer#te_footer dl.address {
    order: 1;
    width: 58.333333%;
    border-right-width: 2px;
    padding-right: 4rem;
    text-align: left;
  }
}

footer#te_footer dl.address dt {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

/*nav*/

/*policy_link*/

footer div.policyBox {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  footer div.policyBox {
    max-width: 1536px;
    flex-direction: row;
  }
}

footer div.policyBox p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  footer div.policyBox p {
    width: 33.333333%;
  }
}

footer ul.policy {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 640px) {
  footer ul.policy {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  footer ul.policy {
    width: 66.666667%;
    justify-content: flex-end;
  }
}

footer ul.policy li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1440px) {
  footer ul.policy li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

footer ul.policy li a {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer ul.policy li a:hover {
  opacity: 0.5;
}

/*----------------------
  sitemap
----------------------*/

/*----------------------
  contact
----------------------*/

/*header contact*/

#te_header a.contact_card {
  /*リンクあり*/
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.125rem;
  background-color: rgb(27 71 165 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#te_header .contact_card dl {
  padding: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  #te_header .contact_card dl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1280px) {
  #te_header .contact_card dl {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

#te_header .contact_card dl dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#te_header .contact_card dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#te_header .contact_card dl span.num {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#te_header .contact_card svg.icon_tel {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin-right: 0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(27 71 165 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #te_header .contact_card svg.icon_tel {
    display: none;
  }
}

@media (min-width: 1280px) {
  #te_header .contact_card svg.icon_tel {
    display: block;
    height: 2.25rem;
    width: 2.25rem;
  }
}

#te_header .contact_card dl dd span.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

/*footer contact*/

#te_contents_footer .contact {
  width: 100%;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #te_contents_footer .contact {
    padding: 2rem;
  }
}

#te_contents_footer .contact_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#te_contents_footer .contact_title h3 {
  margin-bottom: 2rem;
  font-weight: 700;
}

#te_contents_footer .contact_title p {
  margin-bottom: 2rem;
}

#te_contents_footer .contact_box {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  #te_contents_footer .contact_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#te_contents_footer .contact_card {
  /*リンクなし*/
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.25rem;
  background-color: rgb(27 71 165 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  padding-bottom: 1rem;
}

#te_contents a.contact_card {
  /*リンクあり*/
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.25rem;
  background-color: rgb(27 71 165 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
}

#te_contents_footer .contact_card dl {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#te_contents_footer .contact_card dl dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#te_contents_footer .contact_card dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#te_contents_footer .contact_card dl dd span.num {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

#te_contents_footer .contact_card dl dd.tel span.num {
  letter-spacing: 0.05em;
}

#te_contents_footer .contact_card svg.icon_tel {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  #te_contents_footer .contact_card svg.icon_tel {
    height: 2.5rem;
    width: 2.5rem;
  }
}

#te_contents_footer .contact_card svg.icon_mail {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  #te_contents_footer .contact_card svg.icon_mail {
    height: 2.5rem;
    width: 2.5rem;
  }
}

#te_contents_footer .contact_card svg.icon_link {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  #te_contents_footer .contact_card svg.icon_link {
    height: 2.5rem;
    width: 2.5rem;
  }
}

#te_contents_footer .contact_info {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  #te_contents_footer .contact_info {
    padding-bottom: 3rem;
  }
}

#te_contents_footer .contact_info p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*----------------------
    contents_base
  ----------------------*/

#te_contents .base {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #te_contents .base {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#te_contents .base_inner_l {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 768px;
}

@media (min-width: 1024px) {
  #te_contents .base_inner_l {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  #te_contents .base_inner_l {
    max-width: 1536px;
  }
}

#te_contents .base_inner_l h2 {
  max-width: 768px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-blend-mode: multiply;
}

@media (min-width: 1280px) {
  #te_contents .base_inner_l h2 {
    width: 91.666667%;
  }
}

#te_contents .base p.deco {
  max-width: 768px;
  padding-top: 0.5rem;
}

@media (min-width: 1280px) {
  #te_contents .base p.deco {
    width: 91.666667%;
  }
}

#te_contents .base p.deco span.num {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

@media (min-width: 1024px) {
  #te_contents .base p.deco span.num {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*----------------------
    table
  ----------------------*/

table.table_plain tr.head th {
  text-align: center;
}

table.table_plain td.number {
  text-align: right;
}

table.table_plain td.start {
  vertical-align: top;
}

/*----------------------
  news
  ニュース
----------------------*/

#te_contents .news_area {
  margin-left: auto;
  margin-right: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

#te_contents .news_topics {
  display: flex;
  flex-direction: row;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 223 230 / var(--tw-border-opacity, 1));
  padding-bottom: 0px;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  #te_contents .news_topics {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

#te_contents .news_topics:first-child {
  border-top-width: 0px;
}

#te_contents .news_topics p {
  line-height: 1.5;
}

#te_contents .news_topics p.date {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  #te_contents .news_topics p.date {
    flex-direction: row;
  }

  #te_contents .news_topics p.date span.badge {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  #te_contents .news_topics p.date span.badge {
    order: 2;
  }
}

#te_contents .news_topics p.date span.num {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 122 183 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  #te_contents .news_topics p.date span.num {
    margin-left: 1rem;
    min-width: 5rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1024px) {
  #te_contents .news_topics p.date span.num {
    order: 1;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*
  #te_contents .news_topics p.text {
    @apply lg:text-md text-sm;
  }
*/

/*----------------------
  company overview
  会社概要
----------------------*/

#te_contents .company_overview {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media (min-width: 1024px) {
  #te_contents .company_overview {
    padding-bottom: 2rem;
  }
}

#te_contents .company_overview dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2;
}

@media (min-width: 640px) {
  #te_contents .company_overview dl {
    flex-direction: row;
  }
}

#te_contents .company_overview dt {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 249 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 122 183 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  #te_contents .company_overview dt {
    width: 25%;
    justify-content: center;
    background-color: transparent;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #te_contents .company_overview dt {
    width: 40%;
  }
}

/*#te_contents .company_overview dt span.titlebox {
     --> company_add.css
  }*/

#te_contents .company_overview dd {
  display: flex;
  width: 100%;
  flex-direction: row;
  --tw-border-opacity: 1;
  border-color: rgb(95 122 183 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  #te_contents .company_overview dd {
    width: 75%;
    border-top-width: 1px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #te_contents .company_overview dd {
    width: 60%;
  }
}

#te_contents .company_overview dl.first dd {
  border-width: 0px;
}

/*
  #te_contents .company_overview dd ul {
    @apply text-md mb-0 leading-relaxed;
  }

  #te_contents .company_overview dd.nest {
    @apply m-0 flex flex-col items-start justify-start px-0 py-0 xl:px-8;
  }

  #te_contents .company_overview dd.nest dl {
    @apply w-full border-0 py-0;
  }

  #te_contents .company_overview dd.nest dl dt {
    @apply border-l-6 border-asort_color min-w-1/5 w-fit items-start border-solid border-opacity-50 bg-transparent px-4 py-0 xl:py-2;
  }

  #te_contents .company_overview dd.nest dl dd {
    @apply text-md leading-more_relaxed flex w-fit flex-col pb-4 pt-0 xl:pb-8 xl:pt-2;
  }

  #te_contents .company_overview dd.nest02 dl dt {
    @apply bg-asort_color min-w-1/12 whitespace-nowrap border-l-0 bg-opacity-20 px-2 py-0.5 text-sm font-normal leading-relaxed;
  }

  #te_contents .company_overview dd.nest02 dl dd {
    @apply leading-more_relaxed pb-4 pt-0 text-sm xl:pb-4 xl:pt-0;
  }
  */

/*----------------------
  real_estate
  物件一覧
----------------------*/

#te_contents .re_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#te_contents .re_wrapper .article {
  position: relative;
  min-height: 75vh;
  width: 100%;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .article {
    width: 75%;
    padding-bottom: 16rem;
  }
}

#te_contents .re_wrapper .article {
  /*lg:pb-64 --> for like accordion ★*/
}

/*#te_contents .re_wrapper .article h2.year {
    @apply px-8 py-5;
  }*/

#te_contents .re_wrapper .side {
  width: 100%;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side {
    width: 25%;
  }
}

/*#te_contents .re_wrapper .side .search {
    @apply lg:sticky lg:top-96 lg:mr-4;
  }*/

/*add --> #te_contents_footer .contact*/

#te_contents .re_wrapper .side .side_contact {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .side_contact {
    position: sticky;
    top: 16rem;
  }
}

#te_contents .re_wrapper .side .contact {
  margin-top: 0px;
  padding: 0px;
}

/*
#te_contents .re_wrapper .side .contact_title {
    @apply flex flex-col items-center justify-center;
  }
*/

#te_contents .re_wrapper .side .contact_title h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(95 122 183 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .contact_title h3 {
    margin-bottom: 1rem;
  }
}

#te_contents .re_wrapper .side .contact_title p {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .contact_title p {
    margin-bottom: 1rem;
  }
}

#te_contents .re_wrapper .side .contact_box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 640px) {
  #te_contents .re_wrapper .side .contact_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .contact_box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*
#te_contents .re_wrapper .side .contact_card {
    リンクなし
    上書き変更箇所なし
  }
*/

/*side contact*/

#te_contents .re_wrapper .side a.contact_card {
  /*リンクあり*/
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border-left-width: 12px;
  --tw-border-opacity: 1;
  border-color: rgb(213 222 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(95 122 183 / var(--tw-text-opacity, 1));
}

#te_contents .re_wrapper .side .contact_card dl {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#te_contents .re_wrapper .side .contact_card dl dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#te_contents .re_wrapper .side .contact_card dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#te_contents .re_wrapper .side .contact_card dl dd span.num {
  display: block;
  overflow-wrap: break-word;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 185 206 / var(--tw-text-opacity, 1));
}

#te_contents .re_wrapper .side .contact_card dl dd.tel span.num {
  letter-spacing: 0.05em;
}

#te_contents .re_wrapper .side .contact_card svg.icon_tel {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .contact_card svg.icon_tel {
    display: none;
    height: 2rem;
    width: 2rem;
  }
}

@media (min-width: 1280px) {
  #te_contents .re_wrapper .side .contact_card svg.icon_tel {
    display: block;
  }
}

#te_contents .re_wrapper .side .contact_card svg.icon_mail {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .contact_card svg.icon_mail {
    display: none;
    height: 2rem;
    width: 2rem;
  }
}

@media (min-width: 1280px) {
  #te_contents .re_wrapper .side .contact_card svg.icon_mail {
    display: block;
  }
}

#te_contents .re_wrapper .side .contact_card svg.icon_link {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 1024px) {
  #te_contents .re_wrapper .side .contact_card svg.icon_link {
    height: 2rem;
    width: 2rem;
  }
}

#te_contents .re_wrapper .side .contact_info {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#te_contents .re_wrapper .side .contact_info p {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(27 71 165 / var(--tw-text-opacity, 1));
}

/*空き情報はsideのみ*/

#te_contents .re_wrapper .side .vacancy_info {
  /*@apply border;*/
}

#te_contents .re_wrapper .side .vacancy_info p {
  text-align: left;
  font-weight: 500;
}

#te_contents .re_wrapper .side p.title {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

#te_contents .re_wrapper .side p.tagtitle {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#te_contents .re_wrapper .side hr {
  margin-top: 1rem;
  height: 1rem;
}

#te_contents .re_wrapper .article a.select {
  /*スマホ表示用　選択結果の最上段から再びカテゴリ検索へ*/
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#te_contents .re_wrapper .article a.selectback {
  /*スマホ表示用　選択結果の最上段から再びカテゴリ検索へ*/
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*re_card ----real_estate 物件一覧用カード*/

.re_card {
  /*リンクなし*/
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .re_card {
    display: block;
  }
}

a.re_card {
  /*リンクあり*/
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  a.re_card {
    display: block;
  }
}

.re_card .card_footer {
  bottom: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .re_card .card_footer {
    position: absolute;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.re_card img.card_img {
  aspect-ratio: 1 / 1;
  width: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .re_card img.card_img {
    width: 100%;
  }
}

.re_card picture {
  /*picture ロゴ以外のイメージ画像（余白なし）*/
  margin-right: 1rem;
  width: 25%;
}

@media (min-width: 1024px) {
  .re_card picture {
    margin: 0px;
    width: 100%;
  }
}

.re_card picture img.card_img {
  /*picture内の画像*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.re_card div.card_box {
  width: 75%;
  padding: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 1024px) {
  .re_card div.card_box {
    width: 100%;
  }
}

.re_card div.card_box img.new {
  margin-top: -0.25rem;
  height: 2.25rem;
}

.re_card p.title {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(95 122 183 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .re_card p.title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.re_card p.title span.title_s {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .re_card p.title span.title_s {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.re_card p.title span.title_l {
  display: inline-block;
  padding-bottom: 0.75rem;
  padding-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .re_card p.title span.title_l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.re_card .text {
  /*p ul span 共通*/
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .re_card .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
  }
}

.re_card p.text {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  .re_card p.text {
    margin-bottom: 1.5rem;
  }
}

.re_card span.text_l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .re_card span.text_l {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*proerty 物件詳細*/

.property_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

.property_wrap h2 {
  margin-top: 2rem;
  text-align: center;
  font-weight: 600;
}

.property_wrap h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.property_wrap .card_tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 1024px) {
  .property_wrap .card_tag {
    justify-content: stretch;
  }
}

.property_wrap a.pdf_file {
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 77 117 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.property_wrap a.pdf_file:hover {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .property_wrap a.pdf_file {
    margin-left: auto;
    margin-right: 0px;
  }
}

.property_overview {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .property_overview {
    margin-top: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.property_overview .property_data {
  order: 2;
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  .property_overview .property_data {
    order: 1;
    width: 58.333333%;
  }
}

.property_overview figure {
  order: 1;
  margin-bottom: 1rem;
  display: flex;
  max-height: 40rem;
  max-width: 20rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 249 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .property_overview figure {
    max-width: 32rem;
  }
}

@media (min-width: 1024px) {
  .property_overview figure {
    order: 2;
    width: 41.666667%;
  }
}

.property_overview figure img.property_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property_overview dl {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .property_overview dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.property_overview dt {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 249 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(27 71 165 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .property_overview dt {
    width: 25%;
    flex-direction: column;
    justify-content: center;
  }
}

.property_overview dd {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .property_overview dd {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .property_overview dd {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.property_equip {
  order: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 249 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .property_equip {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .property_equip {
    order: 3;
  }
}

.property_equip p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(27 71 165 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .property_equip p {
    width: 25%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .property_equip p {
    width: 14.285714%;
  }
}

.property_equip ul {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .property_equip ul {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.property_equip ul li {
  margin: 0.25rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(95 122 183 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.property_map {
  width: 100%;
}

.property_map iframe {
  height: 18rem;
  width: 100%;
  /*height 299 以下で　map左上枠内の表示を最小に*/
}

/*----------------------
    btn
  ----------------------*/

.btn_normal {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .btn_normal {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.btn_normal_s {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .btn_normal_s {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

.btn_normal div.extlink {
  /*add common.css -- > more btn icon */
  margin-top: auto;
  margin-bottom: auto;
}

.btn_normal div.more {
  /*add common.css -- > extlink btn icon */
  margin-top: auto;
  margin-bottom: auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-1\/8 {
  left: 12.5%;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.m-8 {
  margin: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-3\/4 {
  aspect-ratio: 3 / 4;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-160 {
  height: 40rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/8 {
  width: 37.5%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

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

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.bg-accent_color02 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 71 165 / var(--tw-bg-opacity, 1));
}

.bg-accent_color04 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 185 206 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-md {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-more_relaxed {
  line-height: 1.75;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-accent_color04 {
  --tw-text-opacity: 1;
  color: rgb(29 185 206 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.link_basic {
  --tw-text-opacity: 1;
  color: rgb(27 71 165 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

a.link_basic:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

hr {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 3px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-top-color: rgb(80 135 247 / var(--tw-border-opacity, 1));
}

/*
  figure {
    @apply ;
  }*/

figcaption {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/*components*/

/*utilities*/

@media (min-width: 640px) {
  .sm\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-3\/2 {
    aspect-ratio: 3 / 2;
  }

  .lg\:min-h-35vh {
    min-height: 35vh;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:min-w-20 {
    min-width: 5rem;
  }

  .lg\:max-w-custom {
    max-width: 1920px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-md {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1280px) {
  .xl\:ml-1\/5 {
    margin-left: 20%;
  }

  .xl\:aspect-3\/2 {
    aspect-ratio: 3 / 2;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1440px) {
  .xxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xxl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
