@charset "UTF-8";
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  background-color: #000000;
}

main {
  overflow: hidden;
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 14.1799217731vw;
  }
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}

.contact,
.contact-test {
  background-color: #FFFFFF;
}
.contact .c-child-fv,
.contact-test .c-child-fv {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .contact .c-child-fv,
  .contact-test .c-child-fv {
    padding-top: 53px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .contact .c-child-fv__title,
  .contact-test .c-child-fv__title {
    font-size: 26px;
  }
}

.p-contact {
  color: #000000;
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 0;
  }
}
.p-contact-wrapper {
  max-width: 1017px;
  margin: 0 auto;
}
.p-contact__title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 72px;
}
.p-contact dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact dl {
    flex-wrap: wrap;
  }
}
.p-contact dl:not(:last-of-type) {
  margin-bottom: 54px;
}
.p-contact dl.p-contact__dl-message, .p-contact dl.p-contact__dl-type {
  align-items: flex-start;
}
.p-contact dl.p-contact__dl-type .p-contact__must {
  top: 0;
}
.p-contact dl dt {
  font-size: 20px;
  font-weight: 800;
  width: 475px;
  padding-right: 289px;
}
@media screen and (max-width: 1279px) {
  .p-contact dl dt {
    width: 400px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact dl dt {
    width: 300px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.p-contact dl dd {
  width: calc(100% - 475px);
  /* padding-left: 392px; */
  padding-left: 103px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-contact dl dd {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1023px) {
  .p-contact dl dd {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .p-contact dl dd {
    width: 100%;
    padding-left: 80px;
  }
}
.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel],
.p-contact textarea {
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 10px;
}
.p-contact input[type=radio] {
  width: 27px;
  height: 27px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  position: relative;
}
.p-contact input[type=radio]:checked::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contact input[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #d9d9d9;
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-contact input[type=submit] {
    font-size: 24px;
  }
}
.p-contact .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.p-contact .wpcf7-radio .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 33px;
}
.p-contact .wpcf7-radio .wpcf7-list-item-label {
  margin-left: 12px;
}
.p-contact__must {
  background-color: #d9d9d9;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 5px 11px 3px;
  position: absolute;
  top: 10px;
  left: 0;
}
.p-contact__submit-button {
  margin: 173px auto 0;
  width: 163px;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-button {
    width: 115px;
    margin-top: 83px;
  }
}/*# sourceMappingURL=contact.css.map */