/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
#mv {
  height: 440px;
}

@media screen and (max-width: 640px) {
  #mv {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  #mv {
    height: 240px;
  }
}

.page-ttl {
  padding-top: 148px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .page-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl {
    padding-top: 120px;
  }
}

@media screen and (max-width: 480px) {
  .page-ttl {
    padding-top: 90px;
  }
}

.page-ttl .en {
  display: block;
  margin-bottom: 20px;
  color: #185990;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .page-ttl .en {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#contents {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background: #fff;
  z-index: 2;
  overflow: visible;
}

#contents .content-inner {
  position: relative;
  top: -95px;
  margin: 0 auto;
  padding: 95px 15px 20px;
  max-width: 1230px;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #contents .content-inner {
    padding-top: 50px;
    padding-bottom: 60px;
    top: 0;
  }
}

#contents .ttl-sec {
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  #contents .ttl-sec {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#contents .ttl-sec span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#contents .txt-lead {
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  #contents .txt-lead {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.form-area--inner {
  margin: 0 auto;
  max-width: 908px;
}

.form-area input[type="text"], .form-area textarea {
  display: inline-block;
  padding: 12px 13px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: #fff;
  resize: none;
}

.form-area textarea {
  height: 190px;
}

.form-area ::-webkit-input-placeholder {
  color: #ccc;
}

.form-area ::-moz-placeholder {
  color: #ccc;
}

.form-area :-ms-input-placeholder {
  color: #ccc;
}

.form-area ::-ms-input-placeholder {
  color: #ccc;
}

.form-area ::placeholder {
  color: #ccc;
}



.form-area .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 0;
}

.form-area .form-item--head {
  padding-right: 1em;
  padding-top: 14px;
  width: 251px;
  font-size: 16px;
  font-size: 1.6rem;
}

.form-area .form-item--head .required {
  display: inline-block;
  margin-left: 8px;
  width: 41px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  text-align: center;
  background: #cb0000;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .form-area .form-item--head {
    margin-bottom: 15px;
    width: 100%;
  }
}

.form-area .form-item--input {
  width: calc(100% - 251px);
}

@media screen and (max-width: 640px) {
  .form-area .form-item--input {
    width: 100%;
  }
}

.form-area .form-item .err {
  margin: 5px 0 0;
  color: #cb0000;
  font-size: 14px;
  font-size: 1.4rem;
}

.form-area .btn-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  padding: 28px 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background: #333;
  max-width: 560px;
  width: 100%;
}

.form-area .btn-submit:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .form-area .btn-submit {
    padding: 20px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-area .privacyPolicy {
  margin: 56px auto 45px;
  padding: 30px 40px;
  border: solid 5px #eee;
  height: 370px;
  max-width: 1060px;
  overflow-y: scroll;
}

@media screen and (max-width: 640px) {
  .form-area .privacyPolicy {
    margin: 40px 0 30px;
    padding: 30px 4%;
    border: solid 3px #eee;
    height: 70vw;
  }
}

.form-area .privacyPolicy--item {
  margin: 35px 0;
}

@media screen and (max-width: 640px) {
  .form-area .privacyPolicy--item {
    margin: 30px 0;
  }
}

.form-area .privacyPolicy--item p:nth-of-type(n+2) {
  margin-top: 20px;
}

.form-area .privacyPolicy .tx14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.form-area .nml-list li {
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
}

.form-area .ttlComn01 {
  position: relative;
  margin-bottom: 24px;
  padding: 10px 13px 10px 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  background: #eee;
}

.form-area .ttlComn01:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 13px;
  width: 7px;
  height: calc(100% - 14px);
  background: #2090d1;
}

@media screen and (max-width: 640px) {
  .form-area .ttlComn01 {
    margin-bottom: 20px;
    padding: 10px 10px 10px 30px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.form-area .ttlComn02 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 3px solid #2090d1;
}

@media screen and (max-width: 640px) {
  .form-area .ttlComn02 {
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

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