.l-main .l-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}

.p-page-header .p-page-header__upper {
  display: none;
}

.page-header {
  width: 100%;
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.page-header.overlay-black {
  position: relative;
  z-index: 1;
}
.page-header.overlay-black::after {
  content: "";
  background-color: #111111;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-entry__body .page-header h1 {
  writing-mode: vertical-lr;
  font-size: 48px;
  color: #fff;
  font-family: G-OTF-R;
  margin-top: 70px;
}
html:lang(zh-CN) body .p-entry__body .page-header h1 {
  font-family: "Noto Sans SC", sans-serif !important;
}
html:lang(zh-TW) body .p-entry__body .page-header h1 {
  font-family: "Noto Sans TC", sans-serif !important;
}
.concept-box {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
  gap: 45px;
}

.concept-box .c-slide1,
.concept-box.content1 figure,
.concept-box .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.concept-box .c-slide1 .slick-list {
  width: 100%;
}

.concept-box .c-slide1 .slick-slide img {
  width: 100%;
}

.concept-box .c-slide1 .slick-dots {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  position: relative;
  left: 0;
  bottom: 0;
}

.concept-box .c-slide1 .slick-dots li {
  width: 10px;
  height: 10px;
  list-style: none !important;
}

.concept-box .c-slide1 .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #cccccc;
  border-radius: 10px;
}

.concept-box .c-slide1 .slick-dots li button::before {
  display: none;
}

.concept-box .c-slide1 .slick-dots li.slick-active button {
  background: #453220;
}

.concept-box .text p {
  margin-top: 30px;
  padding: 0 20px;
}

.concept-box .text h4 {
  line-height: 1.8;
}
