.semiorderSection01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .semiorderSection01 {
    margin-bottom: 48px;
  }
}
.semiorderSection01__inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.semiorderSection01__bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__bg {
    height: 456px;
  }
}
.semiorderSection01__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.semiorderSection01__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  gap: 130px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__content {
    gap: 84px;
    bottom: 0px;
  }
}
.semiorderSection01__top {
  display: flex;
  width: 720px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__top {
    padding: 0 24px;
    gap: 12px;
  }
}
.semiorderSection01__titleArea {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__titleArea {
    gap: 4px;
  }
}
.semiorderSection01__title1 {
  color: var(--design-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 4.8px;
  text-shadow: 0 0 24px #000;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__title1 {
    font-size: 15px;
    letter-spacing: 3.6px;
  }
}
.semiorderSection01__title2 {
  color: var(--design-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
  letter-spacing: 7.68px;
  text-shadow: 0 0 24px #000;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__title2 {
    font-size: 25px;
    letter-spacing: 6px;
  }
}
.semiorderSection01__line {
  width: 100%;
  height: 1px;
  background: #FFF;
}
.semiorderSection01__text {
  color: var(--design-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 24px #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__text {
    text-shadow: 0 0 19.2px #000;
    font-size: 13px;
    letter-spacing: 1.56px;
  }
}
.semiorderSection01__bottom {
  color: transparent;
  background-color: #B89D6E;
  background-image: url(../images/semiorder/section01-union-bg-pc.svg);
  background-size: 960px 144px;
  background-repeat: no-repeat;
  background-position: center bottom 22px;
  background-clip: text;
  -webkit-background-clip: text;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__bottom {
    background-size: 320px 48px;
    background-position: center bottom 7.36px;
    gap: 11px;
  }
}
.semiorderSection01__bottom img {
  width: 100%;
}
.semiorderSection01__pageTitle1 {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 0 60px #000;
  font-family: var(--font-family-paganini), serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 80%; /* 24px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__pageTitle1 {
    text-shadow: 0 0 19.977px #000;
    font-size: 16px;
  }
}
.semiorderSection01__pageTitle2 {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 0 60px #000;
  font-family: var(--font-family-paganini), serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 80%; /* 76.8px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection01__pageTitle2 {
    text-shadow: 0 0 19.977px #000;
    font-size: 32px;
  }
}

.semiorderSection02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  align-self: stretch;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .semiorderSection02 {
    gap: 40px;
    margin-bottom: 72px;
  }
}
.semiorderSection02:after {
  content: "";
  display: block;
  background-image: url(../images/semiorder/section-02-arrow-pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 96px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .semiorderSection02:after {
    background-image: url(../images/semiorder/section-02-arrow-sp.svg);
    width: 39px;
    height: 72px;
    bottom: -72px;
  }
}
.semiorderSection02__titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__titleArea {
    gap: 6px;
  }
}
.semiorderSection02__titleEn {
  color: var(--design-gold, #C79A67);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
}
.semiorderSection02__titleJa {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 45px */
  letter-spacing: 7.2px;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__titleJa {
    font-size: 22px;
    letter-spacing: 5.28px;
  }
}
.semiorderSection02__list {
  display: flex;
  width: 1200px;
  max-width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__list {
    padding-left: 16px;
    gap: 16px;
  }
}
.semiorderSection02__item {
  display: flex;
  width: 588px;
  max-width: 100%;
  min-height: 168px;
  padding: 72px 0 36px 0;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  border-radius: 4px 0 0 0;
  border-top: 1px solid var(--design-light-gray, #DAE2E5);
  border-left: 1px solid var(--design-light-gray, #DAE2E5);
}
@media screen and (max-width: 768px) {
  .semiorderSection02__item {
    padding: 40px 0 4px 0;
    flex-direction: column;
    border-radius: 4px 0 0 0;
    min-height: auto;
  }
}
.semiorderSection02__merit {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 12px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__merit {
    gap: 4px;
    left: 12px;
    top: 12px;
  }
}
.semiorderSection02__merit--text {
  color: var(--design-gold, #C79A67);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__merit--text {
    font-size: 11px;
  }
}
.semiorderSection02__merit--num {
  color: var(--design-gold, #C79A67);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 28px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__merit--num {
    font-size: 18px;
  }
}
.semiorderSection02__title {
  position: relative;
  color: #000;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 4.8px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__title {
    font-size: 15px;
    letter-spacing: 2.3px;
    padding-left: 20px;
    width: calc(100% - 108px - 16px);
  }
}
.semiorderSection02__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 100%;
  background-color: var(--design-gold, #C79A67);
}
@media screen and (max-width: 768px) {
  .semiorderSection02__title:before {
    width: 4px;
  }
}
.semiorderSection02__image {
  position: absolute;
  right: 24px;
  top: 48px;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .semiorderSection02__image {
    top: auto;
    bottom: 0;
    right: 16px;
    width: 108px;
  }
}
.semiorderSection02__image img {
  display: block;
  width: 100%;
  height: auto;
}

.semiorderSection03 {
  position: relative;
  width: 100%;
  padding: 120px 0 288px;
  background-color: #F5F5F5;
  background-image: url(../images/semiorder/section-03-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .semiorderSection03 {
    padding: 72px 8px 108px;
    margin-bottom: 48px;
  }
}
.semiorderSection03__example {
  position: absolute;
  top: 120px;
  left: calc(50% - 480px);
  color: #000;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 5.76px;
}
@media screen and (max-width: 768px) {
  .semiorderSection03__example {
    position: static;
    margin-bottom: 24px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 3.84px;
  }
}
.semiorderSection03__image {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .semiorderSection03__image {
    margin-bottom: 29px;
  }
}
.semiorderSection03__image img {
  display: block;
  margin: 0 auto;
}
.semiorderSection03__textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .semiorderSection03__textArea {
    flex-direction: column-reverse;
    gap: 18px;
  }
}
.semiorderSection03__text1 {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
  letter-spacing: 7.68px;
}
@media screen and (max-width: 768px) {
  .semiorderSection03__text1 {
    font-size: 24px;
    letter-spacing: 5.76px;
  }
}
.semiorderSection03__text2 {
  color: var(--design-gold, #C79A67);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 72px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection03__text2 {
    font-size: 20px;
  }
}

.semiorderSection04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .semiorderSection04 {
    gap: 24px;
    margin-bottom: 48px;
  }
}
.semiorderSection04__title {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
  letter-spacing: 7.68px;
}
@media screen and (max-width: 768px) {
  .semiorderSection04__title {
    font-size: 18px;
    letter-spacing: 4.32px;
  }
}
.semiorderSection04__list {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection04__list {
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .semiorderSection04__image {
    aspect-ratio: 123/120;
  }
}
.semiorderSection04__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .semiorderSection04__image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.semiorderSection05 {
  margin-bottom: 120px;
}
.semiorderSection05__inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .semiorderSection05__inner {
    gap: 48px;
  }
}
.semiorderSection05First {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05First {
    gap: 6px;
  }
}
.semiorderSection05First__titleEn {
  color: var(--design-gold, #C79A67);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
}
.semiorderSection05First__titleJa {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 45px */
  letter-spacing: 7.2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .semiorderSection05First__titleJa {
    font-size: 22px;
    letter-spacing: 5.28px;
  }
}
.semiorderSection05First__titleJa--asterisk {
  font-size: 14px;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .semiorderSection05First__titleJa--asterisk {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .semiorderSection05First__titleJa--semiorder {
    width: 100%;
  }
}
.semiorderSection05First__titleJa--supplement {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05First__titleJa--supplement {
    font-size: 14px;
  }
}
.semiorderSection05Second {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second {
    gap: 24px;
  }
}
.semiorderSection05Second__titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__titleArea {
    gap: 24px;
  }
}
.semiorderSection05Second__titleEn {
  width: 100%;
  text-align: center;
  background: #424242;
  color: var(--design-white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 80%; /* 25.6px */
  line-height: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__titleEn {
    font-size: 20px;
    line-height: 32px;
  }
}
.semiorderSection05Second__titleJa {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 5.76px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__titleJa {
    color: #000;
    font-size: 18px;
    letter-spacing: 4.32px;
  }
}
.semiorderSection05Second__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__content {
    flex-direction: column;
    gap: 24px;
  }
}
.semiorderSection05Second__summary {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 470px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__summary {
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.semiorderSection05Second__color {
  color: #000;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 3.84px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__color {
    font-size: 14px;
    letter-spacing: 3.36px;
  }
}
.semiorderSection05Second__pattern {
  display: flex;
  align-items: end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__pattern {
    gap: 5px;
  }
}
.semiorderSection05Second__pattern--num {
  color: var(--design-gold, #C79A67);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-paganini), serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 300;
  line-height: 80%; /* 96px */
  letter-spacing: -9.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__pattern--num {
    font-size: 80.616px;
    letter-spacing: -6.449px;
  }
}
.semiorderSection05Second__pattern--text {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 36px */
  letter-spacing: 4.32px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__pattern--text {
    font-size: 24px;
    letter-spacing: 2.88px;
  }
}
.semiorderSection05Second__text {
  padding-top: 20px;
  border-top: 1px solid #424242;
  color: #000;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 3.84px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__text {
    font-size: 14px;
    line-height: 150%; /* 21px */
    letter-spacing: 3.36px;
    text-align: center;
    width: calc(100% - 48px);
    padding-top: 12px;
  }
}
.semiorderSection05Second__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
  width: 636px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__list {
    gap: 16px 15px;
    padding: 0 16px;
  }
}
.semiorderSection05Second__item {
  display: flex;
  width: 312px;
  padding-top: 24px;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 4px 0 0 0;
  border-top: 1.125px solid var(--design-light-gray, #DAE2E5);
  border-left: 1.125px solid var(--design-light-gray, #DAE2E5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__item {
    width: calc((100% - 15px) / 2);
    padding-top: 12px;
    border-radius: 4px 0 0 0;
    border-top: 1px solid var(--design-light-gray, #DAE2E5);
    border-left: 1px solid var(--design-light-gray, #DAE2E5);
  }
}
.semiorderSection05Second__item:before {
  content: "";
  width: 4px;
  height: calc(100% - 24px);
  position: absolute;
  bottom: 0;
  left: -1px;
  background-color: #998675;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__item:before {
    height: calc(100% - 12px);
  }
}
.semiorderSection05Second__item:nth-child(1):before {
  background-color: #998675;
}
.semiorderSection05Second__item:nth-child(2):before {
  background-color: #8C6239;
}
.semiorderSection05Second__item:nth-child(3):before {
  background-color: #F9A101;
}
.semiorderSection05Second__item:nth-child(4):before {
  background-color: #C7B299;
}
.semiorderSection05Second__item:nth-child(5):before {
  background-color: #69A5BF;
}
.semiorderSection05Second__item:nth-child(5):before {
  background-color: #DB97A5;
}
.semiorderSection05Second__itemTitle {
  color: #000;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 4.32px;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__itemTitle {
    font-size: 11px;
    letter-spacing: 1.32px;
    padding-left: 16px;
  }
}
.semiorderSection05Second__type {
  display: flex;
  align-items: flex-end;
  gap: 6.75px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__type {
    gap: 4px;
  }
}
.semiorderSection05Second__type--num {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: 11.52px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__type--num {
    font-size: 28px;
    letter-spacing: 3.36px;
  }
}
.semiorderSection05Second__type--text {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 4.32px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Second__type--text {
    font-size: 11px;
    letter-spacing: 2.64px;
  }
}
.semiorderSection05Third,
.semiorderSection05Fourth {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third,
  .semiorderSection05Fourth {
        gap: 12px;
  }
}
.semiorderSection05Third__title,
.semiorderSection05Fourth__title {
    color: #000;
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: var(--font-family-noto-serif-jp), serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 45px */
    letter-spacing: 7.2px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__title,
  .semiorderSection05Fourth__title {
        font-size: 24px;
        letter-spacing: 5.76px;
  }
}
.semiorderSection05Third__content,
.semiorderSection05Fourth__content {
    display: flex;
    width: 1200px;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}
@media screen and (max-width: 768px) {
    .semiorderSection05Third__content,
    .semiorderSection05Fourth__content {
        gap: 24px;
    }
}
.semiorderSection05Third__titleArea,
.semiorderSection05Fourth__titleArea {
    display: flex;
    width: 1200px;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}
@media screen and (max-width: 768px) {
    .semiorderSection05Third__titleArea,
    .semiorderSection05Fourth__titleArea {
        gap: 24px;
    }
}
.semiorderSection05Third__titleEn,
.semiorderSection05Fourth__titleEn {
  width: 100%;
  text-align: center;
  background: #424242;
  color: var(--design-white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-paganini), serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 80%;
  line-height: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .semiorderSection05Third__titleEn,
    .semiorderSection05Fourth__titleEn {
        font-size: 20px;
        line-height: 32px;
    }
}
.semiorderSection05Third__titleJa {
  width: 100%;
  text-align: center;
  color: #000;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 5.76px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__titleJa {
    font-size: 18px;
    letter-spacing: 4.32px;
  }
}
.semiorderSection05Third__subTitle {
  width: 100%;
  text-align: center;
  color: #000;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 3.84px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__subTitle {
    font-size: 14px;
    letter-spacing: 3.36px;
  }
}
.semiorderSection05Third__subTitle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #424242;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__subTitle:before {
    width: calc(100% - 32px);
  }
}
.semiorderSection05Third__subTitle span {
  display: inline-block;
  background: #ffffff;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.semiorderSection05Third__list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 32px 20px;
  align-self: stretch;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__list {
    flex-wrap: wrap;
    gap: 24px 15px;
    padding: 0 16px;
  }
}
.semiorderSection05Third__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__item {
    width: calc((100% - 15px) / 2);
    gap: 9px;
  }
}
.semiorderSection05Third__image img {
  display: block;
  width: 100%;
  height: auto;
}
.semiorderSection05Third__caption {
  color: #000;
  font-family: var(--font-family-noto-serif-jp), serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .semiorderSection05Third__caption {
    font-size: 13px;
    letter-spacing: 1.56px;
  }
}
.semiorderSection05Third__attention {
    width: 100%;
}
.semiorderSection05Fourth__attention {
    width: calc(100% - 35px);
    margin-left: 35px;
}
@media screen and (max-width: 768px) {
    .semiorderSection05Third__attention,
    .semiorderSection05Fourth__attention {
        padding: 0 16px;
    }
    .semiorderSection05Fourth__attention {
        width: calc(100% - 2vw);
        margin-left: 2vw;
    }
}
.semiorderSection05Third__attention li,
.semiorderSection05Fourth__attention li {
    color: #000;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 1.44px;
    list-style: outside;
    margin-left: 1em;
    opacity: 0.5;
}

.semiorderSection05Fourth__attention li {
    font-size: 15px;
    opacity: 1;
}

.semiorderSection05Third__attention li::marker,
.semiorderSection05Fourth__attention li::marker {
    content: "※";
}

@media screen and (max-width: 768px) {
    .semiorderSection05Fourth__attention li {
        font-size: 12px;
    }
}

.semiorderSection05Fourth__image,
.semiorderSection05Fourth__image img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .semiorderSection05Fourth__image {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
  .semiorderSection05 .residentialSection12 {
    padding: 0 16px;
    gap: 48px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}