@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2; }

ul, ol {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  color: #212121; }

.contents {
  margin: 0 auto; }
  @media screen and (min-width: 1140px), print {
    .contents {
      width: 1140px; } }
  @media screen and (min-width: 769px) and (max-width: 1140px) {
    .contents {
      width: 90%; } }
  @media screen and (max-width: 768px), print {
    .contents {
      width: 90%; } }

@media screen and (min-width: 1140px), print {
  .pc {
    display: block; } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .pc {
    display: none; } }

@media screen and (max-width: 768px), print {
  .pc {
    display: none; } }

@media screen and (min-width: 1140px), print {
  .tb {
    display: none; } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .tb {
    display: block; } }

@media screen and (max-width: 768px), print {
  .tb {
    display: none; } }

@media screen and (min-width: 1140px), print {
  .sm {
    display: none; } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .sm {
    display: none; } }

@media screen and (max-width: 768px), print {
  .sm {
    display: block; } }

@media screen and (min-width: 1140px), print {
  .pc-tb {
    display: block; } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .pc-tb {
    display: block; } }

@media screen and (max-width: 768px), print {
  .pc-tb {
    display: none; } }

@media screen and (min-width: 1140px), print {
  .sm-tb {
    display: none; } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .sm-tb {
    display: block; } }

@media screen and (max-width: 768px), print {
  .sm-tb {
    display: block; } }

/*** 共通項目 --------------------------***/
.center {
  margin: 0 auto;
  text-align: center; }

.btnMore {
  text-align: center; }
  .btnMore a {
    display: block;
    text-decoration: none;
    background-color: #1d2088;
    border-radius: 60px;
    box-sizing: border-box;
    width: 300px;
    height: 70px;
    color: #fff;
    position: relative;
    padding-top: 20px; }
  .btnMore a::after {
    content: url(../img/arrow_w.png);
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
  .btnMore a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transition: opacity 0.7s; }

/*** header --------------------***/
#header {
  height: 250px;
  position: relative; }
  @media screen and (max-width: 768px), print {
    #header {
      height: 100px; } }
  @media screen and (min-width: 769px) and (max-width: 1140px) {
    #header {
      height: 100px; } }
  #header .contact {
    position: absolute;
    top: 0;
    right: 0; }
    #header .contact a {
      display: block; }
  #header .headerInner {
    margin: 0 auto 0;
    padding-top: 50px; }
    @media screen and (max-width: 768px), print {
      #header .headerInner {
        padding-top: 20px; }
        #header .headerInner .logo {
          width: 70%; } }
    @media screen and (min-width: 769px) and (max-width: 1140px) {
      #header .headerInner {
        padding-top: 20px; }
        #header .headerInner .logo {
          width: 80%; } }
    #header .headerInner ul {
      display: flex;
      -js-display: flex;
      justify-content: space-around;
      align-items: flex-top;
      padding: 0 45px;
      margin-top: 50px; }
      #header .headerInner ul li a {
        display: block;
        text-decoration: none;
        color: #212121;
        padding: 5px 0 0;
        font-size: 20px;
        font-size: 2rem; }
      #header .headerInner ul li .current {
        border-bottom: 8px solid #ffff00;
        position: relative; }
      @media screen and (min-width: 1140px), print {
        #header .headerInner ul li a:hover {
          opacity: 1;
          transition: inherit;
          color: #ffff00;
          border-bottom: 8px solid #ffff00; } }
    #header .headerInner .slideMenu {
      position: fixed;
      top: 0;
      z-index: 120;
      left: -300px;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      background-color: rgba(29, 32, 136, 0.9); }
      #header .headerInner .slideMenu ul {
        padding: 20px 0 20px;
        justify-content: center;
        flex-direction: column; }
        #header .headerInner .slideMenu ul li {
          cursor: pointer;
          font-size: 1.4rem;
          border-bottom: 1px solid #fff; }
          #header .headerInner .slideMenu ul li a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 15px 20px;
            position: relative; }
  @media screen and (min-width: 1140px), print {
    #header .btn {
      display: none; } }
  @media screen and (max-width: 768px), print {
    #header .btn {
      display: inline-block; } }
  @media screen and (min-width: 769px) and (max-width: 1140px) {
    #header .btn {
      display: inline-block; } }
  #header .btn,
  #header .btn span {
    transition: all .4s;
    box-sizing: border-box; }
  #header .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background-color: #ffff00;
    z-index: 100; }
  #header .btn span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 6px;
    border-radius: 2px;
    background-color: #1d2088; }
  #header .btn span:nth-of-type(1) {
    top: 32px; }
  #header .btn span:nth-of-type(2) {
    top: 52px; }
  #header .btn span:nth-of-type(3) {
    bottom: 32px; }
  #header .btn.on span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg); }
  #header .btn.on span:nth-of-type(2) {
    opacity: 0; }
  #header .btn.on span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg); }

