@charset "UTF-8";
.difference-page .component-breadcrumb {
  border-top: 1px solid #d6d6d6;
}
#sd_page.top #fv {
  overflow: hidden;
}
#sd_page.top .sec-tit .read h6 {
  font-weight: 400;
  line-height: 2;
  font-size: 1.4em;
}
#sd_page.top #fv .wrap {
  position: relative;
}
#sd_page.top #fv .inner {
  position: relative;
  z-index: 1;
  /* height: 100%; */
  width: 100%;
  position: relative;
  padding-bottom: calc(66.666% - 200px);
  /* background-color: hsl(0deg 0% 0% / 15%); */
  /* background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgb(0 0 0) 100%); */
}
#sd_page.top #fv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#sd_page.top #fv .bg.sp {
  display: none;
}
#sd_page.top #fv .logo {
  width: 22%;
  position: absolute;
  left: 5%;
  top: 10%;
  min-width: 300px;
}
#sd_page.top #fv .logo img {
  width: 100%;
}
#sd_page.top #fv .logo::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  z-index: -1;
  position: absolute;
  filter: blur(100px);
  border-radius: 100%;
  opacity: 0.5;
}
#sd_page.top #fv #newest {
  position: absolute;
  bottom: 40px;
  width: 25%;
  /* height: 130px; */
  right: 40px;
  min-width: 300px;
}
#sd_page.top #fv #newest .swiper {
  height: 100%;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper {
  margin-bottom: 10px;
}
#sd_page.top #fv #newest .swiper .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px);
  height: 2px;
}
#sd_page.top #fv #newest .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #666;
  width: calc(100% / 3 - 5px);
  border-radius: 0;
  display: block;
  height: 100%;
  position: relative;
  opacity: 1;
}
#sd_page.top #fv #newest .swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}

