@charset "UTF-8"; :root {
  --accent-color: #73227b;
  --default-text-color: #000;
  --font-family-default: "source-han-sans-japanese", sans-serif;
  --font-family-1: "source-han-serif-jp-subset", sans-serif;
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes ArrowRightOutLeftIn {
  0% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }

  75% {
    -webkit-transform: scale(1, 1) translateX(120%);
    transform: scale(1, 1) translateX(120%);
    -webkit-animation-timing-function: var(--easeOutQuart);
    animation-timing-function: var(--easeOutQuart);
  }

  75.01% {
    -webkit-transform: scale(1, 0) translateX(-120%);
    transform: scale(1, 0) translateX(-120%);
  }

  75.02% {
    -webkit-transform: scale(1, 1) translateX(-120%);
    transform: scale(1, 1) translateX(-120%);
  }

  100% {
    -webkit-animation-timing-function: var(--easeOutQuart);
    animation-timing-function: var(--easeOutQuart);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }
}

@keyframes ArrowLeftOutRightIn {
  0% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }

  75% {
    -webkit-transform: scale(1, 1) translateX(120%);
    transform: scale(1, 1) translateX(-120%);
    -webkit-animation-timing-function: var(--easeOutQuart);
    animation-timing-function: var(--easeOutQuart);
  }

  75.01% {
    -webkit-transform: scale(1, 0) translateX(120%);
    transform: scale(1, 0) translateX(120%);
  }

  75.02% {
    -webkit-transform: scale(1, 1) translateX(120%);
    transform: scale(1, 1) translateX(120%);
  }

  100% {
    -webkit-animation-timing-function: var(--easeOutQuart);
    animation-timing-function: var(--easeOutQuart);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }
}

/* CURSOR START */
/* CURSOR END */
/* --- COMMON START --- */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-family-default);
  font-weight: 500;
  font-style: normal;
}

a {
  color: inherit;
  transition: 0.6s;
}

a:hover {
  cursor: pointer;
}

a.text-hv:hover {
  color: var(--accent-color);
}

a.text-hv.opacity-8:hover {
  opacity: 0.7;
  color: var(--accent-color);
}

.sp {
  display: none;
}

.hv {
  transition: 0.5s ease;
}

.hv:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 40.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.arrow-icon-right {
  position: relative;
}

.arrow-icon-right::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon/arrow-right-dark-grey.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 0;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.more img {
  opacity: 0.8;
}

.btn01 {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #000;
  width: 100%;
  max-width: 220px;
  height: 66px;
  background: transparent;
  padding: 20px;
}

.btn01 p {
  width: calc(100% - 14px);
  text-align: center;
}

.btn01 span, .more span {
  display: block;
  width: 14px;
  height: 14px;
}

.btn01 span img, .more span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn01:hover span, .more:hover span {
  overflow: hidden;
}

.btn01:hover span img {
  filter: invert(1);
  animation: ArrowRightOutLeftIn 0.6s var(--easeInOutQuart);
  transition: 0.2s ease;
}

.more:hover span img {
  animation: ArrowRightOutLeftIn 0.6s var(--easeInOutQuart);
  transition: 0.2s ease;
}

.btn01.center {
  margin: 0 auto;
}

.btn01:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
  transition: all 0.3s ease;
}

.btn01.btn01noarrow::after {
  content: unset;
}

.btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-color);
  width: 220px;
  height: 66px;
  background: var(--accent-color);
  color: #fff;
}

.head .wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.head .wrapper .btn01 {
  width: 50%;
}

.text-grey {
  color: #777;
}

.my-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-3p {
  padding-left: 3%;
  padding-right: 3%;
}

.pl-3p {
  padding-left: 3%;
}

.pr-3p {
  padding-right: 3%;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-90px {
  margin-bottom: 90px;
}

.mb-100px {
  margin-bottom: 100px;
}

.fs-semibold-16px {
  font-size: 16px;
  font-weight: 600;
}

.fs-semibold-15px {
  font-size: 15px;
  font-weight: 600;
}

.fs-reg-15px {
  font-size: 15px;
}

.section_ttl {
  font-size: 95px;
  margin-bottom: 30px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 700;
  font-weight: 700;
  font-style: normal;
}

.head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.head .section_subttl {
  font-size: 20px;
  font-weight: bold;
  color: var(--accent-color);
}

#page_top {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  z-index: 10;
}

#page_top.visible {
  display: flex;
}

#page_top > div {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transform: rotate(270deg);
}

#page_top > div::before {
  font-weight: 900;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-white.png) no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 20px;
  color: #fff;
}

#page_top:hover > div::before {
  animation: ArrowRightOutLeftIn 0.6s var(--easeInOutQuart);
  transition: 0.6s ease;
}

/* accordion */
.accordion {
  height: auto;
  overflow: hidden;
  transition: 0.6s;
}

.accordion_btn {
  position: relative;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  cursor: pointer;
  display: inline-block;
}

