html {
  font-size: 62.5%;
}

:root {
  --color-text: #3a3a3a;
  --color-text-muted: #848484;
  --font-en: "futura-pt", sans-serif;
}

@media screen and (min-width: 769px) {

}

body {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
}

th {
  font-weight: 400!important;
}

/*rayout*/
.outerWidth {
 width: 93%;
 margin-left: auto;
 margin-right: auto;
}

.innerWidth {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.textWidth {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.swiperWidth {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .textWidth,
  .innerWidth,
  .outerWidth {
    padding-left: 6%;
    padding-right: 6%;
  }

  .outerWidth {
    width: 100%;
  }

  .readMore {
    margin-right: 6%;
  }

  .innerWidth > .readMore,
  .textWidth > .readMore {
    margin-right: 0;
  }

  body.single-works #worksSlide.swiperWidth {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body.single-works #worksSlide .swiper-area,
  body.single-works #worksSlide .worksSlideMain,
  body.single-works #worksSlide .swiperMain {
    width: 100%;
    max-width: none;
  }
}

/*navigation*/

.bc-nav {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  float: left;
}

.bc-nav span {
  display: inline-block;
}

.bc-nav span:first-child {
  position: relative;
  padding-right: 1rem;
}

.bc-nav span:first-child::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  top: 0.5rem;
  margin-left: 0.5rem;
}

.topScroll {
  position: absolute;
  left: 3.5%;
  bottom: 8%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.topScroll p,
.toTop p,
.readMore span {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.12rem;
}

.topScroll p {
  color: #FFFFFF;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transition: transform 0.3s ease;
}

.topScroll:hover p {
  transform: translateY(0.3rem);
}

.topScroll p::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  transform: rotate(45deg);
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  margin-top: -1.4rem;
  margin-left: 0.2rem;
}

.toTop {
  position: absolute;
  right: 3.5%;
  z-index: 1000;
  cursor: pointer;
}

.toTop p {
  color: var(--color-text-muted);
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transition: transform 0.3s ease;
}

.toTop:hover p {
  transform: translateY(-0.3rem);
}

.toTop p::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  transform: rotate(45deg);
  border-top: 1px solid #B1B1B1;
  border-left: 1px solid #B1B1B1;
  margin-bottom: -1.4rem;
  margin-left: -0.7rem;
  order: -1;
}

@media screen and (max-width: 769px) {
  .toTop {
    display: none;
  }
}

/*drawer*/

.nav {
  position: fixed;
  z-index: 1000;
  right: 3.5%;
}

body.zg-fade-top .topPageHeaderHero {
  margin-top: 4rem;
}

body.zg-fade-top .topPageHeaderSticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 1000;
  margin-top: 0;
  padding: 3rem 3.5% 2rem;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  pointer-events: none;
  visibility: hidden;
}

body.zg-fade-top.is-past-hero .topPageHeaderSticky {
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

body.zg-fade-top .topPageHeaderSticky .outerWidth,
body.zg-fade-top .topPageHeaderSticky .topStickyMenu {
  display: contents;
}

@media (prefers-reduced-motion: reduce) {
  body.zg-fade-top.is-past-hero .topPageHeaderSticky {
    transform: translateY(0);
    transition: none;
    pointer-events: auto;
    visibility: visible;
  }
}

.nav.noTop {
  position: relative;
  right: auto;
  top: auto;
  flex-shrink: 0;
}

.header:has(.nav.noTop) {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.header:has(.nav.noTop) .outerWidth,
.header:has(.nav.noTop) .menu {
  display: contents;
}

.header:has(.nav.noTop) .bc-nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  float: none;
  line-height: 2rem;
  position: relative;
  z-index: 1;
}

.header:has(.nav.noTop) .logo {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  position: static;
  transform: none;
  margin: 0;
  width: auto;
  line-height: 2rem;
  white-space: nowrap;
  pointer-events: none;
}

.header:has(.nav.noTop) .logo a {
  pointer-events: auto;
}

.header:has(.nav.noTop) .nav.noTop {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  height: 2rem;
}

body.zg-fade-top .topPageHeaderSticky.header:has(.nav.noTop) {
  position: fixed;
  top: 0;
  left: 0;
}

body.zg-sub-page {
  padding-top: var(--sub-header-height, 8rem);
}

body.zg-sub-page > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 1000;
}

