@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
.top_contents {
  overflow-x: hidden;
}

/*----------------------------------------
トップページスライド用
----------------------------------------*/
.slick {
  z-index: 0;
  opacity: 0;
}
.slick .slick-track {
  background-color: #000;
}
.slick .slick-slide {
  width: 100%;
}
.slick .slick-slide img {
  height: 100%;
  max-height: 600px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .slick .slick-slide img {
    width: 100%;
    max-height: none;
    height: auto;
  }
}
.slick.slick-initialized {
  opacity: 1;
}

/* 幅に合わせて調整
.slick {
	z-index: 0;
	//margin-bottom: 72px;
	opacity: 0;
	.slick-slide {
		width: 100%;
		max-width: 100vw;
		img {
			width: 100.3%;
			//max-height: 383px;
			object-fit: cover;
		}
	}
	&.slick-initialized {
		opacity: 1;
	}
}
*/
/*----------------------------------------
ヘッダー
----------------------------------------*/
.nav .nav__box .global-nav ul.depth1 li.depth1 {
  /*&:hover {
  	background-color: transparent;
  }*/
}
.nav .nav__box .global-nav ul.depth1 li.depth1 a {
  /*
  border-bottom: none;
  outline: none;
  outline-offset: 0;*/
  outline: 1px solid #293C67;
  /*&:hover {
  	background-color: transparent;
  	color: $blue;
  }*/
}
@media screen and (max-width: 1024px) {
  .nav .nav__box .global-nav ul.depth1 li.depth1 a {
    outline: none;
    outline-offset: 0;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ABDCD6;
    text-decoration-skip-ink: none;
  }
}

.header .nav {
  margin-top: 0;
}
.header .nav .img-link img {
  width: 160px;
  margin-top: 6px;
}
.header.sub_main .nav .nav__box .global-nav ul.depth1 li.depth1:hover {
  background-color: #fff;
}
.header.sub_main .nav .nav__box .global-nav ul.depth1 li.depth1 > a {
  outline: 1px solid #293C67;
  outline-offset: -1px;
}
@media screen and (max-width: 1024px) {
  .header .nav .img-link img {
    width: 180px;
  }
  .header.sub_main .nav {
    border-bottom: none;
  }
  .header.sub_main .nav .nav__box .global-nav ul.depth1 li.depth1 > a {
    outline-offset: 0;
    outline: none;
  }
}

.nav-open #js-menu-top.menu {
  margin-top: -1px;
}

/*----------------------------------------
トップビジュアル
----------------------------------------*/
.top {
  width: 100%;
  height: 720px;
  background-color: #5f5f5f;
  margin-top: -89px;
}

.header_close {
  display: none;
}

.bnr_slide li a {
  position: relative;
}
.bnr_slide li a img {
  margin: 32px 10px 28px;
  box-shadow: #fff 4px 4px 0 0, #293C67 4px 4px 0 1px;
}
.bnr_slide li a img:hover {
  box-shadow: none;
  transition: 0.3s;
}

.bnr_links {
  background: white;
  position: relative;
  padding: 32px 0 28px;
}
.bnr_links .bnr_slide_none {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1292px;
  margin: 0 auto;
}
.bnr_links .bnr_slide_none li {
  width: 23.83%;
  margin-right: 20px;
}
.bnr_links .bnr_slide_none li:first-child {
  margin-left: 20px;
}
.bnr_links .bnr_slide_none li a img {
  width: 100%;
  height: auto;
  box-shadow: #fff 4px 4px 0 0, #293C67 4px 4px 0 1px;
}
.bnr_links .bnr_slide_none li a img:hover {
  box-shadow: none;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .bnr_links .bnr_slide_none {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .bnr_links .bnr_slide_none li {
    width: 48.42%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .bnr_links .bnr_slide_none li:first-child {
    margin-left: 0;
  }
}
/*----------------------------------------
コンテンツ
----------------------------------------*/
.bg_gray {
  background-color: #F0F0F0;
}

.bg_white {
  background-color: #fff;
}

.bg_inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1008px;
  width: 100%;
  padding: 0 24px;
}
.bg_inside ul.keyword {
  display: flex;
  flex-wrap: wrap;
  max-width: 534px;
  height: 230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  list-style: none;
  position: relative;
}
.bg_inside ul.keyword.keyword_en {
  max-width: 680px;
  height: 265px;
}
.bg_inside ul.keyword li {
  padding: 15px 32px;
  border-radius: 40px;
  line-height: 14px;
  font-size: 20px;
  line-height: 22px;
  background-color: #fff;
  color: #293C67;
  position: absolute;
}
.bg_inside ul.keyword li.keyword__item1 {
  left: 27%;
}
.bg_inside ul.keyword li.keyword__item2 {
  top: 52px;
}
.bg_inside ul.keyword li.keyword__item3 {
  top: 38px;
  right: 0;
}
.bg_inside ul.keyword li.keyword__item4 {
  top: 108px;
  right: 11%;
}
.bg_inside ul.keyword li.keyword__item5 {
  bottom: 0;
  left: 50%;
}
.bg_inside .top_discription {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
}
.bg_inside .top_discription p {
  margin-bottom: 20px;
}
.bg_inside .btn {
  text-align: center;
  margin-bottom: 24px;
}
.bg_inside .btn a {
  padding: 13px 30px;
  border-radius: 27px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  background-color: #293C67;
}
.bg_inside .btn a:hover {
  color: #293C67;
  background-color: #fff;
  transition: 0.2s;
  text-decoration: none;
  background: #fff;
}
.bg_inside h2 {
  font-family: "Readex Pro", sans-serif;
  font-weight: 200;
  font-size: 42px;
  padding: 40px 0 32px;
  color: #293C67;
}
.bg_inside h2 span {
  font-weight: 500;
  font-size: 24px;
  margin-left: 16px;
}

.top_read {
  padding-top: 40px;
}

.bg_inside ul.keyword.keyword_en li.keyword__item4 {
  top: 120px;
}
.bg_inside ul.keyword.keyword_en li.keyword__item5 {
  left: 40%;
}

/*--------インスタ---------*/
#instagram_timeline {
  box-shadow: none;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 40px;
}
#instagram_timeline article {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 50%;
  background-size: cover;
  height: 0;
  padding-bottom: 17.91%;
  width: 17.91%;
}
#instagram_timeline article:last-child {
  display: none;
}
#instagram_timeline article a {
  display: flex;
}
#instagram_timeline article a .fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#instagram_timeline article a .caption {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(41, 60, 103, 0.85);
  padding: 10px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}
