@charset "UTF-8";
li {
  list-style: none;
}

#wrapper {
  padding: 0 0 21.33333vw;
}

main.page_lab {
  color: #000;
}

main a {
  color: #333;
}

main .page_title {
  background: url(../img/common/page_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  padding: 8vw 0;
  margin: 0 0 2.66667vw;
}

main .page_title.title_about {
  background: url(../img/pagetitle/about_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

main .page_title.title_oi {
  background: url(../img/pagetitle/oi_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

main .page_title.title_human {
  background: url(../img/pagetitle/human_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

main .page_title.title_intro {
  background: url(../img/pagetitle/intro_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

main .page_title.title_social {
  background: url(../img/pagetitle/social_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

main .page_title.title_news {
  background: url(../img/pagetitle/news_title_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

main .bread {
  width: 89.33333vw;
  max-width: 600px;
  margin: 0 auto 5.33333vw;
}

main .bread ul {
  font-size: 14px;
}

main .bread ul li {
  float: left;
}

main .bread ul li:after {
  content: "＞";
  display: inline-block;
  margin: 0 8px;
}

main .bread ul li:last-child:after {
  display: none;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 16vw;
  max-width: 100px;
  opacity: 0;
  transition: 0.2s;
  z-index: 2;
}

#pagetop img {
  width: auto;
  max-width: 100%;
}

#pagetop.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #wrapper {
    padding: 0 0 95px;
    height: auto;
    font-size: 16px;
    font-size: clamp(14px, 1.4vw, 16px);
  }

  main .page_title {
    font-size: 34px;
    padding: 80px 0 70px;
    margin: 0 0 36px;
  }
  main .bread {
    width: 86.8%;
    max-width: 1250px;
    margin: 0 auto 144px;
    font-size: 14px;
  }
  main .bread.mb80 {
    margin: 0 auto 80px;
    background-color: white;
  }

  #pagetop {
    right: 40px;
  }
}

/* lab一覧
/* ----------------------------------------------- */

.inner {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner_sml {
  max-width: 1195px;
}

.sec_ttl {
  font-size: 36px;
  font-weight: 900;
  color: #0050a8;
  text-align: center;
  margin-top: 95px;
}

.sec_ttl_contact {
  margin-top: 55px;
}

.intro {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0050a8;
  letter-spacing: 0.09em;
  line-height: 2.8;
  position: relative;
  z-index: 1;
}

.intro::before {
  content: "Young Research Lab";
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 116px;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 1px #0050a833;
  text-stroke: 1px #0050a833;
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}

.intro_lg {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.4;
  background-color: #0050a8;
  padding: 0 3px;
  margin-right: 10px;
}

.common_box {
  border-radius: 17px;
  border: 2px solid #0050a8;
  padding: 45px 50px 60px;
  margin-top: 60px;
  position: relative;
}

.common_box_ttl {
  font-size: 36px;
  font-weight: 900;
  color: #0050a8;
  position: relative;
}

.common_box_ttl_mt {
  margin-top: 70px;
}

.common_box_ttl::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  display: inline-block;
}

.icon_1::before {
  background-image: url(../img/lab/icon_01.svg);
  width: 83px;
  height: 80px;
}

.icon_2::before {
  background-image: url(../img/lab/icon_02.svg);
  width: 65px;
  height: 78px;
}

.icon_11::before {
  background-image: url(../img/lab/icon_11.svg);
  width: 88px;
  height: 94px;
}

.icon_12::before {
  right: 0;
  background-image: url(../img/lab/icon_12.svg);
  width: 61px;
  height: 67px;
}

.common_box_txt {
  font-size: 23px;
  line-height: 2;
  margin-top: 30px;
}

.common_box_txt a {
  transition: all 0.3s;
}

@media screen and (min-width: 1000px) {
  .common_box_txt a:hover {
    color: #000;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* tb_type_1 */
.tb_type_1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 11px;
  text-align: left;
  margin-top: 30px;
  margin-left: -11px;
  margin-right: -11px;
}

.tb_type_1 th {
  font-size: 23px;
  font-weight: 900;
  color: #0050a8;
  background-color: #004fa733;
  padding: 12px 22px;
}

.tb_type_1 th:nth-of-type(1) {
  width: 15%;
}

.tb_type_1 th:nth-of-type(2) {
  width: 34%;
}

.tb_type_1 th:nth-of-type(3) {
  width: 51%;
}

.tb_type_1 td {
  font-size: 23px;
  font-weight: 500;
  border-bottom: 3px solid #004fa733;
  padding: 23px 22px;
}

.tb_type_1 td.font_sml {
  font-size: 20px;
}

.tb_type_1 td.ls {
  letter-spacing: -0.03em;
  padding-right: 10px;
  white-space: nowrap;
}

.tb_type_1_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .tb_type_1_flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 15px;
  }
}

.tb_type_1_link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 138px;
  min-height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #0050a8;
  padding: 3px;
  transition: all 0.3s;
}

@media screen and (min-width: 1000px) {
  .tb_type_1_link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* tb_type_2 */

.tb_type_2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 11px;
  text-align: left;
  margin-top: 50px;
  margin-left: -11px;
  margin-right: -11px;
}

.tb_type_2 th {
  font-size: 23px;
  font-weight: 900;
  color: #fff;
  background-color: #0050a8;
  padding: 12px 22px;
}

.tb_type_2 th:nth-of-type(1) {
  width: 20%;
}

.tb_type_2 th:nth-of-type(2) {
  width: 80%;
}

.tb_type_2 td {
  font-size: 20px;
  line-height: 1.75;
  vertical-align: top;
  background-color: #004fa71a;
  padding: 23px 22px;
}

.tb_type_icon_3 {
  width: 75px;
  margin: 0 auto;
}

.tb_type_icon_4 {
  width: 66px;
  margin: 0 auto;
}

.tb_type_icon_5 {
  width: 86px;
  margin: 0 auto;
}

.tb_type_icon_6 {
  width: 78px;
  margin: 0 auto;
}

.tb_type_icon_7 {
  width: 80px;
  margin: 0 auto;
}

.tb_type_icon_8 {
  width: 99px;
  margin: 0 auto;
}

.tb_type_icon_9 {
  width: 53px;
  margin: 0 auto;
}

.tb_type_icon_10 {
  width: 81px;
  margin: 0 auto;
}

.tb_type_head {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  color: #0050a8;
  text-align: center;
  margin-top: 10px;
}

/* detail */

.detail {
  padding: 27px 45px;
  background-color: #004fa71a;
  margin-top: 30px;
}

.detail_head {
  font-size: 30px;
  font-weight: 900;
  color: #0050a8;
}

.detail_txt {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
}

.contact_box {
  display: flex;
  column-gap: 60px;
  border-radius: 17px;
  background-color: #ccdced66;
  padding: 70px;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 743px;
  background-image: url(../img/lab/icon_14.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 295px;
  height: 320px;
}

.contact_box_txt {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.75;
}

.contact_box_name {
  font-size: 29px;
  font-weight: 500;
  margin-top: 20px;
}

.contact_mail_address {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 586px;
  height: 182px;
  border-radius: 12px;
  border: 1px solid #0050a8;
}

.contact_mail_address img {
  width: 284px;
}

/* lab一覧 SP
/* ----------------------------------------------- */

@media screen and (max-width: 999px) {
  .inner {
    padding: 0 calc((20 / 375) * 100vw);
  }

  .sec_ttl {
    font-size: calc((20 / 375) * 100vw);
    margin-top: calc((60 / 375) * 100vw);
  }

  .sec_ttl_contact {
    margin-top: calc((40 / 375) * 100vw);
  }

  .intro {
    font-size: calc((16 / 375) * 100vw);
    line-height: 2.4;
  }

  .intro::before {
    top: calc((56 / 375) * 100vw);
    font-size: calc((30 / 375) * 100vw);
  }

  .intro_lg {
    font-size: calc((24 / 375) * 100vw);
    padding: 0 calc((3 / 375) * 100vw);
    margin-right: 0;
  }

  .common_box {
    border-radius: calc((17 / 375) * 100vw);
    padding: calc((30 / 375) * 100vw) calc((10 / 375) * 100vw);
    margin-top: calc((25 / 375) * 100vw);
  }

  .common_box_ttl {
    font-size: calc((16 / 375) * 100vw);
  }

  .common_box_ttl_mt {
    margin-top: calc((60 / 375) * 100vw);
  }

  .common_box_ttl::before {
    right: calc((-5 / 375) * 100vw);
  }

  .icon_1::before {
    width: calc((53 / 375) * 100vw);
    height: calc((50 / 375) * 100vw);
  }

  .icon_2::before {
    width: calc((50 / 375) * 100vw);
    height: calc((47 / 375) * 100vw);
  }

  .icon_11::before {
    width: calc((53 / 375) * 100vw);
    height: calc((50 / 375) * 100vw);
  }

  .icon_12::before {
    width: calc((50 / 375) * 100vw);
    height: calc((47 / 375) * 100vw);
  }

  .common_box_txt {
    font-size: calc((12 / 375) * 100vw);
    margin-top: calc((30 / 375) * 100vw);
  }

  /* tb_type_1 */
  .tb_type_1 {
    border-spacing: calc((5 / 375) * 100vw);
    margin-top: calc((20 / 375) * 100vw);
    margin-left: calc((-5 / 375) * 100vw);
    margin-right: calc((-5 / 375) * 100vw);
  }

  .tb_type_1 th {
    font-size: calc((12 / 375) * 100vw);
    padding: calc((10 / 375) * 100vw) calc((5 / 375) * 100vw);
  }

  .tb_type_1 th:nth-of-type(1) {
    width: 8%;
  }

  .tb_type_1 th:nth-of-type(2) {
    width: 33%;
  }

  .tb_type_1 th:nth-of-type(3) {
    width: 59%;
  }

  .tb_type_1 td {
    font-size: calc((11 / 375) * 100vw);
    border-bottom: 2px solid #004fa733;
    padding: calc((10 / 375) * 100vw) calc((5 / 375) * 100vw);
  }

  .tb_type_1 td.font_sml {
    font-size: calc((11 / 375) * 100vw);
  }

  .tb_type_1 td.ls {
    padding-right: calc((10 / 375) * 100vw);
  }

  .tb_type_1_flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: calc((10 / 375) * 100vw);
  }

  .tb_type_1_link {
    min-width: auto;
    min-height: auto;
    font-size: calc((11 / 375) * 100vw);
    border-radius: calc((5 / 375) * 100vw);
    padding: calc((3 / 375) * 100vw) calc((5 / 375) * 100vw);
  }

  /* tb_type_2 */

  .tb_type_2 {
    border-spacing: calc((5 / 375) * 100vw);
    margin-top: calc((20 / 375) * 100vw);
    margin-left: calc((-5 / 375) * 100vw);
    margin-right: calc((-5 / 375) * 100vw);
  }

  .tb_type_2 th {
    font-size: calc((11 / 375) * 100vw);
    padding: calc((10 / 375) * 100vw);
  }

  .tb_type_2 th:nth-of-type(1) {
    width: 30%;
  }

  .tb_type_2 th:nth-of-type(2) {
    width: 70%;
  }

  .tb_type_2 td {
    font-size: calc((11 / 375) * 100vw);
    padding: calc((10 / 375) * 100vw);
  }

  .tb_type_icon_3 {
    width: calc((50 / 375) * 100vw);
  }

  .tb_type_icon_4 {
    width: calc((50 / 375) * 100vw);
  }

  .tb_type_icon_5 {
    width: calc((50 / 375) * 100vw);
  }

  .tb_type_icon_6 {
    width: calc((40 / 375) * 100vw);
  }

  .tb_type_icon_7 {
    width: calc((50 / 375) * 100vw);
  }

  .tb_type_icon_8 {
    width: calc((50 / 375) * 100vw);
  }

  .tb_type_icon_9 {
    width: calc((30 / 375) * 100vw);
  }

  .tb_type_icon_10 {
    width: calc((50 / 375) * 100vw);
  }

  .tb_type_head {
    font-size: calc((11 / 375) * 100vw);
    margin-top: calc((10 / 375) * 100vw);
  }

  .tb_type_2 tbody td:first-of-type {
    vertical-align: middle;
  }

  /* detail */

  .detail {
    padding: calc((15 / 375) * 100vw) calc((20 / 375) * 100vw);
    margin-top: calc((15 / 375) * 100vw);
  }

  .detail_head {
    font-size: calc((14 / 375) * 100vw);
  }

  .detail_txt {
    font-size: calc((12 / 375) * 100vw);
    margin-top: calc((10 / 375) * 100vw);
  }

  /* contact */
  .contact_box {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    row-gap: calc((25 / 375) * 100vw);
    border-radius: calc((17 / 375) * 100vw);
    padding: calc((20 / 375) * 100vw);
    margin-top: calc((25 / 375) * 100vw);
  }

  .contact_box::before {
    content: "";
    top: calc((136 / 375) * 100vw);
    left: calc((185 / 375) * 100vw);
    width: calc((147 / 375) * 100vw);
    height: calc((160 / 375) * 100vw);
  }

  .contact_box_txt {
    font-size: calc((14 / 375) * 100vw);
  }

  .contact_box_name {
    font-size: calc((18 / 375) * 100vw);
    margin-top: calc((10 / 375) * 100vw);
  }

  .contact_mail_address {
    width: 100%;
    height: calc((120 / 375) * 100vw);
    border-radius: calc((12 / 375) * 100vw);
  }

  .contact_mail_address img {
    width: 80%;
  }
}

/* lab詳細
/* ----------------------------------------------- */

.page_lab_detail p {
  font-size: 23px;
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}

.page_head {
  padding: 30px 0;
  background-color: #0050a8;
  position: relative;
}

.page_head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../img/lab/icon_13.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 70px;
  height: 79px;
}

@media screen and (max-width: 1280px) {
  .page_head::before {
    content: none;
  }
}

.page_head_txt {
  font-size: 39px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-align: center;
}

.page_lab_detai_img {
  max-width: 812px;
  width: 100%;
  margin: 80px auto 0;
}

.theme_main_ttl {
  font-size: 36px;
  font-weight: 900;
  color: #0050a8;
}

.theme_ttl {
  font-size: 23px;
  font-weight: 900;
  color: #0050a8;
  background-color: #004fa733;
  padding: 11px 25px;
  margin-top: 35px;
}

.theme_txt {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 25px;
  margin-top: 20px;
}

.theme_txt li {
  padding-left: 1em;
  text-indent: -1em;
}

.font_blue {
  font-weight: 900;
  color: #0050a8;
}

/* lab一覧 SP
/* ----------------------------------------------- */

@media screen and (max-width: 999px) {
  .page_lab_detail p {
    font-size: calc((12 / 375) * 100vw);
    margin-top: calc((30 / 375) * 100vw);
  }

  .page_head {
    padding: calc((15 / 375) * 100vw) 0;
  }

  .page_head::before {
    content: "";
    top: calc((10 / 375) * 100vw);
    right: calc((10 / 375) * 100vw);
    transform: translateY(0);
    width: calc((25 / 375) * 100vw);
    height: calc((28 / 375) * 100vw);
  }

  .page_head_txt {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.6;
  }

  .page_lab_detai_img {
    margin: calc((30 / 375) * 100vw) auto 0;
  }

  .theme_main_ttl {
    font-size: calc((16 / 375) * 100vw);
  }

  .theme_ttl {
    font-size: calc((16 / 375) * 100vw);
    padding: calc((8 / 375) * 100vw) calc((10 / 375) * 100vw);
    margin-top: calc((25 / 375) * 100vw);
  }

  .theme_txt {
    font-size: calc((12 / 375) * 100vw);
    padding: 0 calc((10 / 375) * 100vw);
    margin-top: calc((15 / 375) * 100vw);
  }
}
