@charset "utf-8";

.main {
  background-color: #FFF;
  color: #494739;
}

.kawasakiHero {
  margin-bottom: 30px;
  & > div {
    position: relative;
    margin: 0 3.88vw;
  }
}
@media screen and (width < 768px) {
  .kawasakiHero {
    margin-bottom: 5.33vw;
    & > div {
      margin: 0;
    }
  }
}

.kawasakiHero-txtArea {
  position: absolute;
  top: 5.76vw;
  left: 0;
}
@media screen and (width < 768px) {
  .kawasakiHero-txtArea {
    top: 16vw;
    width: 100%;
  }
}

.kawasakiHero-ttl {
  padding: 2.08vw 0 2.08vw 11.8vw;
  border-radius: 9999px 0 0 9999px;
  background: linear-gradient(90deg, #36AF36 0%, rgba(186, 215, 22, 0) 100%);
}
@media screen and (width < 768px) {
  .kawasakiHero-ttl {
    width: calc(100% - 12.5vw);
    padding: 5.33vw 16vw 5.33vw 7.46vw;
    margin-right: 12.5vw;
    border-radius: 0 9999px 9999px 0;
    background: linear-gradient(270deg, #36AF36 0%, #36af369c 100%);
    & img {
      width: 100%;
    }
  }
}

.kawasakiHero-txt {
  margin-top: 1.94vw;
  margin-left: 11.8vw;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .kawasakiHero-txt {
    margin-top: 5.33vw;
    margin-left: 8vw;
    font-size: 3.73vw;
  }
}


.kawasakiHero-img {
  position: absolute;
  right: 11.5vw;
  bottom: 3.88vw;
}
@media screen and (width < 768px) {
  .kawasakiHero-img {
    right: 4vw;
    bottom: 8vw;
    width: 26.6vw;
  }
}

.kawasakiHero-bg {
  & img {
    width: 100%;
    aspect-ratio: 1328/630;
  }
}
@media screen and (width < 768px) {
  .kawasakiHero-bg {
    & img {
      aspect-ratio: 375/540;
    }
  }
}

.kawasakiBnr {
  background: url(/assets/img/kawasaki/bg_bnr.webp) no-repeat center/cover;
  & > div {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 20px;
  }
}
@media screen and (width < 768px) {
  .kawasakiBnr {
    background-image: url(/assets/img/kawasaki/bg_bnr_sp.webp);
    & > div {
      flex-direction: column;
      align-items: center;
      gap: 2.66vw 0;
      padding: 8vw 0;
    }
  }
}

.kawasakiBnr-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  & span {
    padding: 0 5px;
    color: #F36900;
    font-size: 28px;
    &:first-child {
      padding-left: 0;
    }
  }
  & p:nth-child(2) {
    margin-top: 10px;
    font-size: 22px;
  }
}
@media screen and (width < 768px) {
  .kawasakiBnr-txt {
    font-size: 3.73vw;
    text-align: center;
    & span {
      font-size: 4.8vw;
    }
    & p:nth-child(2) {
      margin-top: 0;
      font-size: 4.26vw;
    }
  }
}

.kawasakiBnr-btn {
  & a {
    position: relative;
    display: block;
    padding: 25px 60px;
    border-radius: 9999px;
    background: linear-gradient(91.95deg, #FF5E00 1.65%, #FFD000 136.12%);
    &::before {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border-radius: 9999px;
      background: linear-gradient(91.95deg, #FF5E00 70%, #FFD000 136.12%);
      opacity: 0;
      transition: opacity 0.3s ease-out;
      content: "";
    }
    & span {
      position: relative;
      padding: 0 38px 0 42px;
      color: #FFF;
      font-size: 20px;
      font-weight: 900;
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 26px;
        height: auto;
        aspect-ratio: 26/20;
        margin-top: 2px;
        background: #FFF;
        -webkit-mask: url(/assets/img/kawasaki/icn_contact_mail.svg) no-repeat center/cover;
        mask: url(/assets/img/kawasaki/icn_contact_mail.svg) no-repeat center/cover;
        content: "";
      }
      &::after {
        position: absolute;
        top: 50%;
        right: 0;
        translate:0 -50%;
        width: 9px;
        height: auto;
        aspect-ratio: 9/16;
        background: #FFF;
        -webkit-mask: url(/assets/img/kawasaki/icn_contact_arrow.svg) no-repeat center/cover;
        mask: url(/assets/img/kawasaki/icn_contact_arrow.svg) no-repeat center/cover;
        content: "";
      }
    }
    &:hover::before {
      opacity: 1;
    }
  }
}
@media screen and (width < 768px) {
  .kawasakiBnr-btn {
    & a {
      padding: 4vw 8vw;
      & span {
        font-size: 4.26vw;
        &::before {
          width: 5.33vw;
        }
        &::after {
          width: 1.33vw;
        }
      }
    }
  }
}

.kawasakiSection {
  position: relative;
  &._point1 {
    background-color: #FCFBF4;
  }
  &._point3 {
    background-color: #FCFBF4;
  }
  & > div {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 70px 20px;
    ._about & {
      max-width: 100%;
      padding-bottom: 150px;
    }
    [class*="_point"] & {
      padding-top: 130px;
      padding-bottom: 150px;
    }
  }
  & > p {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(90deg, #36AF36 0%, #BAD716 100%);
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    & span {
      font-size: 40px;
      text-align: center;
    }
  }
}
@media screen and (width < 768px) {
  .kawasakiSection {
    & > div {
      max-width: 100%;
      padding: 10.6vw 20px 16vw;
      ._about & {
        padding-bottom: 26.6vw;
      }
      [class*="_point"] & {
        padding-top: 24vw;
        padding-bottom: 26.6vw;
      }
      ._overview & {
        padding-top: 13.3vw;
        padding-bottom: 13.3vw;
      }
    }
    & > p {
      width: 26.6vw;
      font-size: 3.2vw;
      & span {
        font-size: 7.46vw;
      }
    }
  }
}

.kawasakiSection-header {
  ._about & {
    max-width: 1040px;
    margin: 0 auto;
  }
  & h2 {
    font-size: 32px;
    line-height: 1.2;
    &[data-en] {
      position: relative;
      padding-top: 26px;
      &::before {
        position: absolute;
        top: 0;
        left: 0;
        color: #34AA38;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        content: attr(data-en);
      }
    }
  }
  & p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    & span {
      border-bottom: 3px solid #FFBC48;
      color: #34AA38;
      font-weight: 700;
    }
  }
}
@media screen and (width < 768px) {
  .kawasakiSection-header {
    & h2 {
      font-size: 7.46vw;
      text-align: center;
      &[data-en] {
        padding-top: 6.93vw;
        text-align: left;
        &::before {
          font-size: 3.2vw;
        }
      }
    }
    & p {
      margin-top: 8vw;
      font-size: 4.26vw;
    }
  }
}

.kawasakiSection-body {
  margin-top: 40px;
  ._overview & {
    margin-top: 0;
  }
}

.kawasakiAboutWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1980px;
  margin: 0 auto;
}

.kawasakiAbout {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 2);
  &._03 {
    width: 100%;
    max-width: 1040px;
  }
}
@media screen and (width < 1040px) {
  .kawasakiAbout {
    width: 100%;
  }
}

