@charset "utf-8";

:root {
  --csr-img1-w: clamp(187px, calc(20.71vw + 109.34px), 507px);
  /* 1枚目 max507 min187 */
  --csr-img2-w: clamp(191px, calc(11.91vw + 146.34px), 375px);
  /* 2枚目 max375 min191 */
}

/* =========================================================
   HERO (MV)
========================================================= */
.hero {
  position: relative;
  height: 90vh;
  min-height: 520px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .22), rgba(0, 0, 0, .06));
}

.hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(24px, 4vw, 64px);
  pointer-events: none;
  transform: translateY(-28px);
}

.hero-line {
  display: block;
  overflow: visible;
}

.hero-line-inner {
  display: inline-block;
  transform-origin: 50% 50%;
  transform: scale(3.6);
  opacity: 1;
  filter: blur(6px);
  will-change: transform, filter;
  transition:
    transform 780ms cubic-bezier(.18, 1.25, .22, 1),
    filter 520ms ease;
}

.hero.is-inview .hero-line-inner {
  transform: scale(1);
  filter: blur(0);
}

.hero.is-inview .hero-title .hero-line:nth-child(1) .hero-line-inner {
  transition-delay: 80ms;
}

.hero.is-inview .hero-title .hero-line:nth-child(2) .hero-line-inner {
  transition-delay: 220ms;
}

.hero.is-inview .hero-sub .hero-line-inner {
  transition-delay: 420ms;
}

/* Base title (共通) */
.hero-title {
  margin: 0;
  color: #fff;
  text-shadow: 0 5px 8px rgba(0, 0, 0, .8);
}

.hero-title--jp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.05em;
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(24px, calc(24px + (100vw - 540px) * 40 / 1380), 64px);
}

.hero-title .hero-title-box {
  font-family: "Shippori Antique", serif;
}

.hero-title--jp .hero-line:nth-child(2) .hero-line-inner {
  text-shadow:
    0 0 26px rgba(0, 125, 204, .28),
    0 12px 40px rgba(0, 0, 0, .38);
}

.hero-sub {
  margin: 16px 0 0;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  text-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.hero-line--sub .hero-line-inner {
  transform: translate3d(0, 0, 0) scale(2.1);
  filter: blur(14px);
  transition-duration: 980ms;
}

.hero.is-inview .hero-title--jp {
  animation: hero-pop 780ms cubic-bezier(.18, 1.25, .22, 1) both;
}

@keyframes hero-pop {
  0% {
    filter: brightness(1);
  }

  55% {
    filter: brightness(1.18);
  }

  100% {
    filter: brightness(1);
  }
}

.hero-line--sub .hero-line-inner {
  transform: scale(3.1);
  filter: blur(5px);
}

@media (max-width: 1000px) {
  .hero-title--jp {
    flex-direction: column;
    align-items: center;
    gap: 0.15em;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-line-inner {
    transition: none;
    transform: none;
    opacity: 1;
    filter: none;
  }

  .hero-copy {
    transform: none;
  }
}

@media (min-width: 1001px) {

  .hero.is-inview .hero-title--jp .hero-line:nth-child(1) .hero-line-inner,
  .hero.is-inview .hero-title--jp .hero-line:nth-child(2) .hero-line-inner {
    transition-delay: 0ms;
  }
}

/* news */
.news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.news-inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, calc(5vw - 48px), 48px);
  width: min(60vw, 100%);
  max-width: 1000px;
  margin: 0;
  background: #fff;
  position: relative;
  padding: 35px 0 0 var(--gutter);
  transition: padding .25s ease, gap .25s ease;
  z-index: 1;
}

.news-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/top/news_right.png") no-repeat left bottom / 100% 100%;
  width: 200px;
  transform: translateX(90%);
  pointer-events: none;
  z-index: 0;
}

.news-listWrap {
  position: relative;
  padding: 15px 0 20px 0;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  flex: 1;
  transition: padding .25s ease;
  z-index: 1;
  max-width: 560px;
}

.news-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.6;
  max-height: calc((1.6em * 2) + 8px);
  overflow-y: auto;
  overscroll-behavior: auto;
  scrollbar-gutter: stable;
}

.news-list::-webkit-scrollbar {
  width: 4px;
}

.news-list::-webkit-scrollbar-track {
  background: transparent;
}

.news-list::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 999px;
}

.news-list::-webkit-scrollbar-thumb:hover {
  background: #CCCCCC;
  background-clip: padding-box;
}

.news-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.news-date {
  font-size: 0.875rem;
  color: var(--accent);
  font-weight: 400;
}