/*** footer --------------------------***/
footer {
  margin-top: auto; }

.copyright {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 768px), print {
    .copyright img {
      width: 90%; } }

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px; }
  #pagetop a {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 0px #1d2088;
    position: relative; }
    #pagetop a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transition: opacity 0.7s; }

/*** top --------------------------***/
.index {
  background-color: #fff;
  background-image: url(../img/top_bg2.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding-bottom: 180px; }
  @media screen and (max-width: 768px), print {
    .index {
      background-image: url(../img/bg_sm.png); } }

.topPage h2 {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px), print {
    .topPage h2 {
      margin-bottom: 10px; } }
  .topPage h2 span {
    padding-left: 40px;
    vertical-align: middle; }

.topPage h3 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #1d2088;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 768px), print {
    .topPage h3 {
      margin-bottom: 10px;
      line-height: 1.5; } }

.topPage h4 {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 15px; }

.topPage .topMain {
  margin-top: 40px;
  position: relative;
  width: 100%; }
  .topPage .topMain:before {
    content: "";
    display: block;
    background: url(../img/top_sm.png) no-repeat right center;
    background-size: cover;
    width: 48.7vw;
    height: 51.55vw;
    max-width: 721px;
    max-height: 763px;
    position: absolute;
    top: 13%;
    right: 0;
    z-index: 2; }
  @media screen and (max-width: 768px), print {
    .topPage .topMain:before {
      content: none; } }
  .topPage .topMain .topSpimg {
    position: relative;
    right: 0;
    top: -50px;
    right: -6%; }
  .topPage .topMain .topJoin {
    max-width: 650px;
    max-height: 650px;
    width: 60vw;
    position: relative;
    left: -60px; }
    .topPage .topMain .topJoin img {
      width: 100%; }
    .topPage .topMain .topJoin .btnMore {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10; }
  @media screen and (max-width: 768px), print {
    .topPage .topMain .topJoin {
      width: 100%;
      height: 100%;
      left: -5%; }
      .topPage .topMain .topJoin img {
        width: 100%; } }
  .topPage .topMain .topNews {
    margin-bottom: 50px; }
    .topPage .topMain .topNews .title {
      display: flex;
      -js-display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 20px;
      margin-top: 120px; }
      @media screen and (max-width: 768px), print {
        .topPage .topMain .topNews .title {
          display: block;
          margin-top: 0; } }
      @media screen and (min-width: 769px) and (max-width: 1140px) {
        .topPage .topMain .topNews .title {
          margin-top: 150px; } }
      .topPage .topMain .topNews .title h2 {
        margin-bottom: 0;
        margin-right: 20px; }
        .topPage .topMain .topNews .title h2 img {
          text-shadow: 0px 0px 3px #013563; }
        @media screen and (max-width: 768px), print {
          .topPage .topMain .topNews .title h2 {
            text-align: left;
            margin-right: 0; } }
      .topPage .topMain .topNews .title .txtMore a {
        color: #fff;
        text-decoration: none;
        text-shadow: 0px 0px 3px #013563;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        vertical-align: middle; }
      .topPage .topMain .topNews .title .txtMore a::after {
        content: url(../img/arrow_w.png);
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
        text-shadow: 0px 0px 3px #013563; }
      @media screen and (max-width: 768px), print {
        .topPage .topMain .topNews .title .txtMore {
          display: none; } }
    .topPage .topMain .topNews dl {
      color: #fff;
      width: 50%;
      display: flex;
      -js-display: flex;
      flex-direction: row;
      align-items: flex-start; }
      .topPage .topMain .topNews dl dt {
        width: 20%; }
      .topPage .topMain .topNews dl dd {
        width: 80%; }
        .topPage .topMain .topNews dl dd a {
          color: #fff; }
    @media screen and (max-width: 768px), print {
      .topPage .topMain .topNews dl {
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        -js-display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .topPage .topMain .topNews dl dt {
          width: 100%; }
        .topPage .topMain .topNews dl dd {
          width: 100%; } }
    .topPage .topMain .topNews .btnMore a {
      margin: 40px auto; }
      @media screen and (max-width: 768px), print {
        .topPage .topMain .topNews .btnMore a {
          background-color: #00a7eb; } }
    @media screen and (min-width: 769px) and (max-width: 1140px) {
      .topPage .topMain .topNews dl {
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        -js-display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .topPage .topMain .topNews dl dt {
          width: 100%; }
        .topPage .topMain .topNews dl dd {
          width: 100%; } }

.topPage .topConcept {
  position: static;
  background-color: #fff;
  border-radius: 50px;
  padding: 60px;
  box-sizing: border-box;
  margin: 150px auto 0; }
  @media screen and (max-width: 768px), print {
    .topPage .topConcept {
      padding: 30px;
      margin-top: 10px; } }
  .topPage .topConcept h2 {
    text-align: center; }
  .topPage .topConcept h3 {
    line-height: 1.5; }

.topPage .topService {
  padding-top: 100px; }
  .topPage .topService .pointBox {
    margin-top: 50px; }
    @media screen and (max-width: 768px), print {
      .topPage .topService .pointBox {
        margin-top: 20px; } }
    .topPage .topService .pointBox .img {
      width: 100%;
      max-width: 480px; }
    .topPage .topService .pointBox .inner {
      display: flex;
      -js-display: flex;
      flex-direction: row-reverse;
      align-items: flex-start; }
      .topPage .topService .pointBox .inner .txtBox {
        width: 53.125%; }
        .topPage .topService .pointBox .inner .txtBox p {
          line-height: 2;
          margin-top: 10px; }
      .topPage .topService .pointBox .inner.point01 .txtBox {
        margin-left: 47px;
        padding-top: 73px; }
      .topPage .topService .pointBox .inner.point02 {
        flex-direction: row;
        margin-top: -15%; }
        .topPage .topService .pointBox .inner.point02 .txtBox {
          margin: 0 36px 0 69px;
          padding-top: 233px; }
    @media screen and (max-width: 768px), print {
      .topPage .topService .pointBox .img {
        width: 100%;
        max-width: 100%;
        text-align: center; }
      .topPage .topService .pointBox .inner {
        flex-direction: column;
        align-items: center;
        padding-top: 50px; }
        .topPage .topService .pointBox .inner .txtBox {
          width: 100%;
          padding-bottom: 50px; }
        .topPage .topService .pointBox .inner.point01 .txtBox {
          margin-left: 0;
          padding-top: 40px; }
        .topPage .topService .pointBox .inner.point02 {
          flex-direction: column;
          margin-top: 0; }
          .topPage .topService .pointBox .inner.point02 .txtBox {
            margin: 0;
            padding-top: 0; } }
  .topPage .topService .btnMore {
    margin: 50px auto;
    width: 300px; }
  .topPage .topService .schedule {
    margin-top: 105px; }
    @media screen and (max-width: 768px), print {
      .topPage .topService .schedule .table {
        overflow-x: auto;
        margin-top: 6px; }
        .topPage .topService .schedule .table img {
          display: inline-block;
          width: 175vw;
          max-width: none;
          margin: 0 auto; }
      .topPage .topService .schedule .slideArrow {
        margin-top: 50px;
        text-align: center;
        line-height: 1; }
        .topPage .topService .schedule .slideArrow p::after {
          content: url(../img/arrow_lr.png);
          display: inline-block;
          vertical-align: baseline;
          padding-left: 10px; } }

.topFooterbg {
  background-image: url(../img/footer_bg2.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 50px;
  padding-bottom: 80px;
  color: #fff;
  height: 823px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px), print {
    .topFooterbg {
      padding-bottom: 150px; } }
  .topFooterbg h2 {
    margin-bottom: 30px; }
  .topFooterbg h3 {
    font-size: 34px;
    font-size: 3.4rem;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8; }
    @media screen and (max-width: 768px), print {
      .topFooterbg h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 10px;
        margin-bottom: 10px; } }
  .topFooterbg p {
    padding: 20px 0; }
  .topFooterbg address {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 0;
    font-style: normal; }
    @media screen and (max-width: 768px), print {
      .topFooterbg address {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 0; } }
    .topFooterbg address a {
      text-decoration: none;
      color: #fff; }

/*** 下層ページ --------------------------***/
#Wrapper {
  display: flex;
  -js-display: flex;
  flex-direction: column;
  min-height: 100vh; }

.container {
  background-color: #005bac;
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-position: left top; }
  .container .inner {
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
    box-sizing: border-box;
    margin: 80px auto; }
  .container h1 {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px), print {
      .container h1 {
        margin-bottom: 10px; } }
    .container h1 span {
      padding-left: 40px;
      vertical-align: middle;
      font-size: 20px;
      font-size: 2rem; }
  .container h2 {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
    margin: 50px 0 10px 0; }
    @media screen and (max-width: 768px), print {
      .container h2 {
        margin-bottom: 10px; } }
    .container h2 span {
      padding-left: 40px;
      vertical-align: middle;
      font-size: 20px;
      font-size: 2rem; }
  .container h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #1d2088;
    margin: 30px 0 10px 0;
    text-align: left;
    line-height: 1.5; }
    @media screen and (max-width: 768px), print {
      .container h3 {
        margin-bottom: 10px; } }
  .container h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 15px; }
  .container p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 15px 0; }
    .container p.center {
      text-align: center; }
  .container .pageNews dl {
    width: 100%;
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px; }
    .container .pageNews dl dt {
      width: 15%; }
    .container .pageNews dl dd {
      width: 85%; }
  .container .pageNews dl:last-of-type {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
  @media screen and (max-width: 768px), print {
    .container .pageNews dl {
      width: 100%;
      display: flex;
      -js-display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .container .pageNews dl dt {
        width: 100%; }
      .container .pageNews dl dd {
        width: 100%; } }
  @media screen and (min-width: 769px) and (max-width: 1140px) {
    .container .pageNews dl {
      width: 100%;
      margin-bottom: 10px;
      display: flex;
      -js-display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .container .pageNews dl dt {
        width: 100%; }
      .container .pageNews dl dd {
        width: 100%; } }

/*** 研究室スタッフ --------------------------***/
#Wrapper .contents ul.staff-list {
  list-style: none;
  overflow: hidden; }

#Wrapper .contents ul.staff-list li {
  list-style: none;
  width: 25%;
  float: left;
  max-width: 240px;
  margin: 0 2% 30px; }

@media screen and (max-width: 599px) {
  #Wrapper .contents ul.staff-list li {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  img {
    margin: 0 auto 10px auto;
    text-align: center; } }

#Wrapper .contents ul.staff-list li p.position {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #48d5c4;
  font-weight: bold; }

#Wrapper .contents ul.staff-list li p.name {
  margin: 0 0 5px 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold; }

#Wrapper .contents ul.staff-list li p.subposition {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

/* 資料
---------------------------------------------------------------------------------------------- */
#Wrapper .contents .pic_list {
  width: 100%;
  margin: 0 auto 30px;
  list-style: none;
  text-align: center; }

#Wrapper .contents .pic_list li {
  display: inline-block;
  list-style: none !important;
  width: 47%;
  margin: 0 1% 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #171c61;
  text-align: center; }

@media screen and (max-width: 599px) {
  #Wrapper .contents .pic_list li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0; } }

#Wrapper .contents .pic_list li img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 0 10px 0;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

#Wrapper .contents .pic_list li.big img {
  max-width: 500px; }

#Wrapper .contents .pic_list li img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

#Wrapper .contents .pic_list li a {
  text-decoration: none;
  display: block;
  padding: 0 0 0 0; }