body.zg-sub-page > header .header {
  background-color: #fff;
  margin-top: 0;
  padding: 3rem 3.5% 2rem;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

body.zg-sub-page > header:not(.is-scroll-visible) .header {
  transform: translateY(-100%);
}

@media (prefers-reduced-motion: reduce) {
  body.zg-sub-page {
    padding-top: var(--sub-header-height, 8rem);
  }

  body.zg-sub-page > header .header {
    transform: translateY(0);
    transition: none;
  }
}

.drawerHidden {
  display: none;
}

.drawerOpen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  z-index: 1001;
  margin-left: auto;
}

.drawerOpen span,
.drawerOpen span::before,
.drawerOpen span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #FFFFFF;
  transition: 0.3s;
}

.noTop .drawerOpen span,
.noTop .drawerOpen span::before,
.noTop .drawerOpen span::after {
  background: #707070;
}

.drawerOpen span::before {
  bottom: 10px;
}

.drawerOpen span::after {
  top: 10px;
}

header:has(#drawerInput:checked) > .header {
  position: relative;
  z-index: 1002;
}

header:has(#drawerInput:checked) > .topPageHeaderSticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

header:has(#drawerInput:checked) .drawerOpen span {
  transform: rotate(-28deg);
}

header:has(#drawerInput:checked) .drawerOpen span::before,
header:has(#drawerInput:checked) .drawerOpen span::after {
  opacity: 0;
}

.drawerMenu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#drawerInput:checked ~ .drawerMenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.drawerMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawerMenu ul li {
  margin-top: 5rem;
  color: var(--color-text-muted);
  letter-spacing: 0.05rem;
  text-align: center;
}

.drawerMenu ul li:first-child {
  margin-top: 0;
}

.drawerMenu ul li a {
  color: inherit;
  text-decoration: none;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

.bc-nav a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .bc-nav {
    display: none;
  }

  body.zg-sub-page > header .header {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.pageMain {
  margin-top: 6rem;
  padding-bottom: 8rem;
}

#topAbout .topSubttl {
  padding-top: 0;
}

.pageMain #topAbout {
  background-color: transparent;
  padding-bottom: 0;
}

.pageMain #topAbout .topSubttl {
  padding-top: 0;
}

.pageMain #topAbout .aboutIntro {
  text-align: center;
}

.pageMain #topAbout .aboutColumnsWrap {
  box-sizing: border-box;
  text-align: center;
}

.pageMain #topAbout .aboutColumns {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
  max-width: 100%;
  text-align: left;
}

.pageMain #topAbout .aboutOffice,
.pageMain #topAbout .aboutProfile {
  text-align: left;
}

.pageMain #topAbout .aboutOffice h3,
.pageMain #topAbout .aboutProfile h3 {
  margin-top: 8rem;
}

.pageMain #topAbout .aboutOfficeName {
  margin: 0 0 3rem;
  line-height: 3rem;
  white-space: nowrap;
}

.pageMain #topAbout .aboutOfficeTable {
  width: 100%;
  border-collapse: collapse;
}

.pageMain #topAbout .aboutOfficeTable tr {
  line-height: 3rem;
}

.pageMain #topAbout .aboutOfficeTable th {
  color: var(--color-text-muted);
  width: 1%;
  border-right: 1px solid #B1B1B1;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 2rem;
}

.pageMain #topAbout .aboutOfficeTable td {
  padding-left: 2.5rem;
  vertical-align: top;
  white-space: nowrap;
}

.pageMain #topAbout .aboutOfficeTable tr.is-multiline td {
  white-space: normal;
}

.pageMain #topAbout .aboutOfficeTable a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 770px) {
  .pageMain #topAbout .aboutOffice,
  .pageMain #topAbout .aboutProfile {
    flex: 0 0 auto;
  }

  .pageMain #topAbout .aboutOffice {
    width: auto;
    max-width: 36rem;
  }

  .pageMain #topAbout .aboutProfile {
    width: 34rem;
  }
}