.news-text {
  font-size: 0.875rem;
  color: var(--text);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-text:hover {
  text-decoration: underline;
}

@media (max-width: 1300px) {
  .news-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-top-right-radius: 0;
    padding: 45px var(--gutter) 0;
  }

  .news-inner::after {
    display: none;
  }

  .news-listWrap {
    max-width: 100%;
  }
}

@media(max-width:900px) {
  .news-listWrap {
    padding: 15px 0;
    width: 100%;
  }
}

@media(max-width:768px) {
  .news-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 47px var(--gutter) 0;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 460px;
  }

  .news-title {
    font-size: 32px;
  }
}

/* about */
.about {
  position: relative;
  background: #fff;
  padding-top: 250px;
}

.about-inner {
  position: relative;
  z-index: 1;
}

.about-head {
  position: relative;
}

.about-mist {
  position: absolute;
  pointer-events: none;
  user-select: none;
  width: clamp(220px, 26vw, 420px);
  height: auto;
  z-index: 0;
}

.about-mist-tl {
  left: 25px;
  top: -150px;
  transform: rotate(-18deg);
}

.about-mist-br {
  right: -80px;
  bottom: -20%;
  transform: rotate(18deg);
  width: clamp(260px, 28vw, 480px);
}

.about-left {
  position: absolute;
  left: 0;
  top: 28%;
  width: calc(clamp(187px, calc(9.1667vw + 110px), 286px) + clamp(191px, calc(9.6296vw + 110.1111px), 295px) - 40px);
  padding-top: clamp(18px, 2.2vw, 34px);
}

.about-img {
  height: auto;
  object-fit: cover;
}

.about-img-1 {
  width: clamp(187px, calc(9.1667vw + 110px), 286px);
  aspect-ratio: 286 / 395;
  position: relative;
  z-index: 1;
}

.about-img-2 {
  width: clamp(191px, calc(9.6296vw + 110.1111px), 295px);
  aspect-ratio: 295 / 328;
  position: absolute;
  right: 0;
  left: auto;
  top: clamp(-75px, -3.90625vw, -40px);
  z-index: 2;
}

.about-img-3 {
  width: clamp(200px, calc(12.2768vw + 74.2857px), 310px);
  aspect-ratio: 310 / 425;
  position: relative;
  z-index: 1;
}

.about-img-1,
.about-img-3 {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, .25);
  border-radius: clamp(30px, calc(15.4054px + 2.7027vw), 50px);
  overflow: hidden;
}

.about-img-2 {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .25);
  border-radius: clamp(30px, calc(15.4054px + 2.7027vw), 50px);
  overflow: hidden;
}

.about-layout {
  position: relative;
  top: -40px;
}

.about-center {
  margin-inline: auto;
  width: fit-content;
}

.about-card {
  position: relative;
  z-index: 3;
  left: 60px;
  width: clamp(500px, calc(27.9vw + 96.5px), 620px);
  max-height: 495px;
  padding: 45px;

  background: linear-gradient(135deg, #ffffff 0%, #DEEEFF 100%);
  border-radius: 28px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .25);
}

.about-catch {
  margin: 0 0 14px;
}

.about-catch span {
  display: block;
}

.about-lead {
  font-size: clamp(0.8125rem, calc(0.7391rem + 0.2174vw), 1rem);
  line-height: 2.5;
  font-weight: 400;
}

.about-right {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
  border-radius: clamp(30px, calc(15.4054px + 2.7027vw), 50px);
}

.about-cta {
  margin-top: 175px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1280px) {
  .about-layout {
    top: 0;
  }

  .about-left {
    left: 0;
    top: 90px;
  }

  .about-center {
    padding-top: 200px;
  }

  .about-right {
    right: 0;
    top: 70%;
    transform: none;
    z-index: 1;
  }
}

