:root {
  --title_color: #292929;
  --content_color: #9ba182;
  --gap: 20px;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a,
h3 {
  font-family: "Fira Sans", sans-serif;
}
.head span.subtitle {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: var(--theme_color);
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
.head h1 {
  color: var(--theme_color);
  font-family: "Fira Sans", sans-serif;
}
.head h2 {
  font-size: 3rem;
  line-height: 1;
  color: var(--title_color);
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
.head p {
  color: var(--content_color);
  line-height: 1.5;
}
.head a {
  color: var(--theme_color);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
.head .divider {
  width: min(60px, 50%);
  height: 3px;
  background-color: var(--theme_color);
  margin: 10px 0;
}
.gap {
  gap: var(--gap);
}
.btn {
  display: inline-block;
  vertical-align: top;
  border: 3px solid var(--theme_color);
  color: var(--theme_color);
  font-size: 24px;
  line-height: 1;
  padding: 15px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  color: #fff;
  background-color: var(--theme_color);
}
header {
  height: 110px;
}
.page_banner {
  background: no-repeat center / cover;
}
.page_banner .flex {
  padding: 4rem 0;
  min-height: 406px;
}
.page_banner .head {
  display: grid;
  gap: var(--gap);
  padding-bottom: 2.632%;
}
.page_banner h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}
.page_banner .breadcrumbs {
  padding: 20px;
}
.page_banner .breadcrumbs span {
  color: var(--content_color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 24px;
}
.page_banner .breadcrumbs span a {
  color: var(--content_color);
  font-size: 14px;
  display: block;
  line-height: 24px;
  transition: all 0.3s;
  font-weight: normal;
}
.page_banner .breadcrumbs span a:hover {
  color: #79873e;
}
.page_banner .breadcrumbs span span:last-child a {
  color: #79873e;
}
.why_intro {
  background-color: #f3f5eb;
}
.why_intro .flex {
  padding: 70px 10px;
}
.why_intro .head {
  width: 50%;
}
.why_intro .head h2 {
  margin: 20px 0;
}
.why_intro .head p {
  margin-bottom: 1rem;
}
.why_intro .img {
  width: 50%;
  aspect-ratio: 580/400;
  overflow: hidden;
  align-self: center;
}
.why_intro .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.why_case {
  padding: 60px 0 40px;
  background-color: #fefffa;
}
.why_case .head {
  padding: 10px;
  display: grid;
  gap: var(--gap);
}
.why_case .main {
  margin-top: 70px;
}
.why_case .main ul {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, 1fr);
}
.why_case .main ul li {
  border: 1px solid #e9e7db;
  padding: 4rem 11.4286%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap);
}
.why_case .main ul li::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/msg.svg) no-repeat center / contain;
  margin-bottom: 6px;
}
.why_case .main ul li p {
  flex: 1;
  color: var(--content_color);
  line-height: 1.5;
}
.why_case .main ul li strong {
  font-size: 22px;
  line-height: 1;
  color: var(--title_color);
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
.why_case .main p.center {
  justify-content: center;
  margin-top: 50px;
  padding: 0;
}
.why_case .main p.center a {
  padding: 12px 24px;
}
.why_factory {
  background-color: #f3f5eb;
}
.why_factory .img {
  background-image: linear-gradient(180deg, #fefffa 50%, #f3f5eb 50%);
  padding: 10px 0;
}
.why_factory .img .pic {
  width: 67.031%;
  padding: 10px;
  overflow: hidden;
}
.why_factory .img .pic img {
  width: 100%;
  aspect-ratio: 850/480;
  object-fit: cover;
  vertical-align: top;
}
.why_factory .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
  padding: 20px 10px;
}
.why_trendsLab {
  background-color: #f3f5eb;
}
.why_trendsLab .flex {
  padding: 20px 10px;
}
.why_trendsLab .head {
  width: 50%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
}
.why_trendsLab .img {
  width: 50%;
  aspect-ratio: 600/450;
  overflow: hidden;
  align-self: center;
}
.why_trendsLab .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.why_sustainability {
  padding: 60px 0 10px;
  background-image: linear-gradient(180deg, #f3f5eb 50%, #fefffa 50%);
}
.why_sustainability .con {
  padding: 60px 5.2632%;
  background-color: #fefffa;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.19);
}
.why_sustainability .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.why_sustainability .head p {
  margin-bottom: 1rem;
}
.why_sustainability .head a {
  font-size: 24px;
}
.why_story {
  padding: 60px 0;
  background-color: #fefffa;
}
.why_story .flex {
  padding: 10px;
}
.why_story .img {
  width: 50%;
  aspect-ratio: 600/450;
  overflow: hidden;
  align-self: center;
}
.why_story .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.why_story .head {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: flex-start;
}
.factory_intro {
  padding: 60px 0;
  background-color: #f3f5eb;
}
.factory_intro .gap {
  gap: max(20px, 3.5088%);
}
.factory_intro .img {
  width: 50%;
  padding: 10px;
  overflow: hidden;
}
.factory_intro .img img {
  width: 100%;
  aspect-ratio: 580/435;
  object-fit: cover;
  vertical-align: top;
}
.factory_intro .head {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
}
.factory_intro .head h2 {
  line-height: 60px;
}
.factory_intro .nums {
  margin-top: 60px;
}
.factory_intro .nums h3 {
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
  color: var(--title_color);
}
.factory_intro .nums ul {
  margin-top: var(--gap);
  display: grid;
  gap: 40px max(20px, 2.632%);
  grid-template-columns: repeat(3, 1fr);
}
.factory_intro .nums ul li {
  text-align: center;
  border: 9px solid #9ba18257;
  padding: 30px 20px;
}
.factory_intro .nums ul li span,
.factory_intro .nums ul li i {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: var(--theme_color);
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  vertical-align: bottom;
}
.factory_intro .nums ul li i {
  font-size: 22px;
  padding-left: 5px;
}
.factory_intro .nums ul li p {
  line-height: 1.5;
  color: var(--content_color);
}
.factory_intro_auto {
  padding: 60px 0;
  background-color: #fefffa;
}
.factory_intro_auto .head {
  width: 50%;
  padding: 10px;
  display: grid;
  gap: var(--gap);
}
.factory_intro_auto h2 {
  line-height: 60px;
}
.factory_intro_auto .img {
  width: 50%;
  padding: 10px;
  overflow: hidden;
  align-self: center;
}
.factory_intro_auto .img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.factory_gallery {
  padding: 60px 0;
  background-color: #fefffa;
}
.factory_gallery h2 {
  line-height: 60px;
}
.factory_gallery .main {
  margin-top: 50px;
}
.factory_gallery .main ul {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(3, 1fr);
}
.factory_gallery .main ul li {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 275px;
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.factory_gallery .main ul li:hover img {
  transform: scale(1.05);
}
.factory_gallery .main ul li .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.factory_gallery .main ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.5s;
}
.factory_gallery .main ul li p {
  width: 100%;
  background-color: #FFFFFFA3;
  line-height: 17px;
  color: #212529;
  padding: 15px;
}
.story_text {
  padding: 60px 0;
  background-color: #fefffa;
}
.story_text h2 {
  width: 50%;
  padding: 30px 30px 30px 0;
  border-right: 1px solid #e9e3db;
}
.story_text p {
  width: 50%;
  padding: 30px;
}
.story_intro {
  padding: 30px 0 60px;
  background-color: #fefffa;
}
.story_intro .gap {
  gap: max(20px, 3.5088%);
}
.story_intro .img {
  width: 50%;
  padding: 10px;
  overflow: hidden;
}
.story_intro .img img {
  width: 100%;
  aspect-ratio: 580/435;
  object-fit: cover;
  vertical-align: top;
}
.story_intro .head {
  width: 50%;
  padding: 10px;
  display: grid;
  gap: var(--gap);
  align-self: center;
}
.story_intro .head strong {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: var(--title_color);
  font-weight: 700;
}
.story_history {
  padding: 60px 0;
  background-color: #f3f5eb;
}
.story_history .head {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.story_history .head strong {
  min-width: 165px;
  font-size: 3rem;
  line-height: 1;
  display: block;
  color: var(--theme_color);
}
.story_history .main {
  margin-top: 40px;
  position: relative;
  background-color: #fefffa;
  padding: 3.5088%;
}
.story_history .main .swiper_box {
  width: 1200px;
}
.story_history .main .swiper_box .con {
  padding: 5%;
  background-image: linear-gradient(to right, var(--theme_color) 0%, var(--theme_color) 29%, #fefffa 29%, #fefffa 100%);
}
.story_history .story_history_swiper {
  overflow: hidden;
  position: relative;
}
.story_history .story_history_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.story_history .story_history_swiper .swiper-slide .img {
  width: 46.2963%;
  overflow: hidden;
}
.story_history .story_history_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.5s;
}
.story_history .story_history_swiper .swiper-slide .intro {
  width: 48.1482%;
  min-height: 282px;
  padding-bottom: 3rem;
}
.story_history .story_history_swiper .swiper-slide .intro h3 {
  color: var(--theme_color);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.story_history .story_history_swiper .swiper-slide .intro p {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #fefffa;
  line-height: 1.5;
  color: var(--content_color);
}
.story_history .swiper_btns {
  position: absolute;
  left: 60%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
/* .story_history .swiper_nav {
  margin: 40px 0;
} */
.trendslab_innovation {
  padding: 60px;
  background-color: #fefffa;
}
.trendslab_innovation .head {
  width: 50%;
  padding: 10px;
  display: grid;
  gap: var(--gap);
}
.trendslab_innovation .text {
  width: calc(50% - 20px);
  margin: 10px;
  border: 10px solid #9ba18257;
  padding: 50px 10px;
  display: grid;
  align-items: start;
  gap: var(--gap);
  grid-template-columns: auto 1fr auto;
  color: var(--theme_color);
  font-size: 40px;
  line-height: 1;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
.trendslab_innovation .text::before,
.trendslab_innovation .text::after {
  content: '';
  display: block;
  width: 50px;
  aspect-ratio: 66/44;
  background: url(../img/maohao.webp) no-repeat center / contain;
}
.trendslab_innovation .text::after {
  transform: rotate(180deg);
  align-self: end;
}
.trendslab_latest {
  padding: 30px 0;
  background-color: #f3f5eb;
}
.trendslab_latest .imgs {
  width: 50%;
  padding: 10px;
}
.trendslab_latest .imgs ul {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, 1fr);
}
.trendslab_latest .imgs ul li {
  text-align: center;
}
.trendslab_latest .imgs ul li .img {
  aspect-ratio: 280/158;
  overflow: hidden;
}
.trendslab_latest .imgs ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.trendslab_latest .imgs ul li p {
  margin-top: 15px;
  color: var(--content_color);
  line-height: 1.5;
}
.trendslab_latest .head {
  width: 50%;
  padding: 10px;
  display: grid;
  gap: var(--gap);
}
.trendslab_latest .head h2 {
  font-size: 22px;
}
.trendslab_decoration {
  padding: 30px 0;
  background-color: #f3f5eb;
}
.trendslab_decoration .imgs {
  width: 50%;
  padding: 10px;
}
.trendslab_decoration .imgs ul {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, 1fr);
}
.trendslab_decoration .imgs ul li .img {
  aspect-ratio: 280/210;
  overflow: hidden;
}
.trendslab_decoration .imgs ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.trendslab_decoration .head {
  width: 50%;
  padding: 10px;
  display: grid;
  gap: var(--gap);
  align-self: start;
}
.trendslab_decoration .head h2 {
  font-size: 22px;
}
.trendslab_decoration .head ul {
  display: grid;
  gap: 0 var(--gap);
  grid-template-columns: repeat(2, 1fr);
}
.trendslab_decoration .head ul li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
  color: var(--content_color);
}
.trendslab_decoration .head ul li::before {
  content: '';
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: 5px solid var(--content_color);
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.trendslab_inspiration {
  padding: 60px 0 30px;
  background-color: #f3f5eb;
}
.trendslab_inspiration .head {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: flex-start;
}
.trendslab_inspiration .head .btn {
  padding: 15px 30px;
}
.gallery_list {
  padding: 60px 0;
  background-color: #f3f5eb;
}
.gallery_list .gallery_items {
  display: grid;
  gap: 30px max(20px, 2.632%);
  grid-template-columns: repeat(3, 1fr);
}
.gallery_items .gallery_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
}
.gallery_items .gallery_item a:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.gallery_items .gallery_item a:hover img {
  transform: scale(1.05);
}
.gallery_items .gallery_item .img {
  aspect-ratio: 380/285;
  overflow: hidden;
  background-color: #f2f5e6;
}
.gallery_items .gallery_item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  vertical-align: top;
}
.gallery_items .gallery_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.gallery_items .gallery_item .info strong {
  display: block;
  color: var(--title_color);
  font-size: 22px;
  margin-bottom: 8px;
}
.gallery_items .gallery_item .info p {
  flex: 1;
  line-height: 1.5;
  color: var(--content_color);
  margin-bottom: 1rem;
}
.gallery_items .gallery_item .info span {
  color: var(--theme_color);
  font-weight: 500;
  line-height: 1.2;
}
.gallery_intro {
  padding: 60px 0;
  background-color: #fefffa;
}
.gallery_intro .img {
  width: 50%;
  padding: 10px;
  text-align: center;
}
.gallery_intro .img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.gallery_intro .head {
  width: 50%;
  padding: 10px;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.gallery_intro .head p {
  margin-bottom: 1rem;
}
.gallery_intro .head .btn {
  margin-top: 34px;
  padding: 15px 30px;
}
.sustainability_environment {
  padding: 60px 0;
  background-color: #fefffa;
}
.sustainability_environment .head {
  border: 1px solid #e9e3db;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 3.5088%;
}
.sustainability_environment .head::before,
.sustainability_environment .head::after {
  content: '';
  display: block;
  width: 60px;
  aspect-ratio: 60/44;
  background: url(../img/maohao.webp) no-repeat center / contain;
  grid-column: 1/-1;
  margin: 10px auto;
  opacity: 0.6;
}
.sustainability_environment .head::after {
  transform: rotate(180deg);
}
.sustainability_environment h2 {
  line-height: 60px;
  padding: 10px;
}
.sustainability_environment p {
  padding: 10px;
  align-self: start;
}
.sustainability_objectives .bg {
  background-color: #fefffa;
}
.sustainability_objectives h2 {
  line-height: 60px;
  padding: 10px 0;
}
.sustainability_objectives .img {
  width: 50%;
  padding: 10px;
  overflow: hidden;
  align-self: center;
}
.sustainability_objectives .img img {
  width: 100%;
  aspect-ratio: 600/450;
  object-fit: cover;
  vertical-align: top;
}
.sustainability_objectives .flex {
  padding: 30px 0;
  gap: max(20px, 3.5088%);
}
.sustainability_objectives .flex .head {
  width: 50%;
}
.sustainability_objectives .inner {
  padding: 10px 0;
  max-width: 798px;
  margin: 0 auto;
}
.sustainability_objectives .flex .head,
.sustainability_objectives .inner .head {
  padding: 10px;
  display: grid;
  gap: var(--gap);
}
.sustainability_objectives .flex .head strong,
.sustainability_objectives .inner .head strong {
  font-size: 22px;
  line-height: 1;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}
.sustainability_objectives .flex .head p span,
.sustainability_objectives .inner .head p span {
  vertical-align: top;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 10px;
  color: var(--theme_color);
}
.sustainability_objectives .flex .img,
.sustainability_objectives .inner .img {
  width: 100%;
}
.sustainability_objectives .flex .img img,
.sustainability_objectives .inner .img img {
  aspect-ratio: 870/475;
}
.sustainability_recovery {
  padding: 60px 0;
  background-color: #f3f5eb;
}
.sustainability_recovery .head {
  display: grid;
  gap: var(--gap);
  padding: 0 10px;
}
.sustainability_recovery .main {
  margin-top: 20px;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(3, 1fr);
  padding: 0 10px;
}
.sustainability_recovery .main .left,
.sustainability_recovery .main .middle,
.sustainability_recovery .main .right {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  justify-content: center;
  padding: 10px;
}
.sustainability_recovery .main .left .item,
.sustainability_recovery .main .middle .item,
.sustainability_recovery .main .right .item {
  display: grid;
  gap: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  padding: 8.824%;
  position: relative;
}
.sustainability_recovery .main .left .item h3,
.sustainability_recovery .main .middle .item h3,
.sustainability_recovery .main .right .item h3 {
  font-size: 1rem;
  line-height: 1;
  color: var(--title_color);
}
.sustainability_recovery .main .left .item p,
.sustainability_recovery .main .middle .item p,
.sustainability_recovery .main .right .item p {
  line-height: 1.5;
  color: var(--content_color);
}
.sustainability_recovery .main .left .item::after,
.sustainability_recovery .main .middle .item::after,
.sustainability_recovery .main .right .item::after {
  content: '';
  display: block;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sustainability_recovery .main .left .spacer,
.sustainability_recovery .main .middle .spacer,
.sustainability_recovery .main .right .spacer {
  aspect-ratio: 340/50;
}
.sustainability_recovery .main .middle .item:first-child::after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%) rotate(90deg);
}
.sustainability_recovery .main .middle .item:last-child::after {
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%) rotate(-90deg);
}
.sustainability_recovery .main .middle .center {
  padding: 10px;
  position: relative;
}
.sustainability_recovery .main .middle .center img {
  max-width: 100%;
  vertical-align: top;
}
.sustainability_recovery .main .middle .center h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: var(--title_color);
  padding: var(--gap);
  font-weight: 500;
}
.sustainability_recovery .main .right .item::after {
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%) rotate(180deg);
}
.sustainability_recovery .intro {
  max-width: 570px;
  margin-top: 5rem;
  padding: 0 10px;
  display: grid;
  gap: 10px;
}
.sustainability_recovery .intro h3 {
  font-size: 22px;
  line-height: 1;
  color: var(--theme_color);
  font-weight: 600;
}
.sustainability_recovery .intro p {
  line-height: 1.5;
  color: var(--content_color);
}
.case_list {
  padding: 60px 0;
}
.case_list .case_items {
  padding: 10px;
  display: grid;
  gap: 30px max(20px, 2.6786%);
  grid-template-columns: repeat(2, 1fr);
}
.case_items .case_item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  background-color: #fff;
}
.case_items .case_item a:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.case_items .case_item a:hover img {
  transform: scale(1.05);
}
.case_items .case_item .img {
  aspect-ratio: 580/330;
  overflow: hidden;
}
.case_items .case_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.5s;
}
.case_items .case_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.case_items .case_item .info .time {
  color: var(--theme_color);
  margin-bottom: 8px;
  display: block;
  line-height: 1.2;
}
.case_items .case_item .info strong {
  display: block;
  font-size: 22px;
  color: var(--title_color);
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 600;
}
.case_items .case_item .info p {
  flex: 1;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: var(--content_color);
}
.case_items .case_item .info span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme_color);
  font-weight: 500;
  line-height: 1.2;
}
.leadership_intro {
  padding: 60px 0;
  background-color: #fefffa;
}
.leadership_intro .head {
  padding: 10px;
  width: 50%;
  border-right: 1px solid #e9e3db;
}
.leadership_intro .head strong {
  display: block;
  font-size: 120px;
  line-height: 1;
  color: #9ba18257;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.leadership_intro .head h2 {
  margin-top: -54px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.leadership_intro p {
  padding: 2.632%;
  width: 50%;
  line-height: 1.5;
  color: var(--content_color);
}
.leadership_list .item {
  margin: 30px 0;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: max(20px, 3.5088%);
}
.leadership_list .item .pic {
  width: 50%;
  padding: 10px;
  align-self: center;
}
.leadership_list .item .pic img {
  aspect-ratio: 580/680;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.leadership_list .item .head {
  width: 50%;
  padding: 10px;
  display: grid;
  gap: var(--gap);
}
.leadership_list .item .head span {
  color: var(--title_color);
  line-height: 1.5;
  display: block;
}
.leadership_list .item .head strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: var(--theme_color);
  font-family: "Fira Sans", sans-serif;
}
