@charset "UTF-8";
/**************************************/
/* -------------------------
 * フォントなど
 * ------------------------- */
.en {
  font-family: "Unbounded", sans-serif;
}

.en--albert-sans {
  font-family: "Albert Sans", sans-serif;
}

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

.fw--500 {
  font-weight: 500;
}

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

:root {
  --border-color: #e5e7eb;
}

/* -------------------------
 * 余白
 * ------------------------- */
.under-content-area {
  padding-block: 16rem;
}
@media (max-width: 1200px) {
  .under-content-area {
    padding-block: 10rem;
  }
}
@media (max-width: 834px) {
  .under-content-area {
    padding-block: 7rem;
  }
}
@media (max-width: 640px) {
  .under-content-area {
    padding-block: 4rem;
  }
}

/* -------------------------
 * スタイル
 * ------------------------- */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* タイトルのグラデーションの円 */
.head-circle--gradient {
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4eb9ea), to(#08449b));
  background-image: linear-gradient(to right, #4eb9ea, #08449b);
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

p.under__main-txt {
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  p.under__main-txt {
    font-size: 1.4rem;
  }
}

/* -------------------------
 * 改行
 * ------------------------- */
.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

/* -------------------------
 * スクロールヒント
 * ------------------------- */
@media (max-width: 834px) {
  .js-scroll {
    overflow-x: auto;
    max-width: 100vw;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .js-scroll img {
    display: block;
    width: 900px;
    height: auto;
    max-width: none;
  }
}

/* -------------------------
 * 追従サイドメニュー
 * business, sustainability
 * ------------------------- */
/* 追従コンテンツエリア */
.js-location {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(0, 2fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .js-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-location-contents {
  width: 100%;
  border-left: 1px solid #e5e7eb;
}

.js-location-nav {
  position: sticky;
  top: 130px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  width: 100%;
  padding-inline: 13% 2rem;
  padding-top: 12rem;
}
@media (max-width: 834px) {
  .js-location-nav {
    display: none;
    padding-inline: 5%;
    padding-top: 4rem;
    top: 0;
    position: static;
    width: 100%;
  }
}

.js-location-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2rem;
  min-width: 12rem;
}
@media (max-width: 834px) {
  .js-location-nav__list {
    min-width: none;
  }
}

.js-location-nav li a {
  color: #222;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.3rem;
}
@media (max-width: 834px) {
  .js-location-nav li a {
    opacity: 1;
  }
}
.js-location-nav li a.active {
  opacity: 1;
  color: #2a7dc1;
}

.js-location-content {
  font-weight: bold;
  padding-block: 12rem;
  padding-inline: 7%;
}
@media (max-width: 834px) {
  .js-location-content {
    padding-block: 4rem;
    padding-inline: 5%;
    top: 0;
    position: static;
    width: 100%;
  }
}
.js-location-content:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.js-location-nav__list li {
  width: 100%;
}

/* -------------------------
 * 事業概要リスト
 * business, sustainability
 * ------------------------- */
.item-summary {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.item-summary__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .item-summary__list {
    grid-template-columns: 1fr;
  }
}
.item-summary__list li {
  padding: 8rem 13%;
}
@media (max-width: 834px) {
  .item-summary__list li {
    padding: 3rem 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.item-summary__list li + li {
  border-left: 1px solid #e7e7e7;
}

.item-summary__item-ttl--en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.3em;
  margin-bottom: 1rem;
}
@media (max-width: 834px) {
  .item-summary__item-ttl--en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.item-summary__item-ttl--en .num {
  font-size: 1.2rem;
}
@media (max-width: 834px) {
  .item-summary__item-ttl--en .num {
    font-size: 1.1rem;
  }
}
.item-summary__item-ttl--en .txt {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .item-summary__item-ttl--en .txt {
    font-size: 1.2rem;
  }
}

.item-summary__item-ttl--ja {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .item-summary__item-ttl--ja {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.item-summary__item-txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 834px) {
  .item-summary__item-txt {
    font-size: 1.4rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.item-summary__item-img {
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .item-summary__item-img {
    max-width: 350px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.item-summary__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 834px) {
  .item-summary__item-img img {
    aspect-ratio: 6/4;
  }
}

/* -------------------------
 * CTA（買う、借りる）
 * ------------------------- */
.cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .cta {
    grid-template-columns: 1fr;
  }
}

.cta__item-link {
  padding: 4rem 3rem;
  color: #fff;
  display: block;
  min-height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .cta__item-link {
    min-height: 30rem;
    padding: 3rem 2rem;
  }
}
.cta__item-link:hover .arrow-forward-icon.material-icons::before {
  width: 105px;
  height: 105px;
}
@media (max-width: 834px) {
  .cta__item-link:hover .arrow-forward-icon.material-icons::before {
    width: 65px;
    height: 65px;
  }
}

.cta__item--buying .cta__item-link {
  background: url(../img/project/cta01.webp) no-repeat center center/cover;
}

.cta__item--rent .cta__item-link {
  background: url(../img/project/cta02.webp) no-repeat center center/cover;
}

.cta__head {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.2;
  margin-left: auto;
}
.cta__head .small {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  padding-top: 0.3rem;
}
@media (max-width: 834px) {
  .cta__head .small {
    padding-top: 0rem;
  }
}
.cta__head .big {
  font-size: clamp(4rem, 7vw, 8rem);
}

.cta__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.cta__bottom .arrow-forward {
  width: 70px;
  height: 70px;
  padding: 0;
}
@media (max-width: 834px) {
  .cta__bottom .arrow-forward {
    width: 50px;
    height: 50px;
  }
}
.cta__bottom .arrow-forward-icon.material-icons::before {
  background-color: transparent;
  border: 1px solid #fff;
}

.cta__label {
  font-size: 1rem;
}/*# sourceMappingURL=under02.css.map */