#yomogi .mv {
  position: relative;
}
#yomogi .mv a {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  width: 40vw;
  height: auto;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 768px) {
  #yomogi .mv a {
    width: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_about {
    padding: 3% 3% 10%;
    background-position: center bottom;
  }
  #yomogi .yomogi_about .about_body {
    max-width: 1000px;
    margin: 0 auto;
  }
  #yomogi .yomogi_about h3 {
    height: 35px;
  }
  #yomogi .yomogi_about p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_point {
    padding: 30px 0;
    background: url(../img/yomogi/bg2.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  #yomogi .yomogi_point h2 {
    width: 300px;
    margin: 0 auto 30px;
  }
  #yomogi .yomogi_point .point_item {
    max-width: 900px;
    height: auto;
  }
  #yomogi .yomogi_point .point_item h3 {
    width: auto;
    height: 70px;
    margin-bottom: 20px;
  }
  #yomogi .yomogi_point .point_item .point_item_pic {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
  }
  #yomogi .yomogi_point .point_item .point_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #yomogi .yomogi_point .point_item .txt {
    font-size: 16px;
  }
  #yomogi .yomogi_point .point_item:nth-child(even) {
    padding-left: 350px;
  }
}
#yomogi .yomogi_topic {
  background-position: right 20% top;
}
#yomogi .yomogi_topic .yomogi_topic_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_topic .yomogi_topic_body {
    flex-direction: column;
  }
}
#yomogi .yomogi_topic .yomogi_topic_body div {
  width: 68%;
  padding: 3% 0;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_topic .yomogi_topic_body div {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_topic h2 {
    height: 40px;
    margin-bottom: 25px;
  }
  #yomogi .yomogi_topic .txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_other_about {
    max-width: 1000px;
    min-height: 500px;
    margin: 0 auto;
    padding: 80px 0 0 45%;
  }
  #yomogi .yomogi_other_about .yomogi_other_about_pic {
    width: 50%;
  }
  #yomogi .yomogi_other_about .txt {
    margin: 30px auto;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_other_about .txt {
    font-size: 3.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_howto h3 {
    font-size: 20px;
  }
  #yomogi .yomogi_howto p {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_other_osusume ul {
    padding: 3% 14%;
  }
  #yomogi .yomogi_other_osusume li {
    padding: 10px 5px 10px 40px;
    font-size: 18px;
  }
  #yomogi .yomogi_other_osusume li img {
    left: 10px;
    top: 14px;
    width: 18px;
    height: 18px;
  }
}