.accordion_btn span {
  position: absolute;
  background-color: #808080;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.accordion_btn span:first-child {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

.accordion_btn span:last-child {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.accordion_btn.active span:last-child {
  opacity: 0;
}

.accordion_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion_content {
  padding-bottom: 20px;
}

.accordion_list_item_link.first {
  padding-top: unset;
}

.accordion_list_item_link.last {
  padding-bottom: unset;
}

.accordion_list_item_link {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #808080;
}

/* accordion--header */
.header-main .accordion_btn, .header-main .arrow-icon-right::after, .header-main .accordion_content {
  display: none;
}

.header-main .accordion.active:nth-child(1) {
  height: 209px;
  overflow: hidden;
}

.header-main .accordion.active:nth-child(2) {
  height: 149px;
  overflow: hidden;
}

/* accordion--header end*/
/* accordion--footer */
.footer .accordion_btn, .footer .accordion_content, .footer .arrow-icon-right::after {
  display: none;
}

.footer .footer_nav_list:nth-child(1) .accordion.active:nth-child(1) {
  height: 226px;
  overflow: hidden;
}

.footer .footer_nav_list:nth-child(2) .accordion.active:nth-child(1) {
  height: 166px;
  overflow: hidden;
}

/* accordion--footer end*/
/* accordion end */
/* --- COMMON END--- */
/* --- HEADER START --- */
.hamburger {
  display: none;
}

.hamburger {
  width: 30px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 3px;
  background: var(--accent-color);
  margin: 6px 0;
  transition: 0.4s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.font-semibold {
  font-family: var(--font-family-1);
  font-weight: 600;
  font-style: normal;
}

.hide-pc {
  display: none;
}

.is-scrolled.is-header-hide .header-main {
  top: -100px;
}

.is-scrolled .header-main {
  height: 100px;
}

.header-main {
  display: flex;
  align-items: center;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  height: 100px;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 100%;
}

.header-main_sub {
  top: 0;
  height: 80px;
  width: 100%;
}

.header-main .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: unset;
  padding: 0 0 0 3%;
}

.header-main_sub .inner {
  max-width: 1500px;
  margin: 0 auto;
}

.header-main .logo-wrapper {
  max-width: 600px;
  width: 60%;
  height: 100%;
}

.header-main .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background: #000; */
  /* padding: 10px 20px; */
}

.header-main .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-main .hv {
  font-weight: 600;
}

.header-main .nav-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

.header-main .header-nav .link-wrap {
  display: flex;
  gap: 44px;
}

.header-main .header-nav .link-wrap .link-item a:not(.accordion_list_item_link) {
  font-size: 16px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-main .header-nav .link-wrap .link-item a:not(.accordion_list_item_link) .sp {
  display: none;
}

.header-main_sub .header-nav .link-wrap a {
  width: fit-content;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.header-main .header-nav .link-wrap .link-item a:not(.accordion_list_item_link) span {
  font-size: 16px;
  color: #000;
}

.header-main .header-nav .link-wrap .link-item {
  width: fit-content;
}

.header-main .header-nav .link-wrap .link-item a:hover {
  opacity: 0.6;
}

.header-main_sub .header-nav .link-wrap .link-item {
  width: fit-content;
}

.header-main_sub .header-nav .link-wrap li .separator {
  width: 1px;
  height: 100%;
  background-color: #000;
}

.header-main .contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 150px;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-main_sub .contact-box {
  max-width: fit-content;
}

.header-main .contact-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.header-main .contact-box a.contact-tel {
  background-color: var(--accent-color);
  color: #fff;
  font-size: 24px;
  gap: 10px;
  height: 100%;
}

.header-main_sub .contact-box a.contact-tel {
  font-size: 16px;
}

.header-main .contact-box a.contact-tel span {
  font-size: 16px;
}

/*--- HEADER END --- */
/*--- TOP MAIN START --- */
/* mv start */
.top_mv {
  height: calc(100vh - 0px);
  /*background-image: url(../img/top/mv.jpg);
      background-size: cover;
      background-position: center center;
      position: relative;*/
  position: relative;
  padding: 100px 0 0;
}

.top_mv::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000030;
  position: absolute;
  top: 0;
  left: 0;
}

.top_mv__text {
  position: absolute;
  bottom: 0;
  padding: 0 3%;
  top: 0;
  margin: auto;
  height: 60px;
  width: 100%;
}

.top_mv__text img {
}

.top_mv__text .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
  line-height: 1.8;
  padding: 20px 0 0px;
}

.top_mv__text .t2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 0 0px;
  margin: 0;
  color: #FFF;
}

.top_mv__text .t3 {
  font-size: 14px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 20px 0 0px;
  margin: 0;
  color: #FFF;
}

.mv__image {
  width: 100%;
  height: 100%;
}

.mv__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mv {
  padding-top: 100px;
  height: 100vh;
  display: flex;
  gap: 0;
  min-height: 700px;
  max-height: 912px;
}

