@charset "utf-8";
/* CSS Document */
.fv{
  position: relative;
  width: 100%;
    height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: #fff;
}

.fv .fv_bg{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86%;
  height: 52%;
background: linear-gradient(
  135deg,
  #fffaf3 0%,
  #f7f6ee 35%,
  #f1faec 100%
);
  z-index: 1;
}

.fv .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fv .fv_img_main{
  position: absolute;
  left: 8%;
  top: 50%;
  width: 50%;
  height: 60%;
  transform: translateY(-50%);
  z-index: 3;
}

.fv .fv_img_main img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .fv_img_sub1{
  position: absolute;
  left: 53%;
  top: 31%;
  width: 14%;
  height: 28%;
  z-index: 4;
}

/* 右上写真 */
.fv .fv_img_sub2{
  position: absolute;
  right: 8%;
  top: 110px;
  width: 15%;
  height: 30%;
  z-index: 3;
}

/* テキスト */
.fv .txtbox{
  position: absolute;
  right: 17%;
  bottom: 12%;
  z-index: 5;
}

.fv .txtbox h1{
  margin-bottom: 22px;
  letter-spacing: .18em;
  line-height: 1;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}
.fv .txtbox p{
  color: #333;
  line-height: 2;
  letter-spacing: .08em;
}

/* 葉っぱ装飾 */
.fv .fv_deco{
  position: absolute;
  z-index: 6;
  pointer-events: none;
  bottom: 8%;
   
}

