/* ======================================================================
 labo
====================================================================== */
.labo_kv {
  background: #e1e1e1;
  text-align: center;
  position: relative;
  background: url(../img/labo/kv.jpg) no-repeat;
  background-size: cover;
}
.labo_kv .container {
  position: inherit;
}
.labo_kv .news.news_bar_position .container{
  position: relative;
}
@media screen and (max-width: 768px) {
  .labo_kv .news {
    position: absolute;
  }
}
.labo_kv .kv {
  height: 750px;
}
@media screen and (max-width: 768px) {
  .labo_kv .kv {
    height: 284px;
  }
}
@media screen and (max-width: 768px) {
  .labo_kv .kv .container {
    width: 100%;
  }
}
.labo_kv .kv .container .ttl {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: -2px 0 7px rgba(0, 0, 0, 0.4);
  width: 100%;
  letter-spacing: 0.075em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .labo_kv .kv .container .ttl {
    font-size: 13px;
  }
}
.labo_kv .kv .container .ttl span {
  display: block;
  line-height: 2.2em;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .labo_kv .kv .container .ttl span {
    line-height: 1.6;
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.labo_kv .kv .container .ttl span img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .labo_kv .kv .container .ttl span img {
    width: 30px;
    margin-right: 5px;
  }
}
.labo_kv .kv .container .img img {
  height: 750px;
}
@media screen and (max-width: 768px) {
  .labo_kv .kv .container .img img {
    height: auto;
  }
}

.labo_copy {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .labo_copy {
    padding-top: 20%;
  }
}
.labo_copy .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .labo_copy .container {
    width: 90%;
  }
}
.labo_copy .container .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .labo_copy .container .ttl {
    font-size: 18px;
    margin-bottom: 10%;
    line-height: 1.8;
  }
}
.labo_copy .container .txt {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .labo_copy .container .txt {
    font-size: 17px;
    line-height: 1.8;
  }
}

.labo_release {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .labo_release {
    padding-top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .labo_release .container {
    width: 100%;
  }
}
.labo_release .container > .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .labo_release .container > .ttl {
    margin-bottom: 7%;
  }
}
.labo_release .container > .ttl span {
  display: block;
}
.labo_release .container > .ttl .en {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .labo_release .container > .ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.labo_release .container > .ttl .ja {
  font-family: "Noto Serif JP", serif;
  color: black;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .labo_release .container > .ttl .ja {
    font-size: 20px;
  }
}
.labo_release .container .list {
  border-bottom: 2px solid #cccccc;
}
.labo_release .container .list li {
  border-top: 2px solid #cccccc;
  padding: 30px 0;
}
.labo_release .container .list li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .labo_release .container .list li {
    padding: 5%;
  }
}
.labo_release .container .list li .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 880px;
}
@media screen and (max-width: 768px) {
  .labo_release .container .list li .box {
    width: 100%;
  }
}
.labo_release .container .list li .box .img {
  width: 180px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .labo_release .container .list li .box .img {
    width: 30%;
    margin-right: 4%;
  }
}
.labo_release .container .list li .box .img img {
  width: 100%;
}
.labo_release .container .list li .box .detail {
  width: 670px;
}
@media screen and (max-width: 768px) {
  .labo_release .container .list li .box .detail {
    width: 66%;
  }
}
.labo_release .container .list li .box .detail .ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin: 5px 0 20px;
}
@media screen and (max-width: 768px) {
  .labo_release .container .list li .box .detail .ttl {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 4%;
  }
}
.labo_release .container .list li .box .detail .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .labo_release .container .list li .box .detail .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}

.labo_research {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .labo_research {
    padding-top: 15%;
  }
}
.labo_research .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .labo_research .container {
    width: 90%;
  }
}
.labo_research .container > .ttl01 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border: 2px solid #038e7c;
  letter-spacing: 0.05em;
  width: 780px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.6;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .ttl01 {
    width: auto;
    padding: 4%;
    font-size: 18px;
    line-height: 1.8;
  }
}
.labo_research .container > .ttl02 {
  color: #038e7c;
  text-align: center;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .ttl02 {
    font-size: 12px;
    line-height: 1.8;
    margin: 3% 0 10%;
  }
}
.labo_research .container > .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .txt {
    line-height: 1.8;
    font-size: 16px;
  }
}
.labo_research .container > .box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box {
    margin-top: 10%;
  }
}
.labo_research .container > .box > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 7%;
  }
}
.labo_research .container > .box > .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .img {
    margin-bottom: 10%;
  }
}
.labo_research .container > .box > .data {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data {
    margin-bottom: 10%;
  }
}
.labo_research .container > .box > .data li .num {
  border-bottom: 4px solid #35b597;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data li .num {
    border-bottom-width: 2px;
  }
}
.labo_research .container > .box > .data li .num span {
  display: inline-block;
  background: #35b597;
  color: white;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding: 10px 20px 6px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data li .num span {
    font-size: 16px;
    padding: 1% 5%;
  }
}
.labo_research .container > .box > .data li .ttl {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data li .ttl {
    font-size: 16px;
    line-height: 1.8;
    margin: 4% 0;
  }
}
.labo_research .container > .box > .data li .detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data li .detail {
    display: block;
    margin-bottom: 15%;
  }
}
.labo_research .container > .box > .data li .detail .img {
  width: 410px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data li .detail .img {
    width: 100%;
    margin: 0 0 4%;
  }
}
.labo_research .container > .box > .data li .detail .img img {
  width: 100%;
}
.labo_research .container > .box > .data li .detail .txt {
  width: 410px;
  font-size: 20px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .box > .data li .detail .txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}