.mv .mv_text {
  width: 23.96%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv .mv_text .main-text {
  font-size: 40px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-style: normal;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
  height: 93.93%;
  display: flex;
  align-items: center;
  padding: 20px;
  padding-top: 97px;
  letter-spacing: 8px;
  line-height: 1.4;
}

.mv_news {
  width: 100%;
  background-color: #fafafa;
  padding: 35px 20px;
}

.mv_news.sp {
  display: none;
  background: none;
  padding: 0;
  margin-bottom: 60px;
}

.mv_news_head, .mv_news_head .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv_news_head {
  margin-bottom: 0;
  justify-content: end;
}

.mv_news_head .mv_news_date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mv_news_head .mv_news_date .date {
  font-size: 12px;
}

.mv_news_head .mv_news_date .text {
  font-size: 10px;
  color: #777;
}

.mv_news_head .more {
  font-size: 14px;
  color: #777;
}

.mv_news_ttl {
  font-size: 14px;
}

.mv .mv_img {
  width: 76.04%;
}

.mv .mv_img.slider-smooth .slick-list, .mv .mv_img.slider-smooth .slick-list .slick-track, .mv .mv_img.slider-smooth .slick-list .slick-track .slick-slide, .mv .mv_img.slider-smooth .slick-list .slick-track .slick-slide > div, .mv .mv_img.slider-smooth .slick-list .slick-track .slick-slide > div .mv_img {
  height: 100%;
}

.mv .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mv end */
/* news start */
.top_news {
  background: linear-gradient(to right, #fafafa 63%, white 63%);
}

.top_news .inner {
  max-width: 800px;
}

.top_news .news__list .news__item {
  border-bottom: solid 2px #3335;
}

.top_news .news__list .news__item:first-child {
  border-top: solid 2px #3335;
}

.top_news .news__list .news__item a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding: 20px 10px;
}

.top_news .news__list .news__item a .tag {
  font-size: 16px;
  color: var(--accent-color);
  width: 200px;
  text-align: center;
  /* text-align: left; */
}

.top_news .news__list .news__item a .date {
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
  width: 110px;
}

.top_news .news__list .news__item a .ttl {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 200px);
}

.top_news .btn01 {
  max-width: fit-content;
  height: 100%;
  margin: 0px 0 0 auto;
  border: 0;
  position: relative;
  color: #797979;
}

.top_news .btn01:hover {
  color: #fff;
}

.top_news .btn01:hover span img {
  filter: brightness(0) invert(1);
}

/* news end  */
/* legacy start */
.top_legacy {
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 33.33%, #eaeaea 33.33%, #eaeaea 66.66%, white 66.66%, white 100%) left / 63% 100% no-repeat, white;
}

.top_legacy .inner {
  max-width: unset;
}

.top_legacy .wrap {
  display: flex;
}

.top_legacy .imgbox,.top_legacy .txtbox {
  width: 50%
}

.top_legacy .imgbox {
  min-height: 950px;
}

.top_legacy .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_legacy .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 138px;
  /* padding-top: 160px; */
}

.top_legacy .txtbox .ttl {
  font-size: 48px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-style: normal;
  line-height: 1.44;
  margin-bottom: 87px;
  letter-spacing: 3px;
}

.top_legacy .txtbox .sub_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #7E7E7E;
}

.top_legacy .txtbox .desc {
  line-height: 2.45;
}

.top_legacy .txtbox .btn {
  font-size: 15px;
}

#top section {
  overflow: hidden;
}

main {
  overflow: hidden;
}

/* legacy end  */
/* service start */
.top_service {
  position: relative;
}

.top_service .inner {
  max-width: 1800px;
}

.top_service .cards {
  display: flex;
  justify-content: space-between;
}

.top_service .cards .card {
  width: 32.33%;
  aspect-ratio: 0.775 / 1;
  color: #fff;
  padding: 77px 50px;
  position: relative;
  display: block;
}

.top_service .cards .card .card_btn {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top_service .cards .card .card_btn span {
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.top_service .cards .card:hover .card_btn {
  background: var(--accent-color);
}

.top_service .cards .card:hover .card_btn img {
  filter: invert(1);
  animation: ArrowRightOutLeftIn 0.6s var(--easeInOutQuart);
  transition: 0.2s ease;
}

/* .top_service .cards .card:nth-child(1) {
    background: url(../img/top/service/card01.png) no-repeat;
}

.top_service .cards .card:nth-child(2) {
    background: url(../img/top/service/card02.png) no-repeat;
}

.top_service .cards .card:nth-child(3) {
    background: url(../img/top/service/card03.png) no-repeat;
} */
.top_service .cards .card_text .ttl {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 38px;
}

.top_service .cards .card_text .ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  margin-top: 20px;
}

.top_service .cards .card_text .desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.top_service .cards .card .card_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.top_service .cards .card .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
  transition-duration: 2s
}

.top_service .cards .card:hover .card_img img {
  transform: scale(1.1);
}

.top_service .cards .card:hover::after {
  background: var(--accent-color);
}

/* service end  */
/* project start */
.top_project {
  background: #fafafa;
  position: relative;
}

.top_project .inner.inner--2 {
  max-width: unset;
  border-top: 2px solid #BCBCBC;
  border-bottom: 2px solid #BCBCBC;
}

.top_project .cards {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
}

.top_project .card {
  width: 33.57%;
  aspect-ratio: 0.936 / 1;
  padding: 40px;
  border-right: 1px solid #BCBCBC;
  position: relative;
}