#sd_page.top #fv #newest .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: pagenation 3s linear;
  animation-fill-mode: forwards;
}
#sd_page.top #fv #newest .swiper .nav.stop .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}
@keyframes pagenation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide {
  /* background-color: #fff; */
  border-radius: 10px;
  overflow: hidden;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  height: 100%;
  align-items: center;
  color: inherit;
  background-color: #fff;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a:hover {
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .img_area {
  width: 30%;
  position: relative;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .img_wrap {
  padding-bottom: 100%;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .text_area {
  width: 70%;
  padding: 10px 20px;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .img_area .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .text_area .date {
  font-size: 1.0em;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .text_area .date span {
  margin-left: 5px;
  color: #1971d4;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .text_area .tit {
  font-size: 1.2em;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 8px;
}
#sd_page.top #fv #newest .swiper .swiper-wrapper .swiper-slide a .text_area .desc {
  font-size: 1.0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
}
#sd_page.top #fv #newest .swiper .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sd_page.top #fv #newest .swiper .nav .btn_area {
  position: relative;
  width: 30px;
  height: 30px;
}
#sd_page.top #fv #newest .swiper .nav .btn {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgb(255 255 255 / 10%);
  min-width: unset;
  cursor: pointer;
  z-index: 0;
  opacity: 0;
}
#sd_page.top #fv #newest .swiper .nav .btn.active {
  opacity: 1;
  z-index: 1;
}
#sd_page.top #fv #newest .swiper .nav .btn.stop {
}
#sd_page.top #fv #newest .swiper .nav .btn.start {
}
#sd_page.top #fv #newest .swiper .nav .btn::before {
  content: none;
}
#sd_page.top #fv #newest .swiper .nav .btn .swiper_btn {
  padding: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  line-height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: unset;
  /* display: none; */
}
#sd_page.top #fv #newest .swiper .nav .btn.stop .swiper_start {
  display: block;
}
#sd_page.top #fv #newest .swiper .nav .btn.stop .swiper_pause {
  /* display: none; */
}
#sd_page.top #fv #newest .swiper .nav .btn .swiper_pause {
  /* display: none; */
}
#sd_page.top #fv #newest .swiper .nav .btn .swiper_start {
  /* display: none; */
}
#sd_page.top #nav {
}
#sd_page.top #nav .wrap {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 120px;
}
#sd_page.top #nav .inner {
}
#sd_page.top #nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sd_page.top #nav ul li {
}
#sd_page.top #nav ul li a {
  display: flex;
  align-items: center;
  color: #333332;
  padding: 30px 20px;
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page.top #nav ul li a:hover {
  color: #1971d4;
}
#sd_page.top #nav ul li a:hover svg {
  fill: #1971d4;
}
#sd_page.top #nav ul li a span {
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 10px;
}
#sd_page.top #nav ul li a span svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: fill;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page.top #nav ul li a p {
  line-height: 1.5;
  font-size: 1.2em;
}
#sd_page.top #nav ul li a p br {
  display: none;
}
#sd_page.top #about {
}
#sd_page.top #about .wrap {
  max-width: 1240px;
  margin: auto;
  margin-bottom: 180px;
}
#sd_page.top #about .inner {
  padding: 0px 80px;
}
#sd_page.top #about .read {
  margin-bottom: 40px;
}
#sd_page.top #about .read h1 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 3.8em;
}
#sd_page.top #about .flex {
  display: flex;
}
#sd_page.top #about .text_area {
  width: 50%;
  padding-right: 40px;
}
#sd_page.top #about .text_area .text {
  line-height: 2;
  margin-bottom: 30px;
}
#sd_page.top #about .text_area .position {
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 400;
}
#sd_page.top #about .text_area .position span {
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
}
#sd_page.top #about .text_area .name {
  font-size: 2.0em;
  font-weight: 400;
}
#sd_page.top #about .img_area {
  width: 50%;
  /* margin-top: 40px; */
  position: relative;
}
#sd_page.top #about .img_area .sign {
  position: absolute;
  bottom: 20%;
  width: 50%;
  right: 70%;
  /* top: 80%; */
  height: auto;
  line-height: 0;
}
#sd_page.top #about .thumb_wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#sd_page.top #about .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
}
#sd_page.top #about .thumb.sp {
  display: none;
}
#sd_page #designers-story {
}
#sd_page #designers-story .wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 180px;
}
#sd_page #designers-story .inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 40px;
  padding-bottom: 100px;
  background-color: #f5f7fb;
  border-radius: 10px;
}
#sd_page #designers-story .sec-tit {
  position: relative;
  top: -20px;
  margin-bottom: 40px;
}
#sd_page #designers-story .unit {
}
#sd_page #designers-story .unit .read {
}
#sd_page #designers-story .unit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sd_page #designers-story .unit ul::after {
  content: "";
  width: calc(100% / 3 - 40px / 3);
}
#sd_page #designers-story .unit ul li {
  width: calc(100% / 3 - 40px / 3);
  margin-bottom: 20px;
}
#sd_page #designers-story .unit ul li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#sd_page #designers-story .unit ul li a {
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 0.4s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  height: 100%;
  flex-direction: column;
}
#sd_page #designers-story .unit ul li .img_area {
  width: 100%;
  padding-bottom: 66.666%;
  position: relative;
  overflow: hidden;
}
#sd_page #designers-story .unit ul li .img_area .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  transition-duration: 0.4s;
  transition-property: scale;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #designers-story .unit ul li .img_area .thumb:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #designers-story .unit ul li a:hover .img_area .thumb:before {
  opacity: 0.4;
}
#sd_page #designers-story .unit ul li a:hover .img_area .thumb {
  scale: 1.1;
}
#sd_page #designers-story .unit ul li .text_area {
  display: flex;
  padding: 30px 30px;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  height: 100%;
}
#sd_page #designers-story .unit ul li .text_wrap {
  width: calc(100% - 40px);
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sd_page #designers-story .unit ul li .text_wrap .tit {
  font-weight: 500;
  margin-bottom: 20px;
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 70px; */
  line-height: 1.5;
  font-size: 1.6em;
}
#sd_page #designers-story .unit ul li .text_wrap .tag {
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap;
  font-size: 1.0em;
  color: #585858;
}
#sd_page #designers-story .unit ul li .arrow {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  border-left: solid 1px #dddddd;
}
#sd_page #designers-story .unit ul li .arrow .arrow_wrap {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sd_page #designers-story .unit ul li .arrow .arrow_wrap .svg_wrap {
  width: 10px;
  height: 10px;
  position: relative;
  display: block;
  z-index: 1;
}
#sd_page #designers-story .unit ul li .arrow .arrow_wrap .svg_wrap svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #1971d4;
  transition-duration: 0.4s;
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #designers-story .unit ul li .arrow .arrow_wrap .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1971d4;
  border-radius: 100%;
  transform: scale(0);
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #designers-story .unit ul li a .tit,
#sd_page #designers-story .unit ul li a .tag {
  transition-duration: 0.4s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #designers-story .unit ul li a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0784313725);
}
#sd_page #designers-story .unit ul li a:hover .tit,
#sd_page #designers-story .unit ul li a:hover .tag {
  color: #1971d4;
}
#sd_page #designers-story .unit ul li a:hover .arrow .arrow_wrap .circle {
  opacity: 1;
  transform: scale(1);
}
#sd_page #designers-story .unit ul li a:hover .arrow .arrow_wrap .svg_wrap svg {
  fill: #fff;
}
#sd_page #designers-story .more_btn {
  text-align: center;
  margin-top: 40px;
}
#sd_page #designers-story .more_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1971d4;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  text-decoration: unset;
  min-width: 360px;
  transition-duration: 0.4s;
  transition-property: background;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #designers-story .more_btn a:hover {
  background: #00266e;
}
#sd_page #designers-story .more_btn p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5;
}
#sd_page #designers-story .more_btn span {
  /* width: 8px; */
  /* height: 8px; */
  /* position: absolute; */
  /* right: 20px; */
}
#sd_page #designers-story .more_btn span svg {
  /* fill: #fff; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0; */
  /* left: 0; */
}