@media (max-width: 840px) {
  .about {
    padding-top: 125px;
  }

  .about-inner {
    min-height: auto;
  }

  .about-mist-tl {
    top: auto;
  }

  .about-layout {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .about-left,
  .about-right {
    position: static;
    transform: none;
  }

  .about-left {
    order: 1;
    width: fit-content;
    padding-top: 100px;
  }

  .about-center {
    order: 2;
    padding-top: 50px;
  }

  .about-right {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 120px;
    right: 0;
  }

  .about-img-1 {
    width: 200px;
  }

  .about-img-2 {
    right: auto;
    width: 220px;
    margin-left: 180px;
  }

  .about-img-3 {
    width: 250px;
  }

  .about-card {
    position: static;
    width: 100%;
    max-width: 613px;
  }

  .about-cta {
    margin-top: 30px;
  }

  .about-mist-br {
    bottom: 10%;
    right: 200px;
  }
}

@media (max-width: 500px) {
  .about-mist-br {
    bottom: 0;
  }

  .about-card {
    max-width: 345px;
  }

  .about-img-1 {
    width: 187px;
    left: 0;
  }

  .about-img-2 {
    width: 191px;
    margin-left: 140px;
    top: -20px;
  }

  .about-img-3 {
    width: 200px;
  }

  .about-left {
    width: calc(187px + 191px - 40px);
    padding-top: 71px;
  }

  .about-right {
    margin-top: 70px;
  }

  .about-catch span {
    display: inline;
  }

  .about-mist-br {
    right: 100px;
  }
}

@media(max-width:375px) {
  .about-img-2 {
    margin-left: 0;
    right: 0;
  }
}

.about-bgTextSvg {
  position: absolute;
  left: 60%;
  bottom: 135px;
  transform: translateX(-50%);
  width: min(1116px, 92vw);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

@media (max-width: 1280px) {
  .about-bgTextSvg {
    left: 55%;
    bottom: 140px;
    width: min(980px, 96vw);
  }
}

@media (max-width: 840px) {
  .about-bgTextSvg {
    left: 50%;
    bottom: 80px;
    width: 100%;
    max-width: 800px;
    bottom: auto;
    top: 68%;
  }
}

@media(max-width:500px) {
  .about-bgTextSvg {
    top: 76%;
  }
}

/* Business */
.business {
  --business-start: calc(var(--gutter) + 36px);
  position: relative;
  background: #fff;
  padding-top: 170px;
  overflow: hidden;
}

.business-inner,
.business-controls,
.business-cta {
  position: relative;
  z-index: 2;
}

.business-head {
  margin-bottom: 70px;
}

.business-copy {
  position: relative;
  max-width: 820px;
}

.business-mist {
  position: absolute;
  left: -40px;
  top: -85px;
  width: clamp(240px, 26vw, 420px);
  height: auto;
  transform: rotate(-18deg);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.business-message {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
}

.business-note {
  position: relative;
  z-index: 1;
  margin: 0 0 74px;
  font-size: 1rem;
  opacity: .9;
  line-height: 2.5;
}

.business .c-bgLine {
  top: 11%;
}

/* slider */
.c-slide {
  --bar: #D5D9E0;
  --gap: 28px;
  --slide-w: clamp(260px, calc((100% - (var(--gap) * 2)) / 3), 508px);
  --media-h: clamp(220px, 35vw, 470px);
  width: 100%;
  padding-top: 120px;
}

.c-slide-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  outline: none;
}

.c-slide-viewport::-webkit-scrollbar {
  display: none;
}

.c-slide-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}

.c-slide-track {
  display: flex;
  align-items: stretch;
  gap: var(--gap);
  padding: 30px 0 10px;
  list-style: none;
  margin: 0;
}

.c-slide-track::before,
.c-slide-track::after {
  content: "";
  flex: 0 0 calc((100% - var(--slide-w)) / 2);
}

/* スライド */
.c-slide-item {
  flex: 0 0 var(--slide-w);
  transform: scale(.94);
  transform-origin: center;
  transition: transform .25s ease, opacity .25s ease;
}

.c-slide-item.is-active {
  transform: scale(1.01);
}

.c-slide-media img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.c-slide-item:not(.is-active) .c-slide-media img {
  filter: brightness(.82) saturate(.95);
}

.c-slide-item.is-active .c-slide-media img {
  filter: none;
}

/* カード */
.c-slide-card {
  display: block;
  overflow: hidden;
}

/* 画像 */
.c-slide-media {
  width: 100%;
  height: var(--media-h);
  border-radius: clamp(30px, calc(15.4054px + 2.7027vw), 50px);
  border: 3px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg,
      #4B9BCD 0%,
      #3AE5FC 28%,
      #C0F2FF 56%,
      #94D5FD 84%,
      #94D5FD 100%) border-box;
  box-shadow: 1.25px 2.5px 6.25px rgba(0, 0, 0, .25);
  overflow: hidden;
}

.c-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter .25s ease;
}

/* テキスト */
.c-slide-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px 16px;
  font-size: 15px;
  letter-spacing: .06em;
}

.c-slide-text {
  font-size: clamp(0.75rem, calc(-0.07095rem + 2.43243vw), 1.875rem);
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}

