.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .buttons > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .buttons {
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .buttons {
    gap: 1.875rem;
  }
}
.buttons .button {
  margin-inline: 0;
}

section.real-estate-development .button, section.rebuilding .button, section.usage-characteristics-of-logistics-facilities .button, section.re-action .grid-content .button, .renewable-energy-business .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.3rem;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-white);
  text-align: center;
  background-color: var(--c-navy);
  border: 1px solid var(--c-navy);
  border-radius: 60px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 991.98px) {
  section.real-estate-development .button, section.rebuilding .button, section.usage-characteristics-of-logistics-facilities .button, section.re-action .grid-content .button, .renewable-energy-business .button {
    height: 4.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.real-estate-development .button, section.rebuilding .button, section.usage-characteristics-of-logistics-facilities .button, section.re-action .grid-content .button, .renewable-energy-business .button {
    height: 4.5rem;
  }
}
@media (hover: hover) {
  section.real-estate-development .button, section.rebuilding .button, section.usage-characteristics-of-logistics-facilities .button, section.re-action .grid-content .button, .renewable-energy-business .button {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  section.real-estate-development .button:hover, section.rebuilding .button:hover, section.usage-characteristics-of-logistics-facilities .button:hover, section.re-action .grid-content .button:hover, .renewable-energy-business .button:hover {
    color: var(--c-dark-navy);
    background-color: transparent;
  }
}
section.real-estate-development .white.button, section.rebuilding .white.button, section.usage-characteristics-of-logistics-facilities .white.button, section.re-action .grid-content .white.button, .renewable-energy-business .white.button {
  color: var(--c-dark-navy);
  background-color: var(--c-white);
  border: 1px solid var(--c-white);
}
@media (hover: hover) {
  section.real-estate-development .white.button, section.rebuilding .white.button, section.usage-characteristics-of-logistics-facilities .white.button, section.re-action .grid-content .white.button, .renewable-energy-business .white.button {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  section.real-estate-development .white.button:hover, section.rebuilding .white.button:hover, section.usage-characteristics-of-logistics-facilities .white.button:hover, section.re-action .grid-content .white.button:hover, .renewable-energy-business .white.button:hover {
    background-color: transparent;
    border: 1px solid var(--c-navy);
  }
}
section.real-estate-development .search.button, section.rebuilding .search.button, section.usage-characteristics-of-logistics-facilities .search.button, section.re-action .grid-content .search.button, .renewable-energy-business .search.button {
  width: 15rem;
  height: 3.125rem;
}
section.real-estate-development .normal-size.button, section.rebuilding .normal-size.button, section.usage-characteristics-of-logistics-facilities .normal-size.button, section.re-action .grid-content .normal-size.button, .renewable-energy-business .normal-size.button {
  width: 18.25rem;
}
section.real-estate-development .fat.button, section.rebuilding .fat.button, section.usage-characteristics-of-logistics-facilities .fat.button, section.re-action .grid-content .fat.button, .renewable-energy-business .fat.button {
  height: 5rem;
}
@media (hover: hover) {
  section.real-estate-development [target=_blank].button:hover::before, section.rebuilding [target=_blank].button:hover::before, section.usage-characteristics-of-logistics-facilities [target=_blank].button:hover::before, section.re-action .grid-content [target=_blank].button:hover::before, .renewable-energy-business [target=_blank].button:hover::before {
    background-image: url("/en/image/common/icon_link-alt_blue.svg");
  }
}
section.real-estate-development [target=_blank].button::before, section.rebuilding [target=_blank].button::before, section.usage-characteristics-of-logistics-facilities [target=_blank].button::before, section.re-action .grid-content [target=_blank].button::before, .renewable-energy-business [target=_blank].button::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.40625rem);
  width: 1rem;
  height: 0.875rem;
  background-image: url("/en/image/common/icon_link-alt_white.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  section.real-estate-development [target=_blank].button::before, section.rebuilding [target=_blank].button::before, section.usage-characteristics-of-logistics-facilities [target=_blank].button::before, section.re-action .grid-content [target=_blank].button::before, .renewable-energy-business [target=_blank].button::before {
    right: 1.25rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.real-estate-development [target=_blank].button::before, section.rebuilding [target=_blank].button::before, section.usage-characteristics-of-logistics-facilities [target=_blank].button::before, section.re-action .grid-content [target=_blank].button::before, .renewable-energy-business [target=_blank].button::before {
    right: 2rem;
  }
}

section.property-management-list ul.disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
  list-style-position: outside;
  list-style-type: disc;
}
section.property-management-list ul.disc > li {
  color: var(--c-pure-black);
}

.section-large-title {
  margin-block: 0;
}

.contents-text {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.contents-title_sub {
  -webkit-border-after: 1px solid var(--c-blue-gray);
          border-block-end: 1px solid var(--c-blue-gray);
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

.align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media only screen and (max-width: 1199.98px) {
  .copy {
    margin-block: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .copy {
    margin-block: 4.8125rem 3rem;
  }
}

.mb-0 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media only screen and (max-width: 1399.98px) {
  section.summary .under-contents-list.business {
    gap: 2.5rem 1.125rem;
  }
}
@media print, screen and (min-width: 1400px) {
  section.summary .under-contents-list.business {
    gap: 5.5rem 1.125rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  section.summary .under-contents-list.business > li {
    width: calc((100% - 1.125rem) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
  section.summary .under-contents-list.business > li {
    width: calc((100% - 2.25rem) / 3);
  }
}
@media print, screen and (min-width: 1400px) {
  section.summary .under-contents-list.business > li {
    width: calc((100% - 3.375rem) / 4);
  }
}
section.summary .under-contents-list.business > li figure {
  aspect-ratio: 346/200;
}
section.summary .case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
  height: 100%;
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
}
section.summary .case-title span[lang=en] {
  font-family: var(--f-english);
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1;
  color: var(--c-dark-navy);
  text-align: left;
  letter-spacing: 0.1em;
}
section.summary .case-title span[lang=ja] {
  -webkit-margin-before: auto;
          margin-block-start: auto;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
section.summary .button {
  width: 18.25rem;
}
@media only screen and (max-width: 991.98px) {
  section.summary .button {
    -webkit-margin-after: 4.25rem;
            margin-block-end: 4.25rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.summary .button {
    -webkit-margin-after: 10rem;
            margin-block-end: 10rem;
  }
}

section.strengths .grid-content {
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}
@media only screen and (max-width: 991.98px) {
  section.strengths .grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.strengths .grid-content {
    display: grid;
    grid-template-columns: 1fr 1.30839fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.strengths .grid-content {
    row-gap: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.strengths .grid-content {
    row-gap: 2.3625rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.strengths .grid-content .contents-text {
    grid-column: 1/2;
  }
  section.strengths .grid-content figure {
    grid-column: 2/3;
  }
  section.strengths .grid-content .contents-text:last-child {
    grid-column: 1/3;
  }
}
section.strengths .grid-content .contents-text {
  margin-block: 0;
}
section.strengths h2 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media print, screen and (min-width: 992px) {
  section.strengths .contents-text {
    -webkit-margin-after: 2.3625rem;
            margin-block-end: 2.3625rem;
  }
}
@media only screen and (max-width: 991.98px) {
  section.strengths .contents-text {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}
section.strengths .contents-text:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
section.strengths img {
  width: 100%;
}

section.creating {
  -webkit-column-gap: 7.875rem;
     -moz-column-gap: 7.875rem;
          column-gap: 7.875rem;
}
@media only screen and (max-width: 991.98px) {
  section.creating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.creating {
    display: grid;
    grid-template-columns: 1fr 1.285fr;
  }
}
@media print, screen and (min-width: 992px) {
  section.creating {
    -webkit-padding-start: 3.125rem;
            padding-inline-start: 3.125rem;
  }
  section.creating figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 1/5;
    grid-column: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.creating > *:not(figure) {
    grid-column: 2;
  }
  section.creating .contents-text {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  section.creating figure {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  section.creating figure {
    width: 60%;
  }
}
@media only screen and (max-width: 991.98px) {
  section.creating figure {
    margin-inline: auto;
  }
}
section.creating figure img {
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  section.future {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.future {
    display: grid;
    grid-template-columns: 1fr 1.112195fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.future figure {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.future {
    -webkit-column-gap: 7.875rem;
       -moz-column-gap: 7.875rem;
            column-gap: 7.875rem;
  }
  section.future figure {
    grid-row: 1/5;
    grid-column: 2;
    width: 100%;
  }
  section.future > *:not(figure) {
    grid-column: 1;
  }
}
@media only screen and (max-width: 991.98px) {
  section.future figure {
    width: 100%;
  }
}
section.future .contents-text {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
section.future img {
  width: 100%;
}

section.creation .grid-content {
  row-gap: 2rem;
  -webkit-column-gap: 7.6875rem;
     -moz-column-gap: 7.6875rem;
          column-gap: 7.6875rem;
}
@media only screen and (max-width: 991.98px) {
  section.creation .grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.creation .grid-content {
    display: grid;
    grid-template-columns: 1fr 0.4183fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.creation .grid-content {
    -webkit-margin-before: 3.625rem;
            margin-block-start: 3.625rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.creation .grid-content {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

section.design {
  row-gap: 2rem;
  -webkit-column-gap: 11.625rem;
     -moz-column-gap: 11.625rem;
          column-gap: 11.625rem;
}
@media only screen and (max-width: 991.98px) {
  section.design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.design {
    display: grid;
    grid-template-columns: 1fr 0.67658fr;
  }
}
@media print, screen and (min-width: 992px) {
  section.design h2 {
    grid-column: 1/3;
  }
}
section.design img {
  width: 100%;
}

@media only screen and (max-width: 575.98px) {
  section.real-estate-development .button {
    width: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  section.real-estate-development .button {
    width: 18.25rem;
  }
}
@media (hover: hover) {
  section.real-estate-development .button:hover::before {
    background-image: url("/en/image/common/icon_next_blue.svg");
  }
}
section.real-estate-development .button::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("/en/image/common/icon_next_white.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  section.real-estate-development .button::before {
    top: calc(50% - 0.3125rem);
    right: 1.25rem;
    width: 0.875rem;
    height: 0.625rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.real-estate-development .button::before {
    top: calc(50% - 0.40625rem);
    right: 2rem;
    width: 1.125rem;
    height: 0.8125rem;
  }
}

section.rebuilding .works-list {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media only screen and (max-width: 575.98px) {
  section.rebuilding .button {
    width: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  section.rebuilding .button {
    width: 18.25rem;
  }
}
@media (hover: hover) {
  section.rebuilding .button:hover::before {
    background-image: url("/en/image/common/icon_next_blue.svg");
  }
}
section.rebuilding .button::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("/en/image/common/icon_next_white.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  section.rebuilding .button::before {
    top: calc(50% - 0.3125rem);
    right: 1.25rem;
    width: 0.875rem;
    height: 0.625rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.rebuilding .button::before {
    top: calc(50% - 0.40625rem);
    right: 2rem;
    width: 1.125rem;
    height: 0.8125rem;
  }
}

.buttons .button {
  margin-inline: 0 !important;
}

section.renovation-plan .images {
  max-width: 70rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767.98px) {
  section.renovation-plan .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  section.renovation-plan .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  section.renovation-plan .images {
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renovation-plan .images {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  section.renovation-plan .images {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renovation-plan .images {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
section.renovation-plan .images figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  section.renovation-plan .images figure {
    gap: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renovation-plan .images figure {
    gap: 1.4375rem;
  }
}
section.renovation-plan .images figcaption {
  font-weight: normal;
  line-height: 1.5;
  color: var(--c-pure-black);
  text-align: left;
  letter-spacing: 0.06em;
}

section.real-estate-and-logistics figure {
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  section.real-estate-and-logistics figure {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.real-estate-and-logistics figure {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
  }
}
section.real-estate-and-logistics img {
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  section.real-estate-development-arrangements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1200px) {
  section.real-estate-development-arrangements {
    display: grid;
    grid-template-columns: 1fr 1.042fr;
  }
}
@media only screen and (max-width: 1199.98px) {
  section.real-estate-development-arrangements picture {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
  section.real-estate-development-arrangements .contents-title br {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  section.real-estate-development-arrangements {
    grid-template-rows: minmax(5.25rem, 8.625rem) 1fr;
    row-gap: 4.375rem;
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
  }
  section.real-estate-development-arrangements h2 {
    grid-row: 1;
    grid-column: 2/3;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  section.real-estate-development-arrangements .contents-text {
    grid-row: 2;
    grid-column: 2/3;
  }
  section.real-estate-development-arrangements picture {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}

@media only screen and (max-width: 1199.98px) {
  section.usage-characteristics-of-logistics-facilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1200px) {
  section.usage-characteristics-of-logistics-facilities {
    display: grid;
    grid-template-columns: 1fr 1.042fr;
  }
}
@media only screen and (max-width: 1199.98px) {
  section.usage-characteristics-of-logistics-facilities picture, section.usage-characteristics-of-logistics-facilities .button {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
  section.usage-characteristics-of-logistics-facilities .contents-title br {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  section.usage-characteristics-of-logistics-facilities {
    row-gap: 4.375rem;
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
  }
  section.usage-characteristics-of-logistics-facilities h2 {
    grid-row: 1;
    grid-column: 1/2;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  section.usage-characteristics-of-logistics-facilities .contents-text {
    grid-row: 2;
    grid-column: 1/2;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  section.usage-characteristics-of-logistics-facilities picture {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  section.usage-characteristics-of-logistics-facilities .button {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 575.98px) {
  section.usage-characteristics-of-logistics-facilities .button {
    width: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  section.usage-characteristics-of-logistics-facilities .button {
    width: 18.25rem;
  }
}
@media (hover: hover) {
  section.usage-characteristics-of-logistics-facilities .button:hover::before {
    background-image: url("/en/image/common/icon_external_white.svg");
  }
}
section.usage-characteristics-of-logistics-facilities .button::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("/en/image/common/icon_external_white.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  section.usage-characteristics-of-logistics-facilities .button::before {
    top: calc(50% - 0.3125rem);
    right: 1.25rem;
    width: 0.875rem;
    height: 0.625rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.usage-characteristics-of-logistics-facilities .button::before {
    top: calc(50% - 0.40625rem);
    right: 2rem;
    width: 1.125rem;
    height: 0.8125rem;
  }
}

section.high-level-of-expertise .contents-text {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

section.logistics-business .flex-content, section.global-needs .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8.3125rem;
     -moz-column-gap: 8.3125rem;
          column-gap: 8.3125rem;
}
@media only screen and (max-width: 991.98px) {
  section.logistics-business .flex-content, section.global-needs .flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
section.logistics-business .flex-content .text, section.global-needs .flex-content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  section.logistics-business .flex-content .text, section.global-needs .flex-content .text {
    row-gap: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.logistics-business .flex-content .text, section.global-needs .flex-content .text {
    row-gap: 3.3125rem;
  }
}
@media only screen and (max-width: 991.98px) {
  section.logistics-business .flex-content .text, section.global-needs .flex-content .text {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  section.logistics-business .flex-content .text, section.global-needs .flex-content .text {
    width: 52.1%;
  }
}
@media only screen and (max-width: 991.98px) {
  section.logistics-business .flex-content picture, section.global-needs .flex-content picture {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  section.logistics-business .flex-content picture, section.global-needs .flex-content picture {
    width: 47.9%;
  }
}
@media only screen and (max-width: 991.98px) {
  section.logistics-business .flex-content picture.order, section.global-needs .flex-content picture.order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.needs-of-fund-management {
  -webkit-column-gap: 8.3125rem;
     -moz-column-gap: 8.3125rem;
          column-gap: 8.3125rem;
}
@media only screen and (max-width: 991.98px) {
  section.needs-of-fund-management {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.needs-of-fund-management {
    display: grid;
    grid-template-columns: 1fr 1.042fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.needs-of-fund-management img {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.needs-of-fund-management h2 {
    grid-row: 1;
    grid-column: 1/3;
  }
  section.needs-of-fund-management picture {
    grid-row: 2;
    grid-column: 1/2;
  }
  section.needs-of-fund-management .contents-text {
    grid-row: 2;
    grid-column: 2/3;
  }
}

@media only screen and (max-width: 991.98px) {
  section.areas-of-business-development img {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  section.areas-of-business-development .container-top {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.areas-of-business-development .container-top {
    display: grid;
    grid-template-columns: 1fr 1.076fr;
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
    -webkit-margin-before: 5.0625rem;
            margin-block-start: 5.0625rem;
  }
  section.areas-of-business-development .container-top picture {
    grid-row: 1;
    grid-column: 2/3;
  }
  section.areas-of-business-development .container-top .contents-text {
    grid-row: 1;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 991.98px) {
  section.areas-of-business-development .container-bottom {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.areas-of-business-development .container-bottom {
    display: grid;
    grid-template-columns: 1.185fr 1fr;
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
    -webkit-margin-before: 5.0625rem;
            margin-block-start: 5.0625rem;
  }
  section.areas-of-business-development .container-bottom picture {
    grid-row: 1;
    grid-column: 1/2;
  }
  section.areas-of-business-development .container-bottom .contents-text {
    grid-row: 1;
    grid-column: 2/3;
  }
}

@media only screen and (max-width: 991.98px) {
  section.property-management {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.property-management {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.property-management picture {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.property-management {
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
  }
  section.property-management h2 {
    grid-row: 1;
    grid-column: 1/3;
  }
  section.property-management picture {
    grid-row: 2;
    grid-column: 2/3;
  }
  section.property-management .contents-text {
    grid-row: 2;
    grid-column: 1/2;
  }
}

section.property-management-list ul.disc {
  gap: 1rem;
}
@media only screen and (max-width: 991.98px) {
  section.property-management-list .contents-title_sub {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
  section.property-management-list .contents-title_sub + * {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.property-management-list .contents-title_sub {
    -webkit-margin-before: 9.625rem;
            margin-block-start: 9.625rem;
  }
  section.property-management-list .contents-title_sub + * {
    -webkit-margin-before: 2.625rem;
            margin-block-start: 2.625rem;
  }
}

section.market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.125rem;
}
section.market .country {
  position: relative;
  -webkit-border-before: 2px solid var(--c-blue-gray);
          border-block-start: 2px solid var(--c-blue-gray);
}
@media only screen and (max-width: 991.98px) {
  section.market .country {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country {
    -webkit-padding-before: 5.125rem;
            padding-block-start: 5.125rem;
  }
}
@media only screen and (max-width: 991.98px) {
  section.market .country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country {
    display: grid;
    grid-template-columns: 1.133fr 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.market .country {
    row-gap: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country {
    row-gap: 3.75rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country {
    grid-template-rows: 3.6875rem 1fr;
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
  }
  section.market .country .country-name {
    grid-column: 1/2;
  }
  section.market .country .contents-text {
    grid-row: 2;
    grid-column: 1/2;
  }
  section.market .country picture {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
section.market .country::before {
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  content: "";
  background-color: var(--c-dark-navy);
}
@media only screen and (max-width: 991.98px) {
  section.market .country::before {
    width: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country::before {
    width: 8.75rem;
  }
}
section.market .country .country-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  line-height: 1;
  -webkit-border-after: none;
          border-block-end: none;
}
@media print, screen and (min-width: 992px) {
  section.market .country .country-name {
    height: 3.6875rem;
  }
}
section.market .country .country-name picture {
  width: 4.5rem;
}
section.market .country .country-name .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
}
@media only screen and (max-width: 991.98px) {
  section.market .country .country-name span[lang=ja] {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country .country-name span[lang=ja] {
    font-size: 1.875rem;
  }
}
section.market .country .country-name span[lang=en] {
  font-family: var(--f-english);
  font-weight: normal;
  line-height: 1;
  color: var(--c-dark-navy);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991.98px) {
  section.market .country .country-name span[lang=en] {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.market .country .country-name span[lang=en] {
    font-size: 1.125rem;
  }
}

section.renewable-energy .images {
  max-width: 70rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767.98px) {
  section.renewable-energy .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  section.renewable-energy .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  section.renewable-energy .images {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renewable-energy .images {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  section.renewable-energy .images {
    row-gap: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renewable-energy .images {
    row-gap: 7.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  section.renewable-energy .images {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renewable-energy .images {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renewable-energy .images .half:nth-of-type(2n - 1) {
    grid-column: 1/2;
  }
  section.renewable-energy .images .half:nth-of-type(2n) {
    grid-column: 2/3;
  }
  section.renewable-energy .images .full {
    grid-column: 1/3;
  }
  section.renewable-energy .images .full img {
    margin-inline: auto;
  }
}
section.renewable-energy .images figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  section.renewable-energy .images figure {
    gap: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.renewable-energy .images figure {
    gap: 1.4375rem;
  }
}
section.renewable-energy .images figcaption {
  font-weight: normal;
  line-height: 1.5;
  color: var(--c-pure-black);
  text-align: left;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 991.98px) {
  section.re-action .grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  section.re-action .grid-content {
    display: grid;
    grid-template-columns: 1.56fr 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  section.re-action .grid-content {
    row-gap: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.re-action .grid-content {
    -webkit-column-gap: 8.3125rem;
       -moz-column-gap: 8.3125rem;
            column-gap: 8.3125rem;
  }
}
section.re-action .grid-content .simple-link::after {
  content: none;
}
section.re-action .grid-content .button {
  grid-column: 1/3;
}
@media only screen and (max-width: 575.98px) {
  section.re-action .grid-content .button {
    width: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  section.re-action .grid-content .button {
    width: 18.25rem;
  }
}
@media (hover: hover) {
  section.re-action .grid-content .button:hover::before {
    background-image: url("/en/image/common/icon_next_blue.svg");
  }
}
section.re-action .grid-content .button::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("/en/image/common/icon_next_white.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  section.re-action .grid-content .button::before {
    top: calc(50% - 0.3125rem);
    right: 1.25rem;
    width: 0.875rem;
    height: 0.625rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.re-action .grid-content .button::before {
    top: calc(50% - 0.40625rem);
    right: 2rem;
    width: 1.125rem;
    height: 0.8125rem;
  }
}
@media only screen and (max-width: 991.98px) {
  section.re-action .grid-content .button {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  section.re-action .grid-content .button {
    -webkit-margin-before: 6.125rem;
            margin-block-start: 6.125rem;
  }
}
@media only screen and (max-width: 575.98px) {
  section.re-action .grid-content figure {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  section.re-action .grid-content figure {
    width: 60%;
  }
}
@media only screen and (max-width: 991.98px) {
  section.re-action .grid-content figure {
    margin-inline: auto;
  }
}
section.re-action .grid-content figure img {
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .renewable-energy-business {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
.renewable-energy-business .business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8.125rem;
     -moz-column-gap: 8.125rem;
          column-gap: 8.125rem;
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .business {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business .business {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renewable-energy-business .business:first-child {
  border-block: 1px solid var(--c-blue-gray);
}
.renewable-energy-business .business:not(:first-child) {
  -webkit-border-after: 1px solid var(--c-blue-gray);
          border-block-end: 1px solid var(--c-blue-gray);
}
@media only screen and (max-width: 1199.98px) {
  .renewable-energy-business .business {
    display: block;
  }
}
.renewable-energy-business .business .contents-text {
  margin-bottom: 10px;
}
.renewable-energy-business figure {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business figure {
    width: 28.75rem;
    height: 16.25rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business figure {
    width: 100%;
  }
}
.renewable-energy-business .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .text {
    row-gap: 0.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business .text {
    row-gap: 1.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .renewable-energy-business .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 36.875rem);
  }
}
@media only screen and (max-width: 1199.98px) {
  .renewable-energy-business .text {
    margin-top: 10px;
  }
}
.renewable-energy-business .text h3 {
  color: var(--c-dark-navy);
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .text h3 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business .text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .text h3 {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business .text h3 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .renewable-energy-business .button {
    width: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  .renewable-energy-business .button {
    width: 18.25rem;
  }
}
@media (hover: hover) {
  .renewable-energy-business .button:hover::before {
    background-image: url("/en/image/common/icon_next_blue.svg");
  }
}
.renewable-energy-business .button::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("/en/image/common/icon_next_white.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .button::before {
    top: calc(50% - 0.3125rem);
    right: 1.25rem;
    width: 0.875rem;
    height: 0.625rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business .button::before {
    top: calc(50% - 0.40625rem);
    right: 2rem;
    width: 1.125rem;
    height: 0.8125rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .renewable-energy-business .button {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .renewable-energy-business .button {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
.renewable-energy-business .detail {
  padding: 1.875rem 2.875rem;
  background-color: var(--c-sky-blue);
}
.renewable-energy-business .detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 5px;
}
.renewable-energy-business .detail dt {
  font-weight: 400;
}
.renewable-energy-business .detail dt::after {
  padding-inline: 0.5rem;
  content: ":";
}
@media only screen and (max-width: 767.98px) {
  .renewable-energy-business .detail {
    padding: 1.4rem;
  }
  .renewable-energy-business .detail > div {
    display: block;
    margin-bottom: 8px;
  }
}

.works-list > li > a {
  display: block;
}
@media (hover: hover) {
  .works-list > li > a img {
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .works-list > li > a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .works-list > li > a:hover .case-title, .works-list > li > a:hover .case-detail, .works-list > li > a:hover .tags {
    color: var(--c-dark-navy);
  }
}

@media only screen and (max-width: 575.98px) {
  .town figure {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .town figure {
    width: 60%;
  }
}
@media only screen and (max-width: 991.98px) {
  .town figure {
    margin-inline: auto;
  }
}
.town figure img {
  width: 100%;
}

.grid-content .contents-text:last-of-type {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.page-top-title.business .movie {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .page-top-title.business .movie {
    position: absolute;
    top: calc(50% + 1rem);
    margin-inline: max((100% - 100rem) / 2, 2.5rem);
  }
}