@charset "UTF-8";
/*------------------------------------------------------------


  style.css


------------------------------------------------------------*/
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {}
@media (max-width: 768px) and (orientation: portrait) {}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {}
@media (hover: hover) {}

/*------------------------------------------------------------


  #top


------------------------------------------------------------*/
/*============================================================
  #top-header
============================================================*/
#top-header {
  display: flex;
  align-items: center;
  justify-content: left;
  width: auto;
  aspect-ratio: 4 / 3;
  border-radius: var(--grid-2);
  margin: 0 var(--grid);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#top-header .div-heading {
  display: flex;
  flex-direction: column;
  gap: var(--grid);
  margin: calc(var(--grid) * 1.5) var(--grid-2) 0;
  position: relative;
  z-index: 1;
}

#top-header .h-catch {
  color: var(--white);
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}

#top-header .h-catch-en {
  color: var(--white);
  font-size: 16rem;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

#top-header .h-catch-en .image-piece {
  display: inline-block;
  height: 12rem;
  aspect-ratio: 2 / 1;
  border-radius: 20rem;
  vertical-align: baseline;
  margin: 0 0.8rem;
}

#top-header .figure-header .image-piece {
  position: absolute;
  z-index: 0;
}

#top-header .figure-header .image-piece.piece-1 {
  width: calc(var(--grid) * 10);
  aspect-ratio: 2 / 1;
  right: 8.8%;
  top: 27.2%;
}

#top-header .figure-header .image-piece.piece-2 {
  width: calc(var(--grid) * 6);
  aspect-ratio: 3 / 2;
  left: 8.8%;
  top: 11.2%;
}

#top-header .figure-header .image-piece.piece-3 {
  width: calc(var(--grid) * 6);
  aspect-ratio: 16 / 9;
  right: 20%;
  bottom: 20%;
}

#top-header .figure-header .image-piece.piece-4 {
  width: calc(var(--grid) * 20);
  aspect-ratio: 32 / 1;
  right: 24%;
  top: 16%;
}

#top-header .figure-header .image-piece.piece-5 {
  width: calc(var(--grid) * 12);
  aspect-ratio: 10 / 1;
  left: 14.4%;
  bottom: 16%;
}

#top-header .p-image-header {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#top-header .p-image-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#top-header .p-image-header img.picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) and (orientation: portrait) {
  #top-header .p-image-header img.picture.parallax {
    width: 108%;
    height: 108%;
    margin-left: -4%;
    margin-top: -4%;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #top-header {
    aspect-ratio: 3 / 4;
  }

  #top-header .div-heading {
    gap: var(--grid);
  }

  #top-header .h-catch {
    font-size: 2.4rem;
    line-height: 1.28;
  }

  #top-header .h-catch-en {
    font-size: 8.8rem;
    line-height: 1.04;
  }

  #top-header .h-catch-en .image-piece {
    height: 6.4rem;
    vertical-align: -2.4%;
  }

  #top-header .figure-header .image-piece.piece-1 {
    right: 6.4%;
    top: 24%;
  }

  #top-header .figure-header .image-piece.piece-2 {
    left: 9.6%;
    top: 4%;
  }

  #top-header .figure-header .image-piece.piece-3 {
    right: 6.4%;
    bottom: 12.8%;
  }

  #top-header .figure-header .image-piece.piece-4 {
    right: 20%;
    top: 10.4%;
  }

  #top-header .figure-header .image-piece.piece-5 {
    left: 20%;
    bottom: 7.2%;
  }

  #top-header .p-image-header img.picture.parallax {
    width: 108%;
    height: 108%;
    margin-left: -4%;
    margin-top: -4%;
  }
}


/*============================================================
  #top-about
============================================================*/
#top-about {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: var(--grid-82);
  margin: var(--grid-4) auto var(--grid-6);
  position: relative;
  z-index: 0;
}

#top-about .div-top-about-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-34);
  margin-top: var(--grid-10);
}

#top-about .div-top-about-1 .h-catch {
  font-size: 3.2rem;
  line-height: 1.44;
}

#top-about .div-top-about-1 .p-description {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

