/*
Theme Name: original Child
Version: 1.0
Template: original
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

.loading {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background-color: #EAEAEA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='max(4rem, 30px)' height='max(4rem, 30px)' viewBox='0 0 max(4rem, 30px) max(4rem, 30px)'%3E%3Crect x='0' y='0' width='max(0.4rem, 2px)' height='max(0.4rem, 2px)' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: max(4rem, 30px) max(4rem, 30px);
  z-index: 999999;
  display: block !important;
}
.loading__inner {
  position: absolute;
  left: max(7rem, 30px);
  bottom: max(7rem, 30px);
}
.loading__title h2 {
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(2.375vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.loading__title p {
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.loading__progress {
  position: relative;
  width: 100%;
  height: max(0.1875vw, 3px);
  margin-top: max(4rem, 30px);
  background: rgba(0, 35, 83, 0.2);
}
.loading__progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DF0234;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.fixedShapes {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  pointer-events: none;
}
.fixedShapes .shapeBox {
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 42.5%;
  margin-left: auto;
  -webkit-perspective: inherit;
          perspective: inherit;
}
@media screen and (max-width: 768px) {
  .fixedShapes .shapeBox {
    width: 60vw;
    top: unset;
    right: -25%;
    bottom: 0%;
  }
}
@media screen and (max-width: 550px) {
  .fixedShapes .shapeBox {
    bottom: 10%;
  }
}
.fixedShapes .shapeBox .cube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  opacity: 0;
}
.fixedShapes .shapeBox .cube.cube-topright {
  position: relative;
  z-index: 2;
}
.fixedShapes .shapeBox .cube.cube-bottomleft {
  position: absolute;
  top: 100%;
  right: 75%;
  z-index: 1;
}
.fixedShapes .shapeBox .cube.cube-bottomright {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
}
.fixedShapes .shapeBox .cube.cube-topleft {
  position: absolute;
  top: 0;
  right: 75%;
  z-index: 1;
}
.fixedShapes .fixedShapes__text {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 55%;
  left: 4.1%;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(13.75vw, 100px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fixedShapes .fixedShapes__text {
    top: unset;
    bottom: 5%;
    font-size: 23vw;
  }
}
@media screen and (max-width: 550px) {
  .fixedShapes .fixedShapes__text {
    left: 3.1%;
    bottom: 15%;
  }
}
.fixedShapes .fixedShapes__text .split-char {
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#front .hero {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#front .hero__wrapper p {
  position: absolute;
  top: 25%;
  left: 5%;
  font-size: max(2.875vw, 40px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  text-shadow: 0 0 1px #000;
}
#front .hero__wrapper p span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  will-change: transform, opacity, filter;
}
@supports ((-webkit-clip-path: inset(50% 0 50% 0)) or (clip-path: inset(50% 0 50% 0))) {
  #front .hero__wrapper p span {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@media screen and (max-width: 768px) {
  #front .hero__wrapper p {
    top: 15%;
    font-size: max(9vw, 42px);
    line-height: 1.5;
  }
}
#front .preface__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(10rem, 50px);
  z-index: 0;
}
#front .preface__inner__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  gap: max(5rem, 10px);
  max-width: max(40%, 415px);
}
@media screen and (max-width: 550px) {
  #front .preface__inner__text {
    width: 100%;
    max-width: 100%;
  }
}
#front .preface__inner__text--ja {
  font-size: max(3.6rem, 24px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1px #000;
}
@media screen and (max-width: 550px) {
  #front .preface__inner__text--ja {
    font-size: 6vw;
  }
}
#front .preface__inner__text--ja .split-char {
  opacity: 0.2;
}
#front .preface__inner__text--en {
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1px #000;
}
@media screen and (max-width: 550px) {
  #front .preface__inner__text--en {
    font-size: 3vw;
  }
}
#front .preface__inner__text--en .split-char {
  opacity: 0.2;
}
#front .preface__inner--first {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 100vh;
  margin-right: 10%;
}
@media screen and (max-width: 1000px) {
  #front .preface__inner--first {
    margin: 0 10%;
  }
}
@media screen and (max-width: 550px) {
  #front .preface__inner--first {
    margin: 0 5%;
  }
}
#front .preface__inner--first .preface__inner__text {
  margin-top: max(20rem, 100px);
}
#front .preface__inner--second {
  margin-top: max(10rem, 50px);
  width: 107.5%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: 10%;
}
@media screen and (max-width: 1000px) {
  #front .preface__inner--second {
    width: auto;
    margin: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  #front .preface__inner--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (max-width: 550px) {
  #front .preface__inner--second {
    margin: 0 5%;
    min-height: 100vh;
  }
}
#front .preface__inner--second .preface__inner__text {
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: max(10rem, 50px);
}
@media screen and (max-width: 1000px) {
  #front .preface__inner--second .preface__inner__text {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  #front .preface__inner--second .preface__inner__text {
    position: static;
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  #front .preface__inner--second .preface__inner__text {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
#front .preface__inner--second .preface__inner__image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  bottom: 0;
  z-index: 0;
  width: max(110rem, 450px);
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #front .preface__inner--second .preface__inner__image {
    right: -35%;
  }
}
@media screen and (max-width: 550px) {
  #front .preface__inner--second .preface__inner__image {
    width: 75vw;
    right: -25%;
  }
}
#front .preface__inner--second .preface__inner__image svg {
  width: 100%;
  height: auto;
}
#front .preface__inner--second .preface__inner__image svg path {
  fill: transparent;
  stroke-width: 3;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-transition: stroke-dashoffset 1.4s ease-in-out, fill 0.8s ease-in-out 1s;
  transition: stroke-dashoffset 1.4s ease-in-out, fill 0.8s ease-in-out 1s;
}
#front .preface__inner--second .preface__inner__image svg:nth-of-type(1) {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 46%;
}
#front .preface__inner--second .preface__inner__image svg:nth-of-type(1) path {
  stroke: #002353;
  stroke-width: 2;
}
#front .preface__inner--second .preface__inner__image svg:nth-of-type(2) path {
  stroke: #002353;
  stroke-width: 2;
}
#front .preface__inner--second .preface__inner__image svg:nth-of-type(2) path:nth-of-type(2) {
  stroke: #df0234;
  stroke-width: 2;
}
#front .preface__inner--second .preface__inner__image.active svg:nth-of-type(1) path {
  stroke-dashoffset: 0;
  fill: #002353;
}
#front .preface__inner--second .preface__inner__image.active svg:nth-of-type(2) path {
  stroke-dashoffset: 0;
  fill: #002353;
}
#front .preface__inner--second .preface__inner__image.active svg:nth-of-type(2) path:nth-of-type(2) {
  fill: #df0234;
}
#front .business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 100vh;
  background: #fff;
  z-index: 10;
}
#front .business__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(7rem, 30px);
  padding-top: max(20rem, 80px);
  padding-bottom: max(20rem, 100px);
  padding-left: 10%;
}
@media screen and (max-width: 1300px) {
  #front .business__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #front .business__wrapper {
    padding-left: 5%;
  }
}
#front .business__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: max(39rem, 325px);
}
@media screen and (max-width: 1300px) {
  #front .business__text {
    min-width: unset;
    margin-right: 10%;
  }
}
#front .business__text h3 {
  margin-bottom: max(2.5rem, 20px);
}
#front .business__list {
  width: 100%;
  overflow: hidden;
}
#front .business__list .sliderBox .slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(0.5rem, 5px);
}
#front .business__list .sliderBox .slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100vw - max(39rem, 325px) - 28vw);
}
@media screen and (max-width: 1300px) {
  #front .business__list .sliderBox .slider__item {
    width: 70vw;
  }
}
#front .business__list .sliderBox .slider__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(4rem, 25px);
     -moz-column-gap: max(4rem, 25px);
          column-gap: max(4rem, 25px);
  padding: max(3rem, 20px);
  height: 100%;
  background: #EAEAEA;
}
@media screen and (max-width: 768px) {
  #front .business__list .sliderBox .slider__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .business__list .sliderBox .slider__item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: max(3rem, 20px);
  height: max(3rem, 20px);
  background: transparent;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  background-color: #DF0234;
  z-index: 1;
  pointer-events: none;
}
#front .business__list .sliderBox .slider__item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
#front .business__list .sliderBox .slider__item--image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(37rem, 250px);
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #front .business__list .sliderBox .slider__item--image {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
#front .business__list .sliderBox .slider__item--image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#front .business__list .sliderBox .slider__item--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: max(3rem, 25px) 0;
}
#front .business__list .sliderBox .slider__item--text h4 {
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: max(2rem, 15px);
}
#front .business__list .sliderBox .slider__item--text p {
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front .business__list .sliderBox .slider__item .moreBtn {
  position: absolute;
  bottom: 0;
  right: max(1rem, 10px);
}
#front .business__list .sliderBox .slider__item a:hover .slider__item--image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#front .business__list .sliderBox .slider__item a:hover .moreBtn__link--arrow {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
#front .business__list .sliderBox .bar {
  margin-top: max(7rem, 40px);
  margin-right: 10%;
}
#front .business__list .sliderBox .bar__line {
  position: relative;
  width: 100%;
  height: max(0.25rem, 2px);
  background: rgba(0, 35, 83, 0.2);
}
#front .business__list .sliderBox .bar__line--progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #002353;
}
#front .news {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), color-stop(35%, transparent));
  background: linear-gradient(to bottom, #fff 35%, transparent 35%);
}
#front .news__wrapper {
  background: #002353;
  padding: max(10rem, 50px) max(13rem, 25px);
  border-radius: 0 max(3rem, 10px) 0 0;
}
#front .news__wrapper .btn.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #front .news__wrapper .btn.sp {
    display: block;
  }
}
#front .news__wrapper .btn.pc {
  display: block;
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 768px) {
  #front .news__wrapper .btn.pc {
    display: none;
  }
}
#front .news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: max(5rem, 30px);
}
#front .news__header .section-title {
  margin-bottom: 0;
}
#front .news__content .news__list {
  min-height: 15em;
}
#front .news__content .news__list .news__item:not(:last-child) {
  position: relative;
  padding-bottom: max(2.5rem, 20px);
  margin-bottom: max(2.5rem, 20px);
}
#front .news__content .news__list .news__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.2rem, 2px);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) max(0.2rem, 2px), transparent max(0.2rem, 2px));
  background-size: max(1rem, 10px) max(1rem, 10px);
  background-repeat: repeat-x;
}
#front .news__content .news__list .news__item--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 10px);
  margin-bottom: max(1rem, 10px);
}
#front .news__content .news__list .news__item--meta time,
#front .news__content .news__list .news__item--meta .slash {
  color: #fff;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front .news__content .news__list .news__item--meta .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(1rem, 10px);
}
#front .news__content .news__list .news__item--meta .category li a {
  color: #fff;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#front .news__content .news__list .news__item--meta .category li a:hover {
  color: #DF0234;
}
#front .news__content .news__list .news__item--link {
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#front .news__content .news__list .news__item--link:hover {
  opacity: 0.7;
}
#front .works {
  position: relative;
}
#front .works .btn.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #front .works .btn.sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #front .works .btn.sp {
    display: none;
  }
}
#front .works .btn.pc {
  display: block;
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front .works .btn.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #front .works .btn.pc {
    display: block;
  }
}
#front .works__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: max(12rem, 70px);
  padding-top: max(20rem, 100px);
  padding-bottom: max(20rem, 100px);
}
@media screen and (max-width: 1000px) {
  #front .works__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .works__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  width: 100%;
  top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  #front .works__text {
    top: unset;
    position: relative;
  }
}
#front .works__text__inner {
  margin-bottom: max(6rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front .works__text__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#front .works__text__inner .section-title {
  margin-bottom: 0;
}
#front .works__list {
  display: grid;
  gap: max(5rem, 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(78.5rem, 400px);
}
@media screen and (max-width: 1000px) {
  #front .works__list {
    width: 100%;
  }
}
#front .works__list__item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  #front .works__list__item {
    aspect-ratio: 16/11;
  }
}
#front .works__list__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 max(3rem, 20px) 0 0;
  overflow: hidden;
}
#front .works__list__link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .works__list__link__btn {
  position: absolute;
  display: grid;
  place-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  background: #DF0234;
}
#front .works__list__link__btn img {
  width: max(2.6rem, 20px);
  margin: auto max(1.5rem, 15px);
}
#front .works__list__title {
  position: absolute;
  top: max(1.5rem, 15px);
  left: min(-1.5rem, -10px);
  pointer-events: none;
}
#front .works__list__title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: max(3.7rem, 20px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front .works__list__title h3 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: max(1rem, 5px);
  padding: max(0.5rem, 5px) max(2rem, 15px);
  background: #002353;
}
#front .works__list__title h3 span:first-of-type {
  margin-top: 0;
}
#front .works__list__category {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 10px);
  left: min(-1.5rem, -10px);
  bottom: max(2rem, 15px);
}
#front .works__list__category a {
  padding: max(1rem, 5px) max(1rem, 10px);
  background: #fff;
  color: #002353;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#front .works__list__category a:hover {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}