
/*!

home
--------------------------------------*/
.home-main-section {
  position: relative;
  z-index: 11;
  background-color: #fff;
}
.home-main-section > .wrap {
  position: absolute;
	left: 0;
	right: 0;
	margin: auto;
  bottom: 6vw;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
	display: flex;
	align-items: center;
	padding: 0 40px;
}
.home-main-section > .wrap > .copy {

  color: #fff;
  letter-spacing: .05em
}
.home-main-section > .wrap > .copy > .slogan {
  font-size: .875rem;
  font-weight: 600;
	line-height: 1.5em;
}
.home-main-section > .wrap > .copy > .slogan > .catch {
  display: block;
  margin-bottom: .75rem;
  font-size: 2rem;
	line-height: 1.2em;
}
.home-main-section > .wrap > .copy .desc{
	line-height: 1.5em;
}
.-en .home-main-section > .wrap > .copy > .slogan > .catch{
	font-size: 1.9rem
}
.home-main-section > .wrap > .copy > .desc {
  margin-top: 1.5em;
  font-size: .75rem;
  line-height: 1.67
}
@media screen and (min-width:768px) {
  .home-main-section > .wrap > .copy {


  }
  .home-main-section > .wrap > .copy > .slogan {
    font-size: 2vw
  }
  .home-main-section > .wrap > .copy .desc {
    font-size:1.6vw;
  }
  .home-main-section > .wrap > .copy > .slogan > .catch {
    margin-bottom: 1.33vw;
    font-size: 6vw
  }
  .home-main-section > .wrap > .copy > .desc {
    margin-top: 1.67vw;
    font-size: 1.07vw;
    line-height: 1.33vw
  }
}
@media screen and (min-width:1200px) {
	.home-main-section > .wrap {
		  bottom:6em;
	}
  .home-main-section > .wrap > .copy > .slogan {
    font-size: 30px
  }
	.-en .home-main-section > .wrap > .copy > .slogan{
		 font-size: 20px
	}
	
  .home-main-section > .wrap > .copy .desc {
    font-size: 22px;
  }
  .home-main-section > .wrap > .copy > .slogan > .catch {
    margin-bottom: 20px;
    font-size: 90px
  }
	.-en .home-main-section > .wrap > .copy > .slogan > .catch{
		font-size: 70px
	}
  .home-main-section > .wrap > .copy > .desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px
  }
}
@media screen and (max-width:767.98px) {
	.home-main-section > .wrap{
		padding: 0 20px;
	}
	.home-main-section .main-slide .item {
	  /*height: 70vh;*/
	}
}



.home-main-section .main-slide {
  margin: 0 auto;
  overflow: hidden
}

