
.pageSection01 {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .pageSection01 {
    margin-bottom: 24px;
    padding-left: 16px;
    gap: 10px;
  }
}
.pageSection01__common-icon-2 {
  position: relative;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .pageSection01__common-icon-2 {
    width: 36px;
    height: 36px;
  }
}
.pageSection01__frame-11 {
  display: inline-flex;
  align-items: baseline;
  gap: 24px;
  padding: 30px 0 6px;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .pageSection01__frame-11 {
    gap: 12px;
    padding-top: 12px;
  }
}
.pageSection01__text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-weight: 500;
  color: var(--designnavy);
  font-size: 24px;
  letter-spacing: 5.76px;
  line-height: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pageSection01__text-wrapper-5 {
    font-feature-settings: "palt" on;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 4.8px;
  }
}
.pageSection01__frame-12 {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.pageSection01__text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pageSection01__text-wrapper-6 {
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 1.44px;
  }
  .pageSection01__text-wrapper-6:first-child {
    display: none;
  }
  .pageSection01__text-wrapper-6:last-child {
    display: none;
  }
}
.pageSection01__frame-13 {
  display: inline-flex;
  height: 12px;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .pageSection01__frame-13 {
    gap: 2px;
    top: 0;
  }
}
.pageSection01__text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.5px;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: var(--designgold);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12.8px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pageSection01__text-wrapper-7 {
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 300;
    line-height: 80%; /* 9.6px */
    text-transform: uppercase;
  }
}
.pageSection01__element-2 {
  position: relative;
  width: 24px;
  margin-top: -1.5px;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: var(--designgold);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12.8px;
}
@media screen and (max-width: 768px) {
  .pageSection01__element-2 {
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 300;
    line-height: 80%; /* 9.6px */
    text-transform: uppercase;
  }
}

.pageSection02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 96px 0 0 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 4px 0 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--designlight-gray);
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pageSection02 {
    margin-left: 16px;
    width: calc(100% - 16px);
    padding: 48px 16px 0 32px;
    margin-bottom: 60px;
  }
}
.pageSection02__text-wrapper-24 {
  position: absolute;
  top: 23px;
  left: 24px;
  font-family: var(--font-family-paganini), serif;
  font-weight: 300;
  color: var(--designblue-gray);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pageSection02__text-wrapper-24 {
    top: 12px;
    left: 12px;
    font-feature-settings: "palt" on;
    font-size: 10px;
    font-weight: 300;
    line-height: 100%; /* 10px */
    text-transform: uppercase;
  }
}
.pageSection02 .lazyblock-inner-blocks .pageSection03,
.pageSection02 .lazyblock-inner-blocks .pageSection04,
.pageSection02 .lazyblock-inner-blocks .pageSection05 {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--designlight-gray);
}
@media screen and (max-width: 768px) {
  .pageSection02 .lazyblock-inner-blocks .pageSection03,
  .pageSection02 .lazyblock-inner-blocks .pageSection04,
  .pageSection02 .lazyblock-inner-blocks .pageSection05 {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.pageSection02 .lazyblock-inner-blocks > *:last-child .pageSection03,
.pageSection02 .lazyblock-inner-blocks > *:last-child .pageSection04,
.pageSection02 .lazyblock-inner-blocks > *:last-child .pageSection05 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.pageSection03 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .pageSection03 {
    gap: 32px;
  }
}
.pageSection03__frame-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .pageSection03__frame-16 {
    gap: 16px;
  }
}
.pageSection03__text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-weight: 700;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .pageSection03__text-wrapper-8 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 1.68px;
  }
}
.pageSection03__text-wrapper-8:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: -96px;
  background-color: var(--designgold);
}
@media screen and (max-width: 768px) {
  .pageSection03__text-wrapper-8:before {
    left: -32px;
  }
}
.pageSection03__text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 28px;
}
.pageSection03__frame-17 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .pageSection03__frame-17 {
    flex-direction: column;
    gap: 4px;
  }
}
.pageSection03__common-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageSection03__common-image {
    width: 100%;
    height: auto;
  }
}
.pageSection03__common-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pageSection03__common-image-2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageSection03__common-image-2 {
    width: 100%;
    height: auto;
  }
}
.pageSection03__common-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pageSection03__note {
  color: var(--designnavy, #203442);
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 18px */
  opacity: 0.5;
}

.pageSection04 {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .pageSection04 {
    flex-direction: column;
    gap: 32px;
  }
}
.pageSection04__frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
.pageSection04__frame-19 .pageSection04__image-wrapper {
  display: none;
}
.pageSection04__text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-weight: 700;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
  font-feature-settings: "palt" on;
}
.pageSection04__text-wrapper-8:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: -96px;
  background-color: var(--designgold);
}
.pageSection04__text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 28px;
  font-feature-settings: "palt" on;
}
.pageSection04__image-wrapper {
  position: relative;
  background-color: var(--designpale-blue);
    width: 520px;
    padding: 15px;
}
@media screen and (max-width: 768px) {
  .pageSection04__image-wrapper {
    width: 100%;
  }
}
.pageSection04__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.pageSection04__element-4 {
  position: relative;
  align-self: stretch;
  opacity: 0.5;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 12px;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  line-height: 150%; /* 18px */
}

.pageSection05 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .pageSection05 {
    gap: 32px;
  }
}
.pageSection05__pc-2 {
  display: flex;
  width: calc(50% - 12px);
  max-width: 420px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageSection05__pc-2 {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }
}
.pageSection05__img-wrapper {
  display: flex;
  flex-direction: column;
  width: 120px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pageSection05__img-wrapper img {
  position: relative;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.pageSection05__frame-21 {
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.pageSection05__text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-weight: 700;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
}
.pageSection05__text-wrapper-25 {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
}
.pageSection05__frame-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--designpale-blue);
}

.pageSection06 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--designpale-blue);
}
@media screen and (max-width: 768px) {
  .pageSection06 {
    padding: 32px 16px;
  }
}
.pageSection06__text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-weight: 700;
  color: var(--designnavy);
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
}
.pageSection06 .pageSection04__text-wrapper-8:before {
  display: none;
}
.pageSection06 .lazyblock-inner-blocks {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pageSection06 .lazyblock-inner-blocks .pageSection04 {
  gap: 24px;
  flex-direction: row-reverse;
}