#sd_page.top #studio {
  overflow: hidden;
}
#sd_page.top #studio .wrap {
  max-width: 1240px;
  margin: auto;
  position: relative;
  margin-bottom: 180px;
}
#sd_page.top #studio .inner {
  padding: 0 80px;
  position: relative;
  z-index: 1;
}
#sd_page.top #studio .sec-tit {
}
#sd_page.top #studio .map {
  position: absolute;
  top: 60px;
  right: 0;
  width: 60%;
  z-index: 0;
}
#sd_page.top #studio .group {
  margin-bottom: 80px;
}
#sd_page.top #studio .group:last-child {
  margin-bottom: 0;
}
#sd_page.top #studio .group .group_tit {
  margin-bottom: 30px;
}
#sd_page.top #studio .group .group_tit h4 {
  line-height: 1.5;
  margin-bottom: 15px;
}
#sd_page.top #studio .group .group_tit h4 span {
  font-size: 60%;
  margin-left: 10px;
  color: #585858;
}
#sd_page.top #studio .group .group_tit p {
  line-height: 1.5;
  font-size: 1.2em;
}
#sd_page.top #studio .swiper {
  overflow: unset;
  margin-bottom: 60px;
  position: relative;
}
#sd_page.top #studio .swiper .swiper-wrapper {height: auto;}

#sd_page.top #studio .swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  /* height: max-content; */
}
#sd_page.top #studio .swiper-button {
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
}
#sd_page.top #studio .swiper-button:hover span {
  background-color: #1971d4;
}
#sd_page.top #studio .swiper-button:hover svg {
  fill: #fff;
}
#sd_page.top #studio .swiper-button-prev {
  transform: scale(-1, 1);
  left: -20px;
  opacity: 0;
}
#sd_page.top #studio .swiper-button-prev.active {
  opacity: 1;
}
#sd_page.top #studio .swiper-button-next {
  right: -60px;
}
#sd_page.top #studio .swiper-button::after {
  content: none;
}
#sd_page.top #studio .swiper-button span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  position: relative;
  transition-duration: 0.4s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page.top #studio .swiper-button span svg {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #1971d4;
  transition-duration: 0.4s;
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page.top #studio .swiper-pagination {
  /* position: absolute; */
  /* z-index: 1; */
  /* background-color: #dddddd; */
}
#sd_page.top #studio .swiper-pagination span {
  background-color: #1971d4;
}