.home-main-section .main-slide .item .image{
	width: 100%;
}
.home-main-section .main-slide .item .image.sSP{
	display: none;
}
@media screen and (min-width:768px) {
	.home-main-section{
		background: #f8f8f8;
	}
  .home-main-section .main-slide {
		/*max-width: 1500px;
		margin: 0 auto;*/
  }


}
@media screen and (max-width:767.98px) {
	.home-main-section .main-slide .item .image {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
}
.home-index-section {
  padding: 40px 20px
}
.home-index-section:nth-child(2n+3) {
  /*background-color: #fff*/
}
.home-index-section > .inner .button {
  margin-left: auto;
  margin-right: auto;
  width: 200px
}
@media screen and (min-width:768px) {
  .home-index-section {
    padding: 80px 20px
  }
  .home-index-section > .inner {
    margin: 0 auto;
    max-width: 1200px
  }
  .home-index-section > .inner .button {
    width: 250px
  }

}
.home-index-section.-news {
  padding-left: 0;
  padding-right: 0
}
.home-index-section.-news > .inner > .main > .button {
  margin-top: 1.875rem
}
.home-index-section.-news .main{
	margin-top: 80px;
}
@media screen and (max-width:767.98px) {
	.home-index-section.-news .main {
		margin-top: 50px;
	}
}
@media screen and (min-width:768px) {
  .home-index-section.-news > .inner {
    max-width: none
  }
  .home-index-section.-news > .inner > .head > .title {
    text-align: center
  }
  .home-index-section.-news > .inner > .main > .button {
    margin-top: 3.75rem
  }
}

.home-index-section.-publicity{
	background: #fff;
}
.home-index-section.-publicity > .inner > .head > .intro {
  line-height: 1.64;
  font-size: .875rem;
	
}
.home-index-section.-publicity > .inner > .main {
  max-width: 750px;
  margin: 0 auto;
	position: relative;
	left: 20px;
}
.home-index-section.-publicity > .inner > .main > .button {
  margin-top: 1.875rem
}
@media screen and (min-width:768px) {
  .home-index-section.-publicity > .inner > .head {
    text-align: center
  }
  .home-index-section.-publicity > .inner > .head > .intro {
    text-align: left;
    max-width: 750px;
    margin: 0 auto
  }
}
@media screen and (min-width:992px) {
  .home-index-section.-publicity > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .home-index-section.-publicity > .inner > .head {
    text-align: left;
    width: 390px
  }
  .home-index-section.-publicity > .inner > .head > .button {
    margin: 60px 0 0
  }
  .home-index-section.-publicity > .inner > .main {
    margin: -30px 0 0 60px;
    max-width: 700px
  }
}

.home-index-section.-about > .inner,
.home-index-section.-research > .inner{
	max-width: none;
	overflow: hidden;
}
.home-index-section.-about > .inner > .head > .fig {
  margin: 0 0 1.875rem -20px;
	left: -20px;
	position: relative;
}
.home-index-section.-about > .inner > .head > .fig > .image {
  width: 100%
}
.home-index-section.-about > .inner > .head > .catch {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600
}
.home-index-section.-about > .inner > .head > .intro {

}
.home-index-section.-about > .inner > .head > .button,
.home-index-section.-research > .inner > .head > .button{
  margin-top: 1.875rem
}

.home-index-section.-research > .inner:first-child{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

@media screen and (min-width:768px) {
	.home-index-section.-about{
		padding: 60px 20px;
	}
  .home-index-section.-about > .inner > .head > .title{
    text-align: center
  }
  .home-index-section.-about > .inner > .head > .catch {
    font-size: 1.875rem
  }
  .home-index-section.-about > .inner > .head > .catch,
  .home-index-section.-about > .inner > .head > .fig,
  .home-index-section.-about > .inner > .head > .intro {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
	  line-height: 1.64;

  }
 .home-index-section.-research > .inner > .head > .catch,
  .home-index-section.-research > .inner > .head > .fig,
	.home-index-section.-research > .inner > .head > .intro{
		max-width: 540px;
		width: 45vw;
		line-height: 1.64;
	}
	.home-index-section.-about > .inner > .head > .fig{
		background: url("https://www.greins.jp/wp-content/themes/greins/img/top/pic_about.jpg") center center no-repeat;
		background-size: cover;
	}
  .home-index-section.-about > .inner > .head > .fig img {
	  display: none;
  }
	.home-index-section.-research > .inner > .head > .fig{
		background: url("https://www.greins.jp/wp-content/themes/greins/img/top/pic_research.jpg") center center no-repeat;
		background-size: cover;
	}
  .home-index-section.-research > .inner > .head > .fig img {
	  display: none;
  }
	
}

@media screen and (max-width:767.98px) {
	.home-index-section.-about{
		padding: 3em 0;
	}	
	.home-index-section.-about > .inner > .head > .catch,
	.home-index-section.-about > .inner > .head > .intro{
		padding-left: 20px;
		padding-right: 20px;
		line-height: 1.5em;
	}
}
@media screen and (min-width:992px) {
  .home-index-section.-about {
    position: relative
  }
  .home-index-section.-about > .inner,
	.home-index-section.-research > .inner:first-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40vw;
	  padding: 5em 0;
  }
  .home-index-section.-about > .inner > .head {
    padding-left: calc(50% + 4.33vw);
	  padding-right: 3vw;
  }
  .home-index-section.-research > .inner > .head {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
  }
  .home-index-section.-about > .inner > .head > .title {
    text-align: left
  }
  .home-index-section.-about > .inner > .head > .fig {
		position: absolute;
		left: -20px;
		top: 0;
		width: 50%;
	  max-width: none;
	  margin: 0;
  }
  .home-index-section.-about > .inner > .head > .button {
    margin-left: 0
  }
	
  .home-index-section.-research > .inner > .head > .fig {
		position: absolute;
		right: -20px;
		top: 0;
		width: 50%;
	  max-width: none;
	  margin: 0;
  }
}
@media screen and (min-width:1200px) {
  .home-index-section.-about > .inner {
    min-height: 600px
  }
  .home-index-section.-about > .inner > .head {
    padding-left: calc(50% + 60px);
	  padding-right: 50px;
  }
}



.home-index-section.-research {
  position: relative;
  padding: 0;
  overflow: hidden;
	background: #fff;
}
.home-index-section.-research > .inner > .head {

}
.home-index-section.-research > .inner > .head > .title {
  text-align: left;
  margin-bottom: 1.875rem
}
.home-index-section.-research > .inner > .head > .catch {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600
}
.home-index-section.-research > .inner > .head > .button {
  margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 10;
}
.home-index-section.-research > .inner > .pic {
  position: absolute;
  top: 40px;
  z-index: -1;
  right: -20px;
  bottom: 0;
  overflow: hidden;
   width: 60%;
}
.home-index-section.-research > .inner > .pic > .image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
@media screen and (min-width:768px) {
  .home-index-section.-research > .inner > .head {

  }
  .home-index-section.-research > .inner > .head > .title {
    margin-bottom: 40px
  }
  .home-index-section.-research > .inner > .head > .catch {
    font-size: 26px
  }
  .home-index-section.-research > .inner > .pic {
    top: 120px
  }
}
@media screen and (max-width:767.98px) {
	.home-index-section.-research{

	}
	.home-index-section.-research > .inner > .head{
		padding: 10% 20px;
	}
	
	.home-index-section.-research > .inner > .pic{
		display: none;
	}
}


.home-index-title {
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 600
}
.home-index-title > .name {
  text-transform: uppercase;
  font-size: 1.875rem;
	white-space: nowrap;
}
.home-index-title > .sub {
  margin-top: .3125rem;
  font-size: .75rem
}
@media screen and (min-width:768px) {
  .home-index-title {
    margin-bottom: 3.125rem;
    text-align: inherit
  }
  .home-index-title > .name {
    font-size: 3.75rem
  }
  .home-index-title > .sub {
    margin-top: .5em;
    font-size: 1.25rem
  }
}
.home-news-list {
  position: relative;
  margin: -10px auto;
}
.home-news-list .list {
  margin: 0 auto;
  position: static
}
.home-news-list .list .item{
  -webkit-backface-visibility: hidden;
  position: relative;
  margin: 10px;
  width: calc(100vw - 40px);
  /* max-width: 285px;
  max-height: 500px; */
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)
}
.home-news-list .list .item > .link {
  display: block;
  outline: 0;
	height: 100%;
}
.home-news-list .list .item > .link.Lnone{
	pointer-events: none;
}
.home-news-list .list .item > .link > .thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 18vw;
	max-height: 330px;
	background: #d4e9ee;
}
.home-news-list .list .item > .link > .thumb > .image {
  /* position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width .3s;
  transition: width .3s */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
	transition: 0.3s;
}
@media screen and (max-width:1299px) {
	.home-news-list .list .item > .link > .thumb {
		height: 23.5vw;
	}
}
@media screen and (max-width:767.98px) {
	.home-news-list .list .item > .link > .thumb {
		height: 65vw;
		max-height: 400px;
	}
}
.home-news-list .list .item > .link:hover > .thumb > .image {
	height: 110%;
}
.home-news-list .list .item > .link > .text {
  padding: 20px;
}
.home-news-list .list .item > .link > .text > .attr {
  vertical-align: middle;
  line-height: 2em;
  font-size: .75rem
}
.home-news-list .list .item > .link > .text > .attr > .date {
  margin-right: 1.5em;
  color: #2c2c2c
}
.home-news-list .list .item > .link > .text > .attr > .cat {
  display: inline-block;
  padding: 0 .83em;
  background-color: #2c2c2c;
  color: #fff;
  border-radius: 1em;
  font-weight: 600
}
.home-news-list .list .item > .link > .text > .attr > .cat.-announce {
  background-color: #72b470
}
.home-news-list .list .item > .link > .text > .attr > .cat.-publicity {
  background-color: #dbc04d
}
.home-news-list .list .item > .link > .text > .title {
  margin-top: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
  font-size: .875rem
}
.home-news-list .list .item > .link > .text > .title.-pri {
  font-weight: 600
}
.home-news-list .list .item > .link > .text > .title.-sec {
  text-align: justify;
  color: #2c2c2c
}