/*.kawasakiAbout:not(:first-child) {
  margin-top: 50px;
}*/

.kawasakiAbout-header {
  padding: 20px 40px 10px 30px;
  border-radius: 10px 10px 0 0;
  background-color: #5FBD26;
  & h3 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    color: #FCFBF4;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    &::after {
      position: absolute;
      right: 0;
      bottom: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      content: "－ "attr(data-en);
    }
    & span {
      position: relative;
      margin-right: 18px;
      padding-right: 20px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      font-weight: 600;
      line-height: 1;
      &::after {
        position: absolute;
        top: 53%;
        right: 0;
        translate: 0 -50%;
        width: 2px;
        height: 31px;
        background-color: #FCFBF4;
        content: "";
      }
    }
  }
}
@media screen and (width < 768px) {
  .kawasakiAbout-header {
    padding: 4vw 5.33vw;
    border-radius: 2.66vw 2.66vw 0 0;
    & h3 {
      padding-bottom: 0;
      font-size: 5.33vw;
      &::after {
        font-size: 2.66vw;
      }
      & span {
        margin-right: 5.33vw;
        padding-right: 5.33vw;
        font-size: 8vw;
        &::after {
          width: 1px;
          height: 130%;
        }
      }
    }
  }
}

.kawasakiAbout-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 29px;
  border: 1px solid #E4E4E4;
  border-top: none;
  border-radius: 0 0 10px 10px ;
  background-color: #FCFBF4;
  & > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
  }
  & > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: auto;
    padding-top: 30px;
    & li {
      width: 180px;
      height: auto;
      aspect-ratio: 180/130;
    }
  }
  & .col-2 {
    & li {
      width: 256px;
      aspect-ratio: 256/111;
    }  
  }
}
@media screen and (1000px < width < 1220px) {
  .kawasakiAbout-body {
    & p {
      & .hide-pc2 {
        display: none;
      }
    }
  }
}
@media screen and (width < 1040px) {
  .kawasakiAbout-body {
    padding-right: 10px;
    padding-left: 10px;
    & ul {
      & li {
        width: 165px;
      }
    }
  }
}
@media screen and (width < 768px) {
  .kawasakiAbout-body {
    padding: 8vw 5.33vw;
    border: 1px solid #E4E4E4;
    border-top: none;
    border-radius: 0 0 10px 10px ;
    background-color: #FCFBF4;
    & > p {
      font-size: 3.73vw;
    }
    & > ul {
      gap: 2.66vw;
      justify-content: flex-start;
      padding-top: 8vw;
      & li {
        width: calc((100% - 2.66vw) / 2);
      }
    }
    & .col-2 {
      & li {
        width: 100%;
        aspect-ratio: auto;
      }  
    }
  }
}

.kawasakiAboutItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  background-color: #FFF5D4;
  & p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    &[data-en] {
      position: relative;
      padding-top: 36px;
    }
    &::before {
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% 0;
      color: #34AA38;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.75;
      white-space: nowrap;
      content: attr(data-en);
    }
  }
}
@media screen and (width < 768px) {
  .kawasakiAboutItem {
    padding: 5.33vw 2.66vw;
    border-radius: 2.66vw;
    & p {
      font-size: 3.73vw;
      &[data-en] {
        padding-top: 5.33vw;
      }
      &::before {
        font-size: 2.66vw;
      }
    }
  }
}

.point {
  border-radius: 30px 30px 10px 10px;
  background-color: #E2EFD4;
  &._point2 {
    margin-top: 60px;
    background-color: #F9FFF2;
  }
  &._esg {
    margin-top: 50px;
  }
}
@media screen and (width < 768px) {
  .point {
    &._esg {
      margin-top: 8vw;
    }
  }
}

.point-header {
  padding: 20px 60px;
  border-radius: 30px;
  background: linear-gradient(90deg, #36AF36 0%, #BAD716 100%);
  & h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFBF4;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    &::after {
      position: absolute;
      right: 0;
      bottom: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      content: "－ "attr(data-en);
    }
  }
}
@media screen and (width < 768px) {
  .point-header {
    padding: 5.33vw 5.33vw 3.2vw;
    border-radius: 5.33vw;
    text-align: center;
    & div {
      display: inline-block;
    }
    & h3 {
      padding-bottom: 5.33vw;
      font-size: 5.33vw;
      &::after {
        font-size: 2.66vw;
      }
    }
  }
}

.point-body {
  position: relative;
  padding: 70px 30px 80px;
  ._point1 & {
    padding-right: 40px;
    padding-left: 40px;
  }
  ._creation & {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  ._esg & {
    max-width: 900px;
    margin: 0 auto;
  }
  & h3 {
    margin-top: 70px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    & span {
      position: relative;
      padding: 0 110px;
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 80px;
        height: 1px;
        background-color: #5FBD26;
        content: "";
      }
      &::after {
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
        width: 80px;
        height: 1px;
        background-color: #5FBD26;
        content: "";
      }
    }
  }
  & > h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  & > p:not(.note){
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
  }
  & .note {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
  }
}
@media screen and (width < 768px) {
  .point-body {
    padding: 10.6vw 5.33vw 13.3vw;
    ._point1 & {
      padding-right: 5.33vw;
      padding-left: 5.33vw;
    }
    ._point2 & {
      padding-right: 3.33vw;
      padding-left: 3.33vw;
    }
    ._creation & {
      padding-top: 8vw;
      padding-right: 0;
      padding-left: 0;
    }
    ._esg & {
      padding-right: 5.33vw;
      padding-left: 5.33vw;
    }
    & h3 {
      margin-top: 13.3vw;
      font-size: 4.26vw;
      & span {
        position: relative;
        padding: 0 13.3vw;
        &::before {
          width: 10.6vw;
        }
        &::after {
          width: 10.6vw;
        }
      }
    }
    & > h4 {
      margin-bottom: 5.33vw;
      font-size: 4.26vw;
    }
    & > p:not(.note){
      font-size: 3.73vw;
    }
    & .note {
      margin-top: 10px;
      font-size: 3.2vw;
    }
  }
}

.pointPlan {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
  & li {
    width: 300px;
    height: auto;
    aspect-ratio: 300/296;
  }
}
@media screen and (width < 768px) {
  .pointPlan {
    gap: 8vw 0;
    margin-top: 8vw;
    & li {
      width: 100%;
      aspect-ratio: auto;
    }
  }
}

.point-txtArea {
  position: absolute;
  right: 40px;
  bottom: 87px;
  width: 220px;
  & h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #34AA38;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
  }
  & p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}
@media screen and (width < 768px) {
  .point-txtArea {
    position: static;
    width: 100%;
    margin-top: 2.66vw;
    & h4 {
      font-size: 4.26vw;
    }
    & p {
      font-size: 3.73vw;
    }
  }
}