@media screen and (max-width: 769px) {
  .pageMain #topAbout .aboutColumnsWrap {
    text-align: left;
    padding-left: 6%;
    padding-right: 6%;
  }

  .pageMain #topAbout .aboutColumns {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    justify-content: flex-start;
  }

  .pageMain #topAbout .aboutOffice,
  .pageMain #topAbout .aboutProfile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .pageMain #topAbout .aboutOfficeName {
    white-space: normal;
  }

  .pageMain #topAbout .aboutOfficeTable th,
  .pageMain #topAbout .aboutOfficeTable td {
    white-space: normal;
  }

  .pageMain #topAbout .aboutProfile h3 {
    margin-top: 4rem;
  }
}

.pageMain #topAbout .aboutContactAction {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 10rem;
}

.pageMain #topAbout .aboutContactAction .contactButton {
  text-decoration: none;
  border-color: #B1B1B1;
}

.pageMain #topAbout .aboutContactAction .contactButton-primary,
.pageMain #topAbout .aboutContactAction .contactButton:hover,
.pageMain #topProcess .processContactAction .contactButton,
.pageMain #topProcess .processContactAction .contactButton-primary,
.pageMain #topProcess .processContactAction .contactButton:hover {
  border-color: #B1B1B1;
}

/* Process page */
.pageMain #topProcess {
  padding-bottom: 0;
}

.pageMain #topProcess .topSubttl {
  padding-top: 0;
}

.processIntro {
  text-align: center;
}

.processIntro p {
  line-height: 3rem;
}

.processLead {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  margin-bottom: 4rem;
  line-height: 3rem;
}

.processSteps {
  list-style: none;
  margin: 10rem auto 0;
}

.processStep {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2.4rem;
  padding-bottom: 8rem;
}

.processStep:last-child {
  padding-bottom: 0;
}

.processStepHeader {
  display: contents;
}

.processStepLabel {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.processStep::after {
  content: "";
  position: absolute;
  left: 3.6rem;
  top: 3rem;
  bottom: 0;
  width: 1px;
  background-color: #B1B1B1;
  pointer-events: none;
}

.processStep:last-child::after {
  bottom: -8rem;
}

.processStepMark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 7.2rem;
  height: 3rem;
  padding: 0 0.8rem;
  border: 1px solid #B1B1B1;
  font-family: var(--font-en);
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 1;
  color: var(--color-text);
}

.processStepTitle {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  margin: 0 0 2rem;
  min-width: 0;
}

.processStepBody,
.processQuotes,
.processTopics,
.processEmphasis {
  grid-column: 2;
  min-width: 0;
}

.processStepBody p + p,
.processFaqAnswer p + p {
  margin-top: 0;
}

.processStepBody p,
.processQuotes p,
.processTopics,
.processEmphasis {
  line-height: 3rem;
}

.processFaqAnswer p {
  line-height: 3rem;
}

.processQuotes {
  margin: 0;
}

.processTopics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.processEmphasis {
  margin-top: 0;
  padding-left: 0;
  border-left: none;
}

.processFaq {
  margin-top: 12rem;
}

.processFaqTitle {
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 6rem;
}

.processFaqItem + .processFaqItem {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #B1B1B1;
}

.processFaqQuestion {
  color: var(--color-text-muted);
  line-height: 3rem;
  margin-bottom: 1.5rem;
}

.processContactAction {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}

.processContactAction .contactButton {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .processStep {
    grid-template-columns: auto 1fr;
    column-gap: 1.6rem;
    padding-bottom: 6rem;
  }

  .processStep::after {
    left: 3.2rem;
    top: 2.8rem;
  }

  .processStep:last-child::after {
    bottom: -6rem;
  }

  .processStepMark {
    min-width: 6.4rem;
    height: 2.8rem;
    font-size: 1.2rem;
    padding: 0 0.6rem;
  }

  .processStepTitle {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin: 0 0 1.5rem;
  }

  .processLead {
    font-size: 1.5rem;
  }

  .processFaq {
    margin-top: 8rem;
  }
}

.newsContent {
  line-height: 3rem;
  margin-top: 0;
}

.newsContent::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0;
  border-bottom: 1px solid #B1B1B1;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.newsContent p + :is(figure, img),
.newsContent :is(figure, img) + p,
.newsContent figure + figure {
  margin-top: 4rem;
}

