@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 0.875rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 0.875rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 134px;
  --contentsWideS: 1016px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
  --topScrollImageWidth: 1475px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.66vw;
    --headerHeight: 97px;
    --topScrollImageWidth: 1134px;
    --minWidth: 1px;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.08em;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  min-width: var(--minWidth);
}

.l_container {
  position: relative;
  padding-top: var(--headerHeight);
}

.section_wrap {
  padding: 5rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 5rem 0;
  }
}

.inner, .inner_l, .inner_m, .inner_s, .works_gallery__thumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s, .works_gallery__thumb {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.layout_column_two {
  display: flex;
  gap: 8.19%;
}
.layout_column_two .main {
  flex-grow: 1;
}
.layout_column_two .sub {
  flex-shrink: 0;
  width: 318px;
}
@media screen and (max-width: 767px) {
  .layout_column_two {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.add_ttl_h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.38;
  margin: 2em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .add_ttl_h2 {
    font-size: 1.6rem;
  }
}

.add_ttl_border_left {
  border-left: 4px solid #000;
  padding: 3px 0 3px 0.75em;
}

.add_ttl_h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.38;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .add_ttl_h3 {
    font-size: 1.4rem;
  }
}

.add_ttl_border_bottom:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-top: 0.5em;
}

.add_ttl_h4 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.38;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .add_ttl_h4 {
    font-size: 1.2rem;
  }
}

a.add_link {
  text-decoration: underline !important;
}
a.add_link:hover {
  opacity: 0.7;
}

a.add_link_btn {
  display: block;
  width: 100%;
  max-width: 380px;
  border-radius: 100px;
  background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 18px/12px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 1.25em 3rem;
  margin-top: 2em;
  margin-bottom: 2em;
}
a.add_link_btn:hover {
  opacity: 0.7;
}

span.marker-y {
  background-color: #FFF100;
}

.box_gray {
  background-color: #F5F5F5;
  padding: 2.25rem 5.48%;
  font-size: 0.875em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .box_gray {
    padding: 1.875rem var(--sideW);
  }
}
.box_gray *:first-child {
  margin-top: 0 !important;
}
.box_gray *:last-child {
  margin-bottom: 0 !important;
}

.add_movie {
  margin: 2rem 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .add_movie {
    margin: 1.5rem 0;
  }
}
.add_movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

@media screen and (max-width: 767px) {
  .post_content {
    font-size: 0.9375rem;
  }
}
.post_content > *:first-child {
  margin-top: 0 !important;
}
.post_content > *:last-child {
  margin-bottom: 0 !important;
}
.post_content p {
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 0 0 1.5em;
}
.post_content .editor_grid_01 {
  display: flex;
  align-items: flex-start;
  gap: 7.43%;
}
.post_content .editor_grid_01--text *:first-child {
  margin-top: 0 !important;
}
.post_content .editor_grid_01--image {
  flex-shrink: 0;
  width: 27.56%;
}
@media screen and (max-width: 767px) {
  .post_content .editor_grid_01 {
    flex-direction: column;
  }
  .post_content .editor_grid_01--image {
    width: 100%;
  }
}

