@charset "UTF-8";
.home-hero {
  position: relative;
}

.home-hero .slick-dotted.slick-slider {
  margin: 0;
}

.home-hero .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1250px;
  padding: 0 25px;
  margin: 10px auto 0;
}

.home-hero .slick-dots li {
  width: 50px;
  height: auto;
  margin: 0 4px 0 0;
}

.home-hero .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
  background: #ddd;
  border-radius: 0;
}

.home-hero .slick-dots li button::before {
  display: none;
}

.home-hero .slick-dots li.slick-active button {
  background: #162a89;
}

.home-hero__slide {
  position: relative;
}

.home-hero__slide__image {
  height: 580px;
  background-position: center center;
  background-size: cover;
}

.home-hero__slide__text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
  max-width: 600px;
  position: absolute;
  top: 60px;
}

.home-hero__slide__text p {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 13px 0 14px;
}

.home-hero__slide__text p + p {
  margin-top: 10px;
}

.home-hero__slide__text.-no-bg p {
  background: none;
}

.home-article {
  width: 32.666666666%;
  height: 500px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.home-article__wrap {
  overflow: auto;
  height: 100%;
}

.home-article__inner {
  padding: 40px 8.163265306% 60px;
}

.home-article__slider .slick-prev {
  left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-article__slider .slick-next {
  right: 15px;
}

.home-hero .home-article__slider .slick-dots {
  position: static;
  margin-top: 35px;
}

.home-hero .home-article__slider .slick-dots li.slick-active button {
  background: #000;
}

.home-article article {
  border-top: solid 1px #fff;
  padding: 30px 0 23px;
}

.home-article article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-article article:first-child {
  padding-top: 0;
  border-top: none;
}

.home-article article:last-child {
  padding-bottom: 0;
}

.home-article__media {
  width: 21.951219512%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.home-article__media::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home-article__text {
  margin-top: -5px;
  padding: 0 7.31707317%;
  line-height: 1.75;
}

.home-article__text time {
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  color: #777;
}

.home-article__text span {
  display: inline-block;
}

.home-article__text .c-article-subttl {
  font-size: 1.4rem;
  color: #777;
}

.home-article__text p {
  margin-top: 8px;
}

.home-article__btn {
  position: absolute;
  right: 3px;
  bottom: 0;
}

.home-article__btn a {
  color: #162a89;
  padding-right: 11px;
}

.home-article__btn a::before {
  border-width: 0 0 40px 40px;
  border-color: transparent transparent rgba(22, 42, 137, 0.2) transparent;
}

/* RESEARCH */
.home-research {
  margin-top: 80px;
  position: relative;
}

.home-research h2 {
  position: relative;
  z-index: 1;
}

.home-research::before {
  content: "";
  display: block;
  width: 65.86667%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e6f5fb), to(#c8e6f3));
  background: linear-gradient(to right, #e6f5fb 0%, #c8e6f3 100%);
  position: absolute;
  top: 15px;
  left: 0;
}

.home-research__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-research__body {
  width: 75.4166666666%;
  position: relative;
  padding-bottom: 50px;
}

.home-research__lead {
  line-height: 2.375;
  width: 41.621621621%;
  padding: 0 4.864864864% 0 0;
  margin: 25px 0 0;
}

.home-research__list {
  margin: 17px 0 0;
  position: relative;
}

.home-research__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-research__list li.is-active .home-research__item {
  opacity: 1;
  visibility: visible;
}

.home-research__list li.is-active .home-research__btn {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 8px 6.629834254% 8px 0;
  background: -webkit-gradient(linear, left top, right top, from(#01afd3), to(#162a89));
  background: linear-gradient(to right, #01afd3 0%, #162a89 100%);
  margin: 0 0 17px;
}

.home-research__list li.is-active .home-research__btn a {
  color: #fff;
}

.home-research__list li.is-active .home-research__btn::before, .home-research__list li.is-active .home-research__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}

.home-research__list li.is-active .home-research__btn::before {
  width: 100vw;
  right: 100%;
  background: #01afd3;
}

.home-research__list li.is-active .home-research__btn::after {
  width: 20px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(22, 42, 137, 0)), color-stop(50.5%, #162a89)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(22, 42, 137, 0)), color-stop(50.5%, #162a89)) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(22, 42, 137, 0) 50%, #162a89 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(22, 42, 137, 0) 50%, #162a89 50.5%) no-repeat bottom right/100% 50%;
  right: -20px;
  z-index: 1;
}

.home-research__btn {
  display: block;
  width: 44.751381215%;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1;
  padding: 0 6.629834254%;
  position: relative;
  cursor: pointer;
}

.home-research__btn a {
/*  pointer-events: none;*/
  display:block;
}

.home-research__item {
  width: 55.248618784%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -152px;
  background: #fff;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.home-research__item a {
  display: block;
}

.home-research__image::before {
  content: "";
  display: block;
  padding-top: 66.666666666%;
}

.home-research__text {
  padding: 20px 40px;
  background: #fff;
  position: relative;
  line-height: 2.25;
}

.home-research__text .c-link {
  position: absolute;
  bottom: 2px;
  right: 5px;
}

.home-research__report {
  width: 19.5833333333%;
  position: relative;
}

.home-research__report li + li {
  margin: 30px 0 0;
}

.home-research__report li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-research__report img {
  width: 90px;
  border: solid 1px #ccc;
  margin: 0 8.33333333% 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-research__report__text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.home-research__report__text time {
  color: #777;
  font-size: 1.4rem;
  line-height: 2.4;
  margin: 5px 0 0;
  display: block;
}

/* PAPERS */
.home-papers {
  margin-top: 155px;
}

.home-papers h2 {
  text-align: center;
}

.home-papers .-opinion {
  background-color: #162a89;
}

.home-papers .-reports {
  background-color: #c8a226;
}

.home-papers .-vision {
  background-color: #8eb66e;
}

.home-papers .-note {
  background-color: #4882af;
}

.home-papers .-paper {
  background-color: #cf664c;
}

.home-papers .-data {
  background-color: #b63d3d;
}

.home-papers .-others {
  background-color: #582929;
}

.home-papers__wrap {
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center 39px;
  background-size: cover;
}

.home-papers__wrap.is-opinion {
  background-color: transparent;
  background-image: url(/images/home/bg_opinion.jpg);
}

.home-papers__wrap.is-reports {
  background-color: transparent;
  background-image: url(/images/home/bg_reports.jpg);
}

.home-papers__wrap.is-vision {
  background-color: transparent;
  background-image: url(/images/home/bg_vision.jpg);
}

.home-papers__wrap.is-note {
  background-color: transparent;
  background-image: url(/images/home/bg_note.jpg);
}

.home-papers__wrap.is-paper {
  background-color: transparent;
  background-image: url(/images/home/bg_paper.jpg);
}

.home-papers__wrap.is-data {
  background-color: transparent;
  background-image: url(/images/home/bg_data.jpg);
  position:relative;
}

.home-papers__wrap.is-others {
  background-color: transparent;
  background-image: url(/images/home/bg_others.jpg);
}

.home-papers__tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.home-papers__tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 82px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home-papers__tab li:hover {
  opacity: .6;
}

.home-papers__conts {
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.home-papers__item {
  padding: 0 20px 20px;
  color: #fff;
  display: none;
}

.home-papers__item.is-active {
  display: block;
}

.home-papers__sp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  padding: 11px 15px;
  position: relative;
}

.home-papers__sp-head::before, .home-papers__sp-head::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home-papers__sp-head::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.home-papers__sp-head.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-papers__sp-head.is-active::after {
  display: none;
}

.home-papers__head {
  padding: 36px 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.home-papers__head h3 {
  margin: 0 0 10px;
  color: #fff;
}

.home-papers__head h3 .-en {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.0;
  letter-spacing: 0.04em;
}

.home-papers__head h3 .-jp {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 0 20px;
  letter-spacing: 0.04em;
}

.home-papers__head p {
  line-height: 2.0;
}

.home-papers__head a {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.home-papers__desc {
  letter-spacing: 0.1em;
}

.home-papers__icon {
  opacity: 0.7;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 18px 0 0;
}

.home-papers__entry {
  padding: 40px 40px 35px;
  background: #fff;
}

.home-papers__entry__btn {
  display: none;
}

.home-papers__entry article {
  padding: 30px 0 25px;
}

.home-papers__entry article + article {
  border-top: solid 1px #ddd;
}

.home-papers__entry article:first-of-type {
  padding-top: 0;
}

.home-papers__entry article:last-of-type {
  padding-bottom: 0;
}

.home-papers__entry article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-papers__entry article p {
  margin-bottom: 7px;
}

.home-papers__entry article p:last-child {
  margin-bottom: 0;
}

.home-papers__entry article .c-article-info {
  margin-bottom: 5px;
}

.home-papers__entry article .c-article-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}

.home-papers__entry article .c-article-author {
  font-size: 1.2rem;
}

.home-papers__text {
  margin-top: -5px;
}

.home-papers__media {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px 0 0;
}

.home-papers__media::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* RESEARCH FELLOWS */
.home-fellows {
  padding: 80px 0;
  text-align: center;
}

.home-fellows h2 + p {
  margin-top: 26px;
  line-height: 2.25;
}

.home-fellows__slider {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

.home-fellows__slider .slick-prev,
.home-fellows__slider .slick-next {
  top: 100px;
}

.home-fellows__slider .slick-prev {
  left: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-fellows__slider .slick-next {
  right: -30px;
}

.home-fellows__slider .slick-slide {
  margin: 0 20px;
}

.home-fellows__slider .slick-slide a {
  display: block;
}

.home-fellows__slider .slick-dots {
  margin-top: 38px;
}

.home-fellows__image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0 13px;
}

.home-fellows__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home-fellows__name {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.home-fellows__en-name {
  font-size: 1.4rem;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 5px;
}

.home-fellows__btn {
  margin-top: 50px;
}

.home-media {
  background: #e1ebfa url(/images/home/bg_media_pc.jpg) no-repeat right center;
  background-size: auto 100%;
  padding: 60px 0;
}

.home-media .c-column {
  overflow: hidden;
}

.home-media h2 {
  float: left;
  margin: 0 0 28px;
}

.home-media article {
  width: 730px;
  float: right;
}

.home-media article time {
  margin: 0 15px 0 0;
}

.home-media article .c-article-categ {
  font-weight: 700;
}

.home-media article a {
  display: block;
}

.home-media article p {
  margin-top: 2px;
  line-height: 2.125;
}

.home-media__btn {
  margin: 0;
  float: left;
}

.home-media__btn a {
  margin: 0;
}

.home-about {
  background: #fff url(/images/home/bg_about_pc.jpg) no-repeat center top;
  background-size: cover;
  padding: 77px 0 80px;
}

.home-about h2 {
  text-align: center;
}

.home-about__lead {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  margin: 27px 0 0;
}

.home-about__text {
  font-size: 1.8rem;
  line-height: 2.25;
  margin: 18px 0 0;
}

.home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -10px -20px;
}

.home-about__list li {
  width: 320px;
  margin: 0 10px 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.home-about__list li a {
  font-size: 2.0rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  background: #fff;
  color: #162a89;
  padding-left: 60px;
  position: relative;
}

.home-about__list li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: solid 2px #162a89;
  border-bottom: solid 2px #162a89;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home-about__list li a i {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px 0 0;
}

.home-mailmagazine {
  padding: 60px 0 55px;
}

.home-mailmagazine h2 {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.home-mailmagazine__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.home-mailmagazine__text {
  width: 459px;
  line-height: 2.25;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 46px 0 26px;
  margin-top: -10px;
}

.home-mailmagazine__sns {
  padding: 18px 0 25px 42px;
  border-left: solid 1px #ccc;
}

.home-mailmagazine__sns__ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 10px;
}

.home-mailmagazine__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}

.home-mailmagazine__sns li {
  width: 60px;
  margin: 0 10px;
}

.home-mailmagazine__sns li a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#162a89), to(#01afd3));
  background: linear-gradient(to right, #162a89 0%, #01afd3 100%);
  border-radius: 50%;
}

.home-mailmagazine__sns li a img {
  height: 20px;
}

.home-mailmagazine__sns li a img.-yt {
  height: 16px;
}

.home-mailmagazine__btn {
  position: absolute;
  bottom: 27px;
  left: 25px;
}

.home-mailmagazine__btn a {
  width: 275px;
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .home-hero .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .home-hero .slick-dots li {
    width: 8px;
    margin: 0 10px;
  }
  .home-hero .slick-dots li button {
    background: #bbb;
    height: 8px;
    border-radius: 50%;
  }
  .home-hero .slick-dots li.slick-active button {
    background: #fff;
  }
  .home-hero__slide__image {
    height: 210px;
  }
  .home-hero__slide__text {
    font-size: 1.6rem;
    max-width: 360px;
    top: 20px;
  }
  .home-hero__slide__text p {
    padding: 0 10px;
  }
  .home-hero__slide__text p + p {
    margin-top: 5px;
  }
  .home-article {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    -webkit-box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .home-article__inner {
    padding: 30px 15px 33px;
  }
  .home-hero .home-article__slider .slick-dots {
    margin-top: 30px;
  }
  .home-article article {
    padding: 0;
  }
  .home-article__media {
    width: 75px;
  }
  .home-article__text {
    padding: 0 15px;
    margin-top: 0;
    line-height: 1.625;
  }
  .home-article__text time {
    margin: 0 7px 0 0;
  }
  .home-article__text p {
    margin-top: 6px;
  }
  .home-article__btn {
    position: static;
    width: 200px;
    margin: 0 auto;
  }
  .home-article__btn a {
    height: 40px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.125;
    background: -webkit-gradient(linear, left top, right top, from(#162a89), to(#01afd3));
    background: linear-gradient(to right, #162a89 0%, #01afd3 100%);
  }
  .home-article__btn a::before {
    width: 9px;
    height: 9px;
    border: none;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .home-research {
    margin-top: 0;
    padding-top: 47px;
    background: -webkit-gradient(linear, left top, right top, from(#e6f5fb), to(#c8e6f3));
    background: linear-gradient(to right, #e6f5fb 0%, #c8e6f3 100%);
  }
  .home-research h2 {
    text-align: center;
  }
  .home-research::before {
    display: none;
  }
  .home-research__wrap {
    display: block;
  }
  .home-research__body {
    width: 100%;
    padding-bottom: 30px;
  }
  .home-research__lead {
    width: 100%;
    padding: 0;
    line-height: 1.875;
    margin: 15px 0 0;
  }
  .home-research__list {
    margin: 23px 0 0;
  }
  .home-research__list li {
    display: block;
  }
  .home-research__list li + li {
    margin-top: 4.5px;
  }
  .home-research__btn {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: left;
    background: #fff;
    padding: 0;
    line-height: 1.4;
  }
  .home-research__btn.is-active {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .home-research__btn.is-active a {
    padding: 12.5px 50px 12.5px 15px;
  }
  .home-research__btn.is-active a::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .home-research__btn.is-active a::after {
    display: none;
  }
  .home-research__btn a {
    display: block;
    pointer-events: inherit;
    padding: 14px 50px 14px 15px;
  }
  .home-research__btn a::before, .home-research__btn a::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #162a89;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .home-research__btn a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .home-research__item {
    width: 100%;
    padding: 20px;
    position: static;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
    border-top: solid 1px #ccc;
    display: none;
  }
  .home-research__image {
    width: 250px;
    margin: 0 auto;
  }
  .home-research__text {
    background: none;
    padding: 12px 0 0;
    line-height: 1.875;
  }
  .home-research__text .c-link {
    position: static;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.125;
    background: -webkit-gradient(linear, left top, right top, from(#162a89), to(#01afd3));
    background: linear-gradient(to right, #162a89 0%, #01afd3 100%);
    padding: 0;
    margin: 14px auto 0;
    position: relative;
  }
  .home-research__text .c-link::before {
    display: none;
  }
  .home-research__text .c-link::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .home-research__report {
    width: auto;
    margin: 0 -15px;
    padding: 30px 15px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .home-research__report li + li {
    margin: 15px 0 0;
  }
  .home-research__report li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-research__report img {
    width: 75px;
    margin: 0 15px 0 0;
  }
  .home-research__report__text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .home-research__report__text time {
    font-size: 1.4rem;
    line-height: 2.1;
    margin: 0;
  }
  .home-papers {
    margin-top: 50px;
  }
  .home-papers__wrap {
    margin-top: 56px;
    padding-bottom: 30px;
  }
  .home-papers__wrap.is-opinion {
    background: -webkit-gradient(linear, left top, right top, from(#5b81b5), to(#8795be));
    background: linear-gradient(to right, #5b81b5 0%, #8795be 100%);
  }
  .home-papers__wrap.is-reports {
    background: -webkit-gradient(linear, left top, right top, from(#dbbe85), to(#e9ddb3));
    background: linear-gradient(to right, #dbbe85 0%, #e9ddb3 100%);
  }
  .home-papers__wrap.is-vision {
    background: -webkit-gradient(linear, left top, right top, from(#9dc399), to(#d3dccb));
    background: linear-gradient(to right, #9dc399 0%, #d3dccb 100%);
  }
  .home-papers__wrap.is-note {
    background: -webkit-gradient(linear, left top, right top, from(#8fbccb), to(#c2d7e0));
    background: linear-gradient(to right, #8fbccb 0%, #c2d7e0 100%);
  }
  .home-papers__wrap.is-paper {
    background: -webkit-gradient(linear, left top, right top, from(#e3af98), to(#eed3be));
    background: linear-gradient(to right, #e3af98 0%, #eed3be 100%);
  }
  .home-papers__wrap.is-data {
    background: -webkit-gradient(linear, left top, right top, from(#db9c9c), to(#e1ced0));
    background: linear-gradient(to right, #db9c9c 0%, #e1ced0 100%);
  }
  .home-papers__wrap.is-others {
    background: -webkit-gradient(linear, left top, right top, from(#ad8080), to(#cfb7b7));
    background: linear-gradient(to right, #ad8080 0%, #cfb7b7 100%);
  }
  .home-papers__tab {
    display: none;
  }
  .home-papers__conts {
    -webkit-box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
  .home-papers__item {
    padding: 0;
    display: block;
  }
  .home-papers__item-wrap {
    padding: 0 5px 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    display: none;
  }
  .home-papers__head {
    padding: 16px 10px 18px;
  }
  .home-papers__head .home-papers__icon {
    display: none;
  }
  .home-papers__head .c-link {
    display: none;
  }
  .home-papers__head h3 {
    display: none;
  }
  .home-papers__head p {
    line-height: 1.8;
  }
  .home-papers__icon {
    width: 35.5px;
    opacity: 1;
    margin: 0 10px 0 0;
  }
  .home-papers__entry {
    padding: 20px 15px;
  }
  .home-papers__entry__btn {
    display: block;
    margin-top: 16px;
  }
  .home-papers__entry article {
    padding: 20px 0 15px;
  }
  .home-papers__entry article .c-article-info {
    margin-bottom: 0;
  }
  .home-papers__entry article .c-article-ttl {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .home-papers__entry article .c-article-author {
    font-size: 1.4rem;
  }
  .home-papers__summary {
    display: none;
  }
  .home-papers__media {
    width: 65px;
    margin: 0 15px 0 0;
  }
  .home-fellows {
    padding: 48px 0 50px;
  }
  .home-fellows h2 + p {
    text-align: left;
    margin-top: 15px;
  }
  .home-fellows__slider {
    padding-bottom: 33px;
    margin-top: 22px;
    margin-left: -7px;
    margin-right: -7px;
  }
  .home-fellows__slider .slick-prev,
  .home-fellows__slider .slick-next {
    top: inherit;
  }
  .home-fellows__slider .slick-prev {
    left: 8px;
  }
  .home-fellows__slider .slick-next {
    right: 8px;
  }
  .home-fellows__slider .slick-slide {
    margin: 0 7px;
  }
  .home-fellows__slider .slick-slide a {
    font-size: 1.4rem;
  }
  .home-fellows__slider .slick-dots {
    margin-top: 21px;
  }
  .home-fellows__name {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .home-fellows__en-name {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .home-fellows__btn {
    margin-top: 0;
  }
  .home-media {
    background-color: #dce6f8;
    background-image: url(/images/home/bg_media_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
    padding: 52px 0 50px;
  }
  .home-media h2 {
    float: none;
    width: auto;
  }
  .home-media article {
    width: auto;
    float: none;
  }
  .home-media article time {
    display: block;
  }
  .home-media article p {
    display: block;
    line-height: 1.875;
    margin-top: 8px;
  }
  .home-media__btn {
    margin: 26px 0 0;
    float: none;
  }
  .home-media__btn a {
    margin: 0 auto;
  }
  .home-about {
    background: url(/images/home/bg_about_sp.jpg);
    padding: 48px 0 50px;
  }
  .home-about__lead {
    font-size: 2.0rem;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 15px 0 0;
  }
  .home-about__text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .home-about__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 -10px;
  }
  .home-about__list li {
    width: 48.550724637%;
    margin: 0 0 10px;
  }
  .home-about__list li a {
    padding-left: 15px;
    font-size: 1.4rem;
    height: 60px;
  }
  .home-about__list li a::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
  .home-about__list li a i {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .home-mailmagazine {
    padding: 48px 0 60px;
  }
  .home-mailmagazine h2 {
    text-align: center;
    margin: 0;
  }
  .home-mailmagazine__inner {
    display: block;
  }
  .home-mailmagazine__text {
    line-height: 1.875;
    width: 100%;
    padding: 0;
    margin: 16px 0 0;
  }
  .home-mailmagazine__sns {
    margin-top: 40px;
    padding: 32px 0 0;
    border-top: solid 1px #ccc;
    border-left: none;
  }
  .home-mailmagazine__sns__ttl {
    font-size: 1.8rem;
  }
  .home-mailmagazine__sns ul {
    margin: 0 -20px;
  }
  .home-mailmagazine__sns li {
    width: 50px;
    margin: 0 20px;
  }
  .home-mailmagazine__sns li a {
    height: 50px;
  }
  .home-mailmagazine__sns li a img {
    height: 16px;
  }
  .home-mailmagazine__sns li a img.-yt {
    height: 13.5px;
  }
  .home-mailmagazine__btn {
    position: static;
    margin: 22px 0 0;
  }
  .home-mailmagazine__btn a {
    width: 250px;
    height: 45px;
  }
}

@media only screen and (max-width: 374px) {
  .home-hero__slide__text {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 769px) {
  .home-papers__sp-head {
    display: none;
  }
}
