@charset "UTF-8";

.messagetext dt,
.messagetext dd  {
  display: inline;
  margin: 0;
}

.messagetext_naitei dt,
.messagetext_naitei dd  {
  display: inline;
  margin: 0;
}

@media screen and (min-width: 767px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  /* スマホ表示リンク一時的に非表示 */
  .linkforSP {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  p {
    margin: 0;
    /*marginを0にする*/
    padding: 0;
    /*paddinngを0にする*/
  }

  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  #header {
    height: 100px;
    display: flex;
  }

  .logo {
    margin-top: 20px;
    margin-left: 20px;
    max-width: 497px;
    /* 最大幅 */
    min-width: 240px;
    /* 最小幅 */
    margin-right: auto;
  }

  .logo img {
    width: 100%;
  }

  .headerSNS {
    padding-top: 30px;
    padding-right: 15px;
  }


  .con_box {
    width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 100;
  }

  .clear {
    clear: both;
  }

  a.linkstyle {
    text-decoration: underline !important;
  }

  /**トップイメージ**/
  #topmain {
    height: 930px;
    position: relative;
  }

  #mainimg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -218px;
    margin-left: -356px;
    width: 712px;
    height: 437px;
  }

  #mainimg img {
    width: 712px;
    height: 437px;
  }

  /**トップコンテンツ**/
  #topcontents {
    position: relative;
    background: url(../img/topbg.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 130px;
    box-sizing: border-box;
  }

  #top {
    position:relative;
  }

  .topleft {
    width: 363px;
    padding-top: 106px;
    padding-bottom: 106px;
    margin-left: 60px;
  }

  .toptit {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
  }

  .toptxt {
    line-height: 2.1em;
    text-align: center;
  }

  .toptittxt {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;

  }

  .pink {
    color: #e80e7b;
  }

  .yellowbg {
    background-color: #FF0;
    display: inline-block;
    padding: 0;

  }

  /**ニュース**/
  #news {
    width: 1060px;
    margin: 0 auto;
  }


  #newsleft {
    float: left;
    width: 356px;
    padding-top: 51px;
  }

  #newscon {
    margin-left: 450px;
    width: 640px;
    border-top: 1px solid #DDD;
    padding: 0px 0 0 0;
  }

  .newsbox {
    width: 640px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #FFF;
  }

  .newsthum {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .newsthum img {
    object-fit: cover;
  }

  .newstxt {
    width: 570px;
    line-height: 1.8em;
    padding-top: 10px;
    height: 90px;

  }

  .newsbtn {
    float: right;
    padding-right: 20px;
    padding-top: 40px;
  }

  /**就職・進学**/

  #career {
    background: #FFF url(../img/careerbg.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    padding-top: 215px;
    padding-bottom: 200px;
    box-sizing: border-box;
  }

  .carbox {
    margin-bottom: 50px;
  }

  .carleft {
    width: 256px;
    float: left;
  }

  .carright {
    float: right;
    width: 760px;
    color: #FFF;
  }

  .carrighttit {
    border: 2px #FFFFFF solid;
    font-size: 20px;
    display: inline-block;
    padding: 7px 30px;
    margin-bottom: 20px;
    background-color: #FFF;
    color: #000000;
  }

  .cartxt {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 38px;
  }

  .carbox2 {
    clear: both;
    width: 1240px;
    background-color: #FFF;
    /*box-shadow*/
    box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    /*ボックスのデザイン*/
    padding: 80px 80px 40px 80px;
    margin-left: -80px;
    box-sizing: border-box;
  }

  .carleft2 {
    width: 200px;
    float: left;
  }

  .carright2 {
    float: right;
    width: 820px;
  }

  .carrighttit2 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .cartxt2 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .change_img {
    position: absolute;
    right: 17.2%;
    top: -124px;
  }

  .car_img {
    position: absolute;
    left: 150px;
    bottom: 1300px;
  }

  .new_img {
    position: absolute;
    right: 180px;
    top: 1335px; //800px
  }

  #contents {
    position: relative;
    margin-top: -70px;
  }

  /**資格**/
  #cert {
    background: #FFF url(../img/certificatebg.jpg) no-repeat center bottom;
    background-size: contain;
    position: relative;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
  }

  .certbox01 {
    width: 450px;
    float: left;
  }

  .certbox02 {
    width: 450px;
    float: right;
  }

  #cert h4 {
    color: #e80e7b;
    border: 2px solid #e80e7b;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
  }

  #cert li::before {
    content: "●";
    color: #e80e7b;
    padding-right: 0.5em;
  }

  #cert li {
    line-height: 2.5;
    list-style: none;
  }

  #cert .annotation {
    font-size: 14px;
    color: #999;
  }

  /**学び**/
  .con_box2 {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
  }

  #lea {
    background-color: #f2f5f8;
    padding-top: 80px;
  }

  .details #lea {
    background-color: #fff;
    padding-top: 50px;
  }

  .details #lea .con_box2 img {
    width: 100%;
  }

  .leabox {
    margin-bottom: 100px;
  }

  .leaboxend {}

  .leapoint {
    width: 55px;
    float: left;
  }

  .lealeft {
    width: 320px;
    margin-left: 65px;
  }

  .leaimg {
    float: right;
    width: 460px;
  }

  .leatxt {
    line-height: 2.0em;
  }

  .leaBtn {
    padding: 40px 0 30px 0;
  }

  .learning1 h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .learning1 h2 small {
    display: block;
    color: #e80e7b;
    font-size: 14px;
  }

  .learning1 .lealeft {
    width: 400px;
    margin-left: 0;
  }

  .learning2 .lea2box {
    border: 1px solid #e80e7b;
    padding: 40px 50px;
    position: relative;
  }

  .learning2 .lea2box:after {
    content: " ";
    display: block;
    clear: both;
  }

  .learning2 .lea2boxline {
    height: 80px;
    background: url(../img/lea/lea2boxlinebg.png) repeat-y center;
  }

  .learning2 .lea2left {
    width: 220px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .learning2 .lea2right {
    width: 580px;
    float: right;
  }

  .learning2 .lea2right h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  /**学び：4年間のステップ**/
  .lea02text {
    display: flex;
  }

  .lea02text .lea02text-img {
    width: 45%;
    margin-right: 5%;
  }

  .lea02text .lea02text-img img {
    width: 100%;
    height: auto;
  }

  .lea02text p {
    width: 50%;
  }

  /**学び：4年間のステップ　追記**/
  .lea3box_bg {
    background: url(../img/arrow_lea01.png) top left no-repeat;
  }

  .lea3boxline {
    height: 80px;
    background: linear-gradient(to top, #e80e7b, #e80e7b) repeat-y 70%/1px;
  }

  .lea4boxline {
    height: 80px;
    background: linear-gradient(to top, #e80e7b, #e80e7b) repeat-y 70%/1px;
  }

  .lea3box {
    width: 960px;
    //margin-top: 80px;
  }

  .lea3box p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    //height: 102px;
  }

  .lea3-T {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-left: 175px;
  }

  .lea3-B {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-left: 555px;
    box-sizing: border-box;
  }

  .lea3text01 {
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: -14px;
  }

  .lea3text02 {
    width: 100%;
    border: 1px solid #e80e7b;
    padding: 40px 0;
    box-sizing: border-box;
  }

  .lea3text03 {
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 258px;
  }

  .lea3box_bgd {
    background: url(../img/arrow_lea02.png)top left no-repeat;
  }

  .lea3text04 {
    width: 100%;
    border: 1px solid #e80e7b;
    padding: 40px 0;
  }

  .lea5boxline {
    height: 80px;
  }

  .lea3text05 {
    width: 100%;
    border: 1px solid #e80e7b;
    padding: 40px 0;
  }

  /**研究室**/
  #labo {
    background: #FFF url(../img/lbobg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 300px;
  }

  .details #labo {
    background: #FFF url(../img/lbobg_page.png) no-repeat center center;
    padding-top: 50px;
  }

  .laboBox01 {
    width: 450px;
    float: left;
  }

  .laboBox02 {
    width: 450px;
    float: right;
  }

  .laboprof {
    margin-top: 30px;
  }

  .laboproftxt {
    width: 280px;
    float: left;
  }

  .laboprofimg {
    width: 140px;
    float: right;
  }

  .laboproftit {
    font-size: 22px;
    line-height: 1.6em;
    padding: 10px 0 20px 0;
  }

  .details .laboproftit {
    font-weight: bold;
  }

  .laboproftxt {
    line-height: 2.0em;
  }

  .laboproftxt2 {
    line-height: 2.0em;
  }

  .profname {
    font-size: 10px;
    color: #999;
    padding: 15px 0 5px 0;
  }

  span.label01 {
    background: #feef00 url(../img/labolabel.png) no-repeat;
    font-size: 12px;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .proflabel {
    clear: both;
    padding-top: 30px;

  }

  .readBtnlabo {
    padding: 60px 0 50px 0;
  }

  #labopick {
    background: #FFF url(../img/lbopickbg.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
  }

  .lpick {
    margin: 0 auto;
    width: 960px;
    padding-top: 160px;
    padding-bottom: 160px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lpick h3 {
    width: 100%;
    margin-bottom: 20px;
  }

  //追記
  .details .lpick {
    padding-top: 30px;
    display: block;
  }

  .details .labtitle {
    text-align: center;
    font-size: 30px;
  }

  .colortypeA {
    color: #278340;
  }

  .colortypeB {
    color: #E33033;
  }

  .colortypeC {
    color: #1F7DE0;
  }

  .details .labtitle.colortypeA span {
    border-bottom: 1px solid #278340;
  }

  .details .labtitle.colortypeB span {
    border-bottom: 1px solid #E33033;
  }

  .details .labtitle.colortypeC span {
    border-bottom: 1px solid #1F7DE0;
  }

  .labopickbox {
    width: 210px;
    background-color: #FFF;
    /*box-shadow*/
    box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    /*ボックスのデザイン*/
    padding: 40px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
  }

  .details .labopickbox {
    width: auto;
  }

  .labopickbox:nth-child(3n) {
    margin-left: 40px;
    margin-right: 40px;
  }

  .details .labopickbox:nth-child(3n) {
    margin-left: 0px;
    margin-right: 0px;
  }

  /*.lpick .labopickbox:nth-child(3n) {
    margin-right:0px;
}
*/
  .labopick_name {
    text-align: center;
  }

  .details .labopick_name {
    font-size: 20px;
    text-align: left;
  }


  .labopickimg {
    margin: 0 auto;
    width: 139px;
    margin-bottom: 20px;
  }

  .labo_img {
    position: absolute;
    right: 18.3%;
    bottom: 800px;
  }

  a.labodetail_btn {
    display: block;
    border: 1px solid #f00;
    text-align: center;
    padding: 10px;
    color: #f00;
    margin-top: 20px;
  }

  a.labodetail_btn:link {
    color: #ea537d;
  }

  .details a.labodetail_btn {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
  }

  .labtoplistbox {
    width: 960px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .labtoplistbox h4 {
    font-weight: bold;
    font-size: 20px;
  }

  .labtoplistbox ul {
    border: 3px solid #000;
    padding: 20px;
    margin-bottom: 15px;
  }

  .labtoplistbox li {
    display: inline;
    margin-right: 2em;
    line-height: 1.5;
    white-space: nowrap;
  }

  .labtoplistbox .lablist01 li:last-child,
  .labtoplistbox .lablist02 li:last-child,
  .labtoplistbox .lablist03 li:last-child {
    margin-right: 0;
  }

  .labtoplistbox .lablist01 * {
    color: #278340;
    border-color: #278340;
  }

  .labtoplistbox .lablist02 * {
    color: #E33033;
    border-color: #E33033;
  }

  .labtoplistbox .lablist03 * {
    color: #1F7DE0;
    border-color: #1F7DE0;
  }

  .labtoplistbox a {
    text-decoration: none;
  }

  .labtoplistbox a:hover {
    text-decoration: underline;
  }

  /**施設案内**/
  .readBtn {
    padding-left: 60px;
  }

  #facility {
    background: #FFF url(../img/facilitybg_2018.jpg) no-repeat center center !important;
    padding-top: 50px;
  }

  /*追記*/
  .con_tit {
    padding-bottom: 30px;
    width: 100%;
  }

  .fac {
    font-size: 24px;
    line-height: 2em;
    padding: 60px 60px 0px 60px;
  }

  p.fac_txt {
    font-size: 16px;
    line-height: 2em;
    padding: 30px 60px 60px 60px;
  }

  .fac_img {
    position: absolute;
    left: -100px;
    bottom: 0px;
  }

  .adjust-box {
    position: relative;
    width: 60%;
    height: 490px;
    background: rgba(255, 255, 255, 0.7);
  }

  .box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  /**ページトップ**/
  .pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
  }

  .pagetop a {
    display: block;
    text-decoration: none;
  }

  .pagetop:hover {
    opacity: 0.85;
  }

  /**フッター**/
  #footer {
    background-color: #f2f5f8;
    margin-top: 60px;
  }

  .footerBox {
    padding: 30px 0 30px 0;
  }

  .footertxt {
    color: #333;
    font-size: 14px;
  }

  .footerSNS {
    background-color: #FFF;
    padding: 20px;
  }

  .SNSBtn {
    margin-right: 10px;
  }

  .SNSBtn img {
    width: 40px;
  }

  #copyright {
    color: #FFF;
    background-color: #e80e7b;
    padding: 1px;
    font-size: 14px;
  }

  .is_pc {
    display: block;
  }

  .is_sp {
    display: none;
  }

  /* ブログ */
  .blog #contents {
    margin-top: 50px;
    margin-bottom: 150px;
  }

  .single .newsbox h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
  }


  /* labo page */
  #laboratory_ohta {
    position: relative;
  }

  #laboratory_ohta1 {
    position: relative;
  }

  .labo_Tbox {
    /*background: url(../img/laboratory/common/mainimgbg.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  z-index: 5*/
  }

  .labo_mainImg {
    background: url(../img/laboratory/common/mainimgbg.png) no-repeat 0 0;
    background-size: cover;
  }

  .labo_mainImg img {
    text-align: center;
    margin: 0 auto;
    width: 399px;
    height: 96px;
  }

  .labo_sct {

    width: 960px;

    margin: 0 auto;

  }
  
  /*BACKTOTOP btn*/
  .backBtnlabo {
    clear: both;
    text-align: center;
  }

  .laboBox_mg {
    padding-bottom: 30px;
  }



  /*太田研究室
----------------------------*/

  .labo_page_visual {
    position: relative;
    z-index: 0
  }
  
  #labo_box1 {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  #labo_box {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 15;
  }

  #labo_box.labo_pv {
    margin-top: 2340px;
  }
  .laboratory_page {
    overflow: hidden;
  }
  .laboratory_page .labo_img {
    /*position: absolute;*/
    z-index: 10;
    width: 760px;
    height: 537px;
    top: 80px;
    left: 200px;
  }

  .labo_title {
    position: absolute;
    z-index: 20;
    top: 30px;
  }

  .text_ntc {
    text-align: right;
  }

  .labo_intr {
    position: relative;
  }

  .labo_text01 {
    width: 678px;
    height: auto;
    text-align: right;
    padding: 35px 40px;
    border: solid 1px #e80e7b;
    margin-left: 200px;
    /*追記*/
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .laboT1 {
    text-align: left;
    font-weight: 600;
    color: #e80e7b !important;
    margin-bottom: 10px;
  }

  .laboT2 {
    text-align: left
  }

  /*研究内容img*/
  .laboratory_page .laboBox01 {
    clear: both;
    height: 550px;
    float: left;
    margin: 0 0 50px 0;
  }

  .labotext {
    position: relative;
    width: 465px;
  }

  .text01 {
    position: absolute;
    width: 72%;
    margin: -60px 0 0 35.1px;
    max-width: 410px;
    padding: 20px 30px;
    z-index: 30;
    background: #fff;
  }

  .laboBox02 {
    height: 550px;
    float: right;
    margin: 0 15px 50px 0;
  }

  .laboBox1 {
    width: 960px;
    margin: 0 auto;
  }

  .laboBox2 {
    width: 960px;
    margin: 0 auto;
  }

  .laboBox3 {
    width: 960px;
    margin: 0 auto;
  }

  .labo_imgbox {
    width: 960px;
    height: 620px;
    margin: 0 auto;
    position: relative;
  }

  .labo_navbox {
    background-repeat: no-repeat;
    background-color: #fdf067;
    background-size: cover;
    margin-top: 80px;
  }

  .labo_navbox_inner {
    width: 960px;
    position: relative;
    margin: 0 auto;
    height: 320px;
    padding-top: 120px;
  }

  .labo_nav_img {
    position: absolute;
    top: 26px;
    left: 190px;
  }


  /*北山研究室
----------------------------*/
  .labo_page_visualK {
    background: url(../img/laboratory/ohta_kitayama/naviImg01.png) no-repeat 130px 750px;
    position: relative;
    z-index: 40;
  }

  .labo_nav {
    width: 155px;
    height: 15px;
    background-color: #ffffff;
    padding: 50px 80px;
    margin: 0 0 50px 500px;
    position: relative;
    z-index: 5;
  }

  .navTbox {
    margin: -20px -20px 0 -35px;
  }

  .nav_t01 {
    width: 150px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #e80e7b;
    position: absolute;
    z-index: 1;
    margin: -70px 0 0 -60px;
  }

  .nav_t02 {
    font-size: 1.1em;
    font-weight: 600;
  }

  .nav_t03 {
    font-size: 0.7em;
    color: #d0d0d0;
  }

  /*研究内容*/
  .nav_text {
    width: 860px;
    height: 420;
    padding: 40px 50px 60px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: -110px;
  }

  .labo_text02 {
    width: 678px;
    height: auto;
    text-align: right;
    padding: 50px 40px;
    border: solid 1px #e80e7b;
    margin-left: 200px;
    /*追記*/
    margin-top: 580px;
    /*追記*/
    margin-bottom: 50px;
  }

  .nav_T01 {
    color: #e80e7b;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
  }

  .nav_T02 {
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
  }

  .nav_T03 {
    text-align: left;
  }


  /*渡邊研究室
----------------------------*/
  .labo_page_visualW {
    /*background: url(../img/laboratory/ohta_kitayama/01_bg.jpg) no-repeat center center;*/
    background: url(../img/laboratory/watanabe/naviImg01.png) no-repeat 130px 750px;
    position: relative;
    z-index: 40;
  }


  /*川上研究室
----------------------------*/



  /*三柴研究室
----------------------------*/
  .labo_page_visualM {
    background: url(../img/laboratory/mishiba/naviImg01.png) no-repeat 130px 0, url(../img/laboratory/mishiba/naviImg02.png) no-repeat 130px 1060px, url(../img/laboratory/mishiba/naviImg03.png) no-repeat 130px 2200px;
    position: relative;
    z-index: 40;
  }

  .labo_navM {
    width: 155px;
    height: 15px;
    background-color: #ffffff;
    padding: 50px 80px;
    margin: 20px 0 50px 500px;
  }

  .imgBox {
    width: 960px;
    text-align: center;
    margin: 0 auto;
  }

  .imgBoxP {
    width: 600px;
    height: 110px;
    text-align: center;
    position: relative;
    margin: -50px 0 0 0;
  }

  .imgBoxT {
    min-width: 325px;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    padding: 15px 20px;
    background: #ffffff;
    position: absolute;
    z-index: 30;
  }

  .labo_navM_01 {
    width: 155px;
    height: 15px;
    background-color: #ffffff;
    padding: 50px 80px;
    margin: 160px 0 50px 500px;
  }

  .nav_textM {
    width: 860px;
    height: 420;
    padding: 40px 50px;
    margin: 100px 0 0 0px;
    background-color: #ffffff;
  }

  .nav_T03_M {
    text-align: left;
  }

  .nav_textM_01 {
    width: 860px;
    height: 420;
    padding: 40px 50px;
    margin: -90px auto 0 auto;
    background-color: #ffffff;
  }

  .page_mishiba .labo_navbox_inner {
    height: 260px;
  }

  .page_mishiba .labo_navbox {
    margin-top: 0px;
  }

  .page_mishiba .labo_navM_01 {
    position: absolute;
    top: 100px;
    right: 150px;
    margin: 0px;
  }

  .page_mishiba .labo_text01 {
    margin-bottom: 0px;
  }

  .page_mishiba #labo_box {
    margin-bottom: 0px;
  }

  /*三田研究室
----------------------------*/
  .labo_page_visualm {
    /* background: url(../img/laboratory/mita/naviImg01.png) no-repeat 130px 730px; */
    position: relative;
    z-index: 40;
  }

  .labo_navBoxm {
    margin-bottom: 50px;
  }


  /*天田研究室
----------------------------*/
  .labo_page_visualA {
    background: url(../img/laboratory/amada/naviImg01.png) no-repeat 130px 730px;
  }
  
  .laboratory_page .mainimg {
    width: 100%;
    background-color: #ced6df;
    text-align: center;
  }

  .laboratory_page .maintitle {
    width: 960px;
    margin: 0 auto;
  }

  /*資格試験合格者数実績　追記 20180801*/
  #certbox03 {
    clear: both;
    width: 600px;
    margin: 0 auto;
    padding-top: 50px;
  }

  #certbox03 tr th {
    line-height: 2.5;
    border: 1px solid #e80e7b;
    text-align: center;
  }

  #certbox03 tr td {
    border: 1px solid #e80e7b;
  }

  #certbox03 tr td {
    text-align: center;
  }

  #certbox03 tr td:first-child {
    padding-left: 20px;
    text-align: left;
  }

  /* 研究紹介 */
  .textbox_n {
    clear: both;
    width: 960px;
    margin: 0 auto;
  }

  /*message*/
  .naiteiY {
    color: #e80e7b;
  }

  ul.naitei-persons_list {
    display: flex;
    list-style: none;
  }

  ul.naitei-persons_list li {
    margin-right: 5px;
  }

  .message_box2 {
    width: 960px;
    margin: 0 auto;
  }

  .details #lea .message_box2 img {
    width: 100%;
  }

  .messageT {
    color: #e80e7b;
  }

  .messageright {
    float: right;
    width: 560px;
    margin-right: 0;
    margin-bottom: 100px;
  }

  .messageright h3 {
    color: #E80E7B;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .messageright p {
    margin-bottom: 30px;
  }

  .messageleft {
    width: 200px;
    margin-left: 0;
    margin-bottom: 10px;
    border: 1px solid #E80E7B;
    padding: 30px 60px;
  }

  .message_img {
    margin-bottom: 15px;
  }

  .messageleft img {
    width: auto !important;
    margin-bottom: 20px;
  }

  .messageleft h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: initial;
  }

  .messageleft span {
    font-size: 18px;
  }

  .messagetext {
    font-size: 13px;
    line-height: initial;
    margin-top: 10px;
  }

  .messagetext_naitei {
    font-size: 14px;
    line-height: initial;
    margin-top: 10px;
  }

  /*leac_message*/
  #messagejob {
    background: #FFF url(../img/messagebg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 88px;
    background-color: #f2f5f8;
    box-sizing: border-box;
    margin-top: 30px;
  }

  #messagejoblap {
    position:relative;
    margin: 40px auto 0 auto;
    width: 940px;
    text-align: center;
    //display: flex;
    //-webkit-flex-wrap: wrap;
    //flex-wrap: wrap;
    //justify-content:space-between;
    //box-sizing: border-box;
    //background-position: center 2px solid #e80e7b;
    //background: url(../img/2018/messgebg_line.png) no-repeat left 126px center;
  }

  #messagejoblap a {
    margin-left:240px;
  }

  .messagefittext {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 30px;
    margin-top:137px;
    //color: #e80e7b;
  }
  .messagefittext .en {
    display:block;
    font-size: 12px;
    color:#e80e7b;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  /********** コンデンス追加 **********/
    #video-area {
        width: 100%;
        height: 930px;
        position: relative;
    }
    #video-area video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sp {
        display: none;
    }
    .labo_navi_box {
        position: relative;
        margin-top: 175px;
        padding-bottom: 140px;
        box-sizing: border-box;
    }
    .labo_navi_box:before {
        content:"";
        width: 100%;
        height: 74.8%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f2f5f8;
    }
    .navi_wrap {
        width: 68.9%;
        max-width: 1240px;
        position: relative;
        margin: 0 auto;
    }
    .labo_navi_box .navi_copy {
        width: 100%;
        text-align: center;
    }
    .labo_navi_box .navi_img {
        width: 100%;
        margin-top: -5px;
    }
    .labo_navi_box .navi_img img {
        max-width: 100%;
        height: auto;
    }
    .labo_navi_box .navi_info {
        width: 90%;
        max-width: 780px;
        position: relative;
        margin: -90px auto 80px auto;
        background-color: #FFF;
        box-shadow: 3px 3px 8px hsl(0deg 0% 0% / 30%);
        padding: 30px 10px;
        box-sizing: border-box;
    }
    .labo_navi_box .navi_info h3 {
        width: 230px;
        height: 120px;
        position: absolute;
        top: 30px;
        left: 0;
        text-align: center;
        font-size: 24px;
        border-right: 1px solid #f2f5f8;
        padding-top: 40px;
        box-sizing: border-box;
    }
    .labo_navi_box .navi_info .prof {
        width: 100%;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        line-height: 38px;
        padding: 3px 70px 3px 285px;
        box-sizing: border-box;
    }
    .labo_topics {
        position: relative;
        margin-top: 200px;
        margin-bottom: 60px;
    }
    .labo_topics h3 {
        width: 100%;
        position: absolute;
        top: -28px;
        left: 0;
        text-align: center;
    }
    .labo_topics h4 {
        position: relative;
        text-align: center;
        font-size: 24px;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }
    .labo_topics .t_text {
        position: relative;
        line-height: 38px;
        letter-spacing: 0.05em;
    }
    .labo_topics .topicsbox {
        position: relative;
        background-color: #eff2f6;
        padding: 80px 80px 60px 80px;
        box-shadow: 3px 3px 8px rgb(0 0 0 / 30%);
        box-sizing: border-box;
    }
    .labo_flow {
        width: 100%;
        position: relative;
    }
    .labo_flow .flow01 {
        display: inline-block;
        vertical-align: top;
        width: 47.5%;
        position: relative;
        margin-right: 4.2%;
        margin-top: 150px;
    }
  .labo_flow .flow01:nth-child(2n) {
        margin-right:0;
  }
    .labo_flow .number {
        width: 100%;
        position: absolute;
        top: -60px;
        left: 0;
        text-align: center;
        z-index: 1;
    }
    .labo_flow .flow_img {
        position: relative;
    }
    .labo_flow .flow_text {
        position: relative;
        line-height: 38px;
        letter-spacing: 0.05em;
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }
  .img100 {
        max-width:100%;
        height:auto;
  }
  .h100 {
        width:100%;
        height:100%;
        object-fit:cover;
  }
  .laboratory_page .main_img {
    width: 100%;
    height: 580px;
    text-align: center;
  }
  .laboratory_page .main_img img {
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .labo_sct02 {
    width: 780px;
    position: relative;
    margin: -120px auto 0 auto;
    text-align: center;
    background-color: #FFF;
    padding: 48px 0;
    box-sizing: border-box;
  }
  .labo_navboxm {
    margin-bottom: 50px;
  }
  .labo_imgbox02 {
    width: 88.9%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
  .labo_title02 {
    position: absolute;
    z-index: 20;
    top: -106px;
    left: -50px;
  }
  .laboratory_page .labo_img02 {
    z-index: 10;
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .laboratory_page .labo_img02 img {
    width:100%;
    height:auto;
  }
  .nav_text02 {
    width: 100%;
    position: relative;
  }
  .nav_text02 .text01 {
    color: #e80e7b;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
  }
  .nav_text02 .text02 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 45px;
    box-sizing: border-box;
  }
  .nav_text02 .text02:before {
    content:"";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #de0068;
  }
  .nav_text02 .text03 {
    width: 100%;
    text-align: left;
    line-height: 38px;
    margin-bottom: 60px;
  }
  .nav_text02 .text04 {
    width: 100%;
    text-align: left;
    line-height: 38px;
  }
  .labo_page_contents {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
  }
}