.newsContent figure {
  margin-bottom: 0;
}

.newsContent figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.newsSingleHeader .date {
  font-size: 1.3rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

.newsSingleHeader .topSubttl {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.single .date {
  font-size: 1.3rem;
  color: var(--color-text-muted);
}

.newsRelated {
  margin-top: 12rem;
}

.newsRelated .topSubttl {
  margin-top: 0;
  margin-bottom: 8rem;
}

.newsRelated .readMore {
  margin-top: 6rem;
}


/*section-top*/
.header {
  margin-top: 4rem;
}

.menu {

}

.logo {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  color: var(--color-text-muted);
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

#topLogo {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 2rem;
}

#topLogo h1 {
  z-index: 100;
  position: absolute;
  margin: 0;
  font-size: 0;
}

#topLogo h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#topLogo h1 img {
  display: block;
  height: 2rem;
  width: auto;
}

@media screen and (max-width: 769px) {
  #topLogo h1 img {
    height: 1.6rem;
  }
}

#topImg {
  position: absolute;
  width: 100%;
  top: 0;
}

#topImg .topScroll {
  position: absolute;
  left: 3.5%;
  bottom: 8%;
  z-index: 1000;
}

@media screen and (max-width: 769px) {
  #topImg .topScroll {
    left: 50%;
    transform: translateX(-50%);
  }

  #topImg .topScroll p {
    align-items: center;
  }
}

#topImg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#topWorks {
  margin-top: calc(100vh + 12rem);
}

@media screen and (max-width: 769px) {
  #topImg img {
    height: 100dvh;
    height: var(--viewport-height, 100dvh);
  }

  #topWorks {
    margin-top: calc(100dvh + 12rem);
    margin-top: calc(var(--viewport-height, 100dvh) + 12rem);
  }
}

.topWorksList {

}

.topWorksList a {
  display: block;
  margin-top: 10rem;
}

.topWorksList a:first-child {
  margin-top: 0;
}

.topWorksList .sumnail {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  overflow: hidden;
}

#topWorks .topWorksList .sumnail {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 769px) {
  #topWorks .topWorksList .sumnail {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.topWorksList .sumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.topWorksList a:hover img {
  transform: scale(1.05);
}

.topWorksList .text {
  margin-top: 3rem;
  text-align: center;
}

.topWorksList .name {
  letter-spacing: 0.05rem;
}

.topWorksList .type--year {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  margin-top: 2rem;
}

.topWorksList .type--year span {
  display: inline-block;
  line-height: 1em;
}

.topWorksList .type--year .type {
  border-right: 1px solid #707070;
  padding-right: 1.6rem;
}

.topWorksList .type--year .year {
  padding-left: 1rem;
}

#worksList .topWorksList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10rem;
}

#worksList .topWorksList a {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #worksList .topWorksList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5%;
    row-gap: 10rem;
  }
}

#topNews {

}

.topNewsList a {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: baseline;
  transition: opacity 0.3s;
}

.topNewsList a.zg-fade-in {
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.topNewsList a:hover {
  opacity: 0.5;
}

.topNewsList a::after {
  content: "";
  grid-column: 1 / -1;
  display: block;
  width: 3rem;
  height: 0;
  border-bottom: 1px solid #B1B1B1;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.topNewsList a:last-child::after {
  display: none;
}

.topNewsList .date{
  font-size: 1.3rem;
  color: var(--color-text-muted);
}

@media screen and (max-width: 769px) {
  .topNewsList a {
    grid-template-columns: 1fr;
  }

  .topNewsList .date {
    margin-bottom: 1rem;
  }

}

.topNewsList .newsTitle{
  line-height: 2.5rem;
}

.topNewsList {

}

#topAbout {
  background-color: #FBFBFB;
  padding-bottom: 8rem;

}

#worksSlide {
  margin-top: calc(-1 * var(--sub-header-height, 7rem));
}

body.single-works #worksSlide .swiper-area {
  box-sizing: border-box;
  display: block;
  padding-top: calc(50vh - min(28.8rem, 30vw));
}

body.single-works #worksSlide .worksSlideMain {
  position: relative;
}

body.single-works #worksSlide .swiperMain {
  width: 100%;
}

