@charset "UTF-8";
/* sass layout */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 16px;
  background: #000000;
  min-width: 1200px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main-area {
  width: 1200px;
  margin: 120px auto 0;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .main-area {
    width: 90%;
    margin-top: 0;
    padding-top: 6.66%;
  }
}

.main-area h2 {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-area h2 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.main-area h3 {
  font-size: 22px;
  margin: 100px 0 30px;
}

@media screen and (max-width: 768px) {
  .main-area h3 {
    font-size: 16px;
    font-size: 4.26667vw;
    margin: 0;
  }
}

.main-area ul {
  width: 870px;
  margin: 50px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-area ul {
    margin-top: 7.4%;
    width: 100%;
  }
}

.main-area ul li {
  font-size: 16px;
  float: left;
}

@media screen and (max-width: 768px) {
  .main-area ul li {
    float: inherit;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.main-area ul li + li {
  margin: 0 0 0 100px;
}

@media screen and (max-width: 768px) {
  .main-area ul li + li {
    margin: 7.4% 0 0 0;
  }
}

.main-area ul li:nth-of-type(3) {
  clear: left;
  margin: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .main-area ul li:nth-of-type(3) {
    margin-top: 7.4%;
  }
}

.main-area ul li p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .main-area ul li p {
    line-height: 1.56;
  }
}

.main-area ul li p a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .main-area ul:nth-of-type(2), .main-area ul:nth-of-type(3) {
    margin-top: 11.85%;
  }
}

.contact-area {
  width: 1000px;
  margin: 100px auto 0;
  background: #202020;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .contact-area {
    width: 100%;
    margin-top: 13.33%;
  }
}

.contact-area .inner-area {
  width: 806px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area {
    width: 90%;
    padding-bottom: 7.4%;
  }
}

.contact-area .inner-area h3 {
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area h3 {
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table, .contact-area .inner-area form tbody, .contact-area .inner-area form tr, .contact-area .inner-area form th, .contact-area .inner-area form td {
    display: block;
  }
}

.contact-area .inner-area form table {
  width: 100%;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table {
    margin-top: 9.62%;
  }
}

.contact-area .inner-area form table tr {
  width: 100%;
}

.contact-area .inner-area form table tr:nth-of-type(1) td > input {
  width: 555px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr:nth-of-type(1) td > input {
    width: 100%;
  }
}

.contact-area .inner-area form table tr:nth-of-type(2) td > input, .contact-area .inner-area form table tr:nth-of-type(3) td > input {
  width: 525px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr:nth-of-type(2) td > input, .contact-area .inner-area form table tr:nth-of-type(3) td > input {
    width: 100%;
  }
}

.contact-area .inner-area form table tr:nth-of-type(3) .parsley-custom-error-message {
  margin-bottom: 0;
}

.contact-area .inner-area form table tr:nth-of-type(4) td {
  padding: 15px 0 0;
}

@media sp {
  .contact-area .inner-area form table tr:nth-of-type(4) td {
    padding: 0;
  }
}

.contact-area .inner-area form table tr:nth-of-type(4) textarea {
  width: 100%;
  border-radius: 5px;
  height: 90px;
  resize: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr:nth-of-type(4) textarea {
    height: 400px;
    border-radius: 0;
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 4% 4% 0 4%;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

.contact-area .inner-area form table tr:nth-of-type(4) textarea:focus {
  outline: none;
}

.contact-area .inner-area form table tr th {
  width: 168px;
  text-align: left;
  padding: 15px 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr th {
    width: 100%;
    padding: 5% 0 2.96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.contact-area .inner-area form table tr th:after {
  content: "※必須";
  display: block;
  font-size: 12px;
  color: #FF0000;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr th:after {
    font-size: 14px;
    font-size: 3.73333vw;
    margin: 0 0 0 2%;
  }
}

.contact-area .inner-area form table tr td {
  width: 638px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr td {
    width: 100%;
  }
}

.contact-area .inner-area form table tr td input {
  padding: 10px 0 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form table tr td input {
    border-radius: 0;
    font-size: 16px;
    font-size: 4.26667vw;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

.contact-area .inner-area form table tr td input:focus {
  outline: none;
}

.contact-area .inner-area form input[type="submit"] {
  background: #676767;
  color: #ffffff;
  font-size: 24px;
  width: 250px;
  text-align: center;
  border: solid 1px #676767;
  border-radius: 50px;
  padding: 10px 0;
  margin: 38px auto 0;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form input[type="submit"] {
    margin-top: 7.4%;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 5.48% 0;
  }
}

.contact-area .inner-area form input[type="submit"]:hover {
  opacity: 0.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-area .inner-area form .parsley-required, .contact-area .inner-area form .parsley-type {
  color: #97282a;
  color: #FF0000;
  padding: 3px 0;
  margin: 10px 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form .parsley-required, .contact-area .inner-area form .parsley-type {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.contact-area .inner-area form .parsley-required:before, .contact-area .inner-area form .parsley-type:before {
  content: "※";
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contact-area .inner-area form .parsley-required:before, .contact-area .inner-area form .parsley-type:before {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
/*# sourceMappingURL=contact.css.map */