#top-about .div-top-about-2 {
  width: var(--grid-34);
  position: relative;
  z-index: -1;
}

#top-about .div-top-about-2 .p-pattern svg.pattern {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#top-about .div-top-about-2 .p-pattern svg.pattern-1 {
  display: block;
}

#top-about .div-top-about-2 .p-pattern svg.pattern-2 {
  display: none;
}

@media (max-width: 768px) and (orientation: portrait) {
  #top-about {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-2);
    width: auto;
    margin: var(--grid-4) var(--grid-2) auto;
  }

  #top-about .div-top-about-1 {
    width: 100%;
    margin-top: 0;
  }

  #top-about .div-top-about-1 .h-catch {
    font-size: 2.4rem;
  }

  #top-about .div-top-about-1 .p-description {
    font-size: 1.84rem;
  }

  #top-about .div-top-about-2 {
    width: 100%;
  }

  #top-about .div-top-about-2 .p-pattern svg.pattern {
    position: static;
  }

  #top-about .div-top-about-2 .p-pattern svg.pattern-1 {
    display: none;
  }

  #top-about .div-top-about-2 .p-pattern svg.pattern-2 {
    display: block;
  }
}


/*============================================================
  #top-work
============================================================*/
#top-work {
  position: relative;
  z-index: 1;
}

#top-work .div-top-work-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-82);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

#top-work .div-top-work-2 {
  color: var(--white);
}

@media (max-width: 768px) and (orientation: portrait) {
  #top-work .div-top-work-1 {
    width: auto;
    margin: 0 var(--grid-2);
  }
}


/*============================================================
  #top-service
============================================================*/
#top-service {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: 100%;
  background-color: var(--matteblack);
  padding: var(--grid-6) 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#top-service .div-top-service-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-34);
  color: var(--white);
  margin-left: var(--grid-4);
}

#top-service .div-top-service-1 .p-description {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

#top-service .div-top-service-2 {
  color: var(--white);
  width: var(--grid-52);
  margin-left: var(--grid-4);
}

#top-service .div-top-service-3 {
  width: var(--grid-70);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0.64;
  transform: translate(32%, -50%);
}

#top-service .div-top-service-3 .p-pattern {
  display: flex;
  flex-direction: column;
  gap: var(--grid-10);
  width: 100%;
}

#top-service .div-top-service-3 .p-pattern svg.pattern {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) and (orientation: portrait) {
  #top-service {
    gap: var(--grid-6);
  }

  #top-service .div-top-service-1 {
    gap: var(--grid-2);
    width: var(--grid-38);
    margin-left: var(--grid-2);
  }

  #top-service .div-top-service-1 .p-description {
    font-size: 1.84rem;
  }

  #top-service .div-top-service-2 {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #top-service .div-top-service-3 {
    gap: var(--grid-8);
    width: var(--grid-64);
  }

  #top-service .div-top-service-3 svg.pattern {
    width: 100%;
    height: auto;
  }
}


/*------------------------------------------------------------


  #work-archive


------------------------------------------------------------*/
/*============================================================
  #work-archive-header
============================================================*/
#work-archive-header {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

@media (max-width: 768px) and (orientation: portrait) {
  #work-archive-header {
    width: auto;
    margin: 0 var(--grid-2);
  }
}


/*============================================================
  #work-archive-list
============================================================*/
#work-archive-list {
  color: var(--white);
}

#work-archive-list .ul-work {
  display: flex;
  flex-direction: column;
  gap: var(--grid);
  padding: 0 var(--grid);
}

#work-archive-list .ul-work > li {
  border-radius: var(--grid-2);
  overflow: hidden;
}

#work-archive-list .ul-work .item-work .div-item-work {
  width: var(--grid-80);
}


/*------------------------------------------------------------


  #work-single


------------------------------------------------------------*/
/*============================================================
  #work-single-header
============================================================*/
#work-single-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 8 / 5;
  padding-top: calc(18.4rem + 4.8rem);
  position: relative;
  z-index: 0;
}

#work-single-header::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--grid-6);
  background-color: var(--white);
  border-top-left-radius: var(--grid-2);
  border-top-right-radius: var(--grid-2);
  position: absolute;
  left: 0;
  bottom: -0.8rem;
}

