body {
  padding-top: 4rem;
}
.top_img {
  position: relative;
  max-width: 100%;
  display: block;
}
.top_img h1 {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0.5px 0.5px 0.5px #655B51;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto;
}
.section_02 {
  flex-wrap: wrap;
  padding: 0 2em;
  margin: 0 2em;
  line-height: 2em;
}
.txt_02 {
  color: #1B8EC8;
}
.section_03 {
  text-align: center;
  padding: 2em 2em;
  margin: 0 2em;
}
.section_04 {
  padding: 2em;
  margin: 0 2em;
  text-align: center;
}
.section_05 {
  text-align: left;
  padding: 2em;
  margin: 0 2em;
  line-height: 2em;
}
.txt_01 {
  font-size: 1.2rem;
  line-height: 2em;
}
.txt_04 {
  padding: 30 0 20 20px;
  line-height: 2em;
  font-size: 1.2rem;
}
p.btn_1 {
  margin-top: 10px;
  text-align: center;
  margin: 0 auto;
  color: #74ac31;
}
a.btn {
  width: 250px;
  height: 40px;
  padding: 0.4em 0.5em;
  background: transparent;
  font-weight: bold;
  color: #74ac31;
  border: 3px solid #74ac31;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  border-radius: 30px;
}
a.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #74ac31;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
  border-radius: 30px;
}
a.btn:focus {
  outline: 0;
}
a.btn:hover {
  color: #fff;
  border-radius: 30px;
}
a.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 30px;
}
.footer_green {
  background-image: url(../../img/sonae_footergreen.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  position: relative;
  text-align: center;
}
.footer_leaf a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.underline {
  border-bottom: 0.5px solid #fff;
  padding: 2em 0px;
  margin-bottom: 50px;
}
div > img {
  width: 100%;
  max-width: 80vw;
}
@media screen and (min-width:480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
}
@media screen and (max-width:768px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .top_img {
    padding-right: 0;
    padding-left: 0;
  }
  .btn_1 {
    margin: 0;
    padding: 0;
  }
}
.title_category {
  margin-bottom: 1em !important;
    color: rgba(197, 50, 120,1.0);
}
.bg_img {
  background-image: url("../../img/welava_top00.jpg");
  background-position: bottom;
  background-size: cover;
}
.bg_img::after {
  content: '';
  background-color: rgba(197, 50, 120, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}