.top_project .card:first-child {
  border-left: 1px solid #BCBCBC;
}

.top_project .card_img {
  width: 100%;
  aspect-ratio: 1.49 / 1;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.top_project .card_tag {
  color: #fff;
  background: #000;
  padding: 5px 8px;
  font-size: 13px;
  width: fit-content;
  position: relative;
  bottom: -23px;
  z-index: 1;
}

.top_project .card_img img {
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
  transition-duration: 1s
}

.top_project .card:hover .card_img img {
  scale: 1.1;
}

.top_project .card_text .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.top_project .card_text .desc {
  font-size: 14px;
  line-height: 2;
}

/* .top_project .slick-prev, .top_project .slick-next {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
} */
.top_project .slick-prev {
  overflow: hidden;
  width: 20px;
  height: 20px;
  left: 0;
}

.top_project .slick-prev::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-left-dark-grey.png) no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  overflow: hidden;
}

.top_project .slick-prev:hover::after {
  animation: ArrowLeftOutRightIn 0.6s var(--easeInOutQuart);
  transition: 0.6s ease;
}

.top_project .slick-next {
  overflow: hidden;
  width: 20px;
  height: 20px;
  right: 0;
}

.top_project .slick-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-right-dark-grey.png) no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}

.top_project .slick-next:hover::after {
  animation: ArrowRightOutLeftIn 0.6s var(--easeInOutQuart);
  transition: 0.6s ease;
}

.top_project .slick-prev:before, .slick-next:before {
  display: none !important;
}

.top_project .custom-dots-container {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.top_project .custom-dots-container .slick-dots {
  bottom: 0;
}

.top_project .custom-dots-container .slick-dots li button:before ,.custom-dots-container .slick-dots li.slick-active button:before {
  display: none !important;
}

.top_project .custom-dots-container .slick-dots li button {
  background: #BCBCBC;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.top_project .custom-dots-container .slick-dots li.slick-active button {
  background: var(--accent-color);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.top_project .custom-dots-container .slick-dots li.slick-active button:before {
  color: var(--accent-color) !important;
}

.top_project .head .wrapper .custom-dots-container {
  min-width: 154px;
}

.top_project .custom-dots-container .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_project .custom-dots-container .slick-dots li {
  width: 10px;
  height: 10px;
}

/* project end  */
/* about start  */
.top_about {
  background: url(../img/top/about/main.png) no-repeat;
  background-size: cover;
  height: 816px;
  color: #fff;
  position: relative;
}

.top_about .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top_about .head .section_subttl {
  color: #fff;
}

.top_about .cards {
  display: flex;
  gap: 60px;
  width: 100%;
}

.top_about .cards .card {
  width: 50%;
}

.top_about .cards .card--01 .list .item {
  overflow: hidden;
}

.top_about .cards .card--01 .list .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.top_about .cards .card--01 .list .item:hover::after {
  animation: ArrowRightOutLeftIn 0.8s var(--easeInOutQuart);
  transition: 0.4s ease;
}

.top_about .cards .card--01 .list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}

.top_about .cards .card .list .item a .item-text {
  display: inline-block;
  min-width: 160px;
  font-size: 24px;
}

.top_about .cards .card .list .item a .arrow-animation {
  overflow: hidden;
}

.top_about .cards .card .list .item a:hover .arrow-animation img {
  animation: ArrowRightOutLeftIn 0.6s var(--easeInOutQuart);
  transition: 0.2s ease;
}

.top_about .cards .card--02 .wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.top_about .cards .card--02 .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.top_about .cards .card--02 .item a {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 0 0 30px;
  position: relative;
  overflow: hidden;
}

.top_about .cards .card--02 .item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_about .cards .card--02 .item:hover a::after {
  animation: ArrowRightOutLeftIn 0.8s var(--easeInOutQuart);
  transition: 0.4s ease;
}

.top_about .cards .card--02 .about_recruit_ttl {
  font-size: 42px;
  font-variation-settings: "slnt" 0, "wght" 600;
  font-weight: 600;
  font-style: normal;
}

.top_about .cards .card--02 .about_recruit_subttl {
  font-size: 18px;
}

.sheet {
  display: none;
}

.sheet.active {
 display: block;

  
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}

.tabs button {
  padding: 12px 24px;
  border: none;
  background-color: #eee;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  border-radius: 999px; /* 丸み */
  transition: 0.3s;
}

/* ホバー */
.tabs button:hover {
  background-color: #ddd;
}

/* アクティブ（選択中） */
.tabs button.active {
  background-color: #333;
  color: #fff;
}

.tel-link {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 16px 24px;
  border: 2px solid #333;
  border-radius: 8px;
  transition: 0.3s;
}

/* ホバー */
.tel-link:hover {
  background-color: #333;
  color: #fff;
}

/* 電話アイコンっぽく */
.tel-link::before {
  content: "📞 ";
}

.top_about .cards .card--02 p {
  font-size: 18px;
  line-height: 2;
}

/* about end  */
/* --- TOP MAIN END --- */
/* --- CONTACT BNR START --- */
.contactbnr {
  position: relative;
  background-color: #F6F6F6;
}

.contactbnr .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid #000;
  padding: 80px 0;
}