.pointItem {
  height: 100%;
  padding: 0 25px 30px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  background-color: #FFF;
  text-align: center;
  & h4 {
    margin-top: 16px;
    color: #34AA38;
    font-size: 18px;
    font-weight: 700;
  }
  & p {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
  }
  & .pointItem-num {
    display: inline-block;
    width: 60px;
    height: auto;
    aspect-ratio: 60/40;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: #5FBD26;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .pointItem {
    padding: 0 5.86vw 8vw;
    border-radius: 2.66vw;
    & h4 {
      margin-top: 4.26vw;
      font-size: 4.26vw;
    }
    & p {
      margin-top: 1.6vw;
      font-size: 3.73vw;
    }
    & .pointItem-num {
      width: 16vw;
      aspect-ratio: 60/40;
      border-radius: 0 0 1.33vw 1.33vw;
      font-size: 5.33vw;
      line-height: 2;
    }
  }
}

.pointImg {
  margin-top: 50px;
}

.specifidationWrap {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (width < 768px) {
  .specifidationWrap {
    flex-wrap: wrap;
    gap: 5.33vw;
    margin-top: 8vw;
  }
}

.specifidation {
  &._exclusive {
    width: 300px;
  }
  &._shared {
    width: 610px;
  }
}
@media screen and (width < 1040px) {
  .specifidation {
    &._exclusive {
      width: 50%
    }
    &._shared {
      width: 50%
    }
  }
}
@media screen and (width < 768px) {
  .specifidation {
    &._exclusive {
      width: 100%;
    }
    &._shared {
      width: 100%;
      max-width: 100%;
    }
  }
}

.specifidation-header {
  padding: 4px 0;
  border-radius: 10px 10px 0 0;
  ._exclusive & {
    background-color: #F9C331;
  }
  ._shared & {
    background-color: #7CC2D2;
  }
  & h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .specifidation-header {
    position: relative;
    border-radius: 2.66vw;
    transition: border-radius 0.3s ease-out;
    &::before, &::after {
      position: absolute;
      top: 50%;
      right: 9.86vw;
      translate: 50% -50%;
      width: 4vw;
      height: 0.53vw;
      background-color: #FFF;
      content: "";
    }
    &::after {
      rotate: 90deg;
      transition: rotate 0.3s ease-out;
    }
    &.is-active {
      border-radius: 2.66vw 2.66vw 0 0;
      &::after {
        rotate: 180deg;
      }
    }
    & h4 {
      font-size: 4.8vw;
    }
  }
}

.specifidation-body {
  padding-bottom: 20px;
  border: 1px solid #E4E4E4;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
}
@media screen and (width < 768px) {
  .specifidation-body {
    display: none;
    &.is-active {
      display: block;
    }
  }
}

.specifidationItem {
  display: flex;
  align-items: center;
  padding: 20px 0;
  &:not(:last-child) {
    border-bottom: 1px solid transparent;
    ._exclusive & {
      border-color: #F9C331;
    }
    ._shared & {
      border-color: #ACCED6;
    }
  }
  &._lastPc {
    border-bottom: 1px solid #ACCED6;
  }
  & > dt {
    align-self: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    ._exclusive & {
      width: 124px;
      color: #E28000;
    }
    ._shared & {
      width: 95px;
      color: #4E88D8;
    }
  }
  & > dd {
    padding: 0 10px 0 18px;
    border-left: 2px dashed transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    ._exclusive & {
      width: calc(100% - 124px);
      border-color: #F9C331;
    }
    ._shared & {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: calc(100% - 95px);
      min-height: 59px;
      border-color: #7CC2D2;
    }
    & span {
      font-size: 12px;
    }
    & dl {
      display: flex;
      flex-wrap: wrap;
      & dt {
        ._exclusive & {
          width: 40%;
          width: 60px;
        }
        ._shared & {
          width: 30%;
          width: 50px;
        }
      }
      & dd {
        padding-left: 1em;
        text-indent: -1em;
        &::before {
          content: "：";
        }
        ._exclusive & {
          width: 60%;
          width: calc(100% - 60px);
        }
        ._shared & {
          width: 70%;
          width: calc(100% - 50px);
        }
      }
    }
  }
}
@media screen and (width < 1040px) {
  .specifidationItem {
    &._last {
      border-bottom: 1px solid #ACCED6;
    }
    &._lastPc {
      border-bottom: none;
    }
    & > dd {
      ._shared & {
        min-height: auto;
      }
    }
  }
}
@media screen and (width < 768px) {
  .specifidationItem {
    padding: 2.66vw 0;
    & > dt {
      padding: 0 2.66vw;
      font-size: 3.73vw;
      ._exclusive & {
        width: 29.3vw;
      }
      ._shared & {
        width: 29.3vw;
      }
    }
    & > dd {
      padding: 0 2.66vw 0 4vw;
      font-size: 3.73vw;
      ._exclusive & {
        width: calc(100% - 29.3vw);
      }
      ._shared & {
        width: calc(100% - 29.3vw);
        min-height: auto;
      }
      & span {
        font-size: 3.2vw;
      }
      & dl {
        & dt {
          ._exclusive & {
            width: 38%;
          }
        }
        & dd {
          padding-left: 1em;
          text-indent: -1em;
          &::before {
            content: "：";
          }
          ._exclusive & {
            width: 62%;
          }
        }
      }
    }
  }
}

.specifidation-row {
  display: flex;
  & > div {
    width: 50%;
    &:last-child {
      border-left: 1px solid #ACCED6;
    }
  }
}
@media screen and (width < 1040px) {
  .specifidation-row {
    flex-wrap: wrap;
    & > div {
      width: 100%;
      &:last-child {
        border-left: none;
      }
    }
  }
}

.floorSliderWrap {
  position: relative;
  padding: 0 40px 35px;
}
@media screen and (width < 768px) {
  .floorSliderWrap {
    padding: 0 4vw;
  }
}

.floorSlider {
  &.slick-initialized {
    display: block;
  }
  & .slick-list {
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (width < 768px) {
  .floorSlider {
    & .slick-list {
      border-radius: 2.66vw;
    }
  }
}

.floorSliderNav {
  & .slick-arrow {
    width: 60px;
    background-color: transparent;
    &._prev {
      left: -20px;
      &::before {
        left: calc(50% + 5px);
      }
    }
    &._next {
      right: -20px;
      &::before {
        right: calc(50% + 5px);
      }
    }
    &::before {
      width: 25px;
    }
    &:hover {
      background-color: #1eaa39;
    }
  }
  & .slick-dots {
    bottom: 0;
    left: 40px;
    transform: none;
    & button {
      width: 15px;
      background-color: #D9D9D9;
      &:hover {
        background-color: #5FBD26;
      }
    }
    & .slick-active {
      & button {
        background-color: #5FBD26;
      }
    }
  }
}
@media screen and (width < 768px) {
  .floorSliderNav {
    & .slick-arrow {
      top: 40%;
      width: 10.6vw;
      &._prev {
        left: -16px;
        &::before {
          left: calc(50% + 0.53vw);
        }
      }
      &._next {
        right: -16px;
        &::before {
          right: calc(50% + 0.53vw);
        }
      }
      &::before {
        width: 3.2vw;
      }
    }
    & .slick-dots {
      position: relative;
      bottom: 0;
      left: 50%;
      translate: -50% 0;
      margin-top: 4vw;
      & button {
        width: 2.66vw;
      }
    }
  }
}

.floorSlider-note {
  position: absolute;
  bottom: 0;
  right: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (width < 768px) {
  .floorSlider-note {
    position: static;
    margin-top: 8vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}

.exclusiveSliderWrap {
  position: relative;
  width: 520px;
  padding: 30px 45px 40px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  background-color: #FFF;
}
@media screen and (width < 768px) {
  .exclusiveSliderWrap {
    width: 100%;
    padding: 5.33vw 7.46vw 9.33vw;
    border-radius: 1.6vw;
  }
}

.exclusiveSlider {
  &.slick-initialized {
    display: block;
  }
}

.exclusiveSliderNav {
  & .slick-arrow {
    width: 45px;
    background-color: transparent;
    &._prev {
      left: 0;
      &::before {
        left: calc(50% + 5px);
      }
    }
    &._next {
      right: 0;
      &::before {
        right: calc(50% + 5px);
      }
    }
    &::before {
      width: 19px;
      border-color: #6E9FF3;
    }
    &:hover {
      background-color: #6E9FF3;
    }
  }

  & .slick-dots {
    bottom: 15px;
    left: 45px;
    transform: none;
    & button {
      width: 10px;
      background-color: #D9D9D9;
      &:hover {
        background-color: #6E9FF3;
      }
    }
    & .slick-active {
      & button {
        background-color: #6E9FF3;
      }
    }
  }
}
@media screen and (width < 768px) {
  .exclusiveSliderNav {
    & .slick-arrow {
      top: calc(50% - 2.66vw);
      width: 7.46vw;
      &._prev {
        &::before {
          left: calc(50% + 0.53vw);
        }
      }
      &._next {
        &::before {
          right: calc(50% + 0.53vw);
        }
      }
      &::before {
        width: 2.93vw;
      }
    }

    & .slick-dots {
      bottom: 3.46vw;
      left: 7.46vw;
      gap: 0 1.6vw;
      & button {
        width: 2.13vw;
      }
    }
  }
}

.exclusiveSlider-note {
  position: absolute;
  bottom: 13px;
  right: 45px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (width < 768px) {
  .exclusiveSlider-note {
    bottom: 2.66vw;
    right: 7.46vw;
    font-size: 2.66vw;
  }
}

.sharedSliderWrap {
  position: relative;
  width: 520px;
  padding: 30px 45px 40px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  background-color: #FFF;
}
@media screen and (width < 768px) {
  .sharedSliderWrap {
    width: 100%;
    padding: 5.33vw 7.46vw 9.33vw;
    border-radius: 1.6vw;
  }
}

.sharedSlider {
  &.slick-initialized {
    display: block;
  }
}

.sharedSliderNav {
  & .slick-arrow {
    width: 45px;
    background-color: transparent;
    &._prev {
      left: 0;
      &::before {
        left: calc(50% + 5px);
      }
    }
    &._next {
      right: 0;
      &::before {
        right: calc(50% + 5px);
      }
    }
    &::before {
      width: 19px;
      border-color: #FF8D1B;
    }
    &:hover {
      background-color: #FF8D1B;
    }
  }

  & .slick-dots {
    bottom: 15px;
    left: 45px;
    transform: none;
    & button {
      width: 10px;
      background-color: #D9D9D9;
      &:hover {
        background-color: #FF8D1B;
      }
    }
    & .slick-active {
      & button {
        background-color: #FF8D1B;
      }
    }
  }
}
@media screen and (width < 768px) {
  .sharedSliderNav {
    & .slick-arrow {
      top: calc(50% - 2.66vw);
      width: 7.46vw;
      &._prev {
        &::before {
          left: calc(50% + 0.53vw);
        }
      }
      &._next {
        &::before {
          right: calc(50% + 0.53vw);
        }
      }
      &::before {
        width: 2.93vw;
      }
    }

    & .slick-dots {
      bottom: 3.46vw;
      left: 7.46vw;
      gap: 0 1.6vw;
      & button {
        width: 2.13vw;
      }
    }
  }
}

.sharedSlider-note {
  position: absolute;
  bottom: 13px;
  right: 45px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (width < 768px) {
  .sharedSlider-note {
    bottom: 1.33vw;
    right: 7.46vw;
    font-size: 2.66vw;
    text-align: right;
  }
}

.layout {
  margin-top: 60px;
  border-radius: 50px 50px 10px 10px;
  &._exclusive {
    background-color: #F5FBFF;
  }
  &._shared {
    background-color: #FFFAF0;
  }
}

.layout-header {
  padding: 15px;
  border-radius: 9999px;
  ._exclusive & {
    background-color: #7CC2D2;
  }
  ._shared & {
    background-color: #F9C331;
  }
  & h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    & span {
      display: block;
      font-size: 22px;
    }
  }
}
@media screen and (width < 768px) {
  .layout-header {
    padding: 4vw;
    border-radius: 5.33vw;
    & h3 {
      font-size: 3.73vw;
      & span {
        font-size: 5.33vw;
      }
    }
  }
}

.layout-body {
  padding: 50px 30px;
  & > h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    & span {
      position: relative;
      padding: 0 110px;
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 80px;
        height: 1px;
        background-color: #F9C331;
        content: "";
      }
      &::after {
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
        width: 80px;
        height: 1px;
        background-color: #F9C331;
        content: "";
      }
    }
  }
  & > p {
    margin-top: 50px;
    color: #6E9FF3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    & span {
      padding-bottom: 3px;
      border-bottom: 3px solid #B6EEFF;
    }
  }
}
@media screen and (width < 768px) {
  .layout-body {
    padding: 8vw 3.73vw 13.3vw;
    & > h4 {
      font-size: 4.26vw;
      & span {
        position: relative;
        padding: 0 8vw;
        &::before {
          width: 5.33vw;
        }
        &::after {
          width: 5.33vw;
        }
      }
    }
    & > p {
      margin-top: 8vw;
      font-size: 4.26vw;
      line-height: 2;
      & span {
        border-bottom: 3px solid #B6EEFF;
      }
    }
  }
}

.layoutMedia {
  display: flex;
  gap: 30px;
  ._shared & {
    margin-top: 50px;
  }
  & ul:not(.slick-dots){
    & li {
      position: relative;
      padding-left: 1.2em;
      font-size: 16px;
      font-weight: 700;
      &:not(:first-child) {
        margin-top: 10px;
      }
      &:before {
        position: absolute;
        top: 0.95em;
        left: 0.5em;
        translate: -50% -50%;
        width: 6px;
        height: auto;
        aspect-ratio: 1;
        border-radius: 50%;
        content: "";
      }
      & span {
        font-size: 12px;
      }
    }
    ._exclusive & {
      width: 390px;
      & li::before {
        background-color: #6E9FF3;
      }
    }
    ._shared & {
      width: 390px;
      & li::before {
        background-color: #FF8D1B;
      }
    }
  }
}
@media screen and (width < 1040px) {
  .layoutMedia {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (width < 768px) {
  .layoutMedia {
    gap: 8vw;
    ._shared & {
      margin-top: 8vw;
    }
    & ul:not(.slick-dots){
      & li {
        font-size: 3.73vw;
        &:not(:first-child) {
          margin-top: 1.33vw;
        }
        &:before {
          width: 1.06vw;
        }
        & span {
          font-size: 3.2vw;
        }
      }
      ._exclusive & {
        width: 100%;
      }
      ._shared & {
        width: 100%;
      }
    }
  }
}

.layoutOffer {
  margin-top: 40px;
  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    & li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 270px;
      height: auto;
      aspect-ratio: 1;
      border: 1px solid #F9C331;
      border-radius: 50%;
      background-color: #FFF;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      & span {
        color: #F9C331;
      }
    }
  }
  & > p {
    margin-top: 20px;
    margin-right: 40px;
    font-size: 12px;
    text-align: right;
  }
}
@media screen and (width < 970px) {
  .layoutOffer {
    & ul {
      & li {
        &:first-child {
          margin: 0 16vw;
        }
        &:not(:first-child) {
          margin-top: -30px;
        }
      }
    }
  }
}
@media screen and (width < 768px) {
  .layoutOffer {
    margin-top: 8vw;
    & ul {
      gap: 2.66vw;
      margin: 0 -2vw;
      & li {
        width: 40vw;
        font-size: 3.73vw;
        &:first-child {
          margin: 0 8vw;
        }
        &:not(:first-child) {
          margin-top: -5.86vw;
        }
      }
    }
    & > p {
      margin-top: 8vw;
      margin-right: 0;
      font-size: 3.2vw;
    }
  }
}

.esgFigureWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  &::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 70px;
    height: 20px;
    clip-path: polygon(0 0,100% 0,50% 100%);
    background-color: #34AA38;
    content: "";
  }
  & > div:not(:nth-child(2)) {
    width: 305px;
  }
  & > div:nth-child(2) {
    width: min(19.5vw,200px);
    margin: 0 -15px;
  }
}
@media screen and (width < 768px) {
  .esgFigureWrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2.66vw 13.3vw;
    &::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      translate: -50% 0;
      width: 18.6vw;
      height: 5.33vw;
      clip-path: polygon(0 0,100% 0,50% 100%);
      background-color: #34AA38;
      content: "";
    }
    & > div {
      display: flex;
      gap: 0 5.33vw;
    }
    & > div:not(:nth-child(2)) {
      width: 100%;
    }
    & > div:nth-child(2) {
      display: flex;
      justify-content: center;
      width: 100%;
      & img {
        width: 38.1vw;
      }
    }
  }
}