#work-single-header .p-title-header {
  color: var(--white);
  font-size: 9.6rem;
  letter-spacing: -0.02em;
  text-align: center;
}

#work-single-header .p-image-header {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#work-single-header .p-image-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#work-single-header .p-image-header img.picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#work-single-header .figure-header .image-main {
  display: block;
  border: 0.24rem solid #222;
  border-radius: var(--grid-2);
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 1;
}

#work-single-header .figure-header.phone .image-main {
  width: var(--grid-16);
  aspect-ratio: 1 / 2;
}

#work-single-header .figure-header.tablet .image-main {
  width: var(--grid-28);
  aspect-ratio: 1.4 / 1;
  margin-bottom: var(--grid-2);
}

#work-single-header .figure-header .image-main img.picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#work-single-header .figure-header .image-piece {
  position: absolute;
}

#work-single-header .figure-header .image-piece.piece-1 {
  width: calc(var(--grid) * 12);
  aspect-ratio: 8 / 5;
}

#work-single-header .figure-header .image-piece.piece-2 {
  width: calc(var(--grid) * 12);
  aspect-ratio: 2 / 1;
}

#work-single-header .figure-header .image-piece.piece-3 {
  width: calc(var(--grid) * 8);
  aspect-ratio: 3 / 2;
}

#work-single-header .figure-header .image-piece.piece-4 {
  width: calc(var(--grid) * 6);
  aspect-ratio: 4 / 3;
}

#work-single-header .figure-header .image-piece.piece-5 {
  width: calc(var(--grid) * 10);
  aspect-ratio: 4 / 1;
}

#work-single-header .figure-header .image-piece.piece-6 {
  width: calc(var(--grid) * 16);
  aspect-ratio: 24 / 1;
}

#work-single-header .figure-header.phone .image-piece.piece-1 {
  left: 5.6%;
  bottom: 33.6%;
}

#work-single-header .figure-header.phone .image-piece.piece-2 {
  right: 13.6%;
  bottom: 14.4%;
}

#work-single-header .figure-header.phone .image-piece.piece-3 {
  right: 5.6%;
  bottom: 36%;
}

#work-single-header .figure-header.phone .image-piece.piece-4 {
  left: 13.6%;
  bottom: 12%;
}

#work-single-header .figure-header.phone .image-piece.piece-5 {
  left: 22.4%;
  bottom: 24.8%;
}

#work-single-header .figure-header.phone .image-piece.piece-6 {
  right: 19.2%;
  bottom: 35.2%;
}

#work-single-header .figure-header.tablet .image-piece.piece-1 {
  left: 6.4%;
  bottom: 40%;
}

#work-single-header .figure-header.tablet .image-piece.piece-2 {
  right: 14.4%;
  bottom: 16%;
}

#work-single-header .figure-header.tablet .image-piece.piece-3 {
  right: 5.6%;
  bottom: 32%;
}

#work-single-header .figure-header.tablet .image-piece.piece-4 {
  left: 12%;
  bottom: 14.4%;
}

#work-single-header .figure-header.tablet .image-piece.piece-5 {
  left: 20%;
  bottom: 28%;
}