.fv .fv_deco img{
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* tablet */
@media screen and (max-width: 900px){
    
  .fv{
    min-height: 640px;
  }

  .fv .fv_img_main{
    left: 6%;
    width: 58%;
  }

  .fv .fv_img_sub1{
    left: 56%;
    width: 22%;
      min-width: 150px;
  }

  .fv .fv_img_sub2{
    right: 5%;
    width: 22%;
       min-width: 100px;
  }

  .fv .txtbox{
    right: 10%;
  }
}
@media screen and (max-width: 576px){
  .fv .fv_img_sub1 {
    top: 40%;
    left: 50%;
    width: 22%;
      min-width: 150px;
  }
}
.boxwrap3{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
      --gap: clamp(50px, 7vw, 110px);
  gap: var(--gap);
    
}

.boxwrap3 .side_title{
  position: absolute;
  left: 0;
  top: -30px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
}

.boxwrap3 .side_title::after{
  content: "";
  width: 1px;
  height: 120px;
  margin-bottom: 18px;
  border-left: 1px dashed #555;
}

.boxwrap3 .side_title p{
  letter-spacing: .12em;
  font-weight: 400;
}

.boxwrap3 > .imgbox{
  position: relative;
  width: calc((100% - var(--gap)) * .55);

}

.boxwrap3 .txtbox{
  width: calc((100% - var(--gap)) * .45);
}

.boxwrap3 .img1{
  width: 70%;
  margin-left: 14%;
}

.boxwrap3 .img2{
  position: absolute;
  left: 0;
top: clamp(180px, 35vw, 500px);
  width: 34%;
  z-index: 3;
}

.boxwrap3 .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.boxwrap3 .img1 img{
  aspect-ratio: 4 / 5;
}

.boxwrap3 .img2 img{
  aspect-ratio: 1 / 1;
}

.boxwrap3 .deco{
  position: absolute;
  right: 2%;
  bottom: -120px;
  width: 60%;
  z-index: 4;
  pointer-events: none;
}

.boxwrap3 .deco img{
  width: 100%;
  height: auto;
  object-fit: contain;
}



.boxwrap3 .txtbox h2{
  margin-bottom: 36px;
  line-height: 1.8;
  letter-spacing: .12em;
}

.boxwrap3 .txtbox p{
  line-height: 2.2;
  letter-spacing: .08em;
}

.boxwrap3 .more_e2{
    justify-content: flex-start;
}

@media screen and (max-width: 900px){
  .boxwrap3{
    display: block;
  }

  .boxwrap3 > .imgbox,
  .boxwrap3 .txtbox{
    width: 100%;
  }
.boxwrap3 .img2 {
    position: absolute;
    left: 0;
    top:auto;
    bottom: -20px;
    width: 34%;
    z-index: 3;
}
  .boxwrap3 .txtbox{
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px){
  .boxwrap3{
  }
    .boxwrap3 .side_title::after {
        display: none;
    }
  .boxwrap3 .side_title{
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 24px;
  }



  .boxwrap3 .img1{
    width: 78%;
    margin-left: auto;
  }

  .boxwrap3 .img2{
    width: 42%;
  }

  .boxwrap3 .deco{
    width: 48%;
    right: 4%;
    bottom: -40px;
  }
}
.boxwrap4{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.boxwrap4 .titlebox{
  align-items: flex-start;
  margin-bottom: 40px;
}

.boxwrap4 .titlebox > .txtbox:first-child{
  width: 45%;
}

.boxwrap4 .titlebox > .txtbox:last-child{
  width: 48%;
}

.boxwrap4 .titlebox .entitle1{
  letter-spacing: .12em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
}

.boxwrap4 .imgbox{
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.boxwrap4 .imgbox > img{
  width: 100%;
  aspect-ratio: 16 / 5.2;
  object-fit: cover;
  display: block;
}

.boxwrap4 .caption{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 18px 34px 0;
  z-index: 4;
}

.boxwrap4 .caption h2{
  letter-spacing: .12em;
}

.boxwrap4 .deco{
  position: absolute;
  right: -6%;
  bottom: -16%;
  width: 30%;
  z-index: 3;
  pointer-events: none;
}

.boxwrap4 .deco img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.boxwrap4 .more_e2{
  justify-content: center;
}

@media screen and (max-width: 900px){
  .boxwrap4 .titlebox{
    display: block;
  }

  .boxwrap4 .titlebox > .txtbox:first-child,
  .boxwrap4 .titlebox > .txtbox:last-child{
    width: 100%;
  }

  .boxwrap4 .titlebox > .txtbox:last-child{
    margin-top: 24px;
  }

  .boxwrap4 .imgbox{
    width: 100%;
  }

  .boxwrap4 .imgbox > img{
    aspect-ratio: 16 / 7;
  }
}

@media screen and (max-width: 576px){
  .boxwrap4 .titlebox{
    margin-bottom: 30px;
  }

  .boxwrap4 .imgbox > img{
    aspect-ratio: 1.4 / 1;
  }

  .boxwrap4 .caption{
    position: relative;
    padding: 18px 0 0;
    background: transparent;
  }

  .boxwrap4 .deco{
    width: 50%;
    right: -8%;
    bottom: 10%;
  }
}
.boxwrap5{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.boxwrap5 .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  justify-content: space-between;
    align-items: center;
	flex-direction: row;
  gap: 24px;
}

.boxwrap5 .webgene-item{
  width: calc((100% - 96px) / 5);
  text-align: center;
}

.boxwrap5 .webgene-item a{
  display: block;
}

.boxwrap5 .webgene-item .imgbox{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
}

.boxwrap5 .webgene-item .imgbox::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://hs-plant.com/system_panel/uploads/images/deco5.png") center center / contain no-repeat;
  z-index: 2;
  pointer-events: none;
}

.boxwrap5 .webgene-item .imgbox img{
  position: relative;
  width: 92%;
  height: 92%;
  margin: 5%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: .3s ease;
}

.boxwrap5 .webgene-item a:hover img{
  transform: scale(1.04);
}

.boxwrap5 .webgene-item p{
  margin-top: 14px;
}

.boxwrap5 .more_e2{
  justify-content: center;
}

@media screen and (max-width: 900px){
  .boxwrap5 .webgene-blog{
    justify-content: center;
    gap: 30px 24px;
  }

  .boxwrap5 .webgene-item{
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (max-width: 576px){
  .boxwrap5 .webgene-blog{
    gap: 26px 16px;
  }

  .boxwrap5 .webgene-item{
    width: calc((100% - 16px) / 2);
  }
}
.section04{
  position: relative;
  overflow: hidden;
}
.section04::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://hs-plant.com/system_panel/uploads/images/deco6.png") center center / cover no-repeat;
  pointer-events: none;
  z-index: 1;
}

.boxwrap6{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.titlebox2{
  text-align: right;
}

.titlebox2 p{
  letter-spacing: .12em;
  font-weight: 400;
  line-height: 1;
}


.section05{
  position: relative;
  overflow: hidden;
}

.section05 .boxwrap7{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}


.section05 .more_e2{
  justify-content: center;
}

@media screen and (max-width: 1080px){
  .section05 .newstop_h .contents .webgene-blog{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

@media screen and (max-width: 576px){
  .section05 .newstop_h .contents .webgene-blog{
    grid-template-columns: 1fr;
    width: 90%;
    gap: 32px;
  }
}
.newstop_b .contents{
	width: 100%;
}
.newstop_b .webgene-blog .webgene-item{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
}
.newstop_b .webgene-blog .webgene-item a > .flex{
	gap: 20px;
	padding: 10px 0;
}
.newstop_b .webgene-blog .webgene-item a .date{
	width: 100px;
}
.newstop_b .webgene-blog .webgene-item a .catelabel{
border: none;
      background: #F1EDE4;
  color: #333;
	border-radius: 50px;
}
.newstop_b .webgene-blog .webgene-item a .cate_txt{
	width: 94px;
	text-align: center;
	padding: 3px 3px;
	box-sizing: border-box;
}
.newstop_b .webgene-blog .webgene-item a h3{
	width: calc(100% - 240px);
    color: #010000;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