.gallery {
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5em 0;
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/***************************************************
 * Generated by SVG Artista on 6/3/2025, 2:20:47 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg.concept_text_01 .svg-elem-1 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.concept_text_01.js-active .svg-elem-1 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-2 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

svg.concept_text_01.js-active .svg-elem-2 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-3 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

svg.concept_text_01.js-active .svg-elem-3 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-4 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

svg.concept_text_01.js-active .svg-elem-4 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-5 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

svg.concept_text_01.js-active .svg-elem-5 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-6 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.concept_text_01.js-active .svg-elem-6 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-7 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.concept_text_01.js-active .svg-elem-7 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-8 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

svg.concept_text_01.js-active .svg-elem-8 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-9 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.concept_text_01.js-active .svg-elem-9 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-10 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.concept_text_01.js-active .svg-elem-10 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-11 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.concept_text_01.js-active .svg-elem-11 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-12 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.concept_text_01.js-active .svg-elem-12 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-13 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.concept_text_01.js-active .svg-elem-13 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-14 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.concept_text_01.js-active .svg-elem-14 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-15 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.concept_text_01.js-active .svg-elem-15 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-16 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.concept_text_01.js-active .svg-elem-16 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-17 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.concept_text_01.js-active .svg-elem-17 {
  fill: rgb(0, 0, 0);
}

svg.concept_text_01 .svg-elem-18 {
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .single_property__contact .tel .info a, .top_instagram--link, .footer__inner .grecaptcha_text a, .search_box--btn, .single_pagination li.next a, .single_pagination li.prev a, .list_sns li a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .single_property__contact .tel .info a:hover, .top_instagram--link:hover, .footer__inner .grecaptcha_text a:hover, .search_box--btn:hover, .single_pagination li.next a:hover, .single_pagination li.prev a:hover, .list_sns li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only, .card_development--images .image, .glightbox {
  display: block;
}
.img_only img, .card_development--images .image img, .glightbox img {
  display: block;
  width: 100%;
}

.decoration_cmn_large {
  display: block;
  width: 342px;
  aspect-ratio: 342/25;
  background: url(../images/decoration_cmn_w342.svg) no-repeat center/contain;
}

.text_link {
  text-decoration: underline !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1.0625em;
  border-radius: 0;
  border: none;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1.0625em;
  border-radius: 0;
  border: none;
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #D7AF23;
  inline-size: 1.3em;
  block-size: 1.3em;
}

input[type=radio] {
  accent-color: #D7AF23;
  inline-size: 1.3em;
  block-size: 1.3em;
}

.form_wrap {
  background-color: #F5F5F5;
  padding: 60px 8.3%;
}
@media screen and (max-width: 767px) {
  .form_wrap {
    margin: 0 calc(var(--sideW) * -1);
    padding: 60px var(--sideW);
  }
}

.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group {
    flex-direction: column;
    gap: 0.75em;
  }
}
.dlist_form .group:last-child {
  border-top: 1px dashed #000;
  margin-top: 60px;
  padding-top: 40px;
}
.dlist_form .group dt {
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group dt {
    width: 100%;
  }
}
.dlist_form .group dt.require:after {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #000;
  width: 45px;
  height: 22px;
}
.dlist_form .group dd {
  flex-grow: 1;
}
.dlist_form .group dd .list_kome {
  margin-top: 0.5em;
  font-size: 0.8125rem;
}

span[data-name=your-zip] {
  display: block;
  margin-bottom: 20px;
}
span[data-name=your-zip]:before {
  content: "〒";
  margin-right: 1em;
}
span[data-name=your-zip] input {
  max-width: 288px;
}
@media screen and (max-width: 767px) {
  span[data-name=your-zip] input {
    max-width: unset;
    width: calc(100% - 34px);
  }
}

span[data-name=your-policy] .wpcf7-list-item {
  margin: 0;
}
span[data-name=your-policy] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1em;
}
span[data-name=your-policy] input {
  border-radius: 0;
}
span[data-name=your-policy] .policy_link {
  position: relative;
}
span[data-name=your-policy] .policy_link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}

input[type=text]#your-event {
  background-color: transparent;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
}

input.your-date-01,
input.your-date-02,
select.your-date-01,
select.your-date-02,
select.your-time-01,
select.your-time-02 {
  max-width: 222px;
  border: none;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  input.your-date-01,
  input.your-date-02,
  select.your-date-01,
  select.your-date-02,
  select.your-time-01,
  select.your-time-02 {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.dlist_domain {
  background-color: #fff;
  padding: 30px 3.7%;
}
@media screen and (max-width: 767px) {
  .dlist_domain {
    padding: 30px var(--sideW);
  }
}
.dlist_domain dt {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.dlist_domain dd {
  margin-top: 0.75em;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 5px;
  margin: 3.125rem auto 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  border-radius: 0;
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sidebar_item {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sidebar_item {
    margin-bottom: 2.5rem;
  }
}
.sidebar_item:last-child {
  margin-bottom: 0;
}
.sidebar_item dt {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sidebar_item dt {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.sidebar_item ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sidebar_item ul li {
    margin-bottom: 1em;
  }
}
.sidebar_item ul li:last-child {
  margin-bottom: 0;
}
.sidebar_item a {
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.9375em 2.5em 0.9375em 0.9375em;
  position: relative;
}
.sidebar_item a:after {
  content: "";
  display: block;
  width: 12.5px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.sidebar_item a:hover, .sidebar_item a[aria-current=page] {
  background-color: #D7AF23;
}
@media screen and (max-width: 767px) {
  .sidebar_item a {
    font-size: 0.875rem;
  }
}

.glightbox {
  display: block;
  position: relative;
}
.glightbox:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "拡大する";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 45px;
  background: #000 url(../images/ico_search.svg) no-repeat center right 12px/20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .glightbox:after {
    font-size: 12px;
    background-position: center right 10px;
    background-size: 1.125em;
    padding-right: 0.75em;
    width: 100px;
    height: 40px;
  }
}

.ttl_cmn_01 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.5rem;
  }
}
.ttl_cmn_01:after {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:after {
    font-size: 0.875rem;
  }
}

.ttl_cmn_02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  color: #5F5F5F;
}
.ttl_cmn_02:before {
  content: attr(data-en);
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 0.875rem;
    gap: 1em;
  }
  .ttl_cmn_02:before {
    font-size: 2.125rem;
  }
}

.ttl_cmn_03 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5F5F5F;
}
.ttl_cmn_03:before {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 1rem;
  }
  .ttl_cmn_03:before {
    font-size: 3.125rem;
  }
}

.ttl_cmn_04 {
  font-weight: 500;
  color: #5F5F5F;
}
.ttl_cmn_04:before {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_04 {
    font-size: 0.875rem;
  }
  .ttl_cmn_04:before {
    font-size: 2.375rem;
  }
}

.ttl_cmn_05 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #5F5F5F;
}
.ttl_cmn_05:before {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_05:before {
    font-size: 4rem;
  }
}

.ttl_cmn_06 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #5F5F5F;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_06 {
    font-size: 0.875rem;
  }
}
.ttl_cmn_06:before {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_06:before {
    font-size: 2.6rem;
  }
}

.ttl_cmn_07 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_07 {
    font-size: 1.4rem;
  }
}
.ttl_cmn_07:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.ttl_cmn_07 span {
  position: relative;
  background-color: #fff;
  padding: 0 1em;
}

.btn_cmn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #D7AF23;
  color: #fff;
  border: 1px solid #D7AF23;
  position: relative;
}
.btn_cmn_01:after {
  content: "";
  display: block;
  width: 12.5px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 12.5px;
  transform: translateY(-50%);
}
.btn_cmn_01:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.btn_cmn_02, .single_property__contact--link, .single_property__map--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 380px);
  height: 65px;
  border-radius: 50px;
  background-color: #D7AF23;
  color: #fff;
  border: 1px solid #D7AF23;
  position: relative;
}
.btn_cmn_02:after, .single_property__contact--link:after, .single_property__map--link:after {
  content: "";
  display: block;
  width: 12.5px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 12.5px;
  transform: translateY(-50%);
}
.btn_cmn_02:hover, .single_property__contact--link:hover, .single_property__map--link:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .btn_cmn_02, .single_property__contact--link, .single_property__map--link {
    width: min(100%, 300px);
    height: 55px;
    font-size: 0.875rem;
  }
}

.text_cmn_01 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text_cmn_01 {
    font-size: 0.9375rem;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.list_sns {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.list_sns li a {
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.list_sns li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_gnavi {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(10, max-content);
  grid-auto-flow: column;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .list_gnavi {
    display: block;
  }
}
.list_gnavi a:hover {
  color: #D7AF23;
}
@media screen and (max-width: 767px) {
  .list_gnavi a {
    display: block;
    padding: 0.8em 0;
  }
}
.list_gnavi > li {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .list_gnavi > li {
    margin-top: 0;
    border-bottom: 1px solid #D7AF23;
  }
}
.list_gnavi > li.has_child {
  grid-row: 2/8;
}
.list_gnavi > li .child {
  display: contents;
}
.list_gnavi > li .child li {
  margin-top: 0.8em;
  padding-left: 1em;
}
.list_gnavi > li .child li a:before {
  content: "- ";
}
@media screen and (max-width: 767px) {
  .list_gnavi > li .child {
    display: block;
    padding: 0 0 1em;
  }
  .list_gnavi > li .child li {
    margin-top: 0.6em;
  }
  .list_gnavi > li .child li:first-child {
    margin-top: 0;
  }
  .list_gnavi > li .child li a {
    padding: 0;
  }
}

.card_works--image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 1.75rem;
}
.card_works--image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 140%;
}
.card_works--image:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(215, 175, 35, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.card_works--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.card_works--ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.55;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.875rem;
}
.card_works--text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.715;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_works:hover .card_works--image img {
  transform: scale(1.05);
}
.card_works:hover .card_works--image:after {
  width: 100%;
  right: unset;
  left: 0;
}

.card_works_02--image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 1.75rem;
}
.card_works_02--image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 140%;
}
.card_works_02--image:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(215, 175, 35, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.card_works_02--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.card_works_02--ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.55;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .card_works_02--ttl {
    font-size: 1.125rem;
  }
}
.card_works_02--text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.715;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_works_02--text {
    font-size: 0.875rem;
  }
}
.card_works_02:hover .card_works_02--image img {
  transform: scale(1.05);
}
.card_works_02:hover .card_works_02--image:after {
  width: 100%;
  right: unset;
  left: 0;
}

.card_event--image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.card_event--image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.card_event--image:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(215, 175, 35, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.card_event--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.card_event--ttl {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_event--detail {
  font-size: 0.875rem;
}
.card_event--detail .item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.card_event--detail dt:after {
  content: " ｜";
}
.card_event:hover .card_event--image img {
  transform: scale(1.05);
}
.card_event:hover .card_event--image:after {
  width: 100%;
  right: unset;
  left: 0;
}
.card_event.is-end {
  pointer-events: none;
}
.card_event--end {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0 2% 20px;
}
.card_event--end:before {
  content: attr(data-en);
  display: block;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.card_event_02 {
  display: block;
}
.card_event_02--image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.card_event_02--image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.card_event_02--image:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(215, 175, 35, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.card_event_02--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.card_event_02--ttl {
  margin-bottom: 0.5em;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_event_02--ttl {
    font-size: 1.125rem;
  }
}
.card_event_02--detail {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .card_event_02--detail {
    font-size: 0.9375rem;
  }
}
.card_event_02--detail .item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.card_event_02--detail dt:after {
  content: " ｜";
}
.card_event_02:hover .card_event_02--image img {
  transform: scale(1.05);
}
.card_event_02:hover .card_event_02--image:after {
  width: 100%;
  right: unset;
  left: 0;
}
.card_event_02.is-end {
  pointer-events: none;
}
.card_event_02--end {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0 2% 20px;
}
.card_event_02--end:before {
  content: attr(data-en);
  display: block;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.breadcrumb {
  color: #5F5F5F;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumb .inner {
  padding: 0 calc(var(--sideW) * 2);
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
  .breadcrumb .inner {
    padding: 0 var(--sideW);
  }
}

.navigation.pagination {
  margin: 60px 0 0;
  text-align: center;
}
.navigation.pagination .nav-links {
  font-size: 0;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #5F5F5F;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  margin-right: 14px;
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 36px;
    margin-right: 8px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .archive_news .navigation.pagination,
  .archive_column .navigation.pagination {
    text-align: left;
  }
}

.single_pagination {
  margin-top: 5rem;
  border-top: 1px solid #D9D9D9;
  padding: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.single_pagination li {
  width: 50%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.9375rem 0;
}
.single_pagination li.prev {
  border-right: 1px solid #D9D9D9;
  padding-right: 5%;
}
.single_pagination li.prev a {
  padding-left: 43px;
  background: url(../images/ico_arrow_left_01_black.svg) no-repeat center left 10px/12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single_pagination li.prev a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination li.next {
  padding-left: 5%;
}
.single_pagination li.next a {
  padding-right: 43px;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center right 10px/12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single_pagination li.next a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination li.archive {
  width: 100%;
  padding: 0;
}
.single_pagination li.archive a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 320px;
  background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 14px/12px;
  color: #fff;
  text-align: center;
  padding: 0.9375rem 1.875rem;
}
.single_pagination li.archive a:hover {
  background-color: #D7AF23;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.splide__arrow {
  width: 55px;
  height: auto;
  aspect-ratio: 5/4;
  opacity: 1;
  border-radius: 0;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  background: url(../images/ico_arrow_left_02.svg) no-repeat center/contain;
}
.splide__arrow--next {
  background: url(../images/ico_arrow_right_02.svg) no-repeat center/contain;
}

.search_box {
  max-width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 3.7% 45px;
}
@media screen and (max-width: 767px) {
  .search_box {
    padding: 1rem var(--sideW) 50px;
  }
}
.search_box > dl > dt {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1.5rem 0 1em;
  padding-bottom: 8px;
  border-bottom: 1px dashed #000;
}
.search_box--btn {
  width: 100%;
  height: 51px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search_box--btn {
    font-size: 0.875rem;
  }
}
.search_box--btn:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/ico_search.svg) no-repeat center/contain;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 109px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 0 0 0 50px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hbm_btn {
    width: 97px;
  }
}
.hbm_btn .box {
  display: block;
  width: 36.7%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 5% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  height: var(--headerHeight);
  padding: 20px 140px 24px var(--sideW);
}
.header__logo {
  position: relative;
  z-index: 1;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 98px;
  }
}
.header__menu {
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header__menu--main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu--main > li {
  line-height: 1.5;
}
.header__menu--main > li > a:hover {
  color: #D7AF23;
}
.header__menu--main > li.has_child {
  position: relative;
}
.header__menu--main > li.has_child .child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  transition: 0.5s;
}
.header__menu--main > li.has_child .child li {
  margin-top: 10px;
}
.header__menu--main > li.has_child .child li a {
  display: block;
  background-color: #F5F5F5;
  text-align: center;
  padding: 0.75em 1em;
}
.header__menu--main > li.has_child .child li a:hover {
  background-color: #D7AF23;
  color: #fff;
}
.header__menu--main > li.has_child:hover .child {
  opacity: 1;
  visibility: visible;
}
.header__menu--sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.header__menu--sub > li {
  width: 100%;
  max-width: 191px;
}
.header__hbm {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
}
.header__hbm.js-active {
  opacity: 1;
  visibility: visible;
}
.header__hbm--overlay {
  width: 50%;
  background: url(../images/hbm_bg.jpg) no-repeat center/cover;
}
.header__hbm--content {
  flex-shrink: 0;
  width: max(50%, 565px);
  padding: 6.5rem 6.33%;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .header__hbm--content {
    width: 100%;
  }
}
.header__hbm--content .logo_text {
  text-align: center;
  margin-bottom: 1em;
}
.header__hbm--content .tel {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.24;
}
.header__hbm--content .tel:before {
  content: "";
  display: block;
  align-self: stretch;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/ico_tel_black.svg) no-repeat center bottom 10px/contain;
}
.header__hbm--content .tel + p {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .header__hbm--content .tel {
    font-size: 10.66vw;
  }
}
.header__hbm--main {
  margin-bottom: 2.25rem;
}
.header__hbm--cta {
  margin-top: 2em;
  display: flex;
  gap: 28px;
}
.header__hbm--cta > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__hbm--cta {
    flex-direction: column;
    gap: 14px;
  }
}
.header__hbm--sns {
  margin-top: 1.75rem;
}

.footer {
  padding: 0 var(--sideW);
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/footer_decoration_01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .footer:before {
    content: none;
  }
}
.footer__inner {
  padding: 7.5rem 0 5em;
  max-width: var(--contentsWideM);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14.34%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer__inner {
    display: block;
    padding: 3.75rem 0;
  }
}
.footer__inner .box_left {
  flex-shrink: 0;
  width: 463px;
}
@media screen and (max-width: 1023px) {
  .footer__inner .box_left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .box_left {
    width: 100%;
  }
}
.footer__inner .box_right {
  width: calc(85.66% - 463px);
}
@media screen and (max-width: 1023px) {
  .footer__inner .box_right {
    width: 100%;
  }
}
.footer__inner .copyright {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer__inner .copyright {
    font-size: 0.75rem;
    margin-left: var(--extend);
    margin-right: var(--extend);
    width: auto;
    text-align: center;
  }
}
.footer__inner .grecaptcha_text {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  margin-top: 1em;
}
.footer__inner .grecaptcha_text a {
  text-decoration: underline;
}
.footer__logo {
  margin-bottom: 2.5rem;
  width: min(100%, 360px);
}
.footer__logo img {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 1rem;
    width: min(80%, 360px);
  }
}
.footer__address {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}
.footer__office {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__office {
    margin-top: 1.75rem;
  }
}
.footer__office dt {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer__sns {
  margin-top: 2rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__sns li a {
    width: 36px;
  }
}
.footer__license {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer__license {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer__menu {
    display: none;
  }
}
.footer__cta {
  margin-top: 3em;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer__cta {
    margin-top: 3.5rem;
    gap: 20px;
    flex-direction: column;
    padding: 0 var(--sideW);
  }
}
.footer__cta li {
  width: 100%;
}
.footer__cta li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
.footer__cta li a:after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__cta li a {
    height: 74px;
    font-size: 0.625rem;
  }
}
.footer__cta li a:before {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer__cta li a:before {
    font-size: 1.375rem;
  }
}
.footer__cta li a:hover {
  background-color: #D7AF23;
}

.footer_corporate_link {
  padding: 7.5rem 0;
  background: url(../images/footer_corporate_link_bg.jpg) no-repeat center/cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_corporate_link {
    background: url(../images/footer_corporate_link_bg_sp.jpg) no-repeat center/cover;
  }
}
.footer_corporate_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.footer_corporate_link .inner_s, .footer_corporate_link .works_gallery__thumb {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_corporate_link .inner_s, .footer_corporate_link .works_gallery__thumb {
    padding: 0 calc(var(--sideW) * 2);
  }
}
@media screen and (max-width: 767px) {
  .footer_corporate_link--catch {
    margin: 0 calc(var(--sideW) * -1);
  }
}
.footer_corporate_link--text {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_corporate_link--text {
    font-size: 0.875rem;
  }
}
.footer_corporate_link--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 380px);
  height: 65px;
  background-color: #fff;
  border-radius: 50px;
  margin: 40px auto 0;
  position: relative;
  color: #000;
}
.footer_corporate_link--link:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.footer_corporate_link--link:hover {
  background-color: #D7AF23;
  color: #fff;
}
.footer_corporate_link--link:hover:after {
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer_corporate_link--link {
    font-size: 0.875rem;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .footer_corporate_link {
    background: url(../images/footer_corporate_link_bg_sp.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 767px) {
  .home .l_container {
    padding-top: 0;
  }
}
.home .section_wrap {
  padding-top: 0;
}
.home .search_box_02 {
  background-color: #fff;
  border-radius: 10px;
}
.home .search_box_02 .search_content {
  border: none;
}

.top_firstview {
  position: relative;
}
.top_firstview--image {
  display: block;
  overflow: hidden;
  position: relative;
}
.top_firstview--image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45.2%;
}
@media screen and (max-width: 767px) {
  .top_firstview--image:after {
    padding-top: 100vh;
  }
}
.top_firstview--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top_firstview--box {
  position: relative;
  max-width: calc(1100px + var(--sideW) * 2);
  padding: 4.5rem var(--sideW) 11.25rem;
  margin: 0 auto;
}
.top_firstview--box p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top_firstview--box {
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_firstview--box p {
    margin: 0;
  }
}

.top_banner {
  padding: 5rem 0 2.5rem;
  overflow: hidden;
}
.top_banner .splide__track {
  overflow: visible;
}
.top_banner .splide__slide {
  display: block;
}
@media screen and (max-width: 767px) {
  .top_banner .splide__arrow--prev {
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .top_banner .splide__arrow--next {
    right: -12px;
  }
}

.top_scroll {
  overflow: hidden;
  width: 100%;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .top_scroll {
    padding: 3.375rem 0 0;
  }
}
.top_scroll--logo {
  width: 100%;
  max-width: 206px;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 767px) {
  .top_scroll--logo {
    max-width: 132px;
    margin-bottom: 2.25rem;
  }
}
.top_scroll--wrap {
  display: flex;
  width: calc(var(--topScrollImageWidth) * 2);
  animation: scroll-left 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .top_scroll--wrap {
    animation: scroll-left 50s linear infinite;
  }
}
.top_scroll--item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_scroll--item img {
  width: var(--topScrollImageWidth);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top_scroll--item img {
    height: 154px;
  }
}

.top_estate {
  background-color: #F5F5F5;
  padding: 11rem 0 6rem;
  margin: -6rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_estate {
    padding: 7.5rem 0 5rem;
    margin: -4.625rem 0 0;
  }
}
.top_estate--ttl {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_estate--ttl {
    margin-bottom: 1.875rem;
  }
}
.top_estate--subttl {
  margin: 3.75rem 0 2rem;
}
.top_estate--content {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .top_estate--content {
    flex-direction: column;
    gap: 32px;
  }
}
.top_estate--content__left {
  width: max(31.47%, 138px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_estate--content__left {
    display: flex;
    width: 100%;
    gap: 5px;
  }
}
.top_estate--content__left > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_estate--content__left > li {
    width: 100%;
    margin-bottom: 0;
  }
}
.top_estate--content__left > li:last-child {
  margin-bottom: 0;
}
.top_estate--content__left > li a {
  display: block;
  width: 100%;
  height: 64px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1.05em 30px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_estate--content__left > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    padding: 0;
    height: 44px;
  }
}
.top_estate--content__left > li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_estate--content__left > li a:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #fff;
    border-bottom: 0;
  }
}
.top_estate--content__left > li a.js-active {
  background-color: #5F5F5F;
  color: #fff;
}
.top_estate--content__left > li a.js-active:after {
  border-left: 12px solid #5F5F5F;
}
@media screen and (max-width: 767px) {
  .top_estate--content__left > li a.js-active:after {
    border-left: 4px solid transparent;
    border-top: 7px solid #5F5F5F;
  }
}
.top_estate--content__right {
  width: calc(100% - (max(31.47%, 138px) + 60px));
}
@media screen and (max-width: 767px) {
  .top_estate--content__right {
    width: 100%;
  }
}
.top_estate--content__right .wrap {
  margin: 0 var(--extend) 0 0;
  padding-right: calc(50vw - 50%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .wrap {
    margin: 0 var(--extend);
    padding: 0 var(--sideW);
  }
}
.top_estate--content__right .wrap .btn_cmn_02, .top_estate--content__right .wrap .single_property__contact--link, .top_estate--content__right .wrap .single_property__map--link {
  margin: 2.5rem auto 0;
  background-color: #000;
}
.top_estate--content__right .wrap .btn_cmn_02:hover, .top_estate--content__right .wrap .single_property__contact--link:hover, .top_estate--content__right .wrap .single_property__map--link:hover {
  background-color: #D7AF23;
}
.top_estate--content__right .property_box {
  display: none;
}
.top_estate--content__right .property_box.js-active {
  display: block;
}
.top_estate--content__right .splide__track {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .splide__arrow--prev {
    top: 32%;
    left: -12px;
  }
}
.top_estate--content__right .splide__arrow--next {
  right: -27px;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .splide__arrow--next {
    top: 32%;
    right: -12px;
  }
}
.top_estate--content__right .title_box {
  background-color: #D7AF23;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  gap: 2em;
  padding: 1.225rem;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .title_box {
    display: block;
  }
}
.top_estate--content__right .title_box .area {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .title_box .area {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
}
.top_estate--content__right .title_box .ttl {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .title_box .ttl {
    font-size: 1rem;
  }
}
.top_estate--content__right .content_box {
  background-color: #fff;
  padding: 36px 36px 50px;
  display: flex;
  gap: 3.87%;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box {
    flex-direction: column;
    padding: 30px var(--sideW);
    gap: 24px;
  }
}
.top_estate--content__right .content_box .box_image {
  width: 38.63%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .box_image {
    width: 100%;
  }
}
.top_estate--content__right .content_box .text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
.top_estate--content__right .content_box .price {
  margin-top: 1em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D7AF23;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .price {
    font-size: 1rem;
  }
}
.top_estate--content__right .content_box .price span {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .price span {
    font-size: 2rem;
  }
}
.top_estate--content__right .content_box .address {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .address {
    font-size: 0.875rem;
  }
}
.top_estate--content__right .content_box .dlist {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .dlist {
    margin-top: 10px;
  }
}
.top_estate--content__right .content_box .dlist .item {
  display: flex;
  align-items: baseline;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .dlist .item {
    flex-direction: column;
    margin-top: 10px;
  }
  .top_estate--content__right .content_box .dlist .item:first-child {
    margin-top: 0;
  }
}
.top_estate--content__right .content_box .dlist .item dt {
  width: 90px;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_estate--content__right .content_box .dlist .item dt {
    width: 100%;
  }
}
.top_estate--content__right .content_box .dlist .item dd {
  flex-grow: 1;
}

.top_event {
  margin-bottom: 7.5em;
  padding: 0 var(--sideW);
}
@media screen and (max-width: 767px) {
  .top_event {
    padding: 0;
    overflow: hidden;
  }
}
.top_event--wrap {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  padding: 5rem 0 0;
}
.top_event--wrap:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 32px + 4em);
  background: #D7AF23;
  position: absolute;
  bottom: 32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_event--wrap:before {
    content: none;
  }
}
.top_event--ttl__wrap {
  margin: 0 var(--extend) 3.125rem 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #D7AF23;
}
@media screen and (max-width: 767px) {
  .top_event--ttl__wrap {
    padding-bottom: 13px;
    margin: 0 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top_event--splide {
    padding-right: var(--sideW);
  }
  .top_event--splide .splide__track {
    overflow: visible;
  }
  .top_event--splide .splide__arrow {
    top: 33%;
  }
  .top_event--splide .splide__arrow--prev {
    left: calc(var(--sideW) * -0.5);
  }
  .top_event--splide .splide__arrow--next {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_event--list {
    display: flex !important;
    gap: 5.8%;
  }
  .top_event--list > li {
    width: 29.4666666667%;
  }
}
.top_event--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 380px);
  height: 65px;
  margin: 0 auto;
  background-color: #D7AF23;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  position: relative;
}
.top_event--link:after {
  content: "";
  display: block;
  width: 12.5px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_event--link {
    height: 48px;
    font-size: 0.875rem;
  }
}
.top_event--link__wrap {
  margin: 50px var(--extend) 0;
  padding: 0 var(--sideW);
  position: relative;
}
.top_event--link__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D7AF23;
  position: absolute;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_event--link__wrap {
    margin: 2.5rem 0 0;
  }
  .top_event--link__wrap:before {
    content: none;
  }
}
.top_event--link:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.card_event {
  display: block;
}
.card_event--image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.card_event--image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.card_event--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card_event--ttl {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_event--detail {
  font-size: 0.875rem;
}
.card_event--detail .item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.card_event--detail dt:after {
  content: " ｜";
}

.top_concept {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top_concept {
    margin-bottom: 5rem;
  }
}
.top_concept--list {
  display: flex;
  gap: 4.84%;
}
@media screen and (max-width: 767px) {
  .top_concept--list {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.top_concept--list > li {
  width: 100%;
}

.concept_grid_01 {
  position: relative;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .concept_grid_01 {
    padding: 19.23% 0 0;
  }
}
.concept_grid_01 .concept_text_01 {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 196px;
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .concept_text_01 {
    max-width: 146px;
  }
}
.concept_grid_01--text {
  position: relative;
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .concept_grid_01--text {
    margin-top: 30.76%;
    font-size: 0.875rem;
  }
}
.concept_grid_01--link {
  position: relative;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .concept_grid_01--link {
    width: calc(100% - var(--sideW) * 2);
    margin: 30px var(--sideW) 0;
  }
}
.concept_grid_01 .image_left {
  width: 27.8%;
  position: absolute;
  top: 74px;
  left: var(--sideW);
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .image_left {
    top: 0;
    left: calc(var(--sideW) * -1);
    width: 43.38%;
  }
}
.concept_grid_01 .image_left .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 378/257;
  border-radius: 20px;
  transition: 1s;
  opacity: 0;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .image_left .image {
    aspect-ratio: 141/143;
    border-radius: 0 10px 10px 0;
  }
}
.concept_grid_01 .image_left .image.js-active {
  filter: blur(0px);
  opacity: 1;
}
.concept_grid_01 .image_left .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept_grid_01 .image_right {
  width: 23.1%;
  position: absolute;
  top: 152px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .image_right {
    top: 0;
    right: calc(var(--sideW) * -1);
    padding-top: 35.07%;
    width: 39.35%;
  }
}
.concept_grid_01 .image_right .image {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transition: 1s;
  opacity: 0;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .image_right .image {
    border-radius: 10px 0 0 10px;
  }
}
.concept_grid_01 .image_right .image.js-active {
  filter: blur(0px);
  opacity: 1;
}
.concept_grid_01 .image_right .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept_grid_01 .image_right .image:nth-child(1) {
  width: 70%;
  margin: 0 0 0 auto;
  aspect-ratio: 220/323;
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .image_right .image:nth-child(1) {
    width: 48.87%;
    aspect-ratio: 65/255;
  }
}
.concept_grid_01 .image_right .image:nth-child(2) {
  width: 66.56%;
  aspect-ratio: 209/141;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .concept_grid_01 .image_right .image:nth-child(2) {
    width: 100%;
    aspect-ratio: 133/111;
    transform: translateY(-75%);
  }
}

.card_top_concept--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 367/483;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card_top_concept--image {
    aspect-ratio: 325/221;
  }
}
.card_top_concept--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_top_concept--number {
  position: relative;
  margin-bottom: 1rem;
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-top: 22px;
}
.card_top_concept--number:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/96;
  background: url(../images/decoration_cmn_vertical.svg) no-repeat center/contain;
  position: absolute;
  top: -38px;
  left: 70px;
}
.card_top_concept--number:after {
  content: attr(data-en);
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
.card_top_concept--ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.34;
}
@media screen and (max-width: 767px) {
  .card_top_concept--ttl {
    font-size: 1.375rem;
  }
}
.card_top_concept--text {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .card_top_concept--text {
    font-size: 0.875rem;
  }
}
.card_top_concept--link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0 0;
  padding: 0 0 0 65px;
  position: relative;
  transition: 0.5s;
  height: 42px;
}
.card_top_concept--link span {
  transition: 0.5s;
  position: relative;
}
.card_top_concept--link:before {
  content: "";
  display: block;
  width: 52px;
  height: inherit;
  border-radius: 50px;
  background: #D7AF23 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 20px/12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .card_top_concept--link:hover span {
    color: #fff;
    transform: translateX(-42px);
  }
  .card_top_concept--link:hover:before {
    width: 100%;
  }
}

.top_works {
  margin-bottom: 6.25rem;
}
.top_works .inner_m {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_works .inner_m {
    display: flex;
    flex-wrap: wrap;
  }
}
.top_works .inner_m:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url(../images/top_works_01.svg) no-repeat center/cover;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .top_works .inner_m:after {
    height: 10px;
    width: auto;
    margin: 5rem calc(var(--sideW) * -1) 0;
    background: url(../images/top_works_01_sp.svg) no-repeat center/cover;
  }
}
.top_works--ttl {
  width: 190px;
  font-weight: 500;
  color: #5F5F5F;
}
@media screen and (max-width: 767px) {
  .top_works--ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.top_works--ttl:before {
  content: attr(data-en);
  display: block;
  writing-mode: vertical-rl;
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  transform: translateX(-12px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_works--ttl:before {
    writing-mode: unset;
    font-size: 3.125rem;
    transform: none;
  }
}
.top_works--splide {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_works--splide {
    margin: 0 calc(var(--sideW) * -1);
    padding: 0 calc(var(--sideW) * 2);
  }
  .top_works--splide .splide__track {
    overflow: visible;
  }
  .top_works--splide .splide__arrow {
    top: 39%;
  }
}
@media screen and (min-width: 768px) {
  .top_works--splide {
    width: calc(100% - 190px);
    margin-top: 135px;
  }
  .top_works--splide .splide__list {
    display: flex !important;
    gap: 4.85%;
  }
  .top_works--splide .splide__list > li {
    width: 30.1%;
  }
}
.top_works--link {
  position: absolute;
  top: 438px;
  left: var(--sideW);
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 0 0 65px;
}
.top_works--link span {
  transition: 0.5s;
}
.top_works--link:before {
  content: "";
  display: block;
  width: 52px;
  height: inherit;
  border-radius: 50px;
  background: #D7AF23 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 20px/12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .top_works--link:hover span {
    color: #fff;
    transform: translateX(-36px);
  }
  .top_works--link:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_works--link {
    position: relative;
    top: 0;
    left: 0;
    margin: 40px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top_column {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top_column {
    margin-bottom: 3.75rem;
  }
}
.top_column--ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_column--ttl {
    font-size: 0.875rem;
  }
  .top_column--ttl:before {
    font-size: 38px;
  }
}
.top_column--splide .splide__arrow {
  top: 35%;
}
.top_column--splide .splide__arrow--prev {
  left: -27px;
}
@media screen and (max-width: 767px) {
  .top_column--splide .splide__arrow--prev {
    left: calc(var(--sideW) * -0.75);
  }
}
.top_column--splide .splide__arrow--next {
  right: -27px;
}
@media screen and (max-width: 767px) {
  .top_column--splide .splide__arrow--next {
    right: calc(var(--sideW) * -0.75);
  }
}
.top_column--link {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 65px;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
}
.top_column--link:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_column--link {
    margin: 28px auto 0;
    max-width: 275px;
    height: 52px;
    font-size: 0.875rem;
  }
}
.top_column--link:hover {
  background-color: #000;
  color: #fff;
}
.top_column--link:hover:after {
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}

.card_column--image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
.card_column--image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.58%;
}
.card_column--image:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(215, 175, 35, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.card_column--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.card_column--date {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .card_column--date {
    font-size: 0.8125rem;
  }
}
.card_column--ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_column--ttl {
    font-size: 1rem;
  }
}
.card_column:hover .card_column--image img {
  transform: scale(1.05);
}
.card_column:hover .card_column--image:after {
  width: 100%;
  right: unset;
  left: 0;
}

.top_instagram {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top_instagram {
    margin-bottom: 3.75rem;
  }
  .top_instagram #sbi_images {
    gap: 30px !important;
  }
}
.top_instagram--link {
  width: -moz-fit-content;
  width: fit-content;
  margin: -12px auto 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top_instagram--link:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/ico_top_instagram.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top_instagram--link {
    margin: -22px auto 0;
    font-size: 1rem;
  }
  .top_instagram--link:before {
    width: 26px;
  }
}

.top_news {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top_news {
    margin-bottom: 3.75rem;
  }
}
.top_news .inner_m {
  position: relative;
}
.top_news--ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .top_news--ttl {
    display: block;
    margin-bottom: 36px;
  }
  .top_news--ttl:before {
    display: block;
  }
}
.top_news--list > li {
  border-bottom: 1px solid #D9D9D9;
}
.top_news--list > li:first-child {
  border-top: 1px solid #D9D9D9;
}
.top_news--link {
  position: absolute;
  top: 0;
  right: var(--sideW);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0 0;
  padding: 0 65px 0 0;
  transition: 0.5s;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .top_news--link {
    position: relative;
    top: unset;
    right: unset;
    margin: 40px auto 0;
  }
}
.top_news--link span {
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.top_news--link:after {
  content: "";
  display: block;
  width: 52px;
  height: inherit;
  border-radius: 50px;
  background: #D7AF23 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 20px/12px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .top_news--link:hover span {
    color: #fff;
    transform: translateX(20px);
  }
  .top_news--link:hover:after {
    width: 100%;
  }
}

.card_news {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 1.75rem 0;
}
@media screen and (max-width: 767px) {
  .card_news {
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
.card_news--date {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
}
.card_news--category > li {
  background-color: #D7AF23;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.715;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 115px;
  height: 27px;
  padding: 0 1em;
}
.card_news--ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .card_news--ttl {
    width: 100%;
    margin-top: 8px;
  }
}
.card_news:hover {
  background-color: rgba(215, 175, 35, 0.3);
}

.bnr--partners_club {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.bnr--partners_club img {
  display: block;
  width: 100%;
}
.bnr--partners_club:hover {
  transform: scale(1.05);
  filter: brightness(1.02);
}

.page_header {
  margin-bottom: 5rem;
}
.page_header .inner_l {
  position: relative;
}
.page_header--image {
  display: block;
  overflow: hidden;
  margin: 50px var(--extend) 0;
  height: 264px;
}
@media screen and (max-width: 767px) {
  .page_header--image {
    height: 180px;
  }
}
.page_header--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_header--ttl {
  margin-bottom: 3.75rem;
}

.decoration_01, .single_event .post_content, .single_property__editor, .design_style--card:not(:first-child), .about_sdgs, .about_staff {
  position: relative;
}
.decoration_01:before, .single_event .post_content:before, .single_property__editor:before, .design_style--card:not(:first-child):before, .about_sdgs:before, .about_staff:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 581px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/decoration_cmn_02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .decoration_01:before, .single_event .post_content:before, .single_property__editor:before, .design_style--card:not(:first-child):before, .about_sdgs:before, .about_staff:before {
    width: 60%;
    height: 4px;
  }
}

.page-about__lead {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.page-about .about_menu--card {
  width: 30.1666666667%;
}
.page-about .about_menu--card__image {
  aspect-ratio: 367/443;
}

.about_concept {
  margin-bottom: 8.375rem;
}
@media screen and (max-width: 767px) {
  .about_concept {
    margin-bottom: 5rem;
  }
}
.about_concept--ttl {
  margin-bottom: 36px;
}
.about_concept--image {
  margin: 0 var(--extend) 36px;
  display: block;
  overflow: hidden;
  height: 440px;
}
.about_concept--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about_concept--image {
    height: 220px;
  }
}
.about_concept--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
}
.about_concept--list {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_concept--list {
    margin-top: 6rem;
  }
}
.about_concept--card {
  width: -webkit-fill-available;
  width: -moz-available;
}
.about_concept--card__image {
  margin: 0 0 0 var(--extend);
  display: block;
  overflow: hidden;
  height: 490px;
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 767px) {
  .about_concept--card__image {
    height: 250px;
    border-radius: 0 40px 0 0;
  }
}
.about_concept--card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_concept--card__box {
  margin-top: -40px;
  display: flex;
  align-items: flex-start;
  gap: 8.36%;
}
@media screen and (max-width: 767px) {
  .about_concept--card__box {
    margin-top: -30px;
    flex-direction: column;
  }
}
.about_concept--card__box .box_right {
  flex-grow: 1;
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  .about_concept--card__box .box_right {
    padding-top: 50px;
  }
}
.about_concept--card__ttl {
  width: 332px;
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.06em;
  line-height: 1.166;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_concept--card__ttl {
    width: 100%;
    font-size: 3rem;
  }
}
.about_concept--card__ttl:after {
  content: "";
  display: block;
  width: 160px;
  aspect-ratio: 160/103;
  background: url(../images/about_concept_06.svg) no-repeat center/contain;
  position: absolute;
  left: 152px;
  bottom: -45px;
}
@media screen and (max-width: 767px) {
  .about_concept--card__ttl:after {
    width: 120px;
    left: unset;
    right: 0;
    bottom: -20px;
  }
}
.about_concept--card__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
.about_concept--card__link {
  display: block;
  width: 100%;
  max-width: 308px;
  text-align: center;
  position: relative;
  padding: 0.75em 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about_concept--card__link {
    max-width: 260px;
    margin: 30px auto 0;
  }
}
.about_concept--card__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(40deg);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.about_concept--card__link:hover {
  opacity: 0.7;
}
.about_concept--card__link:hover:after {
  width: 110%;
}
.about_concept--link {
  max-width: 380px;
  margin: 0 auto;
}

.about_menu--list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4.75%;
}
@media screen and (max-width: 767px) {
  .about_menu--list {
    gap: 5rem;
  }
}
.about_menu--card {
  position: relative;
  width: 47.625%;
}
@media screen and (max-width: 767px) {
  .about_menu--card {
    width: 100%;
  }
}
.about_menu--card:after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 32/123;
  background: url(../images/decoration_cmn_vertical.svg) no-repeat center top/contain;
  position: absolute;
  top: -24px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .about_menu--card:after {
    width: 24px;
    top: -28px;
    right: 15px;
  }
}
.about_menu--card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 584/244;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .about_menu--card__image {
    aspect-ratio: 3/2;
  }
}
.about_menu--card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_menu--card__ttl {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .about_menu--card__ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.about_menu--card__ttl:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #D7AF23;
  margin-top: 12px;
}
.about_menu--card__text {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.375rem;
}
.about_menu--card__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0 0;
  padding: 0 0 0 65px;
  position: relative;
  transition: 0.5s;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .about_menu--card__link {
    font-size: 0.9375rem;
    height: 38px;
  }
}
.about_menu--card__link span {
  transition: 0.5s;
  position: relative;
}
.about_menu--card__link:before {
  content: "";
  display: block;
  width: 52px;
  height: inherit;
  border-radius: 50px;
  background: #D7AF23 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 20px/12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .about_menu--card__link:hover span {
    color: #fff;
    transform: translateX(-42px);
  }
  .about_menu--card__link:hover:before {
    width: 100%;
  }
}

.about_staff {
  margin-bottom: 6.25rem;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .about_staff {
    margin-bottom: 60px;
  }
}
.about_staff--ttl {
  margin-bottom: 42px;
}
.about_staff--splide {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about_staff--splide {
    margin: 0 var(--extend) 30px;
  }
}
@media screen and (min-width: 768px) {
  .about_staff--list {
    display: flex !important;
    gap: 3.5%;
  }
  .about_staff--list > li {
    width: 22.375%;
  }
}
.about_staff--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_staff--text {
    font-size: 0.9375rem;
  }
}
.about_staff--link {
  max-width: 380px;
  margin: 36px auto 0;
}

.about_sdgs {
  padding-top: 60px;
}
.about_sdgs--ttl {
  margin-bottom: 28px;
}
.about_sdgs--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about_sdgs--text {
    font-size: 0.9375rem;
  }
}
.about_sdgs--list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
.about_sdgs--card {
  width: 48%;
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .about_sdgs--card {
    width: 100%;
    gap: 16px;
  }
}
.about_sdgs--card .icon {
  flex-shrink: 0;
  width: 170px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .about_sdgs--card .icon {
    width: 100px;
  }
}
.about_sdgs--card .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_sdgs--card dl {
  padding-top: 20px;
}
.about_sdgs--card dt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .about_sdgs--card dt {
    font-size: 1.2rem;
  }
}
.about_sdgs--card dd {
  font-size: 0.9375rem;
  letter-spacing: 0.06;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about_sdgs--card dd {
    font-size: 0.875rem;
  }
}

.page-concept .l_container {
  background: url(../images/concept_bg.jpg) no-repeat center top/100%;
}
.page-concept .nav_about_children {
  margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .page-concept .page_header {
    margin-bottom: 7.5rem;
  }
}

.concept_lead {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .concept_lead--ttl img {
    width: 100%;
    max-width: unset;
  }
}
.concept_lead--text {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.78;
}
@media screen and (max-width: 767px) {
  .concept_lead--text {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.concept_thought .concept_grid_01 .image_right {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .concept_thought .concept_grid_01 .concept_text_01 {
    max-width: 180px;
  }
  .concept_thought .concept_grid_01 .image_left {
    width: 30.98%;
    left: 0;
    top: 62px;
  }
  .concept_thought .concept_grid_01 .image_right {
    width: 25.74%;
    top: 124px;
  }
  .concept_thought .concept_grid_01--text {
    margin-top: 5rem;
    letter-spacing: 0.08em;
    line-height: 2.25;
  }
}
.concept_thought--list {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .concept_thought--list {
    margin-top: 6.25rem;
  }
}
.concept_thought--list > li {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .concept_thought--list > li {
    margin-bottom: 3.75rem;
  }
}
.concept_thought--list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .concept_thought--list > li:nth-child(even) {
    flex-direction: column;
  }
}
.concept_thought--card {
  display: flex;
  align-items: flex-start;
  gap: 5.16%;
}
@media screen and (max-width: 767px) {
  .concept_thought--card {
    flex-direction: column;
    align-items: unset;
  }
}
.concept_thought--card__image {
  flex-shrink: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 609/387;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .concept_thought--card__image {
    width: 100%;
  }
}
.concept_thought--card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept_thought--card__texts {
  flex-grow: 1;
}
.concept_thought--card__number {
  position: relative;
  margin-bottom: 1.75rem;
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .concept_thought--card__number {
    padding-top: 22px;
    font-size: 2.2rem;
  }
}
.concept_thought--card__number:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/96;
  background: url(../images/decoration_cmn_vertical.svg) no-repeat center/contain;
  position: absolute;
  top: -12px;
  left: 70px;
}
@media screen and (max-width: 767px) {
  .concept_thought--card__number:before {
    width: 24px;
    top: -38px;
    left: 56px;
  }
}
.concept_thought--card__number:after {
  content: attr(data-en);
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .concept_thought--card__number:after {
    font-size: 1rem;
  }
}
.concept_thought--card__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .concept_thought--card__ttl {
    font-size: 1.6rem;
  }
}
.concept_thought--card__text {
  margin-top: 24px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.866;
}

.page-design .top_scroll {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .page-design .top_scroll {
    padding-top: 3.75rem;
  }
}

.nav_about_children {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .nav_about_children {
    margin-top: 7.5rem;
  }
}

.about_menu--list02 {
  display: flex;
  gap: 7.48%;
}
@media screen and (max-width: 767px) {
  .about_menu--list02 {
    flex-direction: column;
    gap: 5rem;
  }
}
.about_menu--list02 .about_menu--card {
  width: 46.26%;
}
@media screen and (max-width: 767px) {
  .about_menu--list02 .about_menu--card {
    width: 100%;
  }
}
.about_menu--list02 .about_menu--card__image {
  aspect-ratio: 470/327;
}

.design_style--ttl {
  text-align: center;
  color: #D7AF23;
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.44;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .design_style--ttl {
    margin: 0 auto 12px;
    font-size: 60px;
  }
}
.design_style--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
.design_style--list {
  margin-top: 5rem;
}
.design_style--card {
  margin-bottom: 5.625rem;
  display: flex;
  align-items: flex-start;
  gap: 5.16%;
}
@media screen and (max-width: 767px) {
  .design_style--card {
    flex-direction: column;
    margin-bottom: 3.375rem;
  }
}
.design_style--card:not(:first-child) {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .design_style--card:not(:first-child) {
    padding-top: 3.75rem;
  }
}
.design_style--card:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .design_style--card:nth-child(even) {
    flex-direction: column;
  }
}
.design_style--card:last-child {
  margin-bottom: 0;
}
.design_style--card__image {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .design_style--card__image {
    width: 100%;
  }
}
.design_style--card__texts {
  padding-top: 3.77%;
}
@media screen and (max-width: 767px) {
  .design_style--card__texts {
    padding-top: 26px;
  }
}
.design_style--card__number {
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .design_style--card__number {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.design_style--card__number:after {
  content: attr(data-en);
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .design_style--card__number:after {
    font-size: 1rem;
  }
}
.design_style--card__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .design_style--card__ttl {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.design_style--card__text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.866;
}

.equipment_lead {
  margin-bottom: 5rem;
}
.equipment_lead--ttl {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 26px;
}
.equipment_lead--ttl:before {
  content: attr(data-en);
  display: block;
  color: #D7AF23;
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .equipment_lead--ttl {
    margin: 0 var(--extend) 26px;
    font-size: 1.4rem;
  }
  .equipment_lead--ttl:before {
    font-size: min(12vw, 90px);
    margin-bottom: 6px;
  }
}
.equipment_lead--text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .equipment_lead--text {
    text-align: left;
  }
}

.equipment_grade {
  margin-bottom: 5rem;
}
.equipment_grade--grid {
  display: flex;
  align-items: flex-start;
  gap: 5.16%;
}
@media screen and (max-width: 767px) {
  .equipment_grade--grid {
    flex-direction: column;
  }
}
.equipment_grade--image {
  flex-shrink: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 609/387;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .equipment_grade--image {
    width: 100%;
  }
}
.equipment_grade--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment_grade--texts {
  flex-grow: 1;
  padding-top: 5.16%;
}
@media screen and (max-width: 767px) {
  .equipment_grade--texts {
    padding-top: 1.5rem;
  }
}
.equipment_grade--ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .equipment_grade--ttl {
    font-size: 1.4rem;
  }
}
.equipment_grade--text {
  margin-top: 30px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.866;
}
@media screen and (max-width: 767px) {
  .equipment_grade--text {
    margin-top: 20px;
  }
}

.equipment_item {
  margin-bottom: 7.5rem;
}
.equipment_item--card {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .equipment_item--card {
    margin-bottom: 3.125rem;
  }
}
.equipment_item--card__en {
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .equipment_item--card__en {
    font-size: 3rem;
    margin: 0 var(--extend) 24px 0;
  }
}
.equipment_item--card__grid {
  display: flex;
  align-items: flex-start;
  gap: 5.7%;
  padding-left: 5.2%;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .equipment_item--card__grid {
    display: contents;
  }
}
.equipment_item--card__image {
  flex-shrink: 0;
  width: 47.25%;
  display: block;
  overflow: hidden;
  aspect-ratio: 455/289;
  margin-top: -90px;
}
@media screen and (max-width: 767px) {
  .equipment_item--card__image {
    width: 100%;
    margin: 0 0 20px;
  }
}
.equipment_item--card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment_item--card__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .equipment_item--card__ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.equipment_item--card__ttl:after {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 7px calc(var(--sideW) * -0.5) 0 0;
}
.equipment_item--card__text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.866;
}
@media screen and (max-width: 767px) {
  .equipment_item--card__text {
    font-size: 0.875rem;
  }
}
.equipment_item--card__text + h3 {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .equipment_item--card__text + h3 {
    margin-top: 35px;
  }
}

.equipment_quality--ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .equipment_quality--ttl {
    margin: 0 var(--extend) 36px;
  }
  .equipment_quality--ttl:before {
    font-size: 3.2rem;
  }
}
.equipment_quality--image {
  display: block;
  overflow: hidden;
  height: 364px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .equipment_quality--image {
    margin: 0 var(--extend) 40px;
    height: 180px;
    border-radius: 0;
  }
}
.equipment_quality--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment_quality .inner_s, .equipment_quality .works_gallery__thumb {
  padding: 0;
}
.equipment_quality--subttl {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .equipment_quality--subttl {
    font-size: 1.4rem;
  }
}
.equipment_quality--text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.equipment_quality--sdgs {
  display: flex;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .equipment_quality--sdgs {
    flex-direction: column;
    margin: 40px var(--extend) 0;
  }
}
.equipment_quality--sdgs:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 43.4%;
  background: url(../images/equipment_quality_02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .equipment_quality--sdgs:before {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.equipment_quality--sdgs .box {
  background-color: #000000;
  color: #fff;
  padding: 4.5rem 4.23%;
}
@media screen and (max-width: 767px) {
  .equipment_quality--sdgs .box {
    padding: 2.75rem var(--sideW);
  }
}
.equipment_quality--sdgs dt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .equipment_quality--sdgs dt {
    text-align: center;
  }
}
.equipment_quality--sdgs dd {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .equipment_quality--sdgs dd {
    font-size: 0.875rem;
  }
}
.equipment_quality--sdgs__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em 0 0;
  padding: 0 0 0 65px;
  position: relative;
  transition: 0.5s;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .equipment_quality--sdgs__link {
    font-size: 0.9375rem;
    height: 38px;
    margin: 1.5rem auto 0;
  }
}
.equipment_quality--sdgs__link span {
  transition: 0.5s;
  position: relative;
}
.equipment_quality--sdgs__link:before {
  content: "";
  display: block;
  width: 52px;
  height: inherit;
  border-radius: 50px;
  background: #D7AF23 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 20px/12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .equipment_quality--sdgs__link:hover span {
    color: #fff;
    transform: translateX(-42px);
  }
  .equipment_quality--sdgs__link:hover:before {
    width: 100%;
  }
}

.support_description {
  margin-bottom: 6em;
}
.support_description--grid {
  display: flex;
  flex-wrap: wrap;
}
.support_description--ttl {
  flex-shrink: 0;
  width: 516px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 74px;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .support_description--ttl {
    width: 100%;
    padding: 0;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.support_description--ttl:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/124;
  background: url(../images/decoration_support_ttl.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -12px;
}
@media screen and (max-width: 767px) {
  .support_description--ttl:before {
    top: unset;
    bottom: calc(100% - 25px);
    left: unset;
    right: 0;
    width: 20px;
  }
}
.support_description--text {
  width: calc(100% - 516px);
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.86;
}
@media screen and (max-width: 1023px) {
  .support_description--text {
    width: 100%;
  }
}
.support_description .js-scrollable {
  max-width: 1000px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .support_description .js-scrollable {
    margin: 2.5rem var(--extend) 0;
  }
  .support_description .js-scrollable figure {
    min-width: calc(600px + var(--sideW) * 2);
    padding: 0 var(--sideW) 0.5em;
  }
}
.support_description--list {
  margin-top: 5rem;
  display: flex;
  gap: 4.85%;
}
@media screen and (max-width: 767px) {
  .support_description--list {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.support_description--card {
  width: 100%;
}
.support_description--card__num {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support_description--card__num {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 0;
    font-size: 2.22rem;
  }
}
.support_description--card__num span {
  padding: 0 40px 0 8px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .support_description--card__num span {
    padding: 0 30px 0 8px;
  }
}
.support_description--card__num:before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 72px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .support_description--card__num:before {
    top: 20px;
  }
}
.support_description--card__num:after {
  content: "Support";
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .support_description--card__num:after {
    font-size: 1rem;
  }
}
.support_description--card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 374/238;
  border-radius: 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .support_description--card__image {
    margin-bottom: 24px;
  }
}
.support_description--card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support_description--card__text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.support_description--card__text span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .support_description--card__text {
    font-size: 1.375rem;
  }
}
.support_description--excluded {
  width: 100%;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  gap: 3.28%;
  padding: 30px 3.6%;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .support_description--excluded {
    flex-direction: column;
    margin-top: 50px;
    padding: 32px var(--sideW);
    align-items: flex-start;
  }
}
.support_description--excluded dt {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .support_description--excluded dt {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.support_description--excluded dd {
  border-left: 1px solid #000;
  padding-left: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .support_description--excluded dd {
    padding: 16px 0 0;
    border-left: none;
    border-top: 1px solid #000;
  }
}
.support_description--excluded dd li {
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.support_description--excluded dd li:last-child {
  margin-bottom: 0;
}
.support_description--notes {
  counter-reset: number 0;
  font-size: 0.8125rem;
  margin-top: 1.5rem;
}
.support_description--notes li {
  counter-increment: number 1;
  text-indent: -2.8em;
  padding-left: 2.8em;
  margin-bottom: 0.25rem;
}
.support_description--notes li:last-child {
  margin-bottom: 0;
}
.support_description--notes li:before {
  content: "※" counter(number) "：";
  text-indent: 0;
}

.support_club {
  margin-bottom: 8.75rem;
}
.support_club--ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .support_club--ttl {
    margin: 0 var(--extend) 40px;
  }
  .support_club--ttl:before {
    font-size: 44px;
    margin-bottom: 6px;
  }
}
.support_club--text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .support_club--text {
    text-align: left;
  }
}

.page-story .section_wrap {
  padding-bottom: 0;
}

.story_header {
  margin-bottom: 5rem;
}
.story_header--grid {
  display: flex;
  align-items: flex-start;
  gap: 9.5%;
}
@media screen and (max-width: 1023px) {
  .story_header--grid {
    flex-direction: column;
  }
}
.story_header--ttl {
  flex-shrink: 0;
  width: 100%;
  max-width: 436px;
  font-family: "Jost", sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.11;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story_header--ttl {
    font-size: 60px;
  }
}
.story_header--ttl:before {
  content: "";
  display: block;
  width: 95px;
  aspect-ratio: 95/25;
  background: url(../images/decoration_story_ttl.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 5px;
}
.story_header--ttl:after {
  content: "";
  display: block;
  width: 201px;
  aspect-ratio: 160/103;
  background: url(../images/about_concept_06.svg) no-repeat center/contain;
  position: absolute;
  left: 235px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .story_header--ttl:after {
    width: 140px;
    left: 180px;
  }
}
.story_header--text {
  padding-top: 13%;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.44;
}
@media screen and (max-width: 767px) {
  .story_header--text {
    padding-top: 5rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.story_flow {
  counter-reset: number 0;
}
.story_flow--label {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .story_flow--label {
    display: none;
  }
}
.story_flow--label span {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: calc(var(--sideW) * 0.5);
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: block;
  height: -moz-max-content;
  height: max-content;
  padding-top: 110px;
}
.story_flow--label span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% + 1px);
  width: 1px;
  height: 92px;
  background-color: #000;
}
.story_flow li {
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
  padding: 6.25rem 0;
  counter-increment: number 1;
}
@media screen and (max-width: 767px) {
  .story_flow li {
    padding: 5rem 0;
    display: block;
  }
}
.story_flow li:nth-child(1) {
  background-color: rgba(215, 175, 35, 0.2);
}
.story_flow li:nth-child(2) {
  background-color: rgba(215, 175, 35, 0.4);
}
.story_flow li:nth-child(3) {
  background-color: rgba(215, 175, 35, 0.6);
}
.story_flow li:nth-child(4) {
  background-color: rgba(215, 175, 35, 0.8);
}
.story_flow li:nth-child(5) {
  background-color: #d7af23;
}
.story_flow--grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 5.2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story_flow--grid {
    display: block;
  }
}
.story_flow--ttl {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .story_flow--ttl {
    margin-bottom: 30px;
  }
}
.story_flow--ttl span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.story_flow--image {
  flex-shrink: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 609/387;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .story_flow--image {
    width: 100%;
  }
}
.story_flow--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story_flow--texts {
  width: 44.8%;
  padding-top: 3.11%;
}
@media screen and (max-width: 767px) {
  .story_flow--texts {
    width: 100%;
    padding-top: 20px;
  }
}
.story_flow--subttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.66;
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story_flow--subttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.story_flow--subttl:before {
  content: "episode 0" counter(number);
  display: block;
  font-size: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .story_flow--subttl:before {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.story_flow--subttl:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 65px;
  right: calc(100% + 16px);
}
@media screen and (max-width: 767px) {
  .story_flow--subttl:after {
    display: none;
  }
}
.story_flow--text {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.86;
}

.story_epilogue {
  padding: 110px 0 10rem;
  background: url(../images/concept_bg.jpg) no-repeat center top/100%;
}
@media screen and (max-width: 767px) {
  .story_epilogue {
    background-size: 200%;
    padding: 6.5rem 0 6rem;
  }
}
.story_epilogue--ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .story_epilogue--ttl {
    max-width: 140px;
    margin: 0 auto 3rem;
  }
}
.story_epilogue--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .story_epilogue--text {
    font-size: 0.9375rem;
  }
}
.story_epilogue--link {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1.2em;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story_epilogue--link {
    font-size: 1rem;
  }
}
.story_epilogue--link:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/12;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.story_epilogue--link:hover {
  background-color: #D7AF23;
  filter: brightness(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.page-contact--ttl {
  margin-bottom: 40px;
}
.page-contact--text {
  margin-bottom: 60px;
}
.page-contact--link {
  margin: 0 auto;
}

.privacy--ttl {
  margin-bottom: 3.5rem;
}
.privacy--subttl {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .privacy--subttl {
    font-size: 1.25rem;
  }
}
.privacy--dlist dt {
  margin: 40px 0 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .privacy--dlist dt {
    font-size: 17px;
  }
}
.privacy--dlist dd {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy--dlist dd {
    font-size: 0.875rem;
  }
}
.privacy--dlist dd p + p {
  margin-top: 1em;
}
.privacy--dlist dd ul {
  margin-top: 1em;
}

.archive_staff--lead {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .archive_staff--lead {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.archive_staff--category {
  margin-bottom: 3.75rem;
}
.archive_staff--category dl {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .archive_staff--category dl {
    flex-direction: column;
    gap: 16px;
  }
}
.archive_staff--category dt {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.archive_staff--category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .archive_staff--category ul {
    gap: 10px;
  }
}
.archive_staff--category a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 0 20px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border: 1px solid #000;
}
.archive_staff--category a.all {
  width: 133px;
}
.archive_staff--category a:hover, .archive_staff--category a.current {
  background-color: #000;
  color: #fff;
}
.archive_staff--list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4.6%;
}

.card_staff {
  width: 100%;
  border: 3px solid #000;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .card_staff {
    width: 100%;
    display: block;
    padding: 24px;
  }
}
.card_staff--image {
  flex-shrink: 0;
  width: 25%;
  display: block;
  overflow: hidden;
  aspect-ratio: 248/330;
}
@media screen and (max-width: 767px) {
  .card_staff--image {
    width: 100%;
    margin-bottom: 1em;
  }
}
.card_staff--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_staff--texts {
  flex-grow: 1;
}
.card_staff--position {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.card_staff--position:after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background-color: #000;
  margin-top: 10px;
}
.card_staff--position > li {
  display: inline;
}
.card_staff--position > li:after {
  content: "・";
}
.card_staff--position > li:last-child:after {
  content: none;
}
.card_staff--name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.card_staff--description {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.card_staff--hobby {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card_staff--hobby dt {
  flex-shrink: 0;
  width: 62px;
  aspect-ratio: 62/58;
  background: url(../images/staff_hobby_bg.svg) no-repeat center top/contain;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 9px 0 0 2px;
}
.card_staff--hobby dd {
  flex-grow: 1;
  padding-top: 6px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.archive_property {
  padding-bottom: 0;
}
.archive_property__main {
  background-color: #F5F5F5;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .archive_property__main {
    padding: 3.75rem 0 5rem;
  }
  .archive_property__main .inner_s, .archive_property__main .works_gallery__thumb {
    padding: 0 calc(var(--sideW) / 2);
  }
}
.archive_property__sub {
  margin-bottom: 5rem;
}
.archive_property__sub .result_text {
  margin-top: 4.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .archive_property__sub .result_text {
    font-size: 1.5rem;
  }
}
.archive_property__sub .result_text span {
  font-size: 5rem;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .archive_property__sub .result_text span {
    font-size: 3rem;
  }
}

.list_development > li {
  background: #fff;
  padding: 50px 3.88% 0;
  margin-bottom: 5rem;
}
.list_development > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_development > li {
    padding: 50px calc(var(--sideW) / 2) 0;
  }
}
.list_development + .list_development > li {
  margin-top: 5rem;
}

.card_development--name {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 40px;
  border-left: 6px solid #D7AF23;
  padding: 0.25em 0 0.25em 18px;
}
@media screen and (max-width: 767px) {
  .card_development--name {
    border-left: none;
    border-bottom: 3px solid #D7AF23;
    font-size: 1.4rem;
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
}
.card_development--info {
  display: flex;
  gap: 34px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .card_development--info {
    flex-direction: column;
  }
}
.card_development--images {
  flex-grow: 1;
  display: flex;
  gap: 3.65%;
}
.card_development--images .image {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.card_development--images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_development--text {
  flex-shrink: 0;
  width: 100%;
  max-width: 356px;
}
.card_development--price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.card_development--price span {
  font-family: "Jost", sans-serif;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 6px;
}
.card_development--dlist .item {
  margin-top: 1em;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
}
.card_development--dlist dt {
  width: 78px;
  flex-shrink: 0;
}
.card_development--dlist dd {
  flex-grow: 1;
}

.list_related_properties > li {
  border-top: 1px solid #000;
  padding: 40px 0 50px;
  display: flex;
  align-items: flex-start;
  gap: 4.5%;
}
@media screen and (max-width: 767px) {
  .list_related_properties > li {
    flex-direction: column;
    gap: 1rem;
  }
}
.list_related_properties > li .box_image {
  flex-shrink: 0;
  width: 42.96%;
  display: block;
  overflow: hidden;
  aspect-ratio: 400/247;
}
@media screen and (max-width: 767px) {
  .list_related_properties > li .box_image {
    width: 100%;
  }
}
.list_related_properties > li .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_related_properties > li .box_text {
  flex-grow: 1;
  padding-top: 2.56%;
}
.list_related_properties > li .box_text .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .list_related_properties > li .box_text .ttl {
    font-size: 1.25rem;
  }
}
.list_related_properties > li .box_text dl {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .list_related_properties > li .box_text dl {
    flex-direction: column;
  }
}
.list_related_properties > li .box_text dl .item {
  width: calc(50% - 15px);
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.list_related_properties > li .box_text dl .item:nth-child(3), .list_related_properties > li .box_text dl .item:nth-child(4) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_related_properties > li .box_text dl .item {
    width: 100%;
  }
}
.list_related_properties > li .box_text dl dt {
  background-color: #A0A0A0;
  color: #fff;
  min-width: 80px;
  flex-shrink: 0;
  text-align: center;
}
.list_related_properties > li .box_text dl dd {
  flex-grow: 1;
}
.list_related_properties > li .box_text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 48px;
  border-radius: 50px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 1em/10px;
  color: #fff;
}
.list_related_properties > li .box_text a:hover {
  background-color: #D7AF23;
}
@media screen and (max-width: 767px) {
  .list_related_properties > li .box_text a {
    margin-left: auto;
    margin-right: auto;
  }
}

.search_box_02 .switcher {
  display: flex;
  gap: 10px;
}
.search_box_02 .switcher li {
  width: 100%;
  max-width: 286px;
}
.search_box_02 .switcher li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  background-color: #848484;
  background-image: url(../images/ico_arrow_bottom_01_white.svg);
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: 9.5px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.search_box_02 .switcher li a.js-active {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .search_box_02 .switcher li a {
    font-size: 0.875rem;
    height: 50px;
    padding-right: 1em;
  }
}
.search_box_02 .search_content {
  border: 1px solid #000;
  padding: 40px 3.69%;
}
@media screen and (max-width: 767px) {
  .search_box_02 .search_content {
    padding: 50px var(--sideW);
  }
}

.search_items > li {
  margin-bottom: 30px;
  display: none;
}
.search_items > li.js-active {
  display: block;
}
.search_items label {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  gap: 15px;
}
.search_items .ttl {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-bottom: 1px dashed #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.search_items .dlist_area .item {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .search_items .dlist_area .item {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
  .search_items .dlist_area .item:last-child {
    margin-bottom: 0;
  }
}
.search_items .dlist_area dt {
  width: 120px;
  flex-shrink: 0;
  font-weight: 500;
}
.search_items .dlist_area dd {
  flex-grow: 1;
}

.dlist_area .item {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .dlist_area .item {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
  .dlist_area .item:last-child {
    margin-bottom: 0;
  }
}
.dlist_area dt {
  width: 120px;
  flex-shrink: 0;
  font-weight: 500;
}
.dlist_area dd {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .single_property.section_wrap {
    padding-bottom: 3.75rem;
  }
}
.single_property__header--count {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .single_property__header--count {
    font-size: 1rem;
  }
}
.single_property__header--ttl {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .single_property__header--ttl {
    font-size: 1.6rem;
  }
}
.single_property__header--attr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5em;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .single_property__header--attr {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.single_property__header--attr .group {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .single_property__header--attr .group {
    font-size: 0.875rem;
    align-items: baseline;
  }
}
.single_property__header--attr .group dt {
  padding: 0 0.5em;
  min-width: 111px;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_property__header--attr .group dt {
    min-width: 90px;
  }
}
.single_property__header--attr .group dd.price {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .single_property__header--attr .group dd.price {
    font-size: 0.875rem;
  }
}
.single_property__header--attr .group dd.price span {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single_property__header--attr .group dd.price span {
    font-size: 1.4rem;
  }
}
.single_property__gallery {
  margin: 0 var(--extend) 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single_property__gallery {
    margin-bottom: 2.5rem;
  }
}
.single_property__gallery--main {
  max-width: var(--contentsWideS);
  margin: 0 auto;
}
.single_property__gallery--main .splide__track {
  overflow: visible;
}
.single_property__gallery--main .splide__slide {
  position: relative;
}
.single_property__gallery--main .splide__slide .image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #F5F5F5;
}
.single_property__gallery--main .splide__slide .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.single_property__gallery--main .splide__slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.single_property__gallery--main .splide__slide .caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #fff;
  line-height: 1.5;
  padding: 0.2em 1em 0.3em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .single_property__gallery--main .splide__slide .caption {
    position: static;
    font-size: 0.875rem;
    padding: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .single_property__gallery--main .splide__arrow--prev {
    left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .single_property__gallery--main .splide__arrow--next {
    right: -30px;
  }
}
.single_property__gallery--thumb {
  max-width: var(--contentsWideS);
  margin: 1.5rem auto 0;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .single_property__gallery--thumb {
    margin: 1rem var(--sideW) 0;
    padding: 0 24px;
  }
}
.single_property__gallery--thumb .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.single_property__gallery--thumb .splide__slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.single_property__gallery--thumb .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single_property__gallery--thumb .splide__arrow--prev {
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background: #5F5F5F url(../images/ico_arrow_left_03.svg) no-repeat center/6px;
  transform: none;
}
.single_property__gallery--thumb .splide__arrow--next {
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  background: #5F5F5F url(../images/ico_arrow_right_03.svg) no-repeat center/6px;
  transform: none;
}
.single_property__editor {
  padding-bottom: 6em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single_property__editor {
    padding-bottom: 4em;
    margin-bottom: 4em;
  }
}
.single_property__editor:before {
  top: unset;
  bottom: 0;
}
.single_property__editor--link {
  margin: 3.75rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 80px;
  border-radius: 50px;
  background-color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_property__editor--link {
    margin-top: 3.125rem;
    font-size: 1rem;
    height: 60px;
    max-width: 320px;
  }
}
.single_property__editor--link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/12;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single_property__editor--link:after {
    width: 14px;
  }
}
.single_property__editor--links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.single_property__editor--links > li {
  width: 100%;
  max-width: 338px;
}
.single_property__feature {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single_property__feature {
    margin-bottom: 5rem;
  }
}
.single_property__feature--list {
  margin-top: 40px;
  padding: 0 3.15%;
}
@media screen and (max-width: 767px) {
  .single_property__feature--list {
    margin-top: 30px;
    padding: 0;
  }
}
.single_property__feature--list li {
  padding: 0 0 0 48px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7;
  position: relative;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .single_property__feature--list li {
    font-size: 1rem;
    padding: 0 0 0 36px;
  }
}
.single_property__feature--list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../images/ico_mark_check.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .single_property__feature--list li:before {
    width: 24px;
  }
}
.single_property__feature--table {
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .single_property__feature--table {
    margin-top: 2.5rem;
  }
}
.single_property__feature--table .item {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single_property__feature--table .item {
    flex-direction: column;
    gap: 0;
    border-bottom: none;
  }
}
.single_property__feature--table .item:last-child {
  margin-bottom: 0;
}
.single_property__feature--table .item dt {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  background-color: #D7AF23;
  color: #fff;
  width: 182px;
  padding: 1em;
  text-align: center;
  align-self: stretch;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single_property__feature--table .item dt {
    font-size: 1rem;
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
  }
}
.single_property__feature--table .item dd {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 2;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .single_property__feature--table .item dd {
    font-size: 0.9375em;
    padding: 0.8em 1em;
  }
}
.single_property__feature--table .item dd.price {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .single_property__feature--table .item dd.price {
    font-size: 0.875rem;
  }
}
.single_property__feature--table .item dd.price span {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .single_property__feature--table .item dd.price span {
    font-size: 1.4rem;
  }
}
.single_property__outline {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single_property__outline {
    margin-bottom: 5rem;
  }
}
.single_property__outline .tab_btn {
  display: flex;
  justify-content: center;
}
.single_property__outline .tab_btn li {
  width: 100%;
  max-width: 286px;
}
.single_property__outline .tab_btn li a {
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D7AF23;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_property__outline .tab_btn li a {
    font-size: 0.9375rem;
    height: 50px;
  }
}
.single_property__outline .tab_btn li a:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 5/4;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .single_property__outline .tab_btn li a:after {
    right: 8px;
  }
}
.single_property__outline .tab_btn li a:hover, .single_property__outline .tab_btn li a.js-active {
  background-color: #D7AF23;
  color: #fff;
}
.single_property__outline .tab_btn li a:hover:after, .single_property__outline .tab_btn li a.js-active:after {
  background-image: url(../images/ico_arrow_right_01_white.svg);
}
.single_property__outline .tab_content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single_property__outline .tab_content {
    margin-top: 50px;
  }
}
.single_property__outline .tab_content > li {
  display: none;
}
.single_property__outline .tab_content > li.js-active {
  display: block;
}
.single_property__outline .tab_content h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single_property__outline .tab_content h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.single_property__outline .tab_content h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .single_property__outline .tab_content h3:after {
    margin-top: 14px;
  }
}
.single_property__outline .list_figure > li p {
  margin-top: 1em;
}
.single_property__outline .dlist_outline {
  -moz-column-count: 2;
       column-count: 2;
  gap: 2.165%;
}
@media screen and (max-width: 767px) {
  .single_property__outline .dlist_outline {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.single_property__outline .dlist_outline .item {
  border-bottom: 1px dashed #000;
  display: flex;
  align-items: baseline;
  padding: 1.125rem 0;
}
@media screen and (max-width: 767px) {
  .single_property__outline .dlist_outline .item {
    flex-direction: column;
    padding: 1.25rem 0;
  }
}
.single_property__outline .dlist_outline .item dt {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 185px;
  flex-shrink: 0;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .single_property__outline .dlist_outline .item dt {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .single_property__outline .dlist_outline .item dd {
    font-size: 0.875rem;
  }
}
.single_property__map {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single_property__map {
    margin-bottom: 5rem;
  }
}
.single_property__map--address {
  margin: 2rem 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.single_property__map--address dt {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .single_property__map--address dt {
    font-size: 1.125rem;
  }
}
.single_property__map--address dt:after {
  content: ":";
}
.single_property__map--address dd {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single_property__map--address dd {
    font-size: 0.875rem;
  }
}
.single_property__map--iframe {
  margin: 2.25rem 0 0;
  display: block;
  overflow: hidden;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .single_property__map--iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.single_property__map--iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.single_property__map--iframe + a {
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .single_property__map--iframe + a {
    margin-top: 1.5rem;
  }
}
.single_property__map--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.single_property__map--subttl {
  margin: 2em 0 0.75em;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .single_property__map--subttl {
    font-size: 1.2rem;
  }
}
.single_property__map--item {
  display: flex;
  gap: 50px 2.2%;
}
.single_property__map--item > li {
  width: 48.9%;
}
.single_property__map--item .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 497/418;
}
.single_property__map--item .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_property__map--item .text {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-top: 0.75em;
}
.single_property__local--list {
  margin: 4.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 75px 2.75%;
}
@media screen and (max-width: 767px) {
  .single_property__local--list {
    margin: 3.75rem 0 0;
    gap: 3.75rem 0;
  }
}
.single_property__local--list li {
  width: 31.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_property__local--list li {
    width: 100%;
  }
}
.single_property__local--list li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 320/220;
  margin-bottom: 1em;
}
.single_property__local--list li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_property__local--list li .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .single_property__local--list li .ttl {
    font-size: 1.25rem;
  }
}
.single_property__local--list li .text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.715;
}
.single_property__local--list li .distance {
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #D7AF23;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-top: 0.25em;
  transform: translateY(-50%);
}
.single_property__local--list li .distance:after {
  content: "m";
  display: block;
  font-size: 0.64em;
  font-weight: 700;
  line-height: 1;
}
.single_property__local--table {
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .single_property__local--table {
    margin-top: 50px;
  }
}
.single_property__local--table .item {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single_property__local--table .item {
    flex-direction: column;
    border-bottom: none;
    gap: 0;
  }
}
.single_property__local--table .item:last-child {
  margin-bottom: 0;
}
.single_property__local--table .item dt {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  background-color: #D7AF23;
  color: #fff;
  width: 266px;
  padding: 1em;
  text-align: center;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single_property__local--table .item dt {
    font-size: 1rem;
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
  }
}
.single_property__local--table .item dd {
  padding: 1em 0;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single_property__local--table .item dd {
    font-size: 0.9375em;
    padding: 0.8em 1em;
  }
}
.single_property__local--table .item dd.num {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.single_property__local--table .item dd.num span {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.single_property__contact {
  text-align: center;
  background-color: #F5F5F5;
  padding: 50px var(--sideW) 70px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single_property__contact {
    margin-top: 5rem;
  }
}
.single_property__contact h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 22px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 767px) {
  .single_property__contact h2 {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding-bottom: 0.75em;
    border-bottom: 2px solid #000;
    margin-bottom: 40px;
  }
}
.single_property__contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .single_property__contact .tel {
    flex-direction: column;
    gap: 20px;
  }
}
.single_property__contact .tel .name {
  width: 100%;
  max-width: 354px;
}
@media screen and (max-width: 767px) {
  .single_property__contact .tel .name {
    max-width: 240px;
  }
}
.single_property__contact .tel .info {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single_property__contact .tel .info {
    font-size: 0.875rem;
  }
}
.single_property__contact .tel .info a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  padding-left: 40px;
  background: url(../images/ico_tel_black.svg) no-repeat bottom 20px left/30px;
}
@media screen and (max-width: 767px) {
  .single_property__contact .tel .info a {
    padding-left: 30px;
    background: url(../images/ico_tel_black.svg) no-repeat bottom 12px left/20px;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}
.single_property__contact--link {
  background-color: #000;
  border-color: #000;
  max-width: 338px;
  display: inline-flex;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .single_property__contact--link {
    display: flex;
    margin: 1rem 0 0;
  }
}
.single_property__contact--link:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .single_property__contact--link:first-of-type {
    margin: 0;
  }
}
.single_property__contact--link:hover {
  background-color: #D7AF23;
  border-color: #D7AF23;
}
.single_property__recommend {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single_property__recommend {
    margin: 5rem var(--extend) 0;
    padding: 0 var(--sideW);
    overflow: hidden;
  }
  .single_property__recommend--splide .splide__track {
    overflow: visible;
  }
  .single_property__recommend--splide .splide__arrow--prev {
    top: 24%;
    left: -20px;
  }
  .single_property__recommend--splide .splide__arrow--next {
    top: 24%;
    right: -20px;
  }
}
.single_property__recommend h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .single_property__recommend h2 {
    font-size: 1.3rem;
    margin-bottom: 2.25rem;
  }
}
.single_property__recommend h2:after {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 2px solid #000;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .single_property__recommend .list_recommend {
    display: flex !important;
    width: 100%;
    gap: 5%;
  }
  .single_property__recommend .list_recommend > li {
    width: 30%;
  }
}
.single_property__recommend .card_recommend {
  display: block;
}
.single_property__recommend .card_recommend .image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.single_property__recommend .card_recommend .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.73%;
}
.single_property__recommend .card_recommend .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single_property__recommend .card_recommend .area {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .area {
    font-size: 13px;
  }
}
.single_property__recommend .card_recommend .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .ttl {
    font-size: 1.125rem;
  }
}
.single_property__recommend .card_recommend .dlist {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .dlist {
    font-size: 13px;
  }
}
.single_property__recommend .card_recommend .dlist .item {
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .dlist .item {
    gap: 0.75em;
    margin-bottom: 0.375em;
  }
}
.single_property__recommend .card_recommend .dlist .item dt {
  width: 85px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .dlist .item dt {
    width: 78px;
  }
}
.single_property__recommend .card_recommend .dlist .item dd {
  flex-grow: 1;
}
.single_property__recommend .card_recommend .price {
  margin-top: 0.5em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .price {
    font-size: 0.875rem;
  }
}
.single_property__recommend .card_recommend .price span {
  font-family: "Jost", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .single_property__recommend .card_recommend .price span {
    font-size: 1.875rem;
  }
}
.single_property .event_reserve {
  margin-top: 7.5rem;
}
.single_property__facility {
  margin-bottom: 7.5rem;
}
.single_property__facility .single_property__local--list .image {
  background-color: #F5F5F5;
}
.single_property__facility .single_property__local--list .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .single_property__facility {
    margin-bottom: 5rem;
  }
}

.archive_works--list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 5.7%;
}
.archive_works--list > li {
  width: 29.5333333333%;
}
@media screen and (max-width: 767px) {
  .archive_works--list > li {
    width: 100%;
  }
}

.single-works .breadcrumb {
  margin-top: 1em;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .single-works .breadcrumb {
    width: 100%;
  }
}
.single-works .section_wrap {
  padding-top: 3.75rem;
}
.single-works__header {
  position: relative;
}
.single-works__image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - var(--headerHeight));
}
@media screen and (max-width: 767px) {
  .single-works__image {
    height: 240px;
  }
}
.single-works__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works__text {
  position: absolute;
  bottom: 0;
  left: var(--sideW);
  width: 47.8%;
  min-height: 175px;
  background-color: #fff;
  padding: 40px 4.74% 0;
  border-radius: 20px 20px 0 0;
  margin-top: -155px;
}
@media screen and (max-width: 767px) {
  .single-works__text {
    position: static;
    margin-top: 0px;
    width: 100%;
    padding: 30px var(--sideW) 0;
    min-height: unset;
  }
}
.single-works__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .single-works__ttl {
    font-size: 1.6rem;
  }
}
.single-works__area {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .single-works__area {
    font-size: 0.875rem;
  }
}
.single-works__gallery {
  margin: 0 var(--extend) 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-works__gallery {
    margin-bottom: 5rem;
  }
}
.single-works__gallery .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-works__gallery .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67.94%;
}
.single-works__gallery .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.works_gallery__main {
  max-width: 1016px;
  margin: 0 auto;
}
.works_gallery__main .splide__track {
  overflow: visible;
}
.works_gallery__main .splide__arrow--prev {
  left: -27px;
}
@media screen and (max-width: 767px) {
  .works_gallery__main .splide__arrow--prev {
    left: calc(var(--sideW) / 2);
  }
}
.works_gallery__main .splide__arrow--next {
  right: -27px;
}
@media screen and (max-width: 767px) {
  .works_gallery__main .splide__arrow--next {
    right: calc(var(--sideW) / 2);
  }
}
.works_gallery__thumb {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .works_gallery__thumb {
    margin-top: 30px;
  }
}
.works_gallery__thumb .splide__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .works_gallery__thumb .splide__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
  }
}
.works_gallery__thumb .splide__slide {
  width: 100% !important;
}
.works_gallery__thumb .splide__slide.is-active {
  width: 100% !important;
}

.related_works {
  margin-top: 5rem;
}
.related_works--ttl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.related_works--ttl:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .related_works--ttl {
    font-size: 1.3rem;
  }
}
.related_works--splide {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .related_works--splide {
    margin: 0 calc(var(--sideW) * -1);
    padding: 0 calc(var(--sideW) * 2);
  }
  .related_works--splide .splide__track {
    overflow: visible;
  }
  .related_works--splide .splide__arrow {
    top: 39%;
  }
}
@media screen and (min-width: 768px) {
  .related_works--splide .splide__list {
    display: flex !important;
    gap: 3.75rem 5.7%;
  }
  .related_works--splide .splide__list > li {
    width: 29.5333333333%;
  }
}

.archive_event--list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 5.7%;
}
.archive_event--list > li {
  width: 29.5333333333%;
}
@media screen and (max-width: 767px) {
  .archive_event--list > li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .single_event {
    padding-top: 2.5rem;
  }
}
.single_event__header {
  display: flex;
  align-items: flex-start;
  gap: 7.54%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single_event__header {
    flex-direction: column;
  }
}
.single_event__header--text {
  flex-grow: 1;
  padding-top: 6.47%;
}
@media screen and (max-width: 767px) {
  .single_event__header--text {
    padding-top: 1.5rem;
  }
}
.single_event--image {
  flex-shrink: 0;
  width: 44%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .single_event--image {
    width: auto;
    margin: 0 var(--extend);
  }
}
.single_event--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_event--ttl {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .single_event--ttl {
    font-size: 1.8rem;
  }
}
.single_event--detail {
  font-size: 1.125rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .single_event--detail {
    font-size: 1rem;
  }
}
.single_event--detail .item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.single_event--detail dt:after {
  content: " ｜";
}
.single_event--link {
  display: block;
  width: 100%;
  max-width: 458px;
  border-radius: 50px;
  padding: 1.2em;
  text-align: center;
  background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 22px/15px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single_event--link {
    font-size: 1rem;
  }
}
.single_event--link.bg_mainColor {
  background-color: #D7AF23;
}
.single_event--link.bg_mainColor:hover {
  filter: brightness(1.1);
}
.single_event .post_content {
  padding-top: 5rem;
}

.event_highlight {
  margin-top: 60px;
}
.event_highlight--ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .event_highlight--ttl {
    font-size: 1.375rem;
  }
}
.event_highlight--list {
  padding: 0 3%;
}
.event_highlight--list li {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 48px;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_highlight--list li {
    font-size: 1rem;
    padding-left: 36px;
  }
}
.event_highlight--list li:last-child {
  margin-bottom: 0;
}
.event_highlight--list li:before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../images/ico_mark_check.svg) no-repeat center/contain;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .event_highlight--list li:before {
    width: 24px;
  }
}
.event_highlight--link {
  margin: 40px auto 0;
}
.event_highlight--content {
  margin-top: 6.25rem;
}
.event_highlight--content > li {
  margin-bottom: 6rem;
}
.event_highlight--content > li:last-child {
  margin-bottom: 0;
}
.event_highlight--content > li .num {
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .num {
    font-size: 2.2rem;
  }
}
.event_highlight--content > li .num:before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/46;
  background: url(../images/decoration_event_highlight.svg) no-repeat center/contain;
  position: absolute;
  bottom: 36px;
  left: 70px;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .num:before {
    left: 65px;
  }
}
.event_highlight--content > li .num:after {
  content: "Highlights";
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .num:after {
    font-size: 0.875rem;
  }
}
.event_highlight--content > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .ttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.event_highlight--content > li .image {
  display: block;
  overflow: hidden;
  height: 396px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .image {
    height: 160px;
    border-radius: 6px;
    margin-bottom: 1.5rem;
  }
}
.event_highlight--content > li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_highlight--content > li .block dt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .block dt {
    font-size: 1.2rem;
  }
}
.event_highlight--content > li .block dd {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .event_highlight--content > li .block dd {
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
}

.event_common {
  margin-top: 7.5rem;
}
.event_common--image {
  height: 380px;
  margin: 0 var(--extend) 6.25rem;
  background: url(../images/event_common_04.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .event_common--image {
    height: 300px;
  }
}
.event_common--list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .event_common--list {
    margin-top: 6.25rem;
  }
}
.event_common--list > li {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .event_common--list > li {
    margin-bottom: 3.75rem;
  }
}
.event_common--list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .event_common--list > li:nth-child(even) {
    flex-direction: column;
  }
}
.event_common--card {
  display: flex;
  align-items: flex-start;
  gap: 6.2%;
}
@media screen and (max-width: 767px) {
  .event_common--card {
    flex-direction: column;
    align-items: unset;
  }
}
.event_common--card__image {
  flex-shrink: 0;
  width: 39.96%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .event_common--card__image {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.event_common--card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_common--card__texts {
  flex-grow: 1;
}
.event_common--card__number {
  position: relative;
  margin-bottom: 1.75rem;
  font-family: "Jost", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .event_common--card__number {
    padding-top: 22px;
    font-size: 2.2rem;
  }
}
.event_common--card__number:before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 25/96;
  background: url(../images/decoration_cmn_vertical.svg) no-repeat center/contain;
  position: absolute;
  bottom: 40px;
  left: 70px;
}
@media screen and (max-width: 767px) {
  .event_common--card__number:before {
    width: 24px;
    top: -38px;
    left: 56px;
  }
}
.event_common--card__number:after {
  content: attr(data-en);
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .event_common--card__number:after {
    font-size: 1rem;
  }
}
.event_common--card__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .event_common--card__ttl {
    font-size: 1.6rem;
  }
}
.event_common--card__text {
  margin-top: 24px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.866;
}

.event_reserve {
  margin-top: 6.25rem;
}
.event_reserve--ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .event_reserve--ttl {
    margin-bottom: 30px;
  }
}
.event_reserve--text {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .event_reserve--text {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}

.archive_news--list > li {
  border-bottom: 1px solid #000;
}

.archive_column--list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 4.1%;
}
@media screen and (max-width: 767px) {
  .archive_column--list {
    gap: 2.75rem;
  }
}
.archive_column--list > li {
  width: 47.95%;
}
@media screen and (max-width: 767px) {
  .archive_column--list > li {
    width: 100%;
  }
}

.single_column__header {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single_column__header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 3.75rem;
  }
}
.single_column__header--text {
  flex-grow: 1;
}
.single_column--date {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .single_column--date {
    font-size: 1rem;
  }
}
.single_column--ttl {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .single_column--ttl {
    font-size: 1.8rem;
  }
}
.single_column--category {
  margin-top: 1.5rem;
}
.single_column--category li {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single_column--category li {
    font-size: 0.75rem;
  }
}
.single_column--image {
  flex-shrink: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 610/394;
}
@media screen and (max-width: 767px) {
  .single_column--image {
    width: 100%;
  }
}
.single_column--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related_post {
  margin-top: 5rem;
}
.related_post--ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #5F5F5F;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.related_post--ttl:before {
  content: attr(data-en);
  display: block;
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .related_post--ttl:before {
    font-size: 2.4rem;
  }
}

.error404--ttl {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .error404--ttl:before {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
}
.error404--button {
  margin: 2.5rem auto 0;
}