#yodogawa {
  padding-top: 60px;
  padding-bottom: 10px;
}
#yodogawa p {
  margin: 0;
}
#yodogawa p + p {
  margin-top: 2em;
}
#yodogawa p:empty {
  display: none;
}

#information_free .info_title {
  letter-spacing: 0px;
  margin-bottom: 2em;
}
#information_free li .info_desc {
  margin-bottom: 80px;
}

.info_desc br {
  display: inherit !important;
}

#information_free li .info_desc {
  max-width: 550px;
  width: fit-content;
}

.info_img img[alt="応募する"] {
  margin: 0 auto 4em auto;
}

#information_free #intro_wantedly {
  padding: 24px;
  margin: 2rem auto 1rem auto;
  border: 2px solid #ffe200;
}

@media (max-width: 640px) {
  #yodogawa {
    padding-top: calc(20px + (50 / 640 * 100vw));
    padding-bottom: 20px;
  }
  #kv {
   min-height: unset;
  }
  #yodogawa p {
    text-align: left !important;
  }
  #information_free li .info_desc {
    max-width: 90%;
  }
  #information_free .info_title {
    margin-bottom: calc(40 / 640 * 100vw);
  }
  #information_free li .info_desc {
    margin-bottom: 60px;
  }
}