.contactbnr .inner .txtbox, .contactbnr .inner .btnbox {
  width: 50%;
}

.contactbnr .inner .btnbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contactbnr .btn02 {
  width: 100%;
  max-width: 527px;
  height: 90px;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.contactbnr .btn02 p {
  font-size: 20px;
}

.contactbnr .btn02:hover {
  opacity: 0.7;
}

.textbox_ttl_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.textbox_ttl_wrap .section_ttl {
  font-size: 31px;
  margin-bottom: 0;
}

.textbox_ttl_wrap .section_subttl {
  color: var(--accent-color);
  font-weight: bold;
}

.contactbnr .txtbox .desc {
  font-size: 17px;
  line-height: 2;
}

/* --- CONTACT BNR END --- */
/* --- FOOTER START --- */
.footer {
  padding: 80px 3% 40px;
  background-color: #F6F6F6;
}

.footer .inner {
  max-width: 1400px;
  display: flex;
}

.footer .inner--1 {
  margin-bottom: 40px;
}

.footer .inner--1 .address_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  max-width: 380px;
  padding: 20px 20px 0 0;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
}

.footer .inner--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer .inner--2 p, .footer .inner--2 a {
  display: inline-block;
}

.footer .inner--2 a {
  width: fit-content;
  text-align: right;
}

.footer .address_box {
  width: 70%;
}

.footer .footer_nav {
  width: 30%;
  min-width: 530px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 5%;
}

.footer .footer_nav > div, .footer .footer_nav ul:not(.accordion_list) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_nav_list_item_link:hover {
  color: var(--accent-color);
}

.company-message {
  margin: 0 0;
}

.company-message p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.8;
}

.company-message__name {
  text-align: right;
}

.company-message__name .name-tag {
  margin: 0 0 0;
}

.company-message__name .name-big {
  font-size: 38px;
  font-weight: 600;
  font-family: "source-han-serif-jp-subset", sans-serif;
}

.company-message__name .name-en {
  font-size: 16px;
  display: block;
  margin: 0 0 0 0px;
  font-weight: normal;
}

.access-map {
}

.sub-company .access-map p {
  text-align: center;
  margin: 0 0 20px;
}

.faq-items {
  border-top: 1px solid #000;
}

.faq-item {
  padding: 0px 14px 20px;
  border-bottom: 1px solid #000;
}

.faq-item__q {
  padding: 20px 60px 0px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.faq-item__q h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1rem;
  padding: 0px 0 0 30px;
}

.faq-item__q h4 span {
  display: inline-block;
  margin: 0 15px 0 0;
}

.faq-item__q span.faq-item__btn {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 14px;
  top: 19px;
}

.faq-item__q span.faq-item__btn::before,.faq-item__q span.faq-item__btn::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #73227b;
}

.faq-item__q span.faq-item__btn::before {
  width: 2px;
  height: 26px;
  transition: transform 0.3s;
}

