/* ---------------------
  common
--------------------- */
.fwn {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.f34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
  .f34 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .f34 {
    font-size: 1.8rem;
  }
}

.f38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 834px) {
  .f38 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

/* ---------------------
  laboratory
--------------------- */
.labo-fv {
  margin-top: -210px;
  margin-left: 20px;
  width: calc(100% - 40px);
  aspect-ratio: 1640/700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/laboratory/fv.webp) no-repeat center center/cover;
  color: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .labo-fv {
    margin-top: -120px;
  }
}
@media screen and (max-width: 600px) {
  .labo-fv {
    margin-top: -1rem;
    margin-left: 10px;
    width: calc(100% - 20px);
    aspect-ratio: 720/1200;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
  }
}

.labo-intro {
  margin-top: 14rem;
}
@media screen and (max-width: 834px) {
  .labo-intro {
    margin-top: 5rem;
  }
}
.labo-intro .f42 {
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .labo-intro .f42 {
    margin: 0;
    font-size: 1.9rem;
  }
}
.labo-intro__flex {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .labo-intro__flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.labo-intro__flex-txt {
  max-width: 540px;
  width: 45%;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .labo-intro__flex-txt {
    max-width: 100%;
    width: 100%;
  }
}
.labo-intro__cont {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .labo-intro__cont {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .labo-intro__cont .f38 {
    font-size: 1.8rem;
  }
}
.labo-intro__txt {
  margin-bottom: 1rem;
  padding: 11px 16px;
  width: fit-content;
  color: #887258;
  line-height: 1;
  border: 1px solid #887258;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .labo-intro__txt {
    padding: 6px 10px 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}
.labo-intro__dl {
  margin-top: 3rem;
  padding: 1.6rem 3rem;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media screen and (max-width: 834px) {
  .labo-intro__dl {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
@media screen and (max-width: 460px) {
  .labo-intro__dl {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.labo-intro__dl dt {
  padding-right: 2rem;
}
@media screen and (max-width: 834px) {
  .labo-intro__dl dt {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .labo-intro__dl dt {
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.labo-intro__dl dd {
  padding-left: 2rem;
  border-left: 1px solid #ebe8e6;
}
@media screen and (max-width: 834px) {
  .labo-intro__dl dd {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .labo-intro__dl dd {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
    border-top: 1px solid #ebe8e6;
    border-left-width: 0;
  }
}

.labo-sys {
  margin-top: 12rem;
}
@media screen and (max-width: 834px) {
  .labo-sys {
    margin-top: 5rem;
  }
  .labo-sys p.tac {
    text-align: left;
  }
}
.labo-sys__ttl {
  margin: 0 auto 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .labo-sys__ttl {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .labo-sys__ttl.tac {
    text-align: left;
  }
  .labo-sys__ttl .f26 {
    font-size: 1.9rem;
  }
  .labo-sys__ttl .f38 {
    font-size: 2.2rem;
  }
}
.labo-sys__ttl small {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .labo-sys__ttl small {
    margin: 0;
  }
}
.labo-sys__list {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__list {
    margin-top: 5rem;
  }
}
.labo-sys__item {
  padding: clamp(2rem, 5vw, 7rem);
  background-color: #f4f0ed;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__item {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
  }
}
.labo-sys__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__item:not(:first-child) {
    margin-top: 2rem;
  }
}
.labo-sys__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.labo-sys__img {
  max-width: 45rem;
  width: 43%;
  display: block;
}
@media screen and (max-width: 834px) {
  .labo-sys__img {
    width: 100%;
  }
}
.labo-sys__img img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media screen and (max-width: 834px) {
  .labo-sys__img img {
    aspect-ratio: 900/640;
    object-fit: cover;
    object-position: top center;
  }
}
.labo-sys__cont {
  max-width: 551px;
  width: 52%;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont {
    max-width: 100%;
    width: 100%;
  }
}
.labo-sys__cont h3 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont h3 {
    margin-bottom: 2rem;
  }
}
.labo-sys__cont span {
  display: block;
  line-height: 1.2;
}
.labo-sys__cont .f18 {
  position: relative;
  top: -3px;
  margin-right: 1.7rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont .f18 {
    margin-right: 1rem;
  }
}
.labo-sys__cont .line {
  position: relative;
  top: -2px;
  margin-left: 2rem;
  height: 1px;
  background-color: #d5c9c0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont .line {
    margin-left: 1rem;
  }
}
.labo-sys__cont .f26 {
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont .f26 {
    margin-bottom: 1rem;
  }
}
.labo-sys__cont .f26 small {
  display: block;
}
.labo-sys__tb-wrap {
  margin-top: 4rem;
  padding: clamp(2rem, 5vw, 4rem);
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-wrap {
    margin-top: 2rem;
  }
}
.labo-sys__tb-ttl {
  position: relative;
  padding-left: 1.8rem;
}
.labo-sys__tb-ttl::before {
  position: absolute;
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  top: 1.1rem;
  left: 0;
  background-color: #887258;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-ttl::before {
    top: 1rem;
  }
}
.labo-sys__tb-inner {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-inner {
    margin-top: 0;
  }
}
.labo-sys__tb {
  width: 100%;
  border-spacing: 5px;
}
.labo-sys__tb-th {
  text-align: center;
  background-color: #f4f0ed;
  font-weight: 500;
}
.labo-sys__tb-td {
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-td {
    text-align: center;
  }
}
.labo-sys__tb-td:first-of-type {
  text-align: center;
}
.labo-sys__tb-td:not(:first-of-type) {
  padding: 1rem 1rem 1rem 4rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-td:not(:first-of-type) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-pc {
    display: none;
  }
}
.labo-sys__tb-pc:first-child .labo-sys__tb-th {
  padding: 6px 5px;
}
.labo-sys__tb-pc:first-child .labo-sys__tb-th:first-of-type {
  width: 125px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.labo-sys__tb-pc:first-child .labo-sys__tb-th:last-of-type {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.labo-sys__tb-pc:first-child .labo-sys__tb-th:not(:first-of-type) {
  width: 28rem;
}
.labo-sys__tb-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .labo-sys__tb-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .labo-sys__tb-sp:not(:first-of-type) {
    margin-top: 2rem;
    border-top: 1px solid #d5c9c0;
  }
}
.labo-sys__cont-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  color: #887258;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont-list {
    margin-top: 1.5rem;
  }
}
.labo-sys__cont-list li {
  padding: 1rem 1rem 0.9rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #887258;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .labo-sys__cont-list li {
    gap: 0.5rem;
  }
}
.labo-sys__cont-list .material-symbols-outlined {
  font-size: 1.5rem;
}
.labo-sys__ope {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .labo-sys__ope {
    grid-column-gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .labo-sys__ope {
    margin-top: 3rem;
    grid-column-gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .labo-sys__ope {
    grid-template-columns: repeat(1, 1fr);
  }
}
.labo-sys__ope-item:first-of-type .labo-sys__ope-ttl {
  gap: 3.2rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__ope-item:first-of-type .labo-sys__ope-ttl {
    gap: 1rem;
  }
}
.labo-sys__ope-item:first-of-type img {
  max-width: 3.6rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__ope-item:first-of-type img {
    max-width: 2.5rem;
  }
}
.labo-sys__ope-item:nth-of-type(2) img {
  max-width: 5.9rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__ope-item:nth-of-type(2) img {
    max-width: 3rem;
  }
}
.labo-sys__ope-item:last-of-type .labo-sys__ope-ttl {
  gap: 2.2rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__ope-item:last-of-type .labo-sys__ope-ttl {
    gap: 1rem;
  }
}
.labo-sys__ope-item:last-of-type img {
  max-width: 5.3rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__ope-item:last-of-type img {
    max-width: 3rem;
  }
}
.labo-sys__ope-ttl {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .labo-sys__ope-ttl {
    margin-bottom: 1rem;
    gap: 1rem;
  }
}

.labo-deve {
  margin-top: 12rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 834px) {
  .labo-deve {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.labo-deve__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .labo-deve__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.labo-deve__cont {
  max-width: 55rem;
  width: 46%;
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .labo-deve__cont {
    max-width: 100%;
    width: 100%;
  }
}
.labo-deve__cont .f34 {
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .labo-deve__cont .f34 {
    margin-bottom: 1.5rem;
  }
}
.labo-deve__cont .f34 small {
  display: block;
}
.labo-deve__img {
  max-width: 60rem;
  width: 50%;
  display: block;
}
@media screen and (max-width: 834px) {
  .labo-deve__img {
    max-width: 100%;
    width: 100%;
  }
}
.labo-deve__img img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.labo-deve__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 834px) {
  .labo-deve__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .labo-deve__list {
    margin-top: 2rem;
    grid-column-gap: 5px;
    grid-row-gap: 0;
  }
}
.labo-deve__list img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}