.labo_research .container > .btn {
  display: block;
  color: white;
  text-align: center;
  background: #35b597;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .labo_research .container > .btn {
    font-size: 14px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 7% auto 0;
  }
}

.labo_release_detail,
.labo_release_link {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .labo_release_detail {
    padding-top: 20%;
  }
}
.labo_release_detail + .labo_request {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .labo_release_detail + .labo_request {
    padding-bottom: 20%;
  }
}
.labo_release_detail .container {
  width: 880px;
  border: 2px solid #898989;
}
@media screen and (min-width: 769px) {
  .labo_release_link .container {
    width: 880px;
    border: 2px solid #35b597;
  }
}
@media screen and (max-width: 768px) {
  .labo_release_link .container {
    width: 90%;
    border: 2px solid #35b597;
  }
}
@media screen and (max-width: 768px) {
  .labo_release_detail .container,
  .labo_release_link.container {
    width: 90%;
  }
}
.labo_release_detail .container .btn {
  text-align: center;
  display: block;
  position: relative;
  background: #898989;
  color: white;
  font-size: 20px;
  padding: 20px;
}
.labo_release_link .container .btn{
  text-align: center;
  display: block;
  position: relative;
  background: #35b597;
  color: white;
  font-size: 20px;
  padding: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .labo_release_detail .container .btn,
  .labo_release_link .container .btn{
    padding: 2% 4%;
    font-size: 12px;
    line-height: 1.8;
  }
}
.labo_release_detail .container .btn i,
.labo_release_link .container .btn i{
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .labo_release_detail .container .btn i,
  .labo_release_link .container .btn i{
    font-size: 14px;
    right: 5%;
  }
}
.labo_release_detail .container .txt {
  font-size: 16px;
  line-height: 2;
  padding: 20px;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .labo_release_detail .container .txt {
    display: block;
    padding: 4%;
    font-size: 12px;
    line-height: 1.8;
  }
}

.labo_request {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .labo_request {
    padding: 20% 0;
  }
}
.labo_request .container {
  text-align: center;
  width: 880px;
  background: url("../img/labo/bg01.jpg") no-repeat;
  background-size: cover;
  padding: 90px 80px;
}
@media screen and (max-width: 768px) {
  .labo_request .container {
    width: 90%;
    padding: 7% 5%;
  }
}
.labo_request .container .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .labo_request .container .ttl {
    font-size: 18px;
    margin-bottom: 5%;
  }
}
.labo_request .container .txt {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .labo_request .container .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.labo_request .container .btn {
  display: block;
  border: 2px solid;
  color: #038e7c;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .labo_request .container .btn {
    border-width: 1px;
    font-size: 14px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin: 7% auto 0;
  }
}

.labo_interview {
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  .labo_interview {
    padding: 20% 0;
  }
}
.labo_interview .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container {
    width: 82%;
  }
}
.labo_interview .container > .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .ttl {
    margin-bottom: 7%;
  }
}
.labo_interview .container > .ttl span {
  display: block;
}
.labo_interview .container > .ttl .en {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.labo_interview .container > .ttl .ja {
  font-family: "Noto Serif JP", serif;
  color: black;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .ttl .ja {
    font-size: 20px;
  }
}
.labo_interview .container > .slick .box {
  text-align: center;
  background: #f1f0e0;
  padding: 50px 0;
  width: 380px;
  margin: 0 18px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .box {
    width: 100%;
    padding: 1.5% 0 2%;
    margin: 0;
  }
}
.labo_interview .container > .slick .box .img {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .box .img {
    width: 140px;
  }
}
.labo_interview .container > .slick .box .img img {
  width: 100%;
}
.labo_interview .container > .slick .box .name {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .box .name {
    font-size: 16px;
    margin: 7% 0;
  }
}
.labo_interview .container > .slick .box .txt {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .box .txt {
    font-size: 14px;
  }
}
.labo_interview .container > .slick .box .btn {
  display: block;
  color: white;
  text-align: center;
  background: #35b597;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .box .btn {
    font-size: 14px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 7% auto 0;
  }
}
.labo_interview .container > .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .slick-arrow {
    font-size: 15px;
  }
}
.labo_interview .container > .slick .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .slick-arrow.slider-prev {
    left: -7%;
  }
}
.labo_interview .container > .slick .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .labo_interview .container > .slick .slick-arrow.slider-next {
    right: -7%;
  }
}
