@charset "UTF-8";



body {
/*
  background-image: none;
  background-color: #FFF !important;
*/
  line-height: 1.8;
}

main a.txt-blue {color: #0c68e6;transition:all .5s;}
main a.txt-blue:hover {color: #7ab2ff;transition:all .5s;}
main a img:hover {box-shadow:0 0 6px rgba(0,0,0,.3);transition:all .7s}

main p {font-size: 1.5rem;line-height: 1.8;}

.l-section.bg {
  background: #cadbf4;
  padding-bottom: 90px;
}

.l-inner {
  font-size: 1.5rem;
  line-height: 1.8;
}
.l-inner.border {
  border-bottom: 1px solid #CDD6DD;
  padding-bottom: 90px;
}

.l-banner {
  background: #f2f6fc;
}



/******************************************************************
  ABOUT IFREC
******************************************************************/

/*-----------------------------------------------------------------
 brochures
 -----------------------------------------------------------------*/
.ol-bro--print {
  justify-content: start;
}
.ol-bro--print li {
  margin-bottom: 5vh;
  display: flex;
}
.ol-bro--print li a {
  width: 100%;
  max-width: 100%;
  background: #F0F3F5;
  color: #000 !important;
  transition: .6s;
  display: block;
  padding: 15px;
  position: relative;
}

.ol-bro--print li a img {
  width: 100%;
  height: auto;
  transition: .6s;
}
.ol-bro--print li p {
  padding-bottom: 5px !important;
  margin: 10px auto 30px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
.ol-bro--print li a::after {
  content: "PDF";
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 5px 10px;
  font-size: 1.1rem;
  color:#000 !important;
  text-align: center;
  border-radius: 27px;
  border: 1px solid #3B4043;
}
.ol-bro--print li a:hover::after {
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  color:#0c68e6 !important;
  background: #FFF;
  transition: .6s;
}
.ol-bro--print li a:hover {
  color: #0c68e6 !important;
}
.ol-bro--print li a:hover img {
  box-shadow: none;
}
.ol-bro--print li a:hover p {color: #0c68e6 !important; transition: .6s;}


.ol-bro--other li {
  background: #F0F3F5;
  color: #000 !important;
  transition: .6s;
  display: flex;
  padding: 15px;
  position: relative;
}

.ol-bro--other li .ol-bro--other_inner {
  display: flex;
}
.ol-bro--other li .ol-bro--other_inner img {
  max-width: 50%;
}
.ol-bro--other li .ol-bro--other_inner .txt {
  padding: 20px;
  color: #000;
}
.ol-bro--other li a::after {
  content: "PDF";
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 5px 10px;
  font-size: 1.1rem;
  color:#000 !important;
  text-align: center;
  border-radius: 27px;
  border: 1px solid #3B4043;
}
.ol-bro--other li a:hover::after {
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  color:#0c68e6 !important;
  background: #FFF;
  transition: .6s;
}
.ol-bro--other li a:hover {
  color: #0c68e6 !important;
}
.ol-bro--other li a:hover img {
  box-shadow: none;
}
.ol-bro--other li a:hover h4,
.ol-bro--other li a:hover p {color: #0c68e6 !important; transition: .6s;}

/* ol-bro--activity */

.ol-bro--activity li {
  background: #FFF;
  color: #000 !important;
  transition: .6s;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 15px 30px;
}
.ol-bro--activity li img {
  width: 100%;
  height: auto;
}
.ol-bro--activity li .txt {
  padding: 45px 35px 35px;
}
.ol-bro--activity li .txt h4 {
  text-align: center;
}
.ol-bro--activity li .txt p {
  font-size: 1.4rem;
  font-weight: 600 !important;
}
.ol-bro--activity li .link {
  padding: 0 35px 35px;
  text-align: right;
}
.ol-bro--activity li .link p:not(:last-of-type) {
  margin-bottom: 10px;
}

.ol-bro--activity_slide {
  position: relative;
}
.ol-bro--activity_slide .slider-img {
  margin: 0 5px;
}
.ol-bro--activity_slide .slider-img img {
  height: auto;
  width: 100%;
}
.ol-bro--activity_slide .slick-dots button,
.ol-bro--activity_slide .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background-color: #CDD6DD;
}
.ol-bro--activity_slide .slick-dots .slick-active button {
  background-color: #0c68e6;
}
.ol-bro--activity_slide .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.ol-bro--activity_slide .slick-dots li {
  width: auto;
  display: inline-block;
  background: none;
  margin: 0 5px;
}
.ol-bro--activity_slide .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 25px !important;
  height: 25px !important;
  padding: 5px;
  z-index: 10;
  background: #FFF;
  border-radius: 50%;
}
.ol-bro--activity_slide .prev-arrow {left: 10px;}
.ol-bro--activity_slide .next-arrow {right: 10px;}

@media screen and (max-width: 767px) {
  .ol-bro--activity {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .ol-bro--other li {
    margin: 0 15px 50px;
    max-width: calc(48% - 30px);
  }
  .ol-bro--other li .ol-bro--other_inner img {
    max-width: 280px;
    max-height: 200px;
  }
  .ol-bro--activity li {
    max-width: calc(48% - 30px);
  }


}

/******************************************************************
  PEOPLE
******************************************************************/
.c-pagetitle .pagemunu.ppl li:last-of-type {
  color: #5c82a1;
/*  background-color: #0c68e6;*/
}

.c-pagetitle .pagemunu.ppl li:last-of-type:hover {
  background-color: #5c82a1;
}

.c-pagetitle .pagemunu.ppl li:last-of-type a:hover {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .c-pagetitle .pagemunu.ppl {
    max-width: 1158px;
  }

  .c-pagetitle .pagemunu.ppl li {
    width: 11%;
    text-align: center;
  }

  .c-pagetitle .pagemunu.ppl li:last-of-type {
        width: 8%;
  }
}

.labo-group {
  justify-content: start;
}
.labo-group li {
  text-align: center;
  margin-bottom: 5vh;
}
.labo-group li a {
  width: 100%;
  max-width: 100%;
  color: #000 !important;
  transition: .6s;
  display: block;
}
.labo-group li a img {
  width: 90%;
  height: auto;
  transition: transform .6s ease;
  border-radius: 50%;
}
.labo-group li a:hover {
  color: #0c68e6 !important;
}
.labo-group li a:hover img {
  transform: scale(1.05);
  overflow: hidden;
}
.labo-group li p {font-size: 1.4rem; line-height:1.5;}
.labo-group li .c-heading--lv4 {padding-bottom: 5px !important; margin-bottom: 0; margin-top: 10px; font-size: 1.5rem;line-height: 1.6;}
.labo-group li a:hover .c-heading--lv4 {color: #0c68e6 !important;}

.labo-group.office li a {
  max-width:  90%;
  border-radius: 100%;
  background: #468ECE /*#A6B8D2*/;
  color: #FFF !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.labo-group.office li a::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.labo-group.office li a:hover {
   background:#B2D5EF; /*#C8D2E0*/ ;
}

@media screen and (min-width: 768px) {
  .col-Wrap .labo-group li {
    margin-bottom: 0;
  }
  .col-Wrap .col-PC2SP1:first-of-type .labo-group:first-of-type {
    border-right: 1px solid #CDD6DD;
  }
}

@media screen and (max-width: 767px) {
  .people #sec04,
  .people #sec06 {margin-top:-70px; padding-top:70px;}
}
/*-----------------------------------------------------------------
 organization
 -----------------------------------------------------------------*/
.labo-org {
  background: #FFF;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.labo-org img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .labo-org {
    padding: 80px;
  }
}

/******************************************************************
  RECRUIT
******************************************************************/
.rec-work li > div{
  padding: 30px;
  border: 1px solid #0c68e6;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rec-publicList {
  padding-bottom: 90px;
}

.rec-publicList a { transition: .6s;}
.rec-publicList a:hover { color: #0c68e6 !important;}


/*-----------------------------------------------------------------
 You Tube
 -----------------------------------------------------------------*/
.rec-YouTube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.rec-YouTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .rec-YouTube-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

/******************************************************************
  GALLERY
******************************************************************/

.gal-index {
  justify-content: start;
}
.gal-index a {
  background: #dde9f3;
  display: flex;
  flex-direction: column;
  color: #000 !important;
  height: 100%;
  position: relative;
}
.gal-index a p {
  padding: 15px 30px 45px;
  font-weight: 600 !important;
}
.gal-index a:hover {box-shadow:0 0 6px rgba(0,0,0,.3);transition:all .7s; color: #0c68e6;background: rgba(205,214,221,.7);}
.gal-index a:hover p {color: #0c68e6;transition:all .5s;}
.gal-index a:hover img {box-shadow: none;}

.gal-index a::after {
  content: url(../img/icon_arrow-right-bk.svg);
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: 14px;
  transition:all .4s;
}

.gal-index a:hover::after{content:url(../img/icon_arrow-right-bl.svg);right:16px}

#gal-lightgallery {
  justify-content: start;
}
#gal-lightgallery a {
  display: block;
}
#gal-lightgallery a img {
  width: 100%;
  height: auto;
}
#gal-lightgallery a:hover img {
  opacity: .8;
  box-shadow:0 0 6px rgba(0,0,0,.7);
  transition:all .7s;
  transform: scale(1.05);
  overflow: hidden;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {border-color: #0c68e6 !important;}

#lg-download-1 {display: none;}

.gal-backbtn {padding: 40px 0;}

@media screen and (min-width: 768px) {
  .gal-backbtn {padding: 70px 0;}
}

/******************************************************************
  ACCESS
******************************************************************/
/*-----------------------------------------------------------------
 googleMap
 -----------------------------------------------------------------*/
.acc-gMap iframe {width: 100%;height: 40vh;border: none;margin-bottom: 10px;}
.acc-form__btn .btn-arrow {border:none;}

@media screen and (min-width: 768px) {
  .acc-gMap iframe {height: 450px;}

  .acc-form__txt{padding-right: 15px; padding-left: 15px; margin-bottom: 25px;max-width: 66%;flex: 0 0 66%;}
  .acc-form__btn{padding-right: 15px; padding-left: 15px; margin-bottom: 25px;max-width: 33.333333%;flex: 0 0 33.333333%;}
    .acc-form__btn span {width:25rem;}
}


/*-----------------------------------------------------------------
 campus map
 -----------------------------------------------------------------*/
.acc-campus__img img {width: 100%; height: auto; margin-bottom: 30px;}
.acc-campus__list li {margin-bottom: 10px;}
.acc-campus__list li:before {width: 2.5rem;height:2.5rem;border-radius: 50%;color: #FFF;font-size: 1.3rem !important;font-weight: 600;display: inline-block;vertical-align: middle;text-align: center;line-height: 2.5rem;margin-right: 10px;}

.acc-campus__list_shisetsu {counter-reset: shisetsu 0;}
.acc-campus__list_shisetsu li:before {background: #004BB1;content: counter(shisetsu);counter-increment: shisetsu;}
.acc-campus__list_shisetsu li:nth-of-type(7) {margin-top: 30px;}
.acc-campus__list_shisetsu li:nth-of-type(7)::before{background: #FFE300; color: #000;content: "20";}

.acc-campus__list_iriguchi {counter-reset: iriguchi 7;}
.acc-campus__list_iriguchi li:before {background: #E69ADA;content: counter(iriguchi);counter-increment: iriguchi;}

.acc-campus__list_kotsu {counter-reset: kotsu 13;}
.acc-campus__list_kotsu li:before {background: #F07F1D;content: counter(kotsu);counter-increment: kotsu;}

/*-----------------------------------------------------------------
 form
 -----------------------------------------------------------------*/
.acc-form__txt {width: 100%;max-width: 100%;padding-right: 15px; padding-left: 15px; margin-bottom: 25px;}
.acc-form__btn {width: 100%;max-width: 100%;padding-right: 15px; padding-left: 15px; margin-bottom: 25px;}

@media screen and (min-width: 768px) {
  .acc-form {align-items: center;}
  .acc-form__txt{max-width: 66%;flex: 0 0 66%;}
  .acc-form__btn{max-width: 33.333333%;flex: 0 0 33.333333%;}
}

/******************************************************************
  LINK
******************************************************************/

.link-bnr__list a {font-size: 1.4rem; line-height: 1.5;}
.link-bnr__list a:hover {transition:all .5s;}

.link-bnr__list img {width: 100%; height: auto; margin-bottom: 5px;}

.link-bnr__list.IMG {justify-content: start;}
.link-bnr__list.IMG a {color: #000 !important; font-weight: 600;}
.link-bnr__list.IMG a:hover {color: #0c68e6;}

.link-bnr__list.GROUP {padding-bottom: 90px;}
.link-bnr__list.GROUP li a { transition: .6s;}
.link-bnr__list.GROUP li a:hover { color: #0c68e6 !important;}

.link-PARTNER li a { transition: .6s;}
.link-PARTNER li a:hover { color: #0c68e6 !important;}


@media screen and (min-width: 768px) {
  .link-bnr__list.GROUP {display: flex;flex-wrap: wrap;}
  .link-bnr__list.GROUP li {width: calc(50% - 15px);}
  .link-bnr__list.GROUP li:nth-last-of-type(2n+1) {margin-left: 50px !important;width: calc(50% - 50px);}
}

/******************************************************************
  OTHER
******************************************************************/
.other-backbtn {
  padding: 40px 0;
  margin: 40px auto;
  border-top: 1px solid #cdd6dd;
}

.other-backbtn .c-button.is-back {
  margin:0 auto;
}

@media screen and (min-width: 768px) {
  .other-backbtn {
    padding: 70px 0;
    margin: 70px auto;
  }
}
