@charset "UTF-8";
@import url("global.css");
#pagetitle {
  height: 100vh;
  padding-block: 0 11vh;
  align-content: end;
  border-bottom: none;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}
#pagetitle .title .en {
  color: #222;
}

.wrapper:has(#pagetitle)::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6));
}
.wrapper .topbg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  animation: fadein 1s ease .3s 1;
  animation-fill-mode: both;
}
.wrapper .topbg figure {
  height: 110%;
}

.intro {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(15px, 2.5vw, 20px);
  font-weight: 600;
  word-break: keep-all;
  line-height: 2;
}

.point {
  border-top: #6B6B6B 1px solid;
  padding: 15px 20px 0 0;
  margin-block: 60px;
  display: flex;
  gap: 4%;
}
.point:last-of-type {
  margin-bottom: 150px;
}
.point .photo {
  width: 43%;
  height: 380px;
  flex-shrink: 0;
}
.point .text {
  padding-block: 40px 220px;
  position: relative;
}
.point .text .image {
  position: absolute;
  height: 210px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.point .text .image .objectfit {
  object-position: right bottom;
}
.point .text p {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(16px, 2.7vw, 24px);
  font-weight: 700;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .point {
    padding: 15px 0 0 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #pagetitle {
    padding-block: 0 5vh;
    margin-bottom: 80px;
  }

  .wrapper:has(#pagetitle)::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.7));
  }

  .point:last-of-type {
    margin-bottom: 100px;
  }
  .point .photo {
    width: 48%;
  }
  .point .text {
    padding-block: 40px 20vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #pagetitle {
    height: min(100vh,600px);
    padding-block: 0 40px;
    margin-bottom: 60px;
  }

  .wrapper:has(#pagetitle) {
    position: relative;
  }

  .point {
    margin-block: 30px;
    display: block;
    padding: 15px 3vw;
  }
  .point:last-of-type {
    margin-bottom: 60px;
  }
  .point .photo {
    width: auto;
    height: auto;
    aspect-ratio: 3 / 2;
    flex-shrink: 0;
  }
  .point .text {
    padding-block: 25px 145px;
  }
  .point .text .image {
    height: 140px;
  }
  .point .text .image .objectfit {
    object-position: center bottom;
  }
}

/*# sourceMappingURL=concept.css.map */