.faq-item__q.is-open span.faq-item__btn::before {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-item__q span.faq-item__btn::after {
  width: 26px;
  height: 2px;
}

.faq-item__a {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  padding: 0px 70px 0 0px;
}

.faq-item__a p {
  line-height: 1.8;
  text-indent: -0.9rem;
  padding: 0 0 0 30px;
}

.faq-item__a p span {
  display: inline-block;
  margin: 0 14px 0 0;
}

.faq-item__q.is-open {
  padding: 20px 60px 20px 0;
}

.faq-item__q.is-open + .faq-item__a {
  opacity: 1;
}

.projects-detail {
}

.projects-detail p.category {
}

.projects-detail h2.postTitle {
  text-align: left;
  font-size: 28px;
}

.projects-detail p.postDescription {
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.projects-detail p.postDate {
  /* display: inline-block; */
  margin: 0px 0 30px;
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
}

.projects-detail img {
  margin: 0 0 30px;
}

.projects-detail .projects-detail__main {
}

/* --- FOOTER END --- */
@media (max-width: 1700px) {
  /* --- COMMON START --- */ /* --- COMMON END--- */ /* --- HEADER START --- */ .header-main .logo-wrapper {
    width: 70%;
  }

  .header-main .nav-box {
    gap: 30px;
  }

  .header-main .header-nav .link-wrap {
    display: flex;
    gap: 30px;
  }

  /*--- HEADER END --- */
  /*--- TOP MAIN START --- */
  /* mv start */
  /* mv end */
  /* news start */
  /* news end  */
  /* legacy start */
  /* legacy end  */
  /* service start */
  /* service end  */
  /* project start */
  /* project end  */
  /* about start  */
  /* about end  */
  /* --- TOP MAIN END --- */
  /* --- CONTACT BNR START --- */
  /* --- CONTACT BNR END --- */
  /* --- FOOTER START --- */
  /* --- FOOTER END --- */
  .top_legacy .imgbox {
    min-height: unset;
  }

  .top_legacy .txtbox {
    padding-left: 80px;
  }

  .top_legacy .txtbox .desc br {
    display: none;
  }

  .top_project .cards {
    max-width: 1200px;
  }
}

@media (max-width: 1500px) {
  /* --- COMMON START 1500 --- */ /* --- COMMON END 1500 --- */ /* --- HEADER START 1500 --- */ /*--- HEADER END 1500 --- */ /*--- TOP MAIN START 1500 --- */ /* mv start 1500 */ /* mv end 1500 */ /* news start 1500 */ /* news end 1500  */ /* legacy start 1500 */ .top_legacy .txtbox .ttl {
    margin-bottom: 50px;
  }

  .top_project .cards {
    max-width: 1100px;
  }

  /* legacy end 1500  */
  /* service start 1500 */
  /* service end 1500 */
  /* project start 1500 */
  /* project end 1500 */
  /* about start 1500 */
  /* about end 1500 */
  /* --- TOP MAIN END 1500 --- */
  /* --- CONTACT BNR START 1500 --- */
  /* --- CONTACT BNR END 1500 --- */
  /* --- FOOTER START 1500 --- */
  /* --- FOOTER END 1500 --- */
}

@media (max-width: 1400px) {
  /* --- COMMON START 1400 --- */ /* --- COMMON END 1400 --- */ /* --- HEADER START 1400 --- */ /*--- HEADER END 1400 --- */ /*--- TOP MAIN START 1400 --- */ /* mv start 1400 */ /* mv end 1400 */ /* news start 1400 */ /* news end 1400  */ /* legacy start 1400 */ /* legacy end 1400  */ /* service start 1400 */ /* service end 1400  */ /* project start 1400 */ .top_project .inner--1 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .top_project .cards {
    max-width: 1000px;
  }

  .top_project .card {
    padding: 30px;
  }

  .top_project .card_text .ttl {
    font-size: 18px;
  }

  /* project end 1400  */
  /* about start 1400  */
  /* about end 1400  */
  /* --- TOP MAIN END 1400 --- */
  /* --- CONTACT BNR START 1400 --- */
  /* --- CONTACT BNR END 1400 --- */
  /* --- FOOTER START 1400 --- */
  /* --- FOOTER END 1400 --- */
}

@media (max-width: 1300px) {
  /* --- COMMON START 1300 --- */ /* --- COMMON END 1300--- */ /* --- HEADER START 1300 --- */ .header-main .nav-box {
    gap: 20px;
  }

  .header-main .logo-wrapper {
    width: 60%;
  }

  .header-main .header-nav .link-wrap {
    gap: 25px;
  }

  /*--- HEADER END 1300 --- */
  /*--- TOP MAIN START 1300 --- */
  /* mv start 1300 */
  /* mv end 1300 */
  /* news start 1300 */
  /* news end 1300  */
  /* legacy start 1300 */
  /* legacy end 1300  */
  /* service start 1300 */
  /* service end 1300  */
  /* project start 1300 */
  .top_project .cards {
    max-width: 900px;
  }

  /* project end 1300  */
  /* about start 1300  */
  .top_about {
    height: unset;
  }

  .top_about .cards {
    flex-direction: column;
    gap: unset;
  }

  .top_about .cards .card {
    width: 100%;
  }

  .top_about .cards .card--01 .list .item {
    padding: 30px 0;
  }

  .top_about .cards .card--02 .item {
    padding: 0 0 30px;
  }

  /* about end 1300 */
  /* --- TOP MAIN END 1300 --- */
  /* --- CONTACT BNR START 1300 --- */
  /* --- CONTACT BNR END 1300 --- */
  /* --- FOOTER START 1300 --- */
  /* --- FOOTER END 1300 --- */
}

@media (max-width: 1200px) {
  /* --- COMMON START 1200 --- */ /* --- COMMON END 1200 --- */ /* --- HEADER START 1200 --- */ .header-main .header-nav .link-wrap {
    gap: 20px;
  }

  .header-main .header-nav .link-wrap .link-item a:not(.accordion_list_item_link) {
    font-size: 15px;
  }

  .header-main .contact-box {
    max-width: 120px;
  }

  .header-main .logo-wrapper {
    width: 60%;
  }

  .header-main .contact-box a.contact-tel span {
    font-size: 15px;
  }

  /*--- HEADER END 1200 --- */
  /*--- TOP MAIN START 1200 --- */
  /* mv start 1200 */
  /* mv end 1200 */
  /* news start 1200 */
  /* news end 1200  */
  /* legacy start 1200 */
  /* legacy end 1200  */
  /* service start 1200 */
  .top_service .cards .card {
    padding: 50px 40px;
  }

  /* service end 1200  */
  /* project start 1200 */
  .top_project .cards {
    max-width: 800px;
  }

  .top_project .card {
    padding: 20px;
  }

  .top_project .card_text .ttl {
    font-size: 16px;
  }

  .top_project .card_img {
    margin-bottom: 20px;
  }

  /* project end 1200  */
  /* about start 1200  */
  /* about end 1200  */
  /* --- TOP MAIN END 1200 --- */
  /* --- CONTACT BNR START 1200 --- */
  /* --- CONTACT BNR END 1200 --- */
  /* --- FOOTER START 1200 --- */
  /* --- FOOTER END 1200 --- */
}

@media (max-width: 1100px) {
  /* --- COMMON START 1100 --- */ /* --- COMMON END 1100 --- */ /* --- HEADER START 1100 --- */ /*--- HEADER END 1100 --- */ /*--- TOP MAIN START 1100 --- */ /* mv start 1100 */ .mv {
    padding-top: 80px;
  }

  /* mv end 1100 */
  /* news start 1100 */
  .top_news {
    background: #fafafa;
  }

  /* news end 1100  */
  /* legacy start 1100 */
  .top_legacy {
    background: linear-gradient(to bottom, #fafafa 0%, #fafafa 33.33%, #eaeaea 33.33%, #eaeaea 66.66%, #eaeaea 66.66%, #eaeaea 100%) right / 62% 100% no-repeat, #fafafa;
  }

  .top_legacy .wrap {
    flex-direction: column-reverse;
  }

  .top_legacy .imgbox, .top_legacy .txtbox {
    width: 100%;
  }

  .top_legacy .txtbox {
    padding-top: 0;
  }

  /* legacy end 1100  */
  /* service start 1100 */
  .top_service .cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .top_service .cards .card {
    width: 48%;
    padding: 40px;
  }

  /* service end 1100  */
  /* project start 1100 */
  /* project end 1100  */
  /* about start 1100  */
  /* about end 1100  */
  /* --- TOP MAIN END 1100 --- */
  /* --- CONTACT BNR START 1100 --- */
  /* --- CONTACT BNR END 1100 --- */
  /* --- FOOTER START 1100 --- */
  .footer .footer_nav {
    min-width: 350px;
    padding-right: usnet;
    padding: 34px 0 0;
  }

  /* --- FOOTER END 1100 --- */
}

@media (max-width: 1000px) {
  /* --- COMMON START 1000 --- */ /* header accordion */ .header-main .accordion {
    height: 55px;
  }

  .header-main .header-nav .link-wrap .link-item .accordion_ttl a {
    width: calc(100% - 15px);
  }

  .header-main .accordion_btn, .header-main .arrow-icon-right::after, .header-main .accordion_content {
    display: block;
  }

  /* header accordion */
  .section_ttl {
    font-size: 80px;
  }

  .top_service {
    padding-bottom: 100px;
  }

  .top_project.py-80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top_service .btn01 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  /* --- COMMON END 1000 --- */
  /* --- HEADER START 1000 --- */
  .hamburger {
    display: block;
  }

  .top_mv {
    padding: 80px 0 0;
    height: 55vh;
  }

  .top_mv__text {
    height: 120px;
  }

  .top_mv__text .t1 {
    font-size: 14px;
  }

  .top_mv__text .t2 {
    font-size: 24px;
  }

  .top_mv__text .t3 {
    display: none;
  }

  .header-main {
    height: 80px;
  }

  .is-scrolled .header-main {
    height: 80px;
  }

  .header-main .inner {
    background: #fff;
    padding-right: 3%;
  }

  .header-main .nav-box {
    position: fixed;
    width: 100vw;
    width: 100%;
    top: -200vh;
    left: 0;
    transition: 0.6s ease;
    flex-direction: column;
    height: auto;
    padding: 110px 3% 30px;
    background: #fff;
    z-index: -1;
  }

  .header-main .header-nav {
    width: 100%;
  }

  .header-main .header-nav .link-wrap {
    flex-direction: column;
    gap: unset;
  }

  .header-main .header-nav .link-wrap .link-item {
    width: 100%;
    border-bottom: 1px solid #BCBCBC;
  }

  .header-main .header-nav .link-wrap .link-item:first-child {
    border-top: 1px solid #BCBCBC;
  }

  .header-main .header-nav .link-wrap .link-item a:not(.accordion_list_item_link) {
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .header-main .header-nav .link-wrap .link-item a:not(.accordion_list_item_link) .sp {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  .header-main .contact-box {
    max-width: unset;
  }

  .header-main .logo {
  }

  /*--- HEADER END 1000 --- */
  /*--- TOP MAIN START 1000 --- */
  /* mv start 1000 */
  .mv .mv_text {
    width: 35%;
  }

  .mv .mv_img {
    width: 65%;
  }

  /* mv end 1000 */
  /* news start 1000 */
  /* news end 1000  */
  /* legacy start 1000 */
  /* legacy end 1000  */
  /* service start 1000 */
  /* service end 1000  */
  /* project start 1000 */
  .top_project .cards {
    max-width: 650px;
  }

  .top_project .card_text .desc br {
    display: none;
  }

  /* project end 1000 */
  /* about start 1000  */
  /* about end 1000 */
  /* --- TOP MAIN END  1000--- */
  /* --- CONTACT BNR START 1000 --- */
  /* --- CONTACT BNR END 1000 --- */
  /* --- FOOTER START 1000 --- */
  /* --- FOOTER END 1000 --- */
}

@media (max-width: 900px) {
  .section_ttl {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  /* --- COMMON START 768 --- */ /* footer accordion */ .footer .accordion {
    height: 55px;
  }

  .footer .accordion_btn, .footer .accordion_content, .footer .arrow-icon-right::after {
    display: block;
  }

  /* footer accordion */
  .head .wrapper {
    gap: 20px;
  }

  .head .wrapper .custom-dots-container, .head .wrapper .btn01 {
    width: 100%;
  }

  .header-main .logo-wrapper {
    width: 80%;
    max-width: 470px;
  }

  .my-80px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .py-80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_ttl {
    font-size: 53px;
  }

  .head .section_subttl {
    font-size: 16px;
  }

  /* --- COMMON END  768 --- */
  /* --- HEADER START 768  --- */
  /*--- HEADER END 768  --- */
  /*--- TOP MAIN START 768  --- */
  /* mv start 768 */
  .mv .mv_text .main-text {
    font-size: 42px;
    height: 100%;
  }

  .mv .mv_text {
    width: 30%;
  }

  .mv_news.pc {
    display: none;
  }

  .mv_news.sp {
    display: block;
  }

  .mv .mv_img {
    width: 70%;
  }

  /* mv end 768 */
  /* news start 768 */
  .top_news .news__list .news__item {
    padding: 20px 0;
  }

  /* news end 768 */
  /* legacy start 768 */
  .top_legacy .wrap {
    flex-direction: column-reverse;
  }

  .top_legacy .imgbox {
    min-height: unset;
    padding-left: 3%;
  }

  .top_legacy .imgbox, .top_legacy .txtbox {
    width: 100%;
  }

  .top_legacy .txtbox .ttl {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .top_legacy .txtbox {
    padding-left: 3%;
    padding-right: 3%;
  }

  .top_legacy .txtbox .desc br {
    display: none;
  }

  /* legacy end 768 */
  /* service start 768 */
  .top_service .cards .card {
    width: 100%;
    padding: 35px 20px;
  }

  /* service end 768 */
  /* project start 768 */
  .top_project.py-80px {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .top_project .head .wrapper {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    flex-direction: column;
  }

  .top_project .cards {
    border-left: unset;
    border-right: unset;
  }

  .top_project .card {
    aspect-ratio: unset;
  }

  .top_project .card_text .desc {
    font-size: 14px;
  }

  .top_project .card {
    border-right: unset;
  }

  .top_project .card:first-child {
    border-left: unset;
  }

  .top_project .card {
    border-right: unset;
    padding: 30px;
  }

  .top_project .card_img {
    padding-bottom: 30px;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 30px;
  }

  /* project end 768 */
  /* about start 768 */
  /* about end 768 */
  /* --- TOP MAIN END 768 --- */
  /* --- CONTACT BNR START 768 --- */
  .contactbnr .inner {
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contactbnr .inner .txtbox, .contactbnr .inner .btnbox {
    width: 100%;
  }

  .contactbnr .btn02 {
    max-width: unset;
  }

  .contactbnr .txtbox .desc br {
    display: none;
  }

  /* --- CONTACT BNR END 768 --- */
  /* --- FOOTER START 768 --- */
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer .inner--1 {
    flex-direction: column;
    gap: 30px;
  }

  .footer .inner--1 .address_box {
    width: 100%;
  }

  .footer .inner--2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer .footer_nav {
    width: 100%;
    min-width: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
  }

  .footer .footer_nav, .footer .footer_nav > div, .footer .footer_nav ul:not(.accordion_list) {
    gap: 0
  }

  .footer_nav_list:nth-child(1) {
    border-top: 1px solid #BCBCBC;
  }

  .footer_nav_list_item {
    border-bottom: 1px solid #BCBCBC;
  }

  .footer_nav_list_item_link {
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .footer_nav .sp-hide {
    display: none;
  }

  /* --- FOOTER END 768 --- */
}

@media (max-width: 577px) {
  /* --- COMMON START --- */ /* --- COMMON END--- */ /* --- HEADER START --- */ /*--- HEADER END --- */ /*--- TOP MAIN START --- */ /* mv start */ .mv .mv_text .main-text {
    font-size: 32px;
    height: 100%;
  }

  /* mv end */
  /* news start */
  .top_news .news__list .news__item a {
    flex-wrap: wrap;
    padding: 20px 3%;
  }

  .top_news .news__list .news__item a .tag {
    margin-right: 40px;
    text-align: start;
  }

  .top_news .news__list .news__item a .ttl {
    width: 100%;
  }

  /* news end  */
  /* legacy start */
  .top_legacy .txtbox .ttl {
    font-size: 28px;
  }

  .top_legacy .txtbox .sub_ttl {
    font-size: 18px;
  }

  /* legacy end  */
  /* service start */
  /* service end  */
  /* project start */
  /* project end  */
  /* about start  */
  /* about end  */
  /* --- TOP MAIN END --- */
  /* --- CONTACT BNR START --- */
  /* --- CONTACT BNR END --- */
  /* --- FOOTER START --- */
  /* --- FOOTER END --- */
}

.sub-projects .projects-detail .postHeader{
  display: flex;
  align-items: center;
  gap: 10px;
}

.sub-projects .projects-detail .category{
  background:#000;
  color:#fff;
  font-size:15px;
  padding:5px 10px;
  margin:0;
}

.sub-projects .projects-detail .postTitle{
  font-size:28px;
  margin:0;
}

.projects-detail .category{
  position: static;
}