/* Common */
@font-face{
  font-display: swap;
  font-style: normal;
  font-family: 'Noto Sans JP Bold';
  src: url("../../../src/fonts/NotoSansJP-Bold.woff") format("woff");
}
@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;
  color: #364062;
  line-height: 1.5;
  font-family: arial, helvetica, sans-serif;
}

.content-sp {
  display: none;
}

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 {
  padding: 24px;
  max-width: 680px;
  margin: 80px auto 120px;
}

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

.form-paper .skillSheetTemp a {
  text-decoration: underline;
  color: #2343ad;
}


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) {
  .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;
  }
}



.hs-form-field label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}
.hs-form-field label span {
  font-size: 12px;
  color: #111111;
  font-weight: 600;
}
.hs-form-field label span.hs-form-required {
  color: red;
}
.input input {
  box-sizing: border-box;
  padding: 20px 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  margin-right: 0!important;
  width: 100%!important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.hs-input[type=file] {
  background-color: #f5f8fa;
  border: none;
  padding: 0;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-richtext p {
  color: #111111;
  font-size: 12px;
}
.hs-richtext p a {
  color: #120E6A;
  text-decoration: underline;
}
.actions input {
  background: #C91623;
  border-color: #C91623;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  margin: 1.2vw auto .2vw;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}
legend.hs-field-desc {
  font-family: Noto Sans JP;
  color: #7C98B6;
  font-size: 11px;
}
.hs-input[type=file] {
  background-color: #fff!important;
}
input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
  border-color: #c87872;
}
.hs-error-msgs label {
  color: #f2545b;
}
.download-button {
  font-size: 13px;
  margin: 0 auto 10px;
  display: block;
  width: fit-content;
  color: #e74191;
  border-bottom: 1px solid;
}
.hs-richtext {
  text-align: center;
  font-size: 14px;
    color: #33475b;
}
.hs-richtext div {
  margin-top: 15px;
}
.hs-richtext a {
  color: #0000EE;
  border-bottom: 1px solid;
}
.hs-richtext h1 {
  display: block;
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  color: #120e6a;
  font-family: arial, helvetica, sans-serif;
}