.c-slide_tesa {
  font-family: "TASA Explorer", system-ui, sans-serif;
  font-size: clamp(0.875rem, calc(-0.0828rem + 2.8378vw), 2.1875rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.c-slide-chev {
  width: clamp(8px, calc(-0.7568px + 1.6216vw), 20px);
  height: clamp(8px, calc(-0.7568px + 1.6216vw), 20px);
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  transform: translateY(1px);
}

.c-slide-chev::before {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 2px solid var(--accent, #007DCC);
  border-top: 2px solid var(--accent, #007DCC);
  transform: rotate(45deg);
}

.c-slide-controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  justify-content: center;
  max-width: 487px;
  margin: 10px auto 0;
}

.c-slide-arrow {
  width: 44px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.c-slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(10px, calc(6.3514px + 0.6757vw), 15px);
  height: clamp(10px, calc(6.3514px + 0.6757vw), 15px);
  border-right: 2px solid rgba(0, 0, 0, .35);
  border-bottom: 2px solid rgba(0, 0, 0, .35);
  transform: translate(-50%, -50%) rotate(135deg);
}

.c-slide-arrow--next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-slide-arrow:focus-visible {
  outline: 2px solid rgba(0, 125, 204, .35);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ページネーション */
.c-slide-pagi {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-slide-dot {
  width: 70px;
  height: 3px;
  border: none;
  border-radius: 999px;
  background: var(--bar);
  cursor: pointer;
  padding: 0;
}

.c-slide-dot[aria-selected="true"] {
  background: var(--accent);
}

.business-cta {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.business-ctaBtn {
  width: 212px;
}

@media(max-width: 1080px) {
  .c-slide {
    padding-top: 70px;
  }
}

@media (max-width: 900px) {
  .business {
    padding-top: 120px;
  }

  .business-note {
    margin-bottom: 56px;
  }

  .business-slide {
    width: clamp(240px, 78vw, 340px);
  }

  .business-mist {
    left: -30px;
    top: -70px;
  }

}

@media (max-width: 768px) {
  .c-slide {
    --gap: 18px;
    --slide-w: min(84vw, 508px);
    --media-h: clamp(220px, 62vw, 470px);
  }

  .c-slide-pagi {
    gap: 14px;
  }

  .c-slide-dot {
    width: 56px;
  }

  .c-slide {
    padding-top: 50px;
  }

  .business-note {
    margin-bottom: 0;
  }

  .business-head {
    margin-bottom: 50px;
  }
}

@media(max-width:540px) {
  .business-note {
    line-height: 1.8;
    font-size: 0.8125rem;
  }

  .c-slide {
    --slide-w: min(60vw, 508px);
    --media-h: clamp(240px, 65vw, 470px);
  }

  .business-slide {
    -cardW: clamp(200px, 72vw, 320px);
  }

  .business-media {
    height: calc(var(--cardW) * 240 / 200);
    min-height: 240px;
  }

  .business-pager {
    gap: 18px;
  }

  .business-cta {
    margin-top: 30px;
  }

  .c-slide-dot {
    width: 30px;
  }

  .c-slide-controls {
    margin: 0 auto;
    max-width: 250px;
  }

  .c-slide-chev::before {
    border-right: 1px solid var(--accent, #007DCC);
    border-top: 1px solid var(--accent, #007DCC);
  }

  .business {
    padding-top: 70px;
  }

  .business-head {
    margin-bottom: 35px;
  }

  .c-slide {
    padding-top: 0;
  }
}

/* csr */
.csr {
  --csr-img1-w: clamp(240px, 26vw, 507px);
  --csr-img2-w: clamp(200px, 19vw, 377px);
  background: linear-gradient(135deg, #AFF2FF 0%, #C7E2FF 100%);
  position: relative;
  z-index: 0;
  margin-top: 100px;
}

.csr-inner {
  margin-top: 100px;
  position: relative;
  padding-bottom: 150px;
}

.csr-head {
  margin-bottom: 60px;
}

.csr-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.csr-main {
  display: flex;
  gap: clamp(24px, 4vw, 60px);
  align-items: flex-start;
  width: 100%;
}

.csr-card {
  flex: 1 1 860px;
  max-width: 860px;
  background: rgba(255, 255, 255, .88);
  border-radius: clamp(28px, 5vw, 70px);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .25);
  padding: clamp(45px, 4vw, 80px);
}

.csr-desc {
  line-height: 2.5;
}

.text-break {
  display: block;
}

.csr-cta {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.csr-ctaBtn {
  width: 319px;
  height: 64px;
}

.csr-media {
  position: relative;
  flex: 1 1 520px;
  height: clamp(345px, 40vw, 571px);
}

.csr-photo {
  position: absolute;
  margin: 0;
  border-radius: clamp(24px, 4vw, 52.5px);
  overflow: hidden;
  box-shadow: 1.25px 2.5px 6.25px rgba(0, 0, 0, .25);
  z-index: 1;
}

.csr-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-photo--main {
  width: var(--csr-img1-w);
  aspect-ratio: 507 / 470;
  right: 20%;
  bottom: 0;
}

.csr-photo--sub {
  width: var(--csr-img2-w);
  aspect-ratio: 377 / 470;
  right: 0;
  top: 0;
  z-index: 2;
}

.csr-bottom-svg {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 100%;
  max-width: 1150px;
  max-height: 176px;
  z-index: 0;
}

@media(max-width:1080px) {
  .csr-main {
    display: contents;
  }

  .csr-card {
    width: 100%;
    order: 1;
    flex: auto;
  }

  .csr .csr-cta {
    order: 2;
  }

  .csr-media {
    order: 3;
    margin: 110px auto 0;
    width: min(345px, 100%);
    height: 345px;
    flex: none;
  }

  .csr-photo--main {
    right: auto;
    left: 0;
  }

  .csr-bottom-svg {
    bottom: 37%;
  }
}

@media(max-width: 540px) {
  .csr {
    margin-top: 40px;
  }

  .text-break {
    display: initial;
  }

  .csr-head {
    margin-bottom: 50px;
  }

  .csr-bottom-svg {
    margin-left: auto;
    margin-right: auto;
    bottom: 39%;
  }
}

@media(max-width:375px) {
  .csr-bottom-svg {
    bottom: 36%;
  }
}

/* group */
.group {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 150px;
  padding-bottom: 400px;
}

.group .c-bgLine.group-line--1 {
  top: 7%;
}

.group .group-line--2 {
  top: 14%;
}

.group .group-line--3 {
  bottom: 14%;
  rotate: 15deg;
}

.group-mist {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  width: clamp(220px, 30vw, 500px);
  height: auto;
  transform: rotate(-18deg);
}

.group-mist-tl {
  right: 50px;
  top: 50px;
}

.group-mist-bc {
  left: 45%;
  bottom: 100px;
  transform: translateX(-50%) rotate(18deg);
  width: clamp(220px, 30vw, 500px);
}

.group-inner {
  position: relative;
  z-index: 1;
}

.group-head {
  margin-bottom: clamp(50px, 4.5vw, 84px);
}

.group-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(345px, 500px));
  justify-content: start;
  gap: clamp(50px, calc(50px + (100vw - 540px) * 60 / 1380), 110px);
  margin-bottom: clamp(150px, calc(170px - (100vw - 540px) * 20 / 1380), 170px);
}

@media (max-width: 900px) {
  .group .c-bgLine.group-line--1 {
    top: 39%;
  }

  .group .group-line--2 {
    top: 43%;
  }

  .group .group-line--3 {
    bottom: 10%;
  }

  .group-top {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

@media(max-width:540px) {
  .group .c-bgLine.group-line--1 {
    top: 35%;
  }

  .group .group-line--2 {
    top: 38%;
  }

  .group-mist-bc {
    bottom: 50px;
  }
}

.group-topCard {
  border-radius: 30px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .25);
  padding: clamp(20px, 2.2vw, 28px);
}

.group-topCard--about {
  padding: 100px 70px 130px;
  background: linear-gradient(135deg, #ffffff 0%, #DEEEFF 100%);
}

.group-topTitle {
  margin: 0 0 12px;
}

.group-topText {
  color: #1D1D23;
  line-height: 2.5;
}

.group-topCard--brand {
  background: #fff;
  display: grid;
  place-items: center;
  gap: 16px;
}

.group-topLogo {
  width: clamp(183px, 20vw, 273px);
  margin: 0 auto;
}

.group-topLogo img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 22px);
}



.group-card {
  display: grid;
  gap: 12px;
}

.group-ctaBtn {
  width: 311px;
  height: 64px;
}

.group-cardPhoto {
  max-width: 390px;
  border-radius: clamp(20px, calc(-1.8919px + 4.0541vw), 50px);
  overflow: hidden;
  aspect-ratio: 390 / 360;
}

.group-cardPhoto img {
  height: 100%;
  object-fit: cover;
}

.group-cardLogo {
  height: 54px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .04);
}

.group-cardLogo img {
  width: auto;
  height: auto;
  max-height: 70%;
  max-width: 82%;
  display: block;
}

@media (max-width: 1024px) {
  .group-topCard--about {
    padding: 50px 40px;
  }

  .group-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media(max-width:900px) {
  .group-topCard--about {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  .group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group {
    padding-bottom: 150px;
  }

  .group-top {
    margin-bottom: 50px;
  }
}

@media(max-width:540px) {
  .group-topCard--about {
    min-height: auto;
  }
}