#work-single-header .figure-header.tablet .image-piece.piece-6 {
  right: 24%;
  bottom: 44%;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  #work-single-header .p-title-header br {
    display: none;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #work-single-header {
    gap: var(--grid-4);
    aspect-ratio: initial;
    padding-top: var(--grid-4);
    padding-bottom: var(--grid);
  }

  #work-single-header .p-title-header {
    font-size: 6.4rem;
  }

  #work-single-header .p-image-header img.picture.parallax {
    width: 116%;
    height: 116%;
    margin-left: -8%;
    margin-top: -8%;
  }

  #work-single-header .figure-header.phone {
    padding-top: var(--grid-2);
  }

  #work-single-header .figure-header.phone .image-piece.piece-1 {
    left: 3.2%;
    bottom: 44%;
  }

  #work-single-header .figure-header.phone .image-piece.piece-2 {
    right: 6.4%;
    bottom: 13.6%;
  }

  #work-single-header .figure-header.phone .image-piece.piece-3 {
    right: 4%;
    bottom: 40%;
  }

  #work-single-header .figure-header.phone .image-piece.piece-4 {
    left: 8%;
    bottom: 12%;
  }

  #work-single-header .figure-header.phone .image-piece.piece-5 {
    left: 10%;
    bottom: 26.4%;
  }

  #work-single-header .figure-header.phone .image-piece.piece-6 {
    right: 16%;
    bottom: 32%;
  }

  #work-single-header .figure-header.tablet {
    padding-top: var(--grid-10);
  }

  #work-single-header .figure-header.tablet .image-piece.piece-1 {
    left: 12%;
    bottom: 44%;
  }

  #work-single-header .figure-header.tablet .image-piece.piece-2 {
    right: 4%;
    bottom: 16%;
  }

  #work-single-header .figure-header.tablet .image-piece.piece-3 {
    right: 4.8%;
    bottom: 32%;
  }

  #work-single-header .figure-header.tablet .image-piece.piece-4 {
    left: 2.4%;
  }

  #work-single-header .figure-header.tablet .image-piece.piece-5 {
    left: 4.8%;
    bottom: 28%;
  }

  #work-single-header .figure-header.tablet .image-piece.piece-6 {
    right: 20%;
  }
}


/*============================================================
  #work-single-overview
============================================================*/
#work-single-overview {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#work-single-overview .div-heading {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--grid-2);
  width: 100%;
}

#work-single-overview .div-heading .h-title {
  font-size: 6.4rem;
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin-top: -0.04em;
}

#work-single-overview .div-heading .h-catch {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#work-single-overview .div-property {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(var(--grid) * -1.5);
}

#work-single-overview .div-property .div-property-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  width: var(--grid-52);
}

#work-single-overview .div-property .div-property-2 .ul-os {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--grid-2);
}

#work-single-overview .div-property .div-property-2 .ul-os > li {
  text-align: center
}

#work-single-overview .div-property .div-property-2 .ul-os .icon-os {
  fill: var(--black);
  width: auto;
  height: 4rem;
  margin-bottom: 0.8rem;
}

#work-single-overview .div-property .div-property-2 .ul-os .text-os {
  font-size: 1.6rem;
}

#work-single-overview .div-description { 
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
}

#work-single-overview .div-description .p-description {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0.4em 0;
}

#work-single-overview .div-description .figure-video {
  width: var(--grid-58);
  aspect-ratio: 16 / 9;
  border-radius: 0.8rem;
  margin: 0 auto;
  overflow: hidden;
}

#work-single-overview .div-description .figure-video img,
#work-single-overview .div-description .figure-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) and (orientation: portrait) {
  #work-single-overview {
    gap: var(--grid-4);
    width: auto;
    padding: var(--grid-4) 0;
    margin: 0 var(--grid-2);
  }

  #work-single-overview .div-heading .h-title {
    font-size: 4rem;
  }

  #work-single-overview .div-heading .h-catch {
    font-size: 2.8rem;
  }

  #work-single-overview .div-property {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: var(--grid-2);
    margin-top: 0;
  }

  #work-single-overview .div-property .div-property-1 {
    gap: var(--grid);
    width: 100%;
    flex-wrap: wrap;
  }

  #work-single-overview .div-property .div-property-2 .ul-os .icon-os {
    height: 3.2rem;
  }

  #work-single-overview .div-property .div-property-2 .ul-os .text-os {
    font-size: 1.28rem;
  }

  #work-single-overview .div-description .p-description {
    font-size: 1.84rem;
  }

  #work-single-overview .div-description .figure-video {
    width: 100%;
  }
}


/*============================================================
  #work-single-solution
============================================================*/
#work-single-solution {
  width: var(--grid-70);
  padding: var(--grid-4) 0 var(--grid-6);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#work-single-solution .dl-solution {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#work-single-solution .dl-solution + .dl-solution {
  margin-top: var(--grid-4);
}

#work-single-solution .dl-solution > dt {
  font-size: 2rem;
  letter-spacing: 0.08em;
}

#work-single-solution .dl-solution > dd {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#work-single-solution .dl-solution > dd .h-catch {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: -0.2em 0;
}

