@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");

.page-index {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-index {
    min-width: 100%;
  }
}

@media screen and (min-width: 769px) {.no-pc{display: none;}}
@media screen and (max-width: 768px) {.no-sp{display: none;}}

/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
.sliderContent.not_view .sliderTitle{
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .sliderContent.not_view .sliderTitle{
    display: none;
  }
  .sliderContent.not_view .sliderDescription{
    font-size: 2rem;
    margin-top: 18px;
  }
}

/*------------------------------------------------------------
	トップスライダー
------------------------------------------------------------*/
.slider {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sliderContent {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .sliderContent {
    padding: 23px 10px;
    text-align: center;
  }
}

.sliderTitle {
  background: #ffffff;
  padding: 12px 80px 12px 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sliderTitle img {
    width: 223px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .sliderTitle {
    padding: 0;
    text-align: center;
  }
}
.sliderDescription {
  font-size: 2.3rem;
  font-weight: 500;
  color: #2f3a40;
  padding: 15px 33px 15px 65px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .sliderDescription {
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .sliderDescription {
    display: table;
    margin-bottom: 10px;
  }
  .sliderDescription:last-of-type {
    margin-bottom: 0;
  }
}
.sliderView {
  overflow: hidden;
  position: relative;
}

.sliderGroup {
  height: 100%;
  width: 100%;
  position: relative;
}
.sliderItem {
  display: none;
  height: 576px;
  position: absolute;
  width: 100%;
}
.sliderItem:first-child {
  display: block;
}
.sliderImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .sliderImg {
    margin-left: 135px;
  }
}

@media screen and (max-width: 768px) {
  .sliderImg{
    height: 250px;
  }
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .sliderImg {
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1378px) and (-ms-high-contrast: none) {
  .sliderImg {
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.sliderNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 50px;
}
.sliderNav .active {
  background: #f99923;
}

@media screen and (max-width: 768px) {
  .sliderNav {
    position: absolute;
    width: 100%;
    bottom: 164px;
    margin: 0;
  }
}
.sliderBtn {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6d6d6;
  margin: 0 8px;
  cursor: pointer;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.slider .slick-dots {
  position: relative;
  bottom: 0;
  margin: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .slider .slick-dots {
    position: absolute;
    bottom: auto;
    margin: 0;
    top: 214px;
  }
}
.slider .slick-slide {
  height: 576px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .slider .slick-slide{
    height: auto;
  }
}

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

}
.slider .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 8px;
}
.slider .slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 0;
}
.slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #d6d6d6;
  cursor: pointer;
  content: "";
  opacity: 1;
}
.slider .slick-dots .slick-active button:before {
  background: #f99923;
}
 .slider .slick-dots .slick-active button:before:hover {
 opacity: 0.25;
}


/*------------------------------------------------------------
	グループ事業
------------------------------------------------------------*/
/* PC */
@media screen and (min-width: 769px){
  #group_business .sct02Txt{
    /* IE */
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0),endColorstr=#090c0de6);
      background: rgba(0, 0, 0, 0.2);

      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#090c0de6));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #090c0de6);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #090c0de6);
  }

  #group_business .sct02Txt:not(:target){
    filter: none;
  }
}

/*------------------------------------------------------------
	グリーンハウスヒストリー
------------------------------------------------------------*/
#green_history a{
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#green_history a:hover{
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

#green_history a img:hover{
  opacity: 1 !important;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* PC */
@media screen and (min-width: 769px){
  #green_history a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*------------------------------------------------------------
	ウェルネスメモ
------------------------------------------------------------*/
#wellness a{
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#wellness a:hover{
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

#wellness a img:hover{
  opacity: 1 !important;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* PC */
@media (min-width: 769px) {
  #wellness a{
    width: 100%;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #wellness a{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
