
.aboutSection01 {
  position: relative;
  width: 990px;
  max-width: 100%;
  height: 372px;
  margin-bottom: 160px;
  margin-left: -30px;
}
.lzb-preview-server .aboutSection01 {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .aboutSection01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection01 {
    margin-bottom: 72px;
    margin-left: 0;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    height: auto;
  }
}
.aboutSection01__overlap {
  position: absolute;
  width: 640px;
  max-width: 66.6666666667%;
  height: 376px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .aboutSection01__overlap {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
  }
}
.aboutSection01__overlapGroup {
  position: absolute;
  width: 640px;
  height: 372px;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .aboutSection01__overlapGroup {
    position: relative;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
}
.aboutSection01__image {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 268px;
}
@media screen and (max-width: 768px) {
  .aboutSection01__image {
    position: static;
    max-width: 100%;
    height: auto;
  }
}
.aboutSection01__image img {
  position: relative;
  width: 372px;
  height: 372px;
}
@media screen and (max-width: 768px) {
  .aboutSection01__image img {
    width: 192px;
    height: 192px;
  }
}
.aboutSection01__keyWord {
  position: absolute;
  /* height: 108px; */
  bottom: -9px;
  left: 0;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: var(--designlight-gray);
  font-size: 72px;
  letter-spacing: 0;
  line-height: 57.6px;
}
@media screen and (max-width: 768px) {
  .aboutSection01__keyWord {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 36px;
    line-height: 80%; /* 28.8px */
    text-transform: uppercase;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
  }
}
.aboutSection01__text {
  position: absolute;
  top: 0;
  left: 4px;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-weight: 500;
  color: var(--designnavy);
  font-size: 20px;
  letter-spacing: 4.8px;
  line-height: 30px;
  height: 260px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .aboutSection01__text {
    position: static;
    height: auto;
    display: block;
  }
}
.aboutSection01__text2 {
  position: absolute;
  width: 288px;
  max-width: 30%;
  right: 0;
  bottom: 0;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  text-align: justify;
  letter-spacing: 1.68px;
  line-height: 21px;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .aboutSection01__text2 {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.aboutSection01__group {
  position: absolute;
  width: 128px;
  height: 50px;
  top: 2px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .aboutSection01__group {
    right: 40px;
    width: 56px;
    height: auto;
    top: -17px;
  }
}
.aboutSection01__overlapGroup2 {
  position: relative;
  width: 124px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .aboutSection01__overlapGroup2 {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    gap: 4px;
  }
}
.aboutSection01__element {
  position: absolute;
  width: 96px;
  height: 50px;
  top: 0;
  left: 28px;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: #C79A67;
  font-size: 72px;
  text-align: center;
  letter-spacing: 0;
  line-height: 57.6px;
}
@media screen and (max-width: 768px) {
  .aboutSection01__element {
    position: static;
    width: auto;
    font-feature-settings: "palt" on;
    font-size: 52px;
    line-height: 80%; /* 41.6px */
    text-transform: uppercase;
  }
}
.aboutSection01__text3 {
  position: absolute;
  height: 17px;
  top: 0;
  left: 0;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: #C79A67;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .aboutSection01__text3 {
    position: static;
    font-feature-settings: "palt" on;
    font-size: 20px;
    line-height: 80%; /* 16px */
    text-transform: uppercase;
    margin-left: 4px;
  }
}

.aboutSection02 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  align-items: flex-start;
  gap: 72px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .aboutSection02 {
    padding: 0 16px 92px;
    gap: 48px;
    margin-top: 120px;
    margin-bottom: 120px;
    overflow: hidden;
  }
}
.lzb-preview-server .aboutSection02 {
  margin: auto;
}
.aboutSection02__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.aboutSection02Header__title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .aboutSection02Header__title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 4.8px;
  }
}
.aboutSection02Header__text {
  position: relative;
  width: 960px;
  max-width: 100%;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
}
.aboutSection02 .commonButton {
  position: absolute;
  top: 9px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .aboutSection02 .commonButton {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutSection02Btn {
  top: 9px;
  display: flex;
  width: 264px;
  height: 56px;
  align-items: center;
  padding: 0 28px 2px;
  position: absolute;
  right: 0;
  background-color: var(--designwhite);
  border-radius: 120px;
  border: 1px solid;
  border-color: var(--designlight-gray);
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
}
@media screen and (max-width: 768px) {
  .aboutSection02Btn {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutSection02Btn__text {
  position: relative;
  width: fit-content;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-weight: 500;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 16.8px;
  white-space: nowrap;
}
.aboutSection02Btn__group {
  position: absolute;
  width: 62px;
  height: 12px;
  top: 22px;
  left: 186px;
}
.aboutSection02Btn__read {
  width: 48px;
  text-shadow: 0 0 16px #8ba0d1;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: var(--designnavy);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}
.aboutSection02Btn__vector {
  position: absolute;
  width: 1px;
  height: 12px;
  top: 0;
  left: 0;
}
.aboutSection02__contents {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 72px 72px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutSection02__contents {
    gap: 48px;
  }
  .aboutSection02__contents .pageSection07__frame-43 {
    width: 100vw;
    margin: auto -16px;
  }
}
.aboutSection02Content {
  width: 444px;
  align-items: center;
  gap: 36px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutSection02Content {
    gap: 16px;
    width: 100%;
  }
}
.aboutSection02Content__image {
  position: relative;
  width: 132px;
  height: 132px;
  background-image: url(../images/about/vector-23.svg), url(../images/about/vector-21.svg), url(../images/about/vector-22.svg), url(../images/about/vector-24.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  background-size: 8px, 8px, 8px, 8px;
}
@media screen and (max-width: 768px) {
  .aboutSection02Content__image {
    width: 80px;
    height: 80px;
  }
}
.aboutSection02Content__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  object-fit: cover;
}
.aboutSection02Content__textFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
.aboutSection02Content__title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-weight: 700;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
}
.aboutSection02Content__text {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  text-align: justify;
  letter-spacing: 1.68px;
  line-height: 21px;
}

.aboutSection03 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutSection03 {
    padding: 0 16px;
    margin-bottom: 120px;
  }
}
.lzb-preview-server .aboutSection03 {
  margin: auto;
}
.aboutSection03__header {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  width: fit-content;
  font-weight: 700;
  color: var(--designnavy);
  font-size: 16px;
  letter-spacing: 3.84px;
  line-height: 24px;
  margin-top: -1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .aboutSection03__header {
    font-feature-settings: "palt" on;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 4.8px;
  }
}
.aboutSection03__content {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutSection03__content {
    flex-direction: column;
    gap: 16px;
  }
}
.aboutSection03__image {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutSection03__image {
    width: 100%;
    height: 51.2vw;
    overflow: hidden;
  }
}
.aboutSection03__image img {
  width: 360px;
  height: 240px;
  position: relative;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .aboutSection03__image img {
    width: 100%;
    height: auto;
    object-position: center;
  }
}
.aboutSection03__contentFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .aboutSection03__contentFrame {
    gap: 48px;
  }
}
.aboutSection03__test {
  position: relative;
  align-self: stretch;
}
.aboutSection03__test--title {
  margin-top: -1px;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-weight: 500;
  color: var(--designnavy);
  font-size: 20px;
  letter-spacing: 4.8px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .aboutSection03__test--title {
    font-feature-settings: "palt" on;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: 3.84px;
  }
}
.aboutSection03__test--text {
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  text-align: justify;
  letter-spacing: 1.68px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .aboutSection03__test--text {
    font-feature-settings: "palt" on;
    font-size: 13px;
    line-height: 200%; /* 26px */
    letter-spacing: 1.56px;
  }
}
.aboutSection03 .commonButton {
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .aboutSection03 .commonButton {
    margin-right: auto;
  }
}
.aboutSection03Btn {
  margin-left: auto;
  display: flex;
  width: 264px;
  height: 56px;
  align-items: center;
  padding: 0 28px 2px;
  background-color: var(--designwhite);
  border-radius: 120px;
  border: 1px solid;
  border-color: var(--designlight-gray);
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
}
@media screen and (max-width: 768px) {
  .aboutSection03Btn {
    margin-right: auto;
  }
}
.aboutSection03Btn__text {
  position: relative;
  width: fit-content;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-weight: 500;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 16.8px;
}
.aboutSection03Btn__group {
  position: absolute;
  width: 62px;
  height: 12px;
  top: 22px;
  left: 186px;
}
.aboutSection03Btn__read {
  width: 48px;
  text-shadow: 0 0 16px #8ba0d1;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: var(--designnavy);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}
.aboutSection03Btn__vector {
  position: absolute;
  width: 1px;
  height: 12px;
  top: 0;
  left: 0;
}