@charset "UTF-8";
/* ----------------------------

  21.10.17
  Style sheet
  Written by Kenichi MIYATA

  ----------------------------
    1, COMMON_VARIABLE
    2, COMMON_SETTING
    3, TOP
      3-1, HERO IMAGE
      3-2, RESEARCH THEME
      3-3, WHAT'S NEW
      3-4, GALLERY
    4, RESEARCH CONTENTS
    5, PUBLICATIONS
    6, MEMBER
    7, RECRUIT
    8, ACCESS
  ----------------------------
---------------------------- */
/* ************************* */
/* ----------------------------
  1, COMMON_VARIABLE
  ---------------------------- */
/* ----------------------------
	2, COMMON_SETTING
  ---------------------------- */
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #CE3B79;
}

/* Move To Top  */
#page-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
}
#page-top a {
  background-color: #CE3B79;
  opacity: 0.6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 10px 10px;
}
#page-top a:hover {
  background-color: #CE3B79;
  opacity: 1;
  text-decoration: none;
}

.section-title {
  color: #CE3B79;
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  border-bottom: 6px double #CE3B79;
}
.section-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-right: 5px;
}

a.btn {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #CE3B79;
  border-radius: 0.5rem;
}

a.res-btn {
  color: #CE3B79;
  margin: 0 auto;
}

a.res-btn:hover {
  color: #fff;
  background-color: #CE3B79;
}

a.btn--radius {
  border-radius: 100vh;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/* ----------------------------
  3, TOP
  ---------------------------- */
/* ----------------------------
    3-1, HERO IMAGE
  ---------------------------- */
#slide {
  color: #FFF;
  height: 100vh;
  text-align: center;
}

.down-arr {
  font-size: 2rem;
  padding: 0 20px 20px 20px;
  z-index: 1;
}
.down-arr i:hover {
  color: #CE3B79;
}

.full-image-wrap {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.full-image {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
}

.slider-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .slider-mess__left,
.slider-mess__right {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-mess__left,
.slider-mess__right {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider-mess__left,
.slider-mess__right {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider-mess__left {
    position: absolute;
    text-align: left;
    top: 25vh;
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-mess__left {
    position: absolute;
    text-align: left;
    top: 25vh;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .slider-mess__left {
    position: relative;
    top: 25vh;
  }
}

@media (max-width: 767px) {
  .slider-mess__right {
    position: absolute;
    text-align: left;
    top: 40vh;
    right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-mess__right {
    position: absolute;
    text-align: left;
    top: 40vh;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .slider-mess__right {
    position: relative !important;
    text-align: right;
    top: 40vh;
  }
}

.slider-mess__boss {
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 69vh;
  left: 5%;
  border-bottom: 5px solid #CE3B79;
}
@media (min-width: 1200px) {
  .slider-mess__boss {
    position: relative;
  }
}

.slider-mess__name1 {
  font-size: 30px;
  position: absolute;
  top: 76vh;
  left: 5%;
}

.slider-mess__name2 {
  font-size: 30px;
  position: absolute;
  top: 80vh;
  left: 5%;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent url("../image/grid.png") repeat;
  transform: translateZ(0);
}

#slide {
  color: #000;
}
#slide p {
  position: absolute;
  z-index: 10;
}
#slide a {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #000;
}

/* ----------------------------
	3-2, RESEARCH THEME
  ---------------------------- */
#topReserchTheme {
  padding-top: 100px;
}

.res-lead {
  font-size: 20px;
  margin-bottom: 50px;
  text-align: left;
}

.aging-process {
  margin-bottom: 50px;
}

.res-items {
  margin-top: 20px;
  margin-bottom: 20px;
}
.res-items .res-item a:hover {
  text-decoration: none;
}
.res-items .res-item a img {
  border-radius: 10%;
  width: 100%;
  filter: grayscale(100%);
  margin-bottom: 10px;
}
.res-items .res-item a img:hover {
  filter: none;
}
.res-items .res-item a .res-item__title {
  color: #000;
  font-size: 20px;
  text-align: center;
}
.res-items .res-item a .res-item__title:hover {
  color: #CE3B79;
  display: block;
}

.res-more {
  text-align: center;
}

/* ----------------------------
	3-3, WHAT'S NEW
  ---------------------------- */
#news {
  padding: 70px 0;
}

ul.news-items {
  padding: 0 10px;
  height: 500px;
  overflow: scroll;
}
ul.news-items li {
  list-style-type: none;
  margin-bottom: 30px;
}

.news-item .news-item__title {
  font-size: 20px;
  color: #404040;
  border-left: solid 6px #CE3B79;
  border-bottom: solid 2px #dadada;
  background: whitesmoke;
  margin-bottom: 10px;
  line-height: 1;
  padding: 0.5em;
}

.news-item__arrow {
  color: #CE3B79;
}

.news-item__posted {
  color: #797979 !important;
}
.news-item__posted::before {
  color: #797979 !important;
  content: "　(";
}
.news-item__posted::after {
  color: #797979 !important;
  content: ")";
}

.news-item__link {
  color: #CE3B79;
}

.news-item__describe a {
  color: #000;
}
.news-item__describe a:hover {
  color: #CE3B79;
  text-decoration: none;
  cursor: pointer;
}

#brewery,
#disney {
  margin-top: -100px;
  padding-top: 100px;
}

/* ----------------------------
	3-4, GALLERY
  ---------------------------- */
.gallery-wrapper {
  display: flex;
}
@media (min-width: 1200px) {
  .gallery-wrapper {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-wrapper {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .gallery-wrapper {
    height: 600px;
  }
}
.gallery-wrapper .portfolio-item {
  margin: 0;
  padding: 0;
  height: 50%;
  overflow: hidden;
  position: relative;
}
.gallery-wrapper .portfolio-item .caption {
  font-size: 130%;
  color: #fff;
  padding-top: 100px;
  padding-left: 100px;
}
.gallery-wrapper .portfolio-item .caption a {
  color: #fff;
}
.gallery-wrapper .portfolio-item .caption a:hover {
  text-decoration: none;
  color: #CE3B79;
}
.gallery-wrapper .portfolio-item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease;
}
.gallery-wrapper .portfolio-item:hover .mask {
  top: 0;
}

.portfolio-item1,
.portfolio-item4 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .space-adjust {
    padding-bottom: 700px;
  }
}
@media screen and (min-width: 992px) {
  .space-adjust {
    padding-bottom: 100px;
  }
}

/* ----------------------------
	4, RESEARCH CONTENTS
  ---------------------------- */
.res-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
}