#work-single-solution .dl-solution > dd .p-description {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: -0.4em 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  #work-single-solution {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #work-single-solution .dl-solution > dt {
    font-size: 1.84rem;
  }

  #work-single-solution .dl-solution > dd {
    gap: var(--grid-3);
  }

  #work-single-solution .dl-solution > dd .h-catch {
    font-size: 2.4rem;
  }

  #work-single-solution .dl-solution > dd .p-description {
    font-size: 1.84rem;
  }
}


/*============================================================
  #work-single-point
============================================================*/
#work-single-point {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: 100%;
  padding: var(--grid-6) 0;
  background-color: #f2f2f2;
  position: relative;
  z-index: 0;
}

#work-single-point .h-title-section {
  width: var(--grid-70);
  margin: -0.02em auto 0;
}

#work-single-point .ul-point {
  width: var(--grid-82);
  margin: 0 auto;
}

#work-single-point .item-point .div-item-point-2 .figure-item-point {
  aspect-ratio: 1 / 1;
  background-color: var(--white);
}

#work-single-point .item-point .div-item-point-2 .figure-item-point > span {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--grid);
}

#work-single-point .item-point .div-item-point-2 .figure-item-point img.picture {
  object-fit: contain;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  #work-single-point .ul-point {
    justify-content: center;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #work-single-point {
    gap: var(--grid-4);
    padding: var(--grid-6) 0;
  }

  #work-single-point .h-title-section {
    width: auto;
    margin: -0.02em var(--grid-2);
  }

  #work-single-point .ul-point {
    width: auto;
    margin: 0 var(--grid-2);
  }
}


/*============================================================
  #work-single-footer
============================================================*/
#work-single-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--grid);
  width: 100%;
  padding: var(--grid-6) 0;
  background-color: var(--matteblack);
  position: relative;
  z-index: 0;
}

#work-single-footer .div-work-single-footer-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-28);
  background-color: var(--white);
  border-radius: var(--grid);
  padding: var(--grid-3);
}

#work-single-footer .div-work-single-footer-1 .div-list-category {
  max-height: calc((3.6rem * 2) + 1.2rem);
  overflow: hidden;
}

#work-single-footer .div-work-single-footer-1 .div-list-tag {
  max-height: calc((3.6rem * 5) + (1.2rem * 4));
  overflow: hidden;
}

#work-single-footer .div-work-single-footer-1 .div-list-category.all,
#work-single-footer .div-work-single-footer-1 .div-list-tag.all {
  max-height: none;
}

#work-single-footer .div-work-single-footer-1 .p-button {
  text-align: center;
}

#work-single-footer .div-work-single-footer-2 {
  width: var(--grid-40);
  background-color: var(--white);
  border-radius: var(--grid);
  padding: var(--grid-3);
}

#work-single-footer .div-work-single-footer-2 .div-list-work {
  max-height: calc((var(--grid-10) + var(--grid-4)) * 2);
  margin-top: calc(var(--grid) * -0.5);
  overflow: hidden;
}

#work-single-footer .div-work-single-footer-2 .div-list-work.all {
  max-height: none;
}

#work-single-footer .div-work-single-footer-2 .ul-work > li {
  padding: var(--grid-2) 0;
}

#work-single-footer .div-work-single-footer-2 .ul-work > li + li {
  border-top: 1px solid var(--gray);
}

#work-single-footer .div-work-single-footer-2 .ul-work > li > a {
  display: block;
}

#work-single-footer .div-work-single-footer-2 .p-button {
  text-align: center;
}

#work-single-footer .div-work-single-footer-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--grid);
  width: var(--grid-70);
}

