@charset "utf-8";

.p-top__hero {
  background: url("https://cross-estate.co.jp/system_panel/uploads/images/bg-hero.png") no-repeat center center/cover;
  position: relative;
}

.scrolldown-text {
  position: absolute;
  left: 0.3125rem;
  top: 41%;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  rotate: 90deg;
}

.scrolldown-bar {
  position: absolute;
  left: 2.625rem;
  top: 45%;
  width: 2px;
  height: 100px;
  background: #bbbbbb;
  overflow: hidden;
}

.scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 2px;
  height: 50px;
  background: #000;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}
.p-top-about {
  -webkit-padding-before: 8.75rem;
          padding-block-start: 8.75rem;
  -webkit-padding-after: 7.5rem;
          padding-block-end: 7.5rem;
}
@media (min-width: 768px) {
  .p-top-about {
    -webkit-padding-before: 12.5rem;
            padding-block-start: 12.5rem;
    -webkit-padding-after: 9.0625rem;
            padding-block-end: 9.0625rem;
  }
}

.p-top-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.25rem;
}
@media (min-width: 768px) {
  .p-top-about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-about__img {
  width: 100%;
  border-radius: 0.3125rem;
  aspect-ratio: 546/529;
  position: relative;
}
@media (min-width: 768px) {
  .p-top-about__img {
    width: 49.6363636364%;
  }
}
.p-top-about__img img {
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.p-top-about__img::before {
  content: "About us";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #1849a5;
  font-size: 3.125rem;
  font-weight: bold;
  left: -1.25rem;
  top: -1.875rem;
}
@media (min-width: 768px) {
  .p-top-about__img::before {
    font-size: 5rem;
  }
}
.p-top-about__img::after {
  content: "";
  position: absolute;
  background: url("https://cross-estate.co.jp/system_panel/uploads/images/deco-crossc-state.png") no-repeat center/contain;
  aspect-ratio: 410/298;
  width: clamp(200px, 60vw, 330px);
  bottom: -5rem;
  right: 0rem;
}
@media (min-width: 768px) {
  .p-top-about__img::after {
    width: 20.625rem;
    right: -3.75rem;
    bottom: -6.25rem;
  }
}

.p-top-about__info {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-about__info {
    width: 40.9090909091%;
  }
}

.p-top-about__read {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-top-about__read {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}

.p-top-about__text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top-about__text {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
  }
}

.p-top-about__text + .p-top-about__text {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-about__text + .p-top-about__text {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}


.p-top-info {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
@media (min-width: 768px) {
  .p-top-info {
    -webkit-padding-before: 9.375rem;
            padding-block-start: 9.375rem;
  }
}

.p-top-info__ttl--ja {
  font-size: 2rem;
  line-height: 3.5625rem;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.p-top-info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-info__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-info__side {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-info__side {
    width: 29.1666666667%;
  }
}

.p-top-info__read {
  line-height: 2.125rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-info__read {
    -webkit-margin-before: 2.8125rem;
            margin-block-start: 2.8125rem;
  }
}

.p-top-info__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-top-info__list {
    width: 70.8333333333%;
  }
}
.p-top-info__list .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}



.p-section-wrapper {
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 4;
  border-radius: 1.25rem;
  position: relative;
  background: linear-gradient(130deg, #1849a5 0%, #3d75c8 20%, #4b85d6 50%, #1849a5 100%);
}
.p-section-wrapper::after {
  content: "";
  position: absolute;
  background: URL("https://cross-estate.co.jp/system_panel/uploads/images/bg-noise.png") repeat;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.p-top-data {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media (min-width: 768px) {
  .p-top-data {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.p-tpp-data__ttl--ja {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 3.125rem;
}

.p-top-data__items {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-data__items {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
.p-top-data__items--top {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-top-data__items--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-top-data__items--bottom {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-top-data__items--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.p-top-service {
  position: relative;
  z-index: 5;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
}
@media screen and (min-width: 980px) {
  .p-top-service {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 17.5rem;
            padding-block-end: 17.5rem;
  }
}

.p-top-service__contents {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .p-top-service__contents {
    position: relative;
  }
}

.p-top-service__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.875rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-top-service__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3.75rem;
  }
}
@media screen and (min-width: 980px) {
  .p-top-service__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3.75rem;
    width: 100%;
  }
}

.p-top-service__item {
  transform: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  aspect-ratio: 330/165;
width: 100%;
max-width: clamp(20.325rem, 80vw, 26.875rem);
box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1882352941);
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: #ffffff;
  padding: 1.875rem 1.25rem 1.875rem 2.5rem;
}
@media (min-width: 768px) {
  .p-top-service__item {
    aspect-ratio: 330/230;
    padding: 1.875rem 1.25rem 1.875rem 2.5rem;
    width: 20.625rem;
  }
}

.p-top-service__item:nth-child(1) {
  justify-self: start;
}
@media screen and (min-width: 980px) {
  .p-top-service__item:nth-child(1) {
    position: relative;
    -webkit-transform: translate(3.125rem, 0rem);
            transform: translate(3.125rem, 0rem);
  }
}

.p-top-service__item:nth-child(2) {
  justify-self: end;
}
@media screen and (min-width: 980px) {
  .p-top-service__item:nth-child(2) {
    position: relative;
    -webkit-transform: translate(0rem, 3.125rem);
            transform: translate(0rem, 3.125rem);
  }
}

.p-top-service__item:nth-child(3) {
  justify-self: start;
}
@media screen and (min-width: 980px) {
  .p-top-service__item:nth-child(3) {
    position: relative;
    -webkit-transform: translate(0rem, 1.875rem);
            transform: translate(0rem, 1.875rem);
  }
}

.p-top-service__item:nth-child(4) {
  justify-self: end;
}
@media screen and (min-width: 980px) {
  .p-top-service__item:nth-child(4) {
    position: relative;
    -webkit-transform: translate(-6.875rem, 8.125rem);
            transform: translate(-6.875rem, 8.125rem);
  }
}

.p-top-service__item-ttl {
  position: relative;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  text-decoration: underline;
}
.p-top-service__item-ttl::before {
  content: "";
  position: absolute;
  background-color: #173491;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vmax;
  top: 0.625rem;
  left: -1.25rem;
}

.p-top-service__item-text {
  font-size: 0.8125rem;
  line-height: 1.625rem;
}

.p-top-service__center {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30rem;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .p-top-service__center {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    max-width: 25rem;
  }
}
.p-top-service__btn {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-service__btn {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-tpp-service__ttl--ja {
  text-align: center;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 3.125rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.p-top-service__img--top,
.p-top-service__img--bottom {
  aspect-ratio: 165/115;
  width: 10rem;
  height: auto;
  border-radius: 0.3125rem;
  position: relative;
 
}
.p-top-service__img--top img,
.p-top-service__img--bottom img {
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media (min-width: 768px) {
  .p-top-service__img--top,
  .p-top-service__img--bottom {
    width: 10.3125rem;
  }
}
.p-top-service__img--top::after,
.p-top-service__img--bottom::after {
  content: "";
  position: absolute;
  background: rgba(74, 131, 212, 0.3137254902);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.p-top-service__img--top {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-service__img--top {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}

.p-top-service__img--bottom {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-top-service__img--bottom {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
@media screen and (min-width: 980px) {
  .p-top-service__img--bottom {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
