html {
  font-family: 'Noto Sans', 'Noto Sans JP', 'Source Sans Pro', Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #0D1216;
  word-break: break-all;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sp-view {
  display: none;
}

main {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
address {
  font-style: normal;
}

button {
  cursor: pointer;
}

body::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/back.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
}

.main {
  margin-top: 75px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.header-content {
  background: linear-gradient(90.13deg, #D8B550 0.7%, #D89A51 100%);
  padding: 0 32px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

.header-nav h2 {
  display: none;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-nav-list ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-nav-list a {
  font-family: 'Century Gothic Pro', sans-serif;
  font-size: 18px;
  color: #0D1216;
  font-weight: 700;
}

.header-nav-list a:hover, .header-nav-list a:focus {
  text-decoration: underline;
}

.header-nav-list li:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 48px;
  border-radius: 30px;
  border: 1px solid #0D1216;
  position: relative;
}

.header-nav-list li:last-child a::after {
  content: url(../images/ic_arrow.svg);
  position: absolute;
  right: 15.5px;
}

.header-nav-list li:last-child a:hover, .header-nav-list li:last-child a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.header-menu-button {
  display: none;
}

.main-content {
  text-align: center;
  background-image: url(../images/kv_back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 87px 0;
  color: #fff;
}

.main-content::after {
  content: '';
  background: linear-gradient(0deg, #0D1216 0%, rgba(13, 18, 22, 0) 100%);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}

.main-content h2 {
  position: relative;
  z-index: 1;
}

.main-concept {
  font-size: 33px;
  font-weight: 700;
  margin: 28px 0 6px;
  position: relative;
  z-index: 1;
}

.main-desc {
  font-size: 16px;
  line-height: 193.75%;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.main-desc em {
  color: #12F4D9;
  font-weight: 700;
}

.service-content {
  position: relative;
  z-index: 1;
}

.service-content h2 {
  text-align: center;
  margin-bottom: 40px;
}

.service-list {
  display: flex;
  justify-content: space-between;
}

.service-list li {
  border-radius: 8px;
  background-color: #1E2736;
  width: 32.5%;
  color: #9FBBD2;
}

.service-list-content {
  display: flex;
  flex-direction: column;
}

.service-list-content figure {
  order: -1;
  display: flex;
  align-items: center;
  margin: 0;
}

.service-list-content figure img {
  width: 100%;
}

.service-list-info {
  padding: 20px 25px;
}

.service-list-info h3 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 7px;
}

.service-list-info h3 span {
  display: block;
}

.service-list-info p {
  font-size: 14px;
  line-height: 171.429%;
}

.info-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.info-content h2 {
  text-align: center;
  margin-bottom: 48px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  align-items: center;
}

.info-item {
  display: flex;
  align-items: baseline;
  gap: 40px;
  color: #fff;
  width: 80%;
  max-width: 800px;
  justify-content: center;
  padding: 30px 0;
  border-bottom: 1px solid #12F4D9;
}

.info-item:first-child {
  border-top: 1px solid #12F4D9;
}

.info-item time {
  font-family: 'Century Gothic Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  min-width: 100px;
  text-align: right;
}

.info-item .info-text {
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  max-width: 600px;
}

.info-item a {
  color: #12F4D9;
  text-decoration: underline;
}

.info-item a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.work-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.work-content h2 {
  text-align: center;
  margin-bottom: 48px;
}

.work-item {
  margin-bottom: 14px;
}

.work-item a {
  border-radius: 7px;
  background-color: #1E2736;
  display: flex;
  align-items: center;
  padding: 16px;
  transition: all 0.2s;
}

.work-item a:hover {
  transform: scale(1.01);
  background-color: #263144;
}

.work-item figure {
  display: flex;
  align-items: center;
  width: 331px;
  height: 262px;
  border-radius: 7px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 38px;
  margin-bottom: 0;
  order: -1;
  flex-shrink: 0;
}

.work-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work-section {
  display: flex;
  align-items: center;
}

.work-title {
  font-size: 22px;
  color: #12F4D9;
  font-weight: 600;
}

.work-desc {
  font-size: 16px;
  line-height: 168.75%;
  margin-top: 6px;
  font-weight: 500;
  color: #9FBBD2;
}

.work-define {
  color: #9FBBD2;
  font-size: 16px;
  line-height: 168.75%;
  margin-top: 24px;
}

.work-define dt {
  font-weight: 700;
}

.work-define dd {
  font-weight: 500;
}

.work-detail {
  text-align: right;
  font-size: 16px;
  margin-top: 14px;
  color: #12F4D9;
}

.work-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #12F4D9;
  height: 56px;
  font-size: 22px;
  font-weight: 600;
  color: #12F4D9;
  position: relative;
}

.work-btn::after {
  content: url(../images/ic_arrow_more.svg);
  position: absolute;
  right: 20px;
}

.work-btn:hover, .work-btn:focus {
  opacity: 0.8;
}

.member-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.member-content h2 {
  text-align: center;
  margin-bottom: 42px;
}

.member-item {
  margin-bottom: 53px;
}

.member-item:last-child {
  margin-bottom: 0;
}

.member-item figure {
  display: flex;
  align-items: center;
  width: 261px;
  flex-shrink: 0;
  margin-right: 36px;
  margin-bottom: 0;
  order: -1;
}

.member-item figure img {
  width: 100%;
  height: auto;
  border-radius: 72px;
}

.member-section {
  display: flex;
  align-items: center;
  color: #9FBBD2;
}

.member-name {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  color: #E0F1FF;
}

.member-name h3 {
  font-size: 29px;
  margin-right: 11px;
}

.member-name p {
  font-size: 16px;
}

.member-desc {
  font-size: 14px;
  line-height: 171.429%;
}

.company-content {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

.company-content h2 {
  text-align: center;
  margin-bottom: 49px;
}

.company-content iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 6px;
}

.company-content a {
  display: flex;
  align-items: center;
}

.company-content a img {
  width: 100%;
}

.company-info {
  color: #9FBBD2;
  margin-bottom: 20px;
}

.company-info dl {
  display: flex;
  align-items: center;
  padding: 18px 9px;
  border-top: 1px solid #9FBBD2;
}

.company-info dl:last-child {
  border-bottom: 1px solid #9FBBD2;
}

.company-info dt {
  font-size: 16px;
  font-weight: 700;
  width: 155px;
  flex-shrink: 0;
}

.company-info dd {
  font-size: 15px;
  font-weight: 500;
}

.contact-content {
  position: relative;
  z-index: 1;
  padding: 110px 0 200px;
}

.contact-content h2 {
  text-align: center;
  margin-bottom: 22px;
}

.contact-content fieldset {
  border: none;
  margin-bottom: 18px;
}

.contact-content legend {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7px;
}

.contact-content input,
.contact-content textarea {
  width: 100% !important;
  border-radius: 4px;
  background-color: rgba(115, 164, 209, 0.17);
  border: none;
  font-size: 16px;
  color: #fff;
}

.contact-content input::placeholder,
.contact-content textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-content input {
  height: 56px;
  padding: 0 24px;
}

.contact-content textarea {
  padding: 24px;
}

.contact-content button {
  max-width: 342px;
  height: 54px;
  width: 100%;
  margin: 29px auto 0;
  color: #070C0F;
  font-size: 16px;
  font-weight: 700;
  border-radius: 54px;
  display: block;
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  padding: 12px 20px !important;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  border-width: 1px !important;
  background-color: rgba(115, 164, 209, 0.17);
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #12F4D9 !important;
}

.footer-content {
  position: relative;
  z-index: 1;
  background-color: #070C0F;
  padding: 25px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #9FBBD2;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 22px auto 120px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #47FFE9;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: #47FFE9;
}

.page-numbers.current {
  background-color: #47FFE9;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .header-nav {
    display: none;
    position: relative;
  }
  .header-nav.is-active {
    display: block;
    position: fixed;
    padding-top: 40px;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .header-nav.is-active::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .header-nav h2 {
    display: block;
    text-align: center;
    margin-bottom: 65px;
  }
  .header-nav-list {
    flex-direction: column;
    gap: 0;
  }
  .header-nav-list ul {
    flex-direction: column;
    gap: 0;
  }
  .header-nav-list li {
    width: 100%;
  }
  .header-nav-list li:last-child a {
    margin: 20px auto 0;
    width: 90%;
    border: 1px solid #fff;
  }
  .header-nav-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Century Gothic Pro', sans-serif;
    font-size: 28px;
    color: #fff;
    padding: 13px 0;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-menu-button {
    display: block;
    width: 18px;
    height: 32px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 16px;
    top: 17px;
    z-index: 3;
  }
  .header-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #101A22;
    position: relative;
    margin: 0 auto;
    transition: 0.2s all;
    border-radius: 2px;
  }
  .header-menu-button span::before, .header-menu-button span::after {
    content: '';
    width: 100%;
    border-radius: 2px;
    height: 2px;
    background-color: #101A22;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s all;
  }
  .header-menu-button span::before {
    top: -5px;
  }
  .header-menu-button span::after {
    bottom: -5px;
  }
  .header-menu-button.is-active {
    border-radius: 0px 0px 0px 13px;
    background: linear-gradient(90deg, #D8B550 0.7%, #D89A51 100%);
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
    position: fixed;
  }
  .header-menu-button.is-active span {
    background-color: transparent;
    width: 16px;
  }
  .header-menu-button.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .header-menu-button.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}

.work-article {
  position: relative;
  z-index: 1;
  padding: 103px 0 150px;
  color: rgba(255, 255, 255, 0.9);
}

.work-article h1 {
  color: #47FFE9;
  margin-bottom: 15px;
  font-size: 30px;
}

.work-article p {
  font-size: 18px;
  margin-bottom: 11px;
}

.work-article dl {
  font-size: 16px;
}

.work-article dt {
  font-weight: 700;
}

.work-article figure {
  margin: 28px 0;
}

.work-article img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 680px) {
  .header-content {
    padding: 0 4.53333vw;
  }
  .header-content h1 a {
    display: flex;
    align-items: center;
  }
  .header-content h1 img {
    width: 24.49387vw;
  }
  .header-inner {
    height: 12.26667vw;
  }
  .header-menu-button {
    top: 1.86667vw;
  }
  .header-nav.is-active {
    padding-top: 12.26667vw;
  }
  .main {
    margin-top: 12.26667vw;
  }
  .main-content {
    padding: 16.26667vw 0;
  }
  .main-content h2 img {
    width: 28.91147vw;
  }
  .main-concept {
    font-size: 5.33333vw;
    margin: 6.93333vw 0 1.86667vw;
  }
  .main-desc {
    font-size: 3.46667vw;
  }
  .service-content h2 {
    margin-bottom: 18px;
  }
  .service-content h2 img {
    width: 52vw;
  }
  .info-content {
    padding-top: 13.33333vw;
  }
  .info-content h2 {
    margin-bottom: 6.4vw;
  }
  .info-content h2 img {
    width: 45.06667vw;
  }
  .work-content {
    padding-top: 13.33333vw;
  }
  .work-content h2 {
    margin-bottom: 6.4vw;
  }
  .work-content h2 img {
    width: 45.06667vw;
  }
  .work-section {
    flex-direction: column;
  }
  .work-item a {
    padding: 4.26667vw;
  }
  .work-item figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.8vw;
    height: 60.88133vw;
  }
  .work-title {
    font-size: 4.8vw;
  }
  .work-desc {
    font-size: 4.26667vw;
  }
  .work-define {
    margin-top: 3.2vw;
  }
  .work-define dt {
    font-size: 4.26667vw;
    width: 26.66667vw;
  }
  .work-define dd {
    font-size: 3.73333vw;
  }
  .work-detail {
    margin-top: 3.2vw;
    font-size: 3.73333vw;
  }
  .work-detail::after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .work-btn {
    height: 13.33333vw;
    font-size: 4.8vw;
  }
  .member-content {
    padding-top: 13.33333vw;
  }
  .member-content h2 {
    margin-bottom: 5.86667vw;
  }
  .member-content h2 img {
    width: 53.86667vw;
  }
  .member-section {
    flex-direction: column;
  }
  .member-item {
    margin-bottom: 8vw;
  }
  .member-item figure {
    width: 63.73333vw;
    margin-right: 0;
    margin-bottom: 6.13333vw;
  }
  .member-item p {
    font-size: 3.46667vw;
  }
  .member-name {
    flex-direction: column;
  }
  .member-name h3 {
    margin-right: 0;
    font-size: 6.4vw;
  }
  .member-name p {
    font-size: 3.73333vw;
  }
  .company-content {
    padding-top: 13.33333vw;
    width: 100%;
  }
  .company-content h2 {
    margin-bottom: 4vw;
  }
  .company-content h2 img {
    width: 60.8vw;
  }
  .company-info dl {
    padding: 3.73333vw 7.46667vw;
  }
  .company-info dt {
    font-size: 3.46667vw;
    width: 26.66667vw;
  }
  .company-info dd {
    font-size: 3.2vw;
  }
  .contact-content {
    padding: 13.6vw 0 32vw;
  }
  .contact-content h2 {
    margin-bottom: 1.6vw;
  }
  .contact-content h2 img {
    width: 55.73333vw;
  }
  .contact-content fieldset {
    margin-bottom: 4vw;
  }
  .contact-content legend {
    font-size: 3.73333vw;
    margin-bottom: 1.33333vw;
  }
  .contact-content input,
  .contact-content textarea {
    font-size: 4.26667vw;
  }
  .contact-content input {
    height: 11.2vw;
    padding: 0 3.73333vw;
  }
  .contact-content textarea {
    padding: 3.73333vw;
  }
  .contact-content button {
    max-width: 52.8vw;
    height: 11.73333vw;
    font-size: 4.26667vw;
    border-radius: 14.4vw;
  }
  .footer-content {
    padding: 2.66667vw 0;
    font-size: 2.93333vw;
  }
  .swiper-container {
    overflow: hidden;
  }
  .service-list {
    justify-content: inherit;
  }
  .service-list.container {
    width: 100%;
  }
  .service-list li {
    flex-shrink: 0;
  }
  .work-list {
    display: flex;
    justify-content: inherit;
  }
  .work-list.is-archive {
    flex-direction: column;
  }
  .work-list.is-archive.container {
    width: 94%;
  }
  .work-list.container {
    width: 100%;
  }
  .work-list li {
    flex-shrink: 0;
  }
  .work-article {
    padding: 16vw 0 32vw;
  }
  .work-article h1 {
    margin-bottom: 4vw;
    font-size: 6.93333vw;
  }
  .work-article p {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
  .work-article dl {
    font-size: 3.73333vw;
  }
  .work-article figure {
    margin: 5.33333vw 0;
  }
}

.info-content .swiper-container {
  width: 100%;
}

.info-content .container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
}

.work-grid-item {
  background: #1E2736;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 450px;
  display: flex;
  flex-direction: column;
}

.work-grid-item:hover {
  transform: translateY(-5px);
}

.work-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.work-thumbnail {
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
}

.work-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.work-thumbnail .no-image {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-thumbnail .no-image:after {
  content: 'No Image';
  color: #999;
}

.work-content-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.work-title {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 700;
  height: 2.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.work-desc {
  font-size: 14px;
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.work-define {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 14px;
  margin: 0;
  margin-top: auto;
}

.work-define dt {
  color: rgba(255, 255, 255, 0.5);
}

.work-define dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.work-single .work-article {
  background-color: #1E2736;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.work-single .work-article figure {
  margin: 30px -30px -30px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.work-single .work-article figure img {
  width: 100%;
  display: block;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pagination .page-number:hover {
  background: rgba(18, 244, 217, 0.5);
}

.pagination .page-number.current {
  background: #12F4D9;
  color: #fff;
}

.pagination .page-dots {
  color: #fff;
}

.work-btn {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  padding: 12px 0;
  text-align: center;
  background: #12F4D9;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  transition: background 0.3s ease;
}

.work-btn:hover {
  background: #09cab3;
}

.loading {
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 16px;
}

.loading::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #12F4D9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#works-grid p:only-child {
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.area-tag {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  white-space: nowrap;
}

.area-tag:last-child {
  margin-right: 0;
}

.work-define dd.work-category {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
  align-items: center;
}

.work-define dd.work-category::-webkit-scrollbar {
  height: 3px;
}

.work-define dd.work-category::-webkit-scrollbar-thumb {
  background: rgba(18, 244, 217, 0.3);
  border-radius: 3px;
}

.work-define dd.work-category .area-tag {
  flex-shrink: 0;
}
