/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
#laboratory .mainvisual__inner {
  position: relative;
  margin: auto;
}

#laboratory .mainvisual__pic {
  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;
  height: 241px;
  background: url(../../guide/img/mainimg_bg@2x.png), url(../../guide/img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

#laboratory .mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #laboratory .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

#laboratory .head {
  margin-top: 70px;
}

#laboratory .head__inner {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  background: #e5f0ed;
}

@media screen and (max-width: 1024px) {
  #laboratory .head__inner {
    padding: 30px 5%;
  }
}

#laboratory .head__ttl {
  color: #6e3426;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #laboratory .head__ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #laboratory .head__ttl br {
    display: none;
  }
}

#laboratory .head__txt {
  margin-top: calc(20px - (((1.6rem * 1.5) - 1.6rem) / 2));
  text-align: center;
}

#laboratory .reason {
  margin-top: 75px;
}

#laboratory .reason__inner {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #laboratory .reason__inner {
    padding: 0 5%;
  }
}

#laboratory .reason__ttl {
  color: #6e3426;
  padding-top: calc(63px - (((3rem * 1.5) - 3rem) / 2));
  font-size: 3rem;
  text-align: center;
  background: url(../img/ico_time@2x.png) no-repeat top center/60px;
}

@media screen and (max-width: 767px) {
  #laboratory .reason__ttl {
    font-size: 2.6rem;
  }
}

#laboratory .reason__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #laboratory .reason__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#laboratory .reason__box__fig {
  width: 48.5%;
  min-height: 340px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #laboratory .reason__box__fig {
    width: 100%;
    min-height: 260px;
  }
}

@media screen and (max-width: 767px) {
  #laboratory .reason__box__fig:nth-of-type(2) {
    margin-top: 20px;
  }
}

#laboratory .feature {
  margin-top: 100px;
  padding: 70px 0;
  background: #e5f0ed;
}

#laboratory .feature__inner {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #laboratory .feature__inner {
    padding: 0 5%;
  }
}

#laboratory .feature__ttl {
  color: #6e3426;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #laboratory .feature__ttl {
    font-size: 2.4rem;
  }
}

#laboratory .feature__ttl__txt {
  display: inline-block;
  padding: 2.5px 0 2.5px 70px;
  background: url(../img/ico_drill@2x.png) no-repeat left center/50px;
}

@media screen and (max-width: 767px) {
  #laboratory .feature__ttl__txt {
    background-size: contain;
  }
}

#laboratory .feature__en {
  margin: auto;
  max-width: 115px;
}

#laboratory .feature__en__pic {
  width: 100%;
}

#laboratory .feature__list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #laboratory .feature__list {
    margin-top: 60px;
  }
}

#laboratory .feature__list__content1 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  border-radius: 10px;
  background: #fff4e5;
  position: relative;
}

@media screen and (max-width: 767px) {
  #laboratory .feature__list__content1 {
    margin-top: 60px;
    padding: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#laboratory .feature__list__content1__box {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #laboratory .feature__list__content1__box {
    width: 100%;
    min-height: auto;
  }
}

#laboratory .feature__list__content1__box__num1 {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 3rem;
  width: 80px;
  height: 95px;
  position: absolute;
  top: calc(-26% - 10px);
  left: 0;
  border-radius: 0 0 10px 10px;
  background: url(../img/border_b.gif);
}

@media screen and (max-width: 767px) {
  #laboratory .feature__list__content1__box__num1 {
    top: calc(2% - 10px);
    font-size: 1.8rem;
    width: 60px;
    height: 73px;
  }
}

#laboratory .feature__list__content1__box__num1__mini {
  font-size: 1.2rem;
}

#laboratory .feature__list__content1__box__num2 {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 3rem;
  width: 80px;
  height: 95px;
  position: absolute;
  top: calc(-26% - 10px);
  left: 0;
  border-radius: 0 0 10px 10px;
  background: url(../img/border_b.gif);
}

@media screen and (max-width: 767px) {
  #laboratory .feature__list__content1__box__num2 {
    top: calc(-14% - 10px);
    font-size: 1.8rem;
    width: 60px;
    height: 73px;
    top: -30px;
  }
}

#laboratory .feature__list__content1__box__num2__mini {
  font-size: 1.2rem;
}

#laboratory .feature__list__content1__box__num3 {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 3rem;
  width: 80px;
  height: 95px;
  position: absolute;
  top: calc(-26% - 10px);
  left: 0;
  border-radius: 0 0 10px 10px;
  background: url(../img/border_b.gif);
}

@media screen and (max-width: 767px) {
  #laboratory .feature__list__content1__box__num3 {
    top: calc(14% - 10px);
    font-size: 1.8rem;
    width: 60px;
    height: 73px;
    top: -30px;
  }
}

#laboratory .feature__list__content1__box__num3__mini {
  font-size: 1.2rem;
}

#laboratory .feature__list__content1__box__title {
  color: #b65435;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-left: 20px;
  padding-left: calc(10.231% - 10px);
  padding-bottom: 10px;
  background: url(../img/border_dot.gif) repeat-x;
  background-size: 10px;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  #laboratory .feature__list__content1__box__title {
    font-size: 2.5rem;
    padding-left: 12%;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #laboratory .feature__list__content1__box__title {
    /*margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
                            margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
                            padding-left: 22%;
                            padding-bottom: 7px;
							font-size: 1.8rem;*/
    font-size: 1.8rem;
    padding-left: 62px;
    margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
    margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  }
}

#laboratory .feature__list__content1__box__txt {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
  font-family: 'Noto Sans JP', sans-serif;
}

#laboratory .advice {
  padding: 70px 0;
}

#laboratory .advice__inner {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #laboratory .advice__inner {
    padding: 0 5%;
  }
}

#laboratory .advice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #laboratory .advice__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#laboratory .advice__box__fig {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #laboratory .advice__box__fig {
    width: 100%;
  }
}

#laboratory .advice__box__fig__pic {
  width: 100%;
}

#laboratory .advice__box__info {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #laboratory .advice__box__info {
    width: 100%;
    margin-top: 20px;
  }
}

#laboratory .advice__box__info__ttl {
  color: #6e3426;
  padding: 0 0 15px 52px;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  background: url(../img/ico_advice@2x.png) no-repeat left top/34px, url(../img/border_dot.gif) repeat-x left bottom/10px;
}

@media screen and (max-width: 767px) {
  #laboratory .advice__box__info__ttl {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 2rem;
  }
}

#laboratory .advice__box__info__mini {
  margin-top: calc(20px - (((1.6rem * 1.5) - 1.6rem) / 2));
  font-family: 'Noto Sans JP', sans-serif;
}

#laboratory .advice__box__info__name {
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

#laboratory .advice__box__info__txt {
  margin-top: calc(30px - (((1.6rem * 1.5) - 1.6rem) / 2));
}
/*# sourceMappingURL=style.css.map */