.top_mv {
  position: relative;
}

.top_mv .mv_ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.2%;
  font-size: 2.5vw;
  letter-spacing: 0.21em;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 15px #fff;
  font-family: 'Noto Serif JP', serif;
}

.top_mv .mv_ttl span {
  font-weight: bold;
  color: #45B035;
}

@media screen and (max-width: 768px) {
  .top_mv {
    margin-top: 50px;
  }
  .top_mv .mv_ttl {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 75%;
    letter-spacing: 0.1em;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 480px) {
  .top_mv .mv_ttl {
    font-size: 2.4rem;
  }
}

.top_sec02 {
  padding-top: 150px;
  padding-bottom: 300px;
}

.top_sec02 .about_box .imgbox {
  position: relative;
}

.top_sec02 .about_box .imgbox .img01 {
  width: 50%;
  margin-right: 60px;
  position: absolute;
  z-index: 10;
}

.top_sec02 .about_box .imgbox .top_about_bg {
  width: 57.292%;
  position: relative;
  margin-left: auto;
  top: 90px;
  right: 0;
}

.top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox {
  background-color: #F5FDF4;
  padding-left: 10.412vw;
  padding-top: 4.166vw;
  padding-bottom: 4.166vw;
  padding-right: 10px;
}

.top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox .ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #45B035;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

.top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox .txt {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #393939;
  font-family: 'Noto Serif JP', serif;
}

.top_sec02 .about_box .imgbox .top_about_bg .comment {
  position: absolute;
  text-align: right;
  font-family: 'Libre Baskerville', serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #BED3BB;
  left: 30px;
  bottom: -80px;
}

@media screen and (max-width: 1400px) {
  .top_sec02 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox .ttl {
    font-size: 2.4rem;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox .txt {
    font-size: 1.6rem;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .comment {
    font-size: 3.2rem;
    bottom: -50px;
  }
}

@media screen and (max-width: 1024px) {
  .top_sec02 .about_box .imgbox .top_about_bg .comment {
    font-size: 2.8rem;
    bottom: -50px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top_sec02 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .top_sec02 .about_box .imgbox {
    position: static;
    background-color: #F5FDF4;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #F5FDF4 10%, #F5FDF4 100%);
  }
  .top_sec02 .about_box .imgbox .img01 {
    width: 95%;
    margin-right: 0px;
    position: static;
  }
  .top_sec02 .about_box .imgbox .top_about_bg {
    width: 100%;
    position: relative;
    top: 0;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox {
    padding-left: 5vw;
    padding-top: 35px;
    padding-bottom: 50px;
    padding-right: 5vw;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox .ttl {
    font-size: 2rem;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .top_about_txtbox .txt {
    font-size: 1.4rem;
  }
  .top_sec02 .about_box .imgbox .top_about_bg .comment {
    font-size: 2rem;
    left: 0;
    right: 5vw;
    bottom: -35px;
  }
}

.top_sec03 {
  background: url(../img/top/bg01.jpg) no-repeat center center/cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.top_sec03 .sec03box .item {
  background-color: #fff;
  width: 46.667%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top_sec03 .sec03box .item a {
  display: block;
  padding: 60px 80px 111px;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: all .3s;
}

.top_sec03 .sec03box .item a .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #45B035;
  margin-bottom: 15px;
}

.top_sec03 .sec03box .item a .ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.top_sec03 .sec03box .item a .txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: bold;
}

.top_sec03 .sec03box .item a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 10px;
  right: 80px;
  bottom: 50px;
  transition: all .3s;
}

.top_sec03 .sec03box .item a:hover {
  opacity: 0.8;
}

.top_sec03 .sec03box .item a:hover::after {
  right: 60px;
}

@media screen and (max-width: 1140px) {
  .top_sec03 .sec03box .item a .txt .pc-bl {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .top_sec03 .sec03box .item a {
    padding: 60px 40px 111px;
  }
}

@media screen and (max-width: 840px) {
  .top_sec03 .sec03box .item a .txt .sec03-bl {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_sec03 {
    background: url(../img/top/bg01_sp.jpg) no-repeat center center/cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top_sec03 .sec03box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_sec03 .sec03box .item:last-child {
    margin-bottom: 0;
  }
  .top_sec03 .sec03box .item a {
    padding: 30px;
    padding-bottom: 40px;
  }
  .top_sec03 .sec03box .item a .ttl {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  .top_sec03 .sec03box .item a .ttl span {
    font-size: 1rem;
  }
  .top_sec03 .sec03box .item a .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  .top_sec03 .sec03box .item a .txt .sec03-bl {
    display: block;
  }
  .top_sec03 .sec03box .item a::after {
    width: 30px;
    height: 5px;
    right: 40px;
    bottom: 25px;
  }
  .top_sec03 .sec03box .item a:hover::after {
    right: 30px;
  }
}
/*# sourceMappingURL=top.css.map */