@charset "UTF-8";

/* 20250804サイト閉鎖案内 */
#main{
  border-top: 20px solid #367D4D;
  border-bottom: 20px solid #367D4D;
  padding: 6rem 0;
}
.mv {
  width: 100%;
    padding-top:0;
    margin: 0 auto;
}
.img-pc {
    object-fit: none;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding-bottom: 50px;
}

h1{
  font-size: 2.6rem;
  line-height: 4rem;
}
.footer-detail {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.about-description{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.about-area{
  width: 100%;
  max-width: 1000px;
  background-color: #8fbb303c;
  margin: 0 auto;
  padding: 5rem 0;
}

.about-text{
  text-align: center;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: bold;
}
.about-text a{
word-wrap: break-word;
font-size: 2rem;
}
.about-text a:hover{
  color: #367D4D;
}
.section-about{
  margin-bottom: 0;
}

@media (max-width : 480px) {
  #main{
  padding: 4rem 2rem;
}
  h1{
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .about-area{
  padding: 3rem 1rem;
  }
  .about-text{
  font-size: 1.8rem;
  line-height: 3rem;
  max-width: 380px;
}

.about-text a{
  font-size: 1.4rem;
  line-height: 1.8rem;
}

}