#sd_page.top #studio .swiper-pagination-progressbar,
#sd_page.top #studio .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: -30px;
  top: auto;
  height: 2px;
}
#sd_page.top #studio .detaile {
  line-height: 2;
  width: 70%;
  font-size: 1.4em;
  word-break: auto-phrase;
}
#sd_page #team-member {
  background-color: #f5f7fb;
  /* overflow: hidden; */
}
#sd_page #team-member .wrap {
  margin-bottom: 0;
}
#sd_page #team-member .inner {
  /* padding: 140px 0px; */
  padding-bottom: 140px;
}
#sd_page #team-member .sec-tit {
  max-width: 1240px;
  margin: auto;
  padding: 0 80px;
  position: relative;
  top: -30px;
  margin-bottom: 50px;
}
#sd_page #team-member .swiper {
  /* overflow: hidden; */
  padding-bottom: 40px;
  width: 100vw;
}
#sd_page #team-member .swiper .swiper-wrapper {
  /* overflow: unset; */
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

#sd_page #team-member .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide .img_area {
  padding-bottom: 150%;
  position: relative;
  z-index: 1;
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide .img_area .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition-duration: 0.4s;
  transition-property: scale;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide .img_area .thumb:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide a:hover .img_area .thumb {
  scale: 1.1;
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide a:hover .img_area .thumb:before {
  opacity: 0.4;
}
#sd_page #team-member .swiper .swiper-wrapper .swiper-slide .text_area {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-top: 40%;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  z-index: 2;
}
#sd_page #team-member .cat {
  font-weight: 500;
  margin-bottom: 5px;
}
#sd_page #team-member .cat span {
  font-size: 1.0em;
  display: block;
}
#sd_page #team-member .year {
  font-size: 1.0em;
  line-height: 1.5;
  margin-bottom: 10px;
}
#sd_page #team-member .name {
  font-weight: 500;
  line-height: 1.5;
}

#sd_page #team-member .swiper-button {
  position: absolute;
  top: -40px;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
}
#sd_page #team-member .swiper-button:hover span {
  background-color: #1971d4;
}
#sd_page #team-member .swiper-button:hover svg {
  fill: #fff;
}
#sd_page #team-member .swiper-button-prev {
  transform: scale(-1, 1);
  left: 20px;
}
#sd_page #team-member .swiper-button-next {
  right: 20px;
}
#sd_page #team-member .swiper-button::after {
  content: none;
}
#sd_page #team-member .swiper-button span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  position: relative;
  transition-duration: 0.4s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #team-member .swiper-button span svg {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #1971d4;
  transition-duration: 0.4s;
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page #team-member .swiper-pagination {
  position: absolute;
  z-index: 1;
  background-color: #dddddd;
  margin: auto;
  /* max-width: 1080px; */
  right: 0;
  left: 0;
  bottom: 0px;
  max-width: 1080px;
  padding: 0 40px;
  max-width: 1080px;
  margin: auto;
  padding: 0 80px;
}
#sd_page #team-member .scrollbar_wrap {
  max-width: 1080px;
  margin: auto;
  position: relative;
}
#sd_page #team-member .swiper-pagination span {
  background-color: #1971d4;
}

#sd_page #team-member .swiper-pagination-progressbar,
#sd_page #team-member .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
  height: 2px;
  max-width: 1080px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 160px);
}
#sd_page.top #recruitment {
}
#sd_page.top #recruitment .wrap {
  max-width: 1240px;
  margin: auto;
  margin-bottom: 100px;
  margin-top: 140px;
}
#sd_page.top #recruitment .inner {
  padding: 0 80px;
  display: flex;
  /* padding-top: 160px; */
}
#sd_page.top #recruitment .text_area {
  width: 50%;
  padding-right: 80px;
}
#sd_page.top #recruitment .img_area {
  width: 50%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#sd_page.top #recruitment .img_area .thumb {
  height: 100%;
  background-size: cover;
  background-position: center;
}