@media (hover: hover) {
  #work-single-footer .div-work-single-footer-2 .ul-work > li > a:hover {
    opacity: 0.64;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #work-single-footer {
    flex-direction: column;
    gap: var(--grid-2);
    padding: var(--grid-4) 0;
  }

  #work-single-footer .div-work-single-footer-1 {
    gap: var(--grid-2);
    width: auto;
    padding: var(--grid-2);
    margin: 0 var(--grid-2);
  }

  #work-single-footer .div-work-single-footer-1 .div-list-category {
    max-height: calc((3.6rem * 2) + 0.8rem);
  }

  #work-single-footer .div-work-single-footer-1 .div-list-tag {
    max-height: calc((3.6rem * 5) + (0.8rem * 4));
  }

  #work-single-footer .div-work-single-footer-2 {
    width: auto;
    padding: var(--grid-2);
    margin: 0 var(--grid-2);
  }

  #work-single-footer .div-work-single-footer-2 .div-list-work {
    max-height: calc((var(--grid-16) + var(--grid-4)) * 2);
    margin-top: calc(var(--grid) * -1);
  }

  #work-single-footer .div-work-single-footer-3 {
    gap: var(--grid);
    width: auto;
    padding-bottom: calc(6.4rem + var(--grid-2));
    margin: 0 auto;
    position: relative;
  }

  #work-single-footer .div-work-single-footer-3 .button-prev,
  #work-single-footer .div-work-single-footer-3 .button-next {
    width: auto;
  }

  #work-single-footer .div-work-single-footer-3 .button-archive {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}


/*------------------------------------------------------------


  #company


------------------------------------------------------------*/
/*============================================================
  #company-header
============================================================*/
#company-header {
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

@media (max-width: 768px) and (orientation: portrait) {
  #company-header {
    width: auto;
    margin: 0 var(--grid-2);
  }
}


/*============================================================
  #company-overview
============================================================*/
#company-overview {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

#company-overview .div-company-overview-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#company-overview .div-company-overview-1 .ul-overview {
  width: var(--grid-48);
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

#company-overview .div-company-overview-1 .ul-overview > li {
  padding: calc(var(--grid) * 1.5) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

#company-overview .div-company-overview-1 .dl-overview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--grid-2);
  width: 100%;
}

#company-overview .div-company-overview-1 .dl-overview > dt {
  width: var(--grid-10);
  font-size: 1.84rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

#company-overview .div-company-overview-1 .dl-overview > dd {
  display: flex;
  flex-direction: column;
  gap: var(--grid);
  width: 100%;
  font-size: 1.84rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

#company-overview .div-company-overview-1 .ul-business {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  counter-reset: item;
}

#company-overview .div-company-overview-1 .ul-business > li {
  padding-left: 2.4rem;
}

#company-overview .div-company-overview-1 .ul-business > li:before {
  content: counter(item);
  counter-increment: item;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--black);
  font-family: "Inter";
  font-size: 80%;
  line-height: 1;
  border: 1px solid var(--black);
  border-radius: 1.6rem;
  margin-left: -2.8rem;
  margin-right: 0.6rem;
  vertical-align: 16%;
}

#company-overview .div-company-overview-1 .figure-overview {
  width: var(--grid-16);
  height: calc((var(--grid-16) / 3) * 4);
  border-radius: var(--grid);
  overflow: hidden;
}

#company-overview .div-company-overview-1 .figure-overview img.picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) and (orientation: portrait) {
  #company-overview {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #company-overview .div-company-overview-1 {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-2);
  }

  #company-overview .div-company-overview-1 .ul-overview {
    width: 100%;
  }

  #company-overview .div-company-overview-1 .dl-overview > dt {
    width: var(--grid-14);
  }

  #company-overview .div-company-overview-1 .dl-overview > dd {
    letter-spacing: 0.02em;
    line-height: 1.6;
  }

  #company-overview .div-company-overview-1 .ul-business {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    counter-reset: item;
  }

  #company-overview .div-company-overview-1 .figure-overview {
    width: var(--grid-24);
    height: calc((var(--grid-24) / 3) * 4);
  }
}


/*============================================================
  #company-message
============================================================*/
#company-message {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

#company-message .div-company-message-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
  width: 100%;
}

#company-message .div-company-message-1 .h-catch {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-block: -0.22em;
}

#company-message .div-company-message-1 .div-message {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#company-message .div-company-message-1 .p-message {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-block: -0.3em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #company-message {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #company-message .div-company-message-1 {
    gap: var(--grid-4);
  }

  #company-message .div-company-message-1 .h-catch {
    font-size: 2.8rem;
  }

  #company-message .div-company-message-1 .div-message {
    gap: var(--grid-3);
  }

  #company-message .div-company-message-1 .p-message {
    font-size: 1.84rem;
  }
}


