@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
  color: #555;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

/*
 * <section><div>を必ずセットで使うこと。
 */
section > div {
  width: 100%;
}

main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main section {
  width: 100%;
  padding: 0 20px;
}
main section > div {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

section.comming-soon div {
  max-width: 640px;
  margin: 0 auto;
}
section.comming-soon div.comming-soon-img img {
  width: 100%;
}
section.comming-soon div.recruit-ancker {
  margin: 20px auto;
  text-align: right;
}
section.comming-soon div.recruit-ancker a {
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  color: #2d5b78;
  border-bottom: solid 1px #2d5b78;
}
section.comming-soon div.recruit-ancker a div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
section.comming-soon div.recruit-ancker a div span {
  margin-left: 0.5em;
}

/*# sourceMappingURL=style.css.map */