.esgFigure {
  &._02 {
    margin-top: 50px;
  }
  &._04 {
    margin-top: 50px;
  }
}
@media screen and (width < 768px) {
  .esgFigure {
    width: calc(100% - 5.33vw);
    &._02 {
      margin-top: 0;
    }
    &._04 {
      margin-top: 0;
    }
  }
}

.esgFigure-num {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  ._01 & {
    color: #CA1A21;
    border-bottom-color: #CA1A21;
  }
  ._02 & {
    color: #CE6768;
    border-bottom-color: #CE6768;
  }
  ._03 & {
    color: #C96590;
    border-bottom-color: #C96590;
  }
  ._04 & {
    color: #3588A1;
    border-bottom-color: #3588A1;
  }
}
@media screen and (width < 768px) {
  .esgFigure-num {
    padding-bottom: 2.66vw;
    font-size: 7.46vw;
  }
}

.esgFigure-txt {
  display: flex;
  align-items: center;
  gap: 0 min(1.3vw,14px);
  justify-content: center;
  margin-top: 10px;
  & p {
    font-size: min(1.82vw,16px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (width < 768px) {
  .esgFigure-txt {
    flex-wrap: wrap;
    gap: 2.66vw 0;
    & span {
      display: flex;
      align-items: center;
      width: 13.3vw;
      height: auto;
      aspect-ratio: 1;
      & img {
        width: 100%;
      }
    }
    & p {
      width: 100%;
      font-size: 3.73vw;
      text-align: center;
    }
  }
}

.esgList {
  margin-top: 30px;
  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    & li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc((100% - 20px) / 2);
      max-width: 290px;
      height: auto;
      aspect-ratio: 290/147;
      padding: 20px 10px;
      border: 1px solid #34AA38;
      border-radius: 10px;
      background-color: #FFF;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.6;
      text-align: center;
    }
  }
}
@media screen and (width < 768px) {
  .esgList {
    margin-top: 8vw;
    & ul {
      gap: 1.33vw;
      & li {
        width: calc((100% - 1.33vw) / 2);
        max-width: 100%;
        aspect-ratio: 145/128;
        padding: 5.33vw;
        border-width: 2px;
        border-radius: 2.66vw;
        background-color: #FFF;
        font-size: 3.73vw;
      }
    }
  }
}

.pointNote {
  margin-top: 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  & span {
    border-bottom: 3px solid #FFBC48;
    & span {
      color: #34AA38;
    }
  }
}
@media screen and (width < 768px) {
  .pointNote {
    margin-top: 13.3vw;
    font-size: 4.8vw;
  }
}

.stepList {
  margin-top: 50px;
  & ol {
    & li {
      position: relative;
      padding: 20px 0 30px;
      &:first-child {
        padding-top: 0;
      }
      &:last-child {
        padding-bottom: 0;
      }
      &:not(:last-child)::after {
        position: absolute;
        bottom: 0;
        left: 42px;
        translate: 0 -50%;
        rotate: -45deg;
        width: 12px;
        height: auto;
        aspect-ratio: 1;
        border-bottom: 2px solid #34AA38;
        border-left: 2px solid #34AA38;
        content: "";
      }
    }
  }
}
@media screen and (width < 768px) {
  .stepList {
    & ol {
      & li {
        position: relative;
        padding: 5.33vw 0 8vw;
        &:not(:last-child)::after {
          left: 50%;
          translate: -50% 0;
          width: 3.2vw;
          border-width: 0.53vw;
        }
      }
    }
  }
}

.step {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
@media screen and (width < 768px) {
  .step {
    flex-direction: column;
    gap: 2.66vw 0;
    justify-content: center;
  }
}

.step-num {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 95px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #5FBD26;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  & span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }
}
@media screen and (width < 768px) {
  .step-num {
    width: 21.3vw;
    font-size: 2.66vw;
    & span {
      font-size: 6.4vw;
    }
  }
}

@media screen and (width < 768px) {
  .step-icn {
    display: none;
  }
}

.step-dl {
  width: 600px;
  & dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFBC48;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    & span {
      display: none;
    }
  }
  & dd {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (width < 768px) {
  .step-dl {
    width: 100%;
    & dt {
      display: flex;
      align-items: center;
      gap: 0 1.33vw;
      justify-content: center;
      padding-bottom: 2.66vw;
      font-size: 5.86vw;
      & span {
        display: inline-block;
        width: 12vw;
        padding: 1.24vw;
        & img {
          width: 100%;
        }
      }
    }
    & dd {
      margin-top: 2.66vw;
      font-size: 4.26vw;
    }
  }
}

.overview {
  display: flex;
  align-items: center;
}
@media screen and (width < 768px) {
  .overview {
    flex-wrap: wrap;
  }
}

.overview-img {
  padding-right: 30px;
}
@media screen and (width < 768px) {
  .overview-img {
    width: 100%;
    padding-right: 0;
    text-align: center;
    & img {
      width: 16vw;
    }
  }
}

.overview-txtArea {
  width: calc(100% - 113px);
  padding-left: 28px;
  border-left: 2px solid #FFBC48;
  & h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (width < 768px) {
  .overview-txtArea {
    width: 100%;
    padding-top: 8vw;
    padding-left: 0;
    border-left: none;
    & h2 {
      font-size: 5.86vw;
      text-align: center;
    }
  }
}

.overview-row {
  display: flex;
  gap: 0 30px;
  margin-top: 30px;
  & > div {
    width: calc((100% - 30px));
  }
}
@media screen and (width < 768px) {
  .overview-row {
  flex-wrap: wrap;
    padding-top: 5.33vw;
    border-top: 2px solid #FFBC48;
    & > div {
      width: 100%;
    }
  }
}

.overview-dl {
  display: flex;
  gap: 0 30px;
  &:not(:first-child) {
    margin-top: 10px;
  }
  & dt {
    width: 88px;
    color: #34AA38;
    font-size: 14px;
    font-weight: 700;
  }
  & dd {
    width: calc(100% - 88px);
    font-size: 14px;
    font-weight: 700;
    & span {
      font-size: 12px;
    }
  }
}
@media screen and (width < 768px) {
  .overview-dl {
    gap: 0 3.73vw;
    &:not(:first-child) {
      margin-top: 2.66vw;
    }
    & dt {
      width: 22.4vw;
      font-size: 3.73vw;
    }
    & dd {
      width: calc(100% - 22.4vw);
      font-size: 3.73vw;
      & span {
        font-size: 3.2vw;
      }
    }
  }
}

.overviewContact {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  & span {
    color: #34AA38;
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .overviewContact {
    margin-top: 13.3vw;
    font-size: 4.8vw;
    text-align: center;
    & span {
      font-size: 3.2vw;
    }
  }
}