body {
  background-color: #fff;
  background-color: #ffffff;
}

br.sp {
  display: inline;
}
br.pc {
  display: none;
}

.spOnly {
  display: block !important;
}

.pcOnly {
  display: none !important;
}

.l-content--dark {
  background-color: #1a1a1a;
  color: #fff;
}

.p-lab-inner-lg {
  padding: 0 25px;
}

.p-lab-mv {
  position: relative;
  width: 100%;
  height: 118.6666666667vw;
  overflow: hidden;
}
.p-lab-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/lab/detail_lab_mv-sp.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-lab-mv__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 25px;
}
.p-lab-mv__copy {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.08em;
}

.p-lab-topics {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-bottom: 10.6666666667vw;
}
.p-lab-topics__head {
  margin-bottom: 8vw;
}
.p-lab-topics__title {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-lab-topics__title::after {
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-left: 12px;
  vertical-align: middle;
  content: "";
  background: #d80008;
}
.p-lab-topics__more {
  position: relative;
  display: inline-block;
  margin-top: 10.6666666667vw;
  padding-bottom: 1.6vw;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fafafa;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
.p-lab-topics__more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #d80008;
}
.p-lab-topics__more:hover {
  color: #d80008;
}
.p-lab-topics__more:hover svg circle {
  fill: #d80008;
}
.p-lab-topics__more:hover::after {
  -webkit-animation: lab-more-anime 0.8s;
          animation: lab-more-anime 0.8s;
}
@keyframes lab-more-anime {
  0% {
    right: 0;
    left: auto;
    width: 100%;
  }
  50% {
    right: 0;
    left: auto;
    width: 0;
  }
  50.1% {
    right: auto;
    left: 0;
    width: 0;
  }
  100% {
    right: auto;
    left: 0;
    width: 100%;
  }
}
.p-lab-topics__more .icon {
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  margin-right: 1.3333333333vw;
}
.p-lab-topics__more .icon svg {
  width: 100%;
  height: 100%;
}
.p-lab-topics__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-lab-topics__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  text-decoration: none;
  color: #fff;
}
.p-lab-topics__card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35.2vw;
  overflow: hidden;
}
.p-lab-topics__card__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 312/175;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lab-topics__card__text {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
}
.p-lab-topics__card__service {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.p-lab-about {
  margin-top: 26.6666666667vw;
}
.p-lab-about__title img {
  display: block;
  width: 72vw;
  height: auto;
}
.p-lab-about__lead {
  margin-top: 8vw;
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.p-lab-about__body {
  margin-top: 8vw;
}
.p-lab-about__text {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.p-lab-about__text p + p {
  margin-top: 1em;
}
.p-lab-about__image {
  margin-top: 8vw;
}
.p-lab-about__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-lab-tech {
  position: relative;
  margin-top: 26.6666666667vw;
  padding-bottom: 16vw;
  overflow: hidden;
}
.p-lab-tech__bg {
  position: absolute;
  top: 8vw;
  left: 0;
  width: 100%;
  height: calc(100% - 8vw);
  background-image: url("../../assets/img/lab/detail_lab_tech_bg-sp.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}
.p-lab-tech__content {
  position: relative;
  z-index: 1;
}
.p-lab-tech__line {
  display: block;
  width: 10.6666666667vw;
  height: 1px;
  background: #d80008;
  margin-bottom: 5.3333333333vw;
}
.p-lab-tech__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14.4vw;
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0.02em;
}
.p-lab-tech__subtitle {
  margin-top: 8vw;
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.p-lab-tech__desc {
  margin-top: 4vw;
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.p-lab-tech__system {
  margin-top: 16vw;
}
.p-lab-tech__system__title {
  padding-bottom: 4vw;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-lab-tech__system__image {
  margin-top: 0;
  text-align: center;
}
.p-lab-tech__system__image img {
  display: block;
  width: 67.4666666667vw;
  height: auto;
  margin: 0 auto;
}

.p-lab-process {
  margin-top: 26.6666666667vw;
}
.p-lab-process__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8vw;
  margin-top: 8vw;
}
.p-lab-process__card {
  position: relative;
  width: 100%;
  height: 90.6666666667vw;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-lab-process__card--01 {
  background-image: url("../../assets/img/lab/detail_lab_process_img-01-sp.png");
}
.p-lab-process__card--02 {
  background-image: url("../../assets/img/lab/detail_lab_process_img-02-sp.png");
}
.p-lab-process__card--03 {
  background-image: url("../../assets/img/lab/detail_lab_process_img-03-sp.png");
}
.p-lab-process__card__body {
  width: 100%;
  padding: 8vw;
  text-align: center;
}
.p-lab-process__card__label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  color: #d80008;
  line-height: 1;
  margin-bottom: 2.6666666667vw;
}
.p-lab-process__card__heading {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 2.6666666667vw;
}
.p-lab-process__card__text {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.p-lab-topics-list {
  margin-top: 26.6666666667vw;
}
.p-lab-topics-list__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-lab-topics-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16vw;
  margin-top: 10.6666666667vw;
}
.p-lab-topics-list__item {
  display: block;
  text-decoration: none;
  color: #fff;
}
.p-lab-topics-list__item__image {
  overflow: hidden;
}
.p-lab-topics-list__item__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 312/175;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lab-topics-list__item__body {
  margin-top: 10px;
}
.p-lab-topics-list__item__text {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
}
.p-lab-topics-list__item__service {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.p-lab-topics-list .p-lab-topics__more {
  margin-top: 16vw;
}

.p-lab-location {
  margin-top: 26.6666666667vw;
}
.p-lab-location .p-top__section03__footer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-image: url("../../assets/img/lab/detail_location_bg-sp.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.p-lab-location .p-top__section03__footer__inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 86.6666666667vw;
  padding-top: 16vw;
  padding-bottom: 29.3333333333vw;
  margin-right: auto;
  margin-left: auto;
}
.p-lab-location .p-top__section03__footer__right {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding-bottom: 47.4666666667vw;
}
.p-lab-location .p-top__section03__footer .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-lab-location .p-top__section03__footer .map iframe {
  width: 100%;
  height: 100%;
}
.p-lab-location .p-top__section03__footer .title {
  margin-bottom: 6.4vw;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 26px;
  font-size: 6.9333333333vw;
}
.p-lab-location .p-top__section03__footer .address {
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-bottom: 8vw;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-lab-location .p-top__section03__footer .info {
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-bottom: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-lab-location .p-top__section03__footer .info span {
  font-size: 14px;
  font-size: 3.7333333333vw;
  display: block;
  margin-bottom: 3.2vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-lab-location .p-top__section03__footer .btn {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  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;
  width: 53.3333333333vw;
  height: 16vw;
  margin-bottom: 10.6666666667vw;
  border: 1px solid #fff;
  color: #fff;
}
.p-lab-location .p-top__section03__footer .btn span {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.p-lab-location .p-top__section03__footer .btn svg {
  width: 5.3333333333vw;
  margin-left: 3.7333333333vw;
}

.p-lab-breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 10.6666666667vw 25px;
}

@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737;
  }
}

@media only screen and (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .p-lab-inner-lg {
    width: 80.9523809524vw;
    margin: 0 auto;
    padding: 0;
  }
  .p-lab-mv {
    height: 48.8095238095vw;
  }
  .p-lab-mv__bg {
    background-image: url("../../assets/img/lab/detail_lab_mv-pc.png");
  }
  .p-lab-mv__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 5.9523809524vw 0 0;
  }
  .p-lab-mv__copy {
    font-size: 2.8571428571vw;
  }
  .p-lab-topics {
    margin-top: -50px;
    padding-bottom: 3.5714285714vw;
  }
  .p-lab-topics__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-lab-topics__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10.7142857143vw;
    margin-bottom: 0;
    margin-right: 16.6666666667vw;
  }
  .p-lab-topics__title {
    font-size: 2.380952381vw;
  }
  .p-lab-topics__more {
    margin-top: 4.7619047619vw;
    padding-bottom: 0.5952380952vw;
    font-size: 2.2rem;
  }
  .p-lab-topics__more .icon {
    width: 1.1904761905vw;
    height: 1.1904761905vw;
    margin-right: 10px;
  }
  .p-lab-topics__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: visible;
  }
  .p-lab-topics__card {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18.630952381vw;
  }
  .p-lab-topics__card__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-lab-topics__card__body {
    margin-top: 10px;
  }
  .p-lab-topics__card__text {
    font-size: 0.9523809524vw;
  }
  .p-lab-topics__card__service {
    font-size: 0.8333333333vw;
  }
  .p-lab-about {
    margin-top: 11.3095238095vw;
  }
  .p-lab-about__title img {
    width: 73.8095238095vw;
  }
  .p-lab-about__lead {
    margin-top: 3.869047619vw;
    font-size: 1.5476190476vw;
  }
  .p-lab-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.380952381vw;
    margin-top: 5.9523809524vw;
  }
  .p-lab-about__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.0714285714vw;
  }
  .p-lab-about__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44.0476190476vw;
    margin-top: 0;
  }
  .p-lab-tech {
    margin-top: 9.5238095238vw;
    padding-bottom: 9.5238095238vw;
  }
  .p-lab-tech__bg {
    top: 5.571429vw;
    height: calc(100% - 5.57143vw);
    background-image: url("../../assets/img/lab/detail_lab_tech_bg-pc.png");
  }
  .p-lab-tech__line {
    width: 3.5714285714vw;
    margin-bottom: 1.7857142857vw;
  }
  .p-lab-tech__title {
    font-size: 6.5476190476vw;
  }
  .p-lab-tech__subtitle {
    margin-top: 1.7857142857vw;
    font-size: 2.1428571429vw;
  }
  .p-lab-tech__desc {
    margin-top: 1.7857142857vw;
    font-size: 1.0714285714vw;
  }
  .p-lab-tech__system {
    margin-top: 4.7619047619vw;
  }
  .p-lab-tech__system__title {
    padding-bottom: 0.7738095238vw;
    font-size: 1.4285714286vw;
    width: 49.4047619048vw;
  }
  .p-lab-tech__system__image img {
    width: 49.4047619048vw;
    margin: 0;
  }
  .p-lab-tech__system__image {
    margin-top: 1.1904761905vw;
    text-align: left;
  }
  .p-lab-process {
    margin-top: 9.5238095238vw;
  }
  .p-lab-process__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.1904761905vw;
    margin-top: 3.5714285714vw;
  }
  .p-lab-process__card {
    width: 26.1904761905vw;
    height: 32.1428571429vw;
  }
  .p-lab-process__card--01 {
    background-image: url("../../assets/img/lab/detail_lab_process_img-01-pc.png");
  }
  .p-lab-process__card--02 {
    background-image: url("../../assets/img/lab/detail_lab_process_img-02-pc.png");
  }
  .p-lab-process__card--03 {
    background-image: url("../../assets/img/lab/detail_lab_process_img-03-pc.png");
  }
  .p-lab-process__card__body {
    padding: 2.380952381vw 1.7857142857vw;
  }
  .p-lab-process__card__label {
    font-size: 1.4285714286vw;
    margin-bottom: 0.5952380952vw;
  }
  .p-lab-process__card__heading {
    font-size: 1.4285714286vw;
    margin-bottom: 0.5952380952vw;
  }
  .p-lab-process__card__text {
    font-size: 0.8928571429vw;
  }
  .p-lab-topics-list {
    margin-top: 9.5238095238vw;
  }
  .p-lab-topics-list__title {
    font-size: 3.3333333333vw;
  }
  .p-lab-topics-list__grid {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.0238095238vw;
       -moz-column-gap: 2.0238095238vw;
            column-gap: 2.0238095238vw;
    row-gap: 3.5714285714vw;
    margin-top: 3.2738095238vw;
  }
  .p-lab-topics-list__item__text {
    font-size: 0.9523809524vw;
  }
  .p-lab-topics-list__item__service {
    font-size: 0.8333333333vw;
  }
  .p-lab-topics-list .p-lab-topics__more {
    margin-top: 3.5714285714vw;
  }
  .p-lab-location {
    margin-top: 9.5238095238vw;
  }
  .p-lab-location .p-top__section03__footer {
    background-image: url("../../assets/img/lab/detail_location_bg-pc.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
  .p-lab-location .p-top__section03__footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 73.8095238095%;
    padding-top: 9.5238095238%;
    padding-bottom: 17.8571428571%;
  }
  .p-lab-location .p-top__section03__footer__right {
    width: 50%;
    padding-bottom: 27.4193548387%;
  }
  .p-lab-location .p-top__section03__footer .title {
    margin-bottom: 4.2016806723%;
    font-size: 3.3333333333vw;
  }
  .p-lab-location .p-top__section03__footer .address {
    margin-bottom: 3.5714285714%;
    font-size: 0.8928571429vw;
  }
  .p-lab-location .p-top__section03__footer .info {
    margin-bottom: 1.1904761905vw;
    font-size: 0.8928571429vw;
  }
  .p-lab-location .p-top__section03__footer .info span {
    margin-bottom: 2.1008403361%;
    font-size: 0.8928571429vw;
  }
  .p-lab-location .p-top__section03__footer .btn {
    width: 14.2857142857vw;
    height: 3.5714285714vw;
    margin-bottom: 0;
  }
  .p-lab-location .p-top__section03__footer .btn span {
    font-size: 0.9523809524vw;
  }
  .p-lab-location .p-top__section03__footer .btn svg {
    width: 1.1904761905vw;
    margin-left: 1.1904761905vw;
  }
  .p-lab-breadcrumbs {
    width: 80.9523809524vw;
    margin: 0 auto;
    padding: 3.5714285714vw 0;
  }
}