body.single-works #worksSlide .worksSlideMain .swiper-button-next,
body.single-works #worksSlide .worksSlideMain .swiper-button-prev {
  top: 50%;
  margin-top: -2.4rem;
}

body.single-works #worksSlide .swiperThumbnail {
  margin-top: 10rem;
}

.worksTitle::before {
  content: '';
  display: block;
  width: 10rem;
  height: 1px;
  background: #B1B1B1;
  margin: 0 auto 4rem auto;
}

#worksMain {
  margin-top: 10rem;
}

#worksMain .name {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

#worksMain .type--year {
  color: var(--color-text-muted);
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
}

#worksMain .type--year span{

}

.type--year span {
  display: inline-block;
  line-height: 1em;
}

#worksMain .type--year .type {
  border-right: 1px solid #707070;
  padding-right: 1.6rem;
}

#worksMain .type--year .year {
  padding-left: 1rem;
}

#worksDesc {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

#worksDesc .desc {
  width: 56%;
  line-height: 3.2rem;
}

#worksDesc .desc h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  margin-top: 8rem;
  margin-bottom: 3rem;
}

#worksDesc .desc .worksDescIntro + h3,
#worksDesc .desc h3:first-child {
  margin-top: 0;
}

#worksDesc .desc p {
  line-height: 3.2rem;
}

#worksDesc .data {
  width: 34%;
  font-size: 1.3rem;
}

#worksDesc .data h2 {
  margin-bottom: 2rem;
}


#worksDesc .dataList tr {
  line-height: 2.5rem;

}

@media screen and (max-width: 769px) {
  #worksDesc .data {
    font-size: 1.2rem;
  }

  #worksDesc .data h2 {
    font-size: 1.4rem;
  }

  #worksDesc .desc h3 {
    font-size: 1.6rem;
  }

  #worksDesc .dataList tr {
    line-height: 2.3rem;
  }
}

#worksDesc .dataList th {
  color: var(--color-text-muted);
  width: 8rem;
  border-right: 1px solid #B1B1B1;
}

#worksDesc .dataList td {
  padding-left: 3rem;
}

#worksArchive {
  margin-top: 12rem;
  border-top: 1px solid #B1B1B1;
  padding-top: 6rem;
}


#worksArchive .name {
  color: var(--color-text-muted);
  margin-bottom: 2rem;
}

#worksArchive img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}



.worksWrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 5%;
  padding-left: 7%;
  padding-right: 7%;
}

@media screen and (max-width: 769px) {
  #worksDesc {
    flex-direction: column;
    gap: 5rem;
  }

  #worksDesc .desc,
  #worksDesc .data {
    width: 100%;
  }

  .worksWrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.credit {
  font-size: 1.2rem;
  text-align: center;
  color: var(--color-text-muted);
  margin: 5rem;
  position: relative;
}

.footerNav {
  margin-bottom: 4rem;
}

.footerNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.footerNav li {
  display: flex;
  align-items: center;
}

.footerNav li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  background: #B1B1B1;
  margin: 0 2.4rem;
}

.footerNav a {
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.05rem;
  transition: opacity 0.3s;
}

.footerNav a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 769px) {
  .credit {
    margin-left: 6%;
    margin-right: 6%;
  }

  .footerNav ul {
    row-gap: 1.2rem;
  }

  .footerNav li + li::before {
    margin: 0 1.2rem;
  }
}

/*section-page*/
.page-title {

}

/*section-all*/
.footer {

}
/*img-control*/


/*text-control*/

.pageMain .topSubttl {
  margin-top: 0;
}

.topSubttl {
  font-size: 2rem;
  letter-spacing: 0.15rem;
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 8rem;
}

#topAbout .topSubttl {
  padding-top: 10rem;
}

#topAbout h3 {
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

#topAbout p {
  line-height: 3.5rem;
}

#topAbout a {
  color: inherit;
  text-decoration: none;
}

#topAbout a:hover {
  opacity: 0.7;
}

.readMore {
  display: block;
  width: 8rem;
  margin-left: auto;
  margin-top: 6rem;
}

.readMore span {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: transform 0.3s ease;
}

.readMore:hover span {
  transform: translateX(0.4rem);
}