/*------------------------------------------------------------


  #contact


------------------------------------------------------------*/
/*============================================================
  #contact-header
============================================================*/
#contact-header {
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

@media (max-width: 768px) and (orientation: portrait) {
  #contact-header {
    width: auto;
    margin: 0 var(--grid-2);
  }
}


/*============================================================
  #contact-form
============================================================*/
#contact-form {
  width: var(--grid-70);
  margin: 0 auto;
}

#contact-form .div-contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: 100%;
  margin-bottom: var(--grid-2);
}

#contact-form .div-contact-form-1 .ul-form {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

#contact-form .div-contact-form-1 .ul-form > li {
  padding: calc(var(--grid) * 1.5) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

#contact-form .div-contact-form-1 .dl-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--grid-2);
}

#contact-form .div-contact-form-1 .dl-form > dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: var(--grid-16);
  height: calc(var(--grid) * 3.5);
  font-size: 1.84rem;
  letter-spacing: 0.04em;
  line-height: 1.44;
}

#contact-form .div-contact-form-1 .dl-form > dt .label-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.28rem;
  background-color: var(--black);
  padding: 0.4rem 0.8rem;
}

#contact-form .div-contact-form-1 .dl-form > dd {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: var(--grid);
}

#contact-form .div-contact-form-1 .dl-form > dd input[type="text"],
#contact-form .div-contact-form-1 .dl-form > dd input[type="email"],
#contact-form .div-contact-form-1 .dl-form > dd input[type="tel"],
#contact-form .div-contact-form-1 .dl-form > dd select,
#contact-form .div-contact-form-1 .dl-form > dd textarea {
  width: 100%;
  font-size: 1.84rem;
  letter-spacing: 0.04em;
  background-color: var(--lightgray);
  border-radius: 0.4rem;
}

#contact-form .div-contact-form-1 .dl-form > dd input[type="text"],
#contact-form .div-contact-form-1 .dl-form > dd input[type="email"],
#contact-form .div-contact-form-1 .dl-form > dd input[type="tel"],
#contact-form .div-contact-form-1 .dl-form > dd select {
  height: calc(var(--grid) * 3.5);
  padding-left: var(--grid);
  padding-right: var(--grid);
}

#contact-form .div-contact-form-1 .dl-form > dd select {
  cursor: pointer;
}

#contact-form .div-contact-form-1 .dl-form > dd textarea {
  height: calc(1.6 * 8em);
  line-height: 1.6;
  padding: 1.2rem var(--grid);
}

#contact-form .div-contact-form-1 .dl-form > dd input[type="submit"]:disabled,
#contact-form .div-contact-form-1 .dl-form > dd input[type="button"]:disabled {
  opacity: 0.2;
  cursor: default;
}

#contact-form .div-contact-form-1 .dl-form > dd input::placeholder,
#contact-form .div-contact-form-1 .dl-form > dd textarea::placeholder {
  color: #c8c8c8;
}

#contact-form .div-contact-form-1 .dl-form > dd .div-selectbox {
  position: relative;
}

#contact-form .div-contact-form-1 .dl-form > dd .text-notes {
  font-size: 1.28rem;
  letter-spacing: 0.04em;
}

#contact-form .div-contact-form-2 {
  text-align: center;
}

#contact-form .div-contact-form-2 .div-confirm label span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
}

#contact-form .div-contact-form-2 .div-confirm label span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 0.4rem;
  box-sizing: border-box;
}

#contact-form .div-contact-form-2 .div-confirm label span::after {
  content: "";
  display: block;
  width: 1.04rem;
  height: 0.64rem;
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  margin: auto 0;
  opacity: 0;
  position: absolute;
  left: 0.64rem;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg) translateY(-40%);
}

#contact-form .div-contact-form-2 .div-confirm input:checked + span::after {
  opacity: 1;
}