#sd_page.top #recruitment .btn {
  border: solid 1px #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  min-width: unset;
  width: 100%;
  color: inherit;
}
#sd_page.top #recruitment .btn::before {
  content: none;
}
#sd_page.top #recruitment .btn:last-child {
  margin-bottom: 0;
}
#sd_page.top #recruitment .btn a {
  display: flex;
  align-items: center;
  color: inherit;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#sd_page.top #recruitment .btn a:hover {
  opacity: 0.7;
}
#sd_page.top #recruitment .btn a .text_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 20px 30px;
}
#sd_page.top #recruitment .btn a .text_area span {
  width: 10px;
  height: 10px;
  position: relative;
  display: block;
}
#sd_page.top #recruitment .btn a .text_area span svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #333333;
}
#sd_page.top #recruitment .btn a .img_area {
  width: 30%;
  border-radius: 0;
}
#sd_page.top #recruitment .btn a .img_wrap {
  padding-bottom: 100%;
  position: relative;
}
#sd_page.top #recruitment .btn a .thumb {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#sd_page.top #recruitment .btn a .text_area h6 {
  margin-right: 10px;
}

#sd_page #designers-story .more_btn #viewMore {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  /* width: fit-content; */
  /* margin: 60px auto 0; */
  padding: 16px 20px 16px 24px;
  /* gap: 8px; */
  border-radius: 4px;
  background: #0B2674;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.4s;
  transition-property: background, border-radius;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#sd_page #designers-story .more_btn #viewMore .moreTxt {
  flex: 1;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 1.3em;
  line-height: 1.5;
  line-height: 1.8;
}
#sd_page #designers-story .more_btn #viewMore .moreTxt br {
  display: none;
}
#sd_page #designers-story .more_btn #viewMore .more-svg {
  width: 24px;
  height: 24px;
  z-index: 1;
  position: relative;
  fill: #fff;
  transition-duration: 0.4s;
  transition-property: fill, width, height, transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#sd_page #designers-story .more_btn #viewMore .more-svg svg {
}
#sd_page #designers-story .more_btn #viewMore .more-circle {
  right: 19px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

#sd_page #designers-story .more_btn #viewMore .more-circle:before {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #fff;
  content: "";
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#sd_page #designers-story .more_btn #viewMore:hover {
  border-radius: 8px;
  background: #00266e;
  text-decoration: none;
  cursor: pointer;
}
#sd_page #designers-story .more_btn #viewMore:hover .moreTxt {
  transform: translate(-8px);
}
#sd_page #designers-story .more_btn #viewMore .more-svg svg {
  width: 6.5px;
  height: 10.5px;
  right: -1px;
  position: relative;
}
#sd_page #designers-story .more_btn #viewMore:hover .more-svg svg {
  fill: #00266e;
  transform: translate(0px) scale(0.7);
}
#sd_page #designers-story .more_btn #viewMore:hover .more-circle:before {
  transform: scale(1);
}
#sd_page #designers-story .more_btn #viewMore .svg_wrap {
}

#sd_page .slider__scrollbar {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  height: 6px;
  background-color: #dddddd;
  border-radius: 10px;
}
#sd_page .slider__scrollbar::before {
  /* content: ""; */
  /* display: block; */
  width: 100%;
  height: 8px;
  /* background-color: rgba(0, 0, 0, 0.15); */
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#sd_page .slider__btn {
  /* aspect-ratio: 1/1; */
  background-color: #1971d4;
  /* border: 5px solid #294677; */
  /* border-radius: 50%; */
  /* box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0); */
  cursor: pointer;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
#sd_page .slider__btn::before {
  /* content: ""; */
  /* width: 60px; */
  background-color: #1971d4;
  display: block;
  position: absolute;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
}






