@charset "UTF-8";
/*-----------------------------------------------------------
===  [ laboratory CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*
  目次
-------------------------------------------------------------------------------
  01. 研究開発

*/
/* ***************************************************************************** */
/* 01. 研究開発
----------------------------------------------------*/
main {
  overflow: hidden;
}

.laboratory__breadcrumb {
  display: block;
}
@media screen and (max-width: 767px) {
  .laboratory__breadcrumb {
    display: none;
  }
}

.page-top-title {
  background: url(/en/assets/images/bg_page-title-laboratory.jpg) no-repeat center;
  font-size: 4.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 251px;
  text-align: center;
  height: 251px;
}
@media screen and (min-width: 1400px) {
  .page-top-title {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .page-top-title {
    font-size: 2.4rem;
    height: 150px;
    line-height: 150px;
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .c_inner01 {
    width: 100%;
  }
  .section_sub_title {
    font-size: 2rem;
  }
  .section_sub_title.pt-5 {
    padding-top: 0;
  }
}
.laboratory__contents {
  padding: 0 0 50px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .laboratory__contents {
    padding: 0 0 5vw 0;
  }
}

.laboratory__sect02 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02 {
    padding-bottom: 10vw;
  }
}
.laboratory__sect02_title {
  font-size: 3.2rem;
  color: #3498db;
  text-align: center;
  padding: 82px 0;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_title {
    font-size: 2.5rem;
    padding: 8vw 0 2vw 0;
  }
}
@media screen and (max-width: 450px) {
  .laboratory__sect02_title {
    font-size: 2rem;
  }
}
.laboratory__sect02_activity {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity {
    margin-bottom: 8vw;
  }
}
.laboratory__sect02_activity:last-child {
  margin-bottom: 0px;
}
.laboratory__sect02_activity .content {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
.laboratory__sect02_activity .content.has-radio {
  padding-bottom: 10px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content.has-radio {
    padding-bottom: 2vw;
    padding-top: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content {
    flex-direction: column;
    margin-top: 2vw;
  }
}
.laboratory__sect02_activity .content .picture {
  order: 2;
  margin-left: 40px;
  width: calc(50% - 20px);
  min-width: calc(50% - 20px);
}
.laboratory__sect02_activity .content .picture.width_300 img{
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content .picture {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
  }
  .laboratory__sect02_activity .content .picture.width_300 img{
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.laboratory__sect02_activity .content.flex-column .picture {
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content.flex-column .picture {
    margin-top: 2vw;
  }
  .laboratory__sect02_activity .content.flex-column .picture .flex-disp {
    flex-direction: column !important;
  }

  .laboratory__sect02_activity .content.flex-column .picture > .flex-disp > div,
  .laboratory__sect02_activity
    .content.flex-column
    .picture
    > .flex-disp
    > img {
    margin-bottom: 3vw;
  }

  .laboratory__sect02_activity
    .content.flex-column
    .picture.width-80
    > .flex-disp
    > div {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .laboratory__sect02_activity .content.flex-column .width-80 .flex-center {
    flex-direction: column !important;
  }
  .laboratory__sect02_activity .content.flex-column .width-80 .flex-center img {
    width: 100%;
    margin: 0 0 3vw 0;
  }
  .laboratory__sect02_activity
    .content.flex-column
    .width-80
    .flex-center
    img:last-child {
    margin: 0;
  }
  .laboratory__sect02_activity .content.flex-column .width-80 .flex-center div {
    width: 100%;
  }
}

.laboratory__sect02_activity .content.flex-column .picture-explain {
  text-align: left;
  margin-top: 15px;
  font-size: 1.4rem;
  color: #3498db;
}

@media screen and (max-width: 1199px) {
  .laboratory__sect02_activity .content.flex-column .picture .two-images {
    flex-direction: column !important;
  }

  .laboratory__sect02_activity .content.flex-column .picture .two-images > div,
  .laboratory__sect02_activity .content.flex-column .picture .two-images > img {
    margin: 0 0 40px 0;
  }
  .laboratory__sect02_activity
    .content.flex-column
    .picture
    .two-images
    > div:last-child,
  .laboratory__sect02_activity
    .content.flex-column
    .picture
    .two-images
    > img:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content.flex-column .picture .two-images > div,
  .laboratory__sect02_activity .content.flex-column .picture .two-images > img {
    margin: 0 0 3vw 0;
  }
}

.laboratory__sect02_activity .content .section_sub_radio {
  margin-top: -7px;
  padding: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content .section_sub_radio {
    margin-top: 0;
    padding: 0 0 2vw 0;
  }
}

.laboratory__sect02_activity .laboratory__jgs {
  width: 580px;
  max-width: 100%;
  height: 290px;
  background-color: #f6fcff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
@media screen and (max-width: 580px) {
  .laboratory__sect02_activity .laboratory__jgs {
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .laboratory__sect02_activity .laboratory__jgs .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .laboratory__sect02_activity .laboratory__jgs .right {
    margin-top: 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.laboratory__sect02_activity .laboratory__jgs .laboratory__jgs_item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 580px) {
  .laboratory__sect02_activity .laboratory__jgs .laboratory__jgs_item {
    align-items: center;
  }
}

.laboratory__sect02_activity .laboratory__jgs .laboratory__jgs_item .desc {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #3498db;
}
.laboratory__sect02_activity .laboratory__jgs .laboratory__jgs_item.bottom {
  margin-top: 35px;
}
@media screen and (max-width: 580px) {
  .laboratory__sect02_activity .laboratory__jgs .laboratory__jgs_item.bottom {
    margin-top: 3vw;
  }
}

.laboratory__sect03 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect03 {
    padding-bottom: 10vw;
  }
}
.laboratory__sect03 .laboratory__sect02_activity .content .picture {
  text-align: center;
}
.laboratory__sect02_activity.reverse .content .picture {
  order: 1;
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity.reverse .content .picture {
    order: 2;
  }
}

.laboratory__sect02_activity .content .picture img {
  width: 100%;
}
.laboratory__sect02_activity .content.flex-column .picture img {
  width: fit-content;
}
.laboratory__sect02_activity .content .picture img.width_396 {
  width: 396px;
}
.laboratory__sect02_activity .content .desc {
  color: #333;
  order: 1;
}
.laboratory__sect02_activity.reverse .content .desc {
  order: 2;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content .desc {
    margin-bottom: 2vw;
  }
}
.laboratory__sect02_activity .content .desc p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content .desc p {
    margin-bottom: 3vw;
  }
}
.laboratory__sect02_activity .content .desc p:last-child {
  margin-bottom: 0px;
}
.laboratory__sect02_activity .content .small {
  font-size: 1.2rem;
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .laboratory__sect02_activity .content .small {
    padding-top: 1vw;
  }
}
.laboratory__sect02_activity .content .desc p.small {
  margin-top: -21px;
  margin-bottom: 0;
}
.laboratory__sect02_activity.reverse .content .picture .small {
  padding-top: 9px;
}
.laboratory__sect02_activity .content .small.no-margin {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .bottom_logo {
    margin: 0;
  }
}

.section_company_information {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section_company_information {
    margin-bottom: 0;
    margin-top: 6vw;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.flex-disp {
  display: flex;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.ml-10 {
  margin-left: 10px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-6 {
  margin-left: 6px;
}

.mt-10 {
  margin-top: 10px;
}
.pt-5 {
  padding-top: 25px;
}
.pt-1 {
  padding-top: 10px;
}
.width-80 {
  width: 800px;
  max-width: 100%;
}

.laboratory__sect02_activity--txt{
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px){
  .laboratory__sect02_activity--txt{
    padding-top: 25px;
    padding-bottom: 10px;
  }
}