@charset "UTF-8";

#top_movie + * .wrapper_item {
  position: relative;
}

#top_movie + * .wrapper_item::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -120px;
  background: url(/images/convert/to-be-innovationcom/20231212163254.png)
    no-repeat left top / 180px;
  width: 180px;
  aspect-ratio: 1;
}

#top_movie + * .wrapper_item::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -120px;
  background: url(/images/convert/to-be-innovationcom/20231212163252.png)
    no-repeat left top / 180px;
  width: 180px;
  aspect-ratio: 1;
  z-index: -1;
}

#top_movie + * .content_wrapper {
  width: min(1200px, 90%);
}

@media screen and (max-width: 600px) {
  #top_movie + * .wrapper_item::before {
    top: -80px;
    left: -50px;
    width: 120px;
    background-size: 120px;
  }

  #top_movie + * .wrapper_item::after {
    bottom: -70px;
    right: -50px;
    width: 120px;
    background-size: 120px;
  }
}



.readmore-wrap {
position: relative;
}
.readmore-btn {
width: 220px;
display: inline-block;
margin: 0 auto;
padding: 11.5px 0;
background-color: #669754;
color: #fff;
font-size: 17px;
font-weight:500;
text-align: center;
cursor: pointer;
font-family: 'Shippori Mincho', 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.2rem;
    border-radius: 99px;
}
.readmore-text {
position: relative;
height: 0px;
overflow: hidden;
}
.readmore-text:before {
display: block;
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height: 20px;
background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.readmore-check {
display: none;
}
.readmore-check:checked + div .readmore-btn {
display: none;
}
.readmore-check:checked ~ .readmore-text {
height: auto;
}

.readmore-text h3{
margin-bottom: 10px;
    margin-top: 60px;
}