#instagram_timeline article a .caption p {
  display: block;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#instagram_timeline article a .caption:hover {
  opacity: 1;
  transition: 0.2s;
}

.slick-slider {
  background-color: #fff;
}

/*--------トピックスリスト---------*/
ul.news_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
ul.news_list li.topics_item {
  width: 23.12%;
  margin-bottom: 24px;
}
ul.news_list li.topics_item:hover {
  opacity: 0.8;
  transition: 0.2s;
}
ul.news_list li.topics_item.category_1 .thumbnail, ul.news_list li.topics_item.category_8 .thumbnail {
  background-image: url(../media/images/common/thumbnail_news.jpg);
}
ul.news_list li.topics_item.category_2 .thumbnail, ul.news_list li.topics_item.category_9 .thumbnail {
  background-image: url(../media/images/common/thumbnail_publish.jpg);
}
ul.news_list li.topics_item.category_3 .thumbnail, ul.news_list li.topics_item.category_10 .thumbnail {
  background-image: url(../media/images/common/thumbnail_research.jpg);
}
ul.news_list li.topics_item .thumbnail {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
ul.news_list li.topics_item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
ul.news_list li.topics_item .thumbnail .category {
  position: absolute;
  top: 12px;
  right: 0;
  background-color: #fff;
  color: #293C67;
  padding: 0 8px;
  font-size: 12px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
}
ul.news_list li.topics_item a .release_date {
  font-size: 12px;
  margin: 8px auto 16px;
  line-height: 15px;
  text-align: right;
  color: #293C67;
}
ul.news_list li.topics_item a .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
ul.news_list li.topics_item a:hover .title {
  /*		display: initial;*/
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ABDCD6;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}

.br_msp {
  display: none;
}

/*---------yotube---------*/
.top_yotube {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
.top_yotube:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.top_yotube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.yt_caption {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/*---------レスポンシブ---------*/
@media screen and (max-width: 1024px) {
  .nav .nav__box .global-nav ul.depth2 li.depth2 a {
    padding-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .img_slide .slick-slide img {
    width: auto;
    height: 120px;
  }

  .top_yotube {
    margin-bottom: 24px;
  }

  .bg_inside .btn {
    margin-bottom: 40px;
  }

  .bg_inside .top_discription {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  ul.news_list li.topics_item {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.news_list li.topics_item a {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  ul.news_list li.topics_item a .thumbnail {
    width: 39.14%;
  }
  ul.news_list li.topics_item a .text_box {
    width: 57.18%;
  }
  ul.news_list li.topics_item a .text_box .release_date {
    position: absolute;
    bottom: -12px;
    margin: 0;
    right: 0;
  }

  .bg_inside h2 span {
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }

  #instagram_timeline article {
    padding-bottom: 48.92%;
    width: 48.92%;
    margin-bottom: 20px;
  }
  #instagram_timeline article:last-child {
    display: block;
  }

  .bg_inside ul.keyword {
    height: 318px;
  }
  .bg_inside ul.keyword li.keyword__item2 {
    top: 64px;
  }
  .bg_inside ul.keyword li.keyword__item3 {
    top: 116px;
  }
  .bg_inside ul.keyword li.keyword__item4 {
    top: 180px;
    left: 0;
    right: auto;
    text-align: center;
    white-space: nowrap;
  }
  .bg_inside ul.keyword li.keyword__item5 {
    left: 19%;
  }

  .br_msp {
    display: block;
  }

  .btn_square a {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  /*	ul.news_list li.topics_item a:hover .title {
  	text-decoration: none;
  	background: linear-gradient(transparent 80%, #ABDCD6 0%);
  	display: inline;
  	line-height: 22px;
  }*/
}

/*# sourceMappingURL=top.css.map */