.res-themes {
  margin-bottom: 50px;
  text-align: justify;
}
.res-themes div p a {
  color: #000;
}
.res-themes div p a:hover {
  color: #CE3B79;
  text-decoration: none;
}

.nav-adjust {
  padding-top: 120px;
}

.res-item__title_resContent {
  text-align: center;
  font-size: 14px;
  color: #000;
}
.res-item__title_resContent:hover {
  text-decoration: none;
  color: #CE3B79;
}

/* ----------------------------
  5, PUBLICATIONS
  ---------------------------- */
.public-btns {
  padding-bottom: 10px;
}
.public-btns a {
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #CE3B79;
  margin-bottom: 10px;
}
.public-btns a:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.btn {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px;
  background-color: #CE3B79;
}
.btn:hover {
  opacity: 0.5;
}

.box-style ul {
  box-shadow: 0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

.box-style ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.box-style ul .pub01 {
  line-height: 1.3em;
  padding-top: 10px;
}

.box-style ul .pub01:not(:last-child) {
  border-bottom: 1px solid #CBC6C6;
  margin-bottom: 5px;
  padding-bottom: 20px;
}

.publications-items {
  padding: 20px 0;
}

.publications-title {
  font-size: 24px;
  padding-bottom: 12px;
  padding-top: 100px;
  margin-top: -100px;
}

/* ----------------------------
  6, MEMBER
  ---------------------------- */
.member-photo {
  display: block;
  text-align: center;
}

.member-position {
  padding: 0.3em 0.2em;
  margin: 0 0 1em;
  color: #000;
  border-bottom: solid 0.125em #d8d8d8;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.member-position::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -0.125em;
  border-bottom: 0.125em solid #CE3B79;
  width: 21%;
  height: 100%;
}

.member-position2 {
  padding: 0.3em 0.2em;
  margin: 0 0 1em;
  color: #000;
  border-bottom: solid 0.125em #d8d8d8;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.member-position2::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -0.125em;
  border-bottom: 0.125em solid #000;
  width: 21%;
  height: 100%;
}

.member-wrapper {
  margin-bottom: 50px;
}

.member-container {
  margin-left: 20px;
}
.member-container .member-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.member-container .member-email {
  margin-bottom: 24px; /* ← ここで行間調整 */
}
.member-container p:last-child {
  margin-bottom: 30px;
}

.member-container table td {
  padding: 5px 15px;
}

/* ----------------------------
  7, RECRUIT
  ---------------------------- */
.recruit-wrapper {
  padding-bottom: 50px;
}
.recruit-wrapper img {
  display: block;
  margin: 0 auto;
}

.recruit-content {
  margin-top: 2%;
  line-height: 1.5em;
}
.recruit-content h3 {
  font-weight: bold;
  font-size: 20px;
}
.recruit-content a {
  color: #000;
}
.recruit-content a:hover {
  color: #CE3B79;
  text-decoration: none;
}
.recruit-content span {
  background: linear-gradient(transparent 65%, #ff6 65%);
}

.recruit-contact {
  background-color: whitesmoke;
  padding: 20px;
  margin-top: 12px;
}

/* ----------------------------
  8, ACCESS
  ---------------------------- */
.access-head-lead {
  font-size: 1.5em;
  margin-bottom: 20px;
}

#location {
  padding: 2% 0 5% 0;
}

.location-wrapper {
  display: flex;
  justify-content: space-between;
}

.location-info {
  width: 30%;
  line-height: 1.5em;
}

.location-map {
  width: 68%;
}

iframe {
  width: 100%;
}