/* Common */
@font-face{
  font-display: swap;
  font-style: normal;
  font-family: 'Noto Sans JP Regular';
  src: url("../../../src/fonts/NotoSansJP-Regular.woff") format("woff");
}
body {
  margin: 0;
  font-family: 'Noto Sans JP Regular';
  color: #364062;
  line-height: 1.5;
}

.content-sp {
  display: none;
}
.is-inline-block {
  display: inline-block;
}
h1 {
  font-size: 48px;
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 36px;
  color: #00071a;
  text-align: center;
  margin-bottom: 60px;
}

h3 {
  font-size: 24px;
  text-align: center;
  color: #00071a;
  margin-bottom: 30px;
}

p {
  margin: 0;
  font-size: 14px;
}

img {
  width: 100%;
}

.section-white {
  width: 100%;
  padding: 60px 0 120px;
  background-color: #fff;
}

.section-gray {
  width: 100%;
  padding: 60px 0 120px;
  background-color: #f7f8fa;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background-color: #fff;
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.header-logo {
  width: 200px;
  margin: 0 auto;
}

.form-paper,.form-paper2 {
  padding: 24px;
  max-width: 680px;
  margin: 80px auto 120px;
}

.form-paper .skillSheetTemp {
  text-align: center;
}

.form-paper .skillSheetTemp a {
  text-decoration: underline;
  color: #2343ad;
}
.form-title-wrap {
  margin-block: 30px;
}
.form-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #120e6a;
}
.sub-title {
  color: #cc0201;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

footer {
  border-top: 1px solid rgb(215, 219, 224);
  background-color: #fbfbfb;
  padding: 16px 0;
  color: #00071a;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .form-paper2 {
    padding: 5%;
  }
  .form-paper {
    padding: 0;
  }
  .form-title {
    font-size: 24px;
  }
  .content-pc {
    display: none;
  }

  .content-sp {
    display: block;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  h3 {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  .section-white {
    width: auto;
    padding: 30px 20px 60px;
  }

  .section-gray {
    width: auto;
    padding: 30px 20px 60px;
  }

  .header-logo {
    width: 150px;
  }
}