.home-news-list .list .slick-arrow,
.home-technology-list .list .slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}
.home-news-list .list .slick-arrow:hover,
.home-technology-list .list .slick-arrow:hover{
  background-color: #000
}
.home-news-list .list .slick-arrow::before,
.home-technology-list .list .slick-arrow::before{
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 10px;
  height: 100%;
  background: url(https://www.greins.jp/wp-content/themes/greins/img/top/icon_arrow-next.svg) center no-repeat;
  background-size: contain
}
.home-news-list .list .slick-arrow.slick-prev,
.home-technology-list .list .slick-arrow.slick-prev{
  left: 10px
}
.home-news-list .list .slick-arrow.slick-prev::before,
.home-technology-list .list .slick-arrow.slick-prev::before{
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.home-news-list .list .slick-arrow.slick-next,
.home-technology-list .list .slick-arrow.slick-next {
  right: 10px
}
@media screen and (min-width:768px) {
  .home-news-list .list .slick-arrow,
	.home-technology-list .list .slick-arrow{
    top: -25px;
    bottom: -25px;
    -webkit-transform: none;
    transform: none;
    width: 30px;
    height: auto
  }
  .home-news-list .list .slick-arrow::before,
	.home-technology-list .list .slick-arrow::before{
    left: 10px;
    width: 10px;
    background-image: url(https://www.greins.jp/wp-content/themes/greins/img/top/icon_arrow-next_tab.svg)
  }
  .home-news-list .list .slick-arrow.slick-prev,
.home-technology-list .list .slick-arrow.slick-prev{
    left: 0;
    border-radius: 0 4px 4px 0
  }
  .home-news-list .list .slick-arrow.slick-next,
	.home-technology-list .list .slick-arrow.slick-next{
    right: 0;
    border-radius: 4px 0 0 4px
  }
}
.home-publicity-list > .list > .item {
  border-bottom: 1px dashed #d0d0d0
}
.home-publicity-list > .list > .item .title {
  line-height: 1.4375rem
}
.home-publicity-list > .list > .item .Lnone .title{
	color: #2c2c2c;
}
.home-publicity-list > .list > .item .title.-pri {
  font-weight: 600
}
.home-publicity-list > .list > .item .title.-sec {
  margin-top: .9375rem;
  color: #2c2c2c
}

.home-publicity-list > .list > .item > .link {
  display: block;
  padding: 30px 0;
}
.home-publicity-list > .list > .item > .link.Lnone {
	pointer-events: none;
}
.home-publicity-list > .list > .item > .link:hover .title.-pri {
  text-decoration: underline
}

.home-publicity-list > .list > .item > .link table.data{
	width: 100%;
	margin-top: 1.5em;
	color: #2c2c2c;
	font-size: .75rem;
}
.home-publicity-list > .list > .item > .link table.data tbody{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-publicity-list > .list > .item > .link table.data tbody tr{
	width: 48%;
	display: flex;
	align-items: center;	
}
.home-publicity-list > .list > .item > .link table.data tbody tr th .label{
	display: block;
	padding: 0.2em 1em;
	background-color: #c9dff4;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	width: 7em;
}
.home-publicity-list > .list > .item > .link table.data tbody tr td{
	padding-left: 10px;
	line-height: 1.5em;
}


@media screen and (max-width:992px) {
	.home-index-section.-research > .inner:first-child{
		padding: 60px 20px;
	}
	.home-index-section.-research > .inner > .head > .title{
    text-align: center
  }
	.home-index-section.-research > .inner > .head > .title h2 br{
		display: none;
	}

	.home-index-section.-research > .inner > .head > .fig{
		position: relative;
		left: 20px;
		margin-bottom: 1.875rem;
	}
	.home-index-section.-research > .inner > .head > .catch,
	.home-index-section.-research > .inner > .head > .fig,
	.home-index-section.-research > .inner > .head > .intro{
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.64;
		width: auto;
	}
	.home-index-section.-research > .inner > .head > .button{
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media screen and (max-width:629.98px) {

	.home-publicity-list > .list > .item > .link table.data tbody{
		display: block;
	}
	.home-publicity-list > .list > .item > .link table.data tbody tr{
		width: auto;
		align-items: flex-start;
	}
	.home-publicity-list > .list > .item > .link table.data tbody tr:nth-of-type(n+2){
		margin-top: 13px;
	}
}




.home-index-section.-technology .home-index-title{
	display: none;
}



.home-main-section #js-main-slide,
.home-main-section .wrap,
.home-index-section.-news > .inner > .head > .title,
.home-index-section.-news .main,
.home-index-section.-publicity > .inner > .head .home-index-title,
.home-index-section.-publicity > .inner > .head > .intro,
.home-index-section.-publicity > .inner > .head > .button,
.home-index-section.-publicity > .inner > .main,
.home-index-section.-about > .inner > .head .title,
.home-index-section.-about > .inner > .head > .catch,
.home-index-section.-about > .inner > .head > .intro,
.home-index-section.-about > .inner > .head > .button,
.home-index-section.-about > .inner > .head > .fig,
.home-technology-list > .list > .item,
.home-technology-ResearcherBtn,
.home-index-section.-research > .inner > .head > .fig,
.home-index-section.-research > .inner > .head .title,
.home-index-section.-research > .inner > .head > .catch,
.home-index-section.-research > .inner > .head > .intro,
.home-index-section.-research > .inner > .head > .button,
.home-index-section.-research > .inner > .pic,
.home-index-section.-message > .title,
.home-index-section.-message > .desc,
.home-index-section.-message > .button{
	opacity: 0;
}



@media screen and (max-width:767.98px) {
	
	.home-main-section .main-slide .item {
		height: 70vh;
	}

	.home-main-section .main-slide .item .image.sPC{
		display: none;
	}
	.home-main-section .main-slide .item .image.sSP{
		display: block;
	}
	
	.home-index-section.-research{
		padding-top: 0;
	}
	.home-index-section.-research > .inner:first-child{
		padding: 0 !important;
	}
	.home-index-section.-research > .inner > .head{
		padding-left: 0;
		padding-right: 0;
	}
	.home-index-section.-research > .inner > .head > .fig img{
		width: 100%;
	}
	.home-index-section.-research > .inner > .head > .catch,
	.home-index-section.-research > .inner > .head > .intro{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.home-index-section.-message .home-technology-list .list .item{
	  -webkit-backface-visibility: hidden;
	  position: relative;
	  margin: 10px;
	  width: calc(100vw - 40px);
	  /* max-width: 285px;
	  max-height: 500px; */
	  overflow: hidden;
	  background-color: #fff;
	  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)
	}

}