#contact-form .div-contact-form-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#contact-form .div-contact-form-3 input[type="submit"],
#contact-form .div-contact-form-3 input[type="button"] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  color: var(--black);
  height: 6.4rem;
  font-size: 1.52rem;
  letter-spacing: 0.02em;
  border: 1px solid var(--black);
  border-radius: 3.2rem;
  padding: 0 3.2rem;
}

#contact-form .wpcf7-not-valid-tip {
  font-size: 1.52rem;
  letter-spacing: 0.02em;
  margin-top: 0.8em;
}

#contact-form .wpcf7-list-item {
  margin: 0 !important;
}

#contact-form .wpcf7-spinner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#contact-form .wpcf7-response-output {
  color: var(--red);
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-color: transparent;
  border: none;
  border-radius: 0.2rem;
  padding: 0.2em 0.4em;
}

@media (hover: hover) {
  #contact-form .div-contact-form-3 input[type="submit"]:hover,
  #contact-form .div-contact-form-3 input[type="button"]:hover {
    color: var(--white);
    background-color: var(--black);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #contact-form {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #contact-form .div-contact-form-1 .dl-form {
    flex-direction: column;
    justify-content: initial;
  }

  #contact-form .div-contact-form-1 .dl-form > dt {
    width: 100%;
    height: auto;
  }

  #contact-form .div-contact-form-1 .dl-form > dd {
    width: 100%;
  }

  #contact-form .div-contact-form-1 .dl-form > dd input[type="text"],
  #contact-form .div-contact-form-1 .dl-form > dd input[type="email"],
  #contact-form .div-contact-form-1 .dl-form > dd input[type="tel"],
  #contact-form .div-contact-form-1 .dl-form > dd select {
    height: var(--grid-6);
  }

  #contact-form .div-contact-form-1 .dl-form > dd .text-notes {
    font-size: 1.12rem;
  }
}


/*============================================================
  #contact-thanks
============================================================*/
#contact-thanks {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-70);
  margin: 0 auto var(--grid-2);
}

#contact-thanks .h-catch {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: -0.02em;
}

#contact-thanks .p-message {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-block: -0.3em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #contact-thanks {
    width: auto;
    margin: 0 var(--grid-2) var(--grid-4);
  }

  #contact-thanks .h-catch {
    font-size: 3.2rem;
  }

  #contact-thanks .p-message {
    font-size: 1.84rem;
  }
}


/*------------------------------------------------------------


  #policy


------------------------------------------------------------*/
/*============================================================
  #policy-header
============================================================*/
#policy-header {
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

@media (max-width: 768px) and (orientation: portrait) {
  #policy-header {
    width: auto;
    margin: 0 var(--grid-2);
  }
}

/*============================================================
  #policy-terms
============================================================*/
#policy-terms {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

#policy-terms .ul-terms > li {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  padding: var(--grid-2) 0;
}

#policy-terms .h-title {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-block: -0.22em;
}

#policy-terms .h-title .number {
  display: inline-block;
  min-width: 3.2rem;
  font-family: "Inter", sans-serif;
  vertical-align: baseline;
}

#policy-terms .p-description {
  font-size: 1.84rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-block: -0.3em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #policy-terms {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #policy-terms .ul-terms > li .h-title {
    font-size: 2rem;
  }

  #policy-terms .h-title .number {
    min-width: 2.4rem;
  }

  #policy-terms .ul-terms > li .p-description {
    font-size: 1.6rem;
  }
}


/*------------------------------------------------------------


  #error


------------------------------------------------------------*/
/*============================================================
  #error-header
============================================================*/
#error-header {
  width: var(--grid-70);
  padding: var(--grid-4) 0;
  margin: 0 auto;
}

#error-header .h-title-page-en {
  font-size: 6.4rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #error-header {
    width: auto;
    margin: 0 var(--grid-2);
  }

  #error-header .h-title-page-en {
    font-size: 4.8rem;
  }
}


/*============================================================
  #error-message
============================================================*/
#error-message {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-70);
  margin: 0 auto var(--grid-2);
}

#error-message .p-message {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-block: -0.3em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #error-message {
    width: auto;
    margin: 0 var(--grid-2) var(--grid-4);
  }

  #error-message .p-message {
    font-size: 1.84rem;
  }
}