.readMore span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
}

.swiper-area {
  display: block;
  position: relative;
}

.swiperMain .swiper-slide {
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.swiperMain .mainImage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiperMain .mainImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.swiperThumbnail {
  width: 70%;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
}

.swiperThumbnail.swiper-grid > .swiper-wrapper {
  grid-auto-rows: 11rem;
}

.swiperThumbnail .swiper-slide {
  height: 11rem !important;
  max-height: 11rem !important;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}

.swiperThumbnail .thumbImage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiperThumbnail .thumbImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 769px) {
  .swiperThumbnail {
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
  }

  .swiperThumbnail.swiper-grid > .swiper-wrapper {
    grid-auto-rows: 8rem;
  }

  .swiperThumbnail .swiper-slide {
    height: 8rem !important;
    max-height: 8rem !important;
  }

  .swiper-area .swiper-button-next,
  .swiper-area .swiper-button-prev {
    display: none;
  }
}

.swiperThumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-area .swiper-button-next,
.swiper-area .swiper-button-prev {
  --swiper-navigation-color: var(--color-text-muted);
  --swiper-navigation-sides-offset: -0.8rem;
  width: 4.8rem;
  height: 4.8rem;
}

.swiper-area .swiper-button-prev {
  left: -0.8rem;
  right: auto;
}

.swiper-area .swiper-button-next {
  right: -0.8rem;
  left: auto;
}

.swiper-area .swiper-button-next::after,
.swiper-area .swiper-button-prev::after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  font-family: inherit;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.swiper-area .swiper-button-prev::after {
  transform: rotate(-135deg);
}

.swiper-area .swiper-button-next::after {
  transform: rotate(45deg);
}

/*hover-animation*/
.scaleUpImage {
  width: 100%;
  overflow: hidden;
}

.scaleUpImage img {
  object-fit: cover;
  transition: transform 0.45s ease;
}

.scaleUpImage img:hover {
  transform: scale(1.05);
}

#worksArchive a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/*contact*/
.pageMain #topContact .topSubttl {
  padding-top: 0;
}

.contactIntroWrap {
  margin-top: 4rem;
}

.contactIntro,
.contactRequiredNote,
.contactConfirmLead {
  line-height: 2.4rem;
}

.contactRequiredNote {
  margin-top: 2rem;
}

.contactRequiredMark {
  color: #c0392b;
}

.contactForm {
  margin-top: 6rem;
}

.contactField {
  display: grid;
  grid-template-columns: 11rem 1fr;
  column-gap: 2rem;
  align-items: center;
  margin-top: 3rem;
}

.contactField:first-child {
  margin-top: 0;
}

.contactField:has(.contactTextarea),
.contactField:has(.contactZipGroup) {
  align-items: start;
}

.contactLabel {
  display: block;
  color: var(--color-text-muted);
  margin-bottom: 0;
  white-space: nowrap;
}

.contactField:has(.contactTextarea) .contactLabel,
.contactField:has(.contactZipGroup) .contactLabel {
  padding-top: 0.8rem;
}

.contactInput {
  width: 100%;
  border: 1px solid #B1B1B1;
  background: transparent;
  padding: 0.8rem 1.2rem;
  font: inherit;
  color: inherit;
  border-radius: 0;
  box-sizing: border-box;
}

.contactInput:focus {
  outline: none;
  border-color: var(--color-text);
}

.contactSelect {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #848484 50%), linear-gradient(135deg, #848484 50%, transparent 50%);
  background-position: calc(100% - 1.6rem) calc(50% + 0.2rem), calc(100% - 1.1rem) calc(50% + 0.2rem);
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem;
  background-repeat: no-repeat;
  padding-right: 3rem;
}

.contactTextarea {
  resize: vertical;
  min-height: 16rem;
  line-height: 2.4rem;
  padding: 1.2rem;
}

.contactHelp {
  margin-top: 0.8rem;
  color: var(--color-text-muted);
  font-size: 1.2rem;
}

.contactZipGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.contactInput-zip {
  width: 14rem;
  flex: 0 0 auto;
}

.contactZipButton {
  border: 1px solid #B1B1B1;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}

.contactZipButton:hover {
  border-color: var(--color-text);
}

.contactPrivacy {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #B1B1B1;
}

.contactPrivacy h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.contactPrivacy h3 {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.contactPrivacy p {
  line-height: 2.4rem;
}

.contactPrivacyAgree {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 3rem;
  cursor: pointer;
}

.contactPrivacyAgree input {
  margin-top: 0.4rem;
}

.contactActions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 5rem;
}

.contactButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  border: 1px solid #B1B1B1;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contactButton > span {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  transition: transform 0.3s ease;
}

.contactButton:hover > span {
  transform: translateX(0.4rem);
}

.contactButton > span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
}

.contactButton-primary {
  border-color: var(--color-text);
}

.contactButton:hover {
  border-color: var(--color-text);
}

.contactConfirmList {
  display: grid;
  grid-template-columns: 11rem 1fr;
  column-gap: 2rem;
  row-gap: 2.4rem;
  align-items: start;
  margin-top: 4rem;
}

.contactConfirmList dt {
  color: var(--color-text-muted);
  margin-top: 0;
  white-space: nowrap;
}

.contactConfirmList dd {
  margin-top: 0;
  line-height: 2.4rem;
  white-space: pre-wrap;
}

.contactNotice {
  margin-top: 4rem;
  padding: 2rem 0;
  line-height: 2.4rem;
}

.contactNotice-success {
  text-align: center;
}

.contactNotice-error {
  color: #c0392b;
}

@media screen and (max-width: 769px) {
  .contactField {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    align-items: start;
  }

  .contactField:has(.contactTextarea) .contactLabel,
  .contactField:has(.contactZipGroup) .contactLabel {
    padding-top: 0;
  }

  .contactConfirmList {
    grid-template-columns: 1fr;
    row-gap: 0.6rem;
  }
}

/*scroll-fade-in*/
@media (prefers-reduced-motion: no-preference) {
  body.zg-fade-page:not(.zg-fade-ready) main .topSubttl,
  body.zg-fade-page:not(.zg-fade-ready) main .topWorksList > a,
  body.zg-fade-page:not(.zg-fade-ready) main .aboutIntro,
  body.zg-fade-page:not(.zg-fade-ready) main .aboutOffice,
  body.zg-fade-page:not(.zg-fade-ready) main .aboutProfile,
  body.zg-fade-page:not(.zg-fade-ready) main .aboutContactAction,
  body.zg-fade-page:not(.zg-fade-ready) #worksSlide,
  body.zg-fade-page:not(.zg-fade-ready) #worksMain .worksTitle,
  body.zg-fade-page:not(.zg-fade-ready) #worksDesc,
  body.zg-fade-page:not(.zg-fade-ready) #worksArchive .worksWrapper > div,
  body.zg-fade-page:not(.zg-fade-ready) #worksArchive .readMore,
  body.zg-fade-page:not(.zg-fade-ready) main .contactIntroWrap,
  body.zg-fade-page:not(.zg-fade-ready) main .contactForm,
  body.zg-fade-page:not(.zg-fade-ready) main .processIntro,
  body.zg-fade-page:not(.zg-fade-ready) main .processStep,
  body.zg-fade-page:not(.zg-fade-ready) main .processFaq,
  body.zg-fade-page:not(.zg-fade-ready) main .processContactAction,
  body.zg-fade-top:not(.zg-fade-ready) #topLogo h1,
  body.zg-fade-top:not(.zg-fade-ready) .topScroll,
  body.zg-fade-top:not(.zg-fade-ready) main .topSubttl,
  body.zg-fade-top:not(.zg-fade-ready) main .topWorksList > a,
  body.zg-fade-top:not(.zg-fade-ready) main .topNewsList > a,
  body.zg-fade-top:not(.zg-fade-ready) main .readMore,
  body.zg-fade-top:not(.zg-fade-ready) footer.credit,
  .zg-fade-in:not(.is-visible) {
    opacity: 0;
    transform: translateY(2.4rem);
  }

  .zg-fade-in {
    transition:
      opacity 0.9s ease,
      transform 0.9s ease;
    will-change: opacity, transform;
  }

  .zg-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  body.zg-fade-top #topImg,
  body.zg-fade-top #topImg img {
    opacity: 1;
    transform: none;
  }
}
