.BrPc {
  display: none;
}
@media screen and (min-width: 768px) {
  .BrPc {
    display: block;
  }
}
.Pages {
  background: #f5f5f5;
}
.Contact {
  position: relative;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .Contact {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .Contact {
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 64px;
  }
}
.Contact-Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 532px;
}
@media screen and (max-width: 768px) {
  .Contact-Bg {
    display: none;
  }
}
.Contact-Bg img {
  width: 100%;
  height: inherit;
}
.Contact-BgSp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  display: none;
}
@media screen and (max-width: 768px) {
  .Contact-BgSp {
    display: block;
  }
}
.Contact-BgSp img {
  width: 100%;
  height: inherit;
}
.Contact-Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1028px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Contact-Inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.Contact-Inner-Container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Head {
    padding-left: 10px;
  }
}
.Contact-Inner-Container-Head-Headline {
  height: 100px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Head-Headline {
    height: 60px;
    font-size: 60px;
  }
}
.Contact-Inner-Container-Head-Sub {
  margin-top: 8px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Head-Sub {
    font-size: 12px;
  }
}
.Contact-Inner-Container-Table {
  margin-top: 48px;
  padding: 66px 84px 50px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .Contact-Inner-Container-Table {
    padding: 66px 32px 50px;
  }
}
@media screen and (max-width: 768px) {
  .Contact-Inner-Container-Table {
    padding: 66px 24px 50px;
  }
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table {
    margin-top: 28px;
    padding: 16px 12px 62px;
  }
}
.Contact-Inner-Container-Table-Text {
  line-height: 1.8;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Text {
    font-size: 12px;
  }
}
.Contact-Inner-Container-Table-Text a {
  text-decoration: underline;
  color: #0b248e;
  font-weight: bold;
}
.Contact-Inner-Container-Table-SubText {
  margin-top: 36px;
  line-height: 1.8;
  text-align: center;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-SubText {
    margin-top: 28px;
    font-size: 14px;
  }
}
.Contact-Inner-Container-Table-SubText a {
  text-decoration: underline;
  color: #0b248e;
  font-weight: bold;
}
.Contact-Inner-Container-Table-SubText + p {
  margin-top: 36px;
  text-align: center;
}
.Contact-Inner-Container-Table-Form {
  margin-top: 48px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Form {
    margin-top: 30px;
  }
}
.Contact-Inner-Container-Table-Form-Item {
  margin-top: 36px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Form-Item {
    margin-top: 28px;
    flex-wrap: wrap;
  }
}
.Contact-Inner-Container-Table-Form-Item:first-child {
  margin-top: 0;
}
.Contact-Inner-Container-Table-Form-Item.isTextarea {
  align-items: flex-start;
}
.Contact-Inner-Container-Table-Form-Item-Label {
  width: 26.6%;
  display: flex;
  align-items: center;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .Contact-Inner-Container-Table-Form-Item-Label {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Form-Item-Label {
    width: 100%;
  }
}
.Contact-Inner-Container-Table-Form-Item-Label span {
  border-radius: 2px;
  margin-left: 6px;
  width: 31px;
  height: 17px;
  line-height: 17px;
  background: #111;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.Contact-Inner-Container-Table-Form-Item-Label.isTextarea {
  padding-top: 6px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Form-Item-Label.isTextarea {
    padding-top: 0;
  }
}
.Contact-Inner-Container-Table-Form-Item-Input {
  border-bottom: 2px solid #111;
  padding-left: 30px;
  padding-right: 1em;
  width: 100%;
  height: 65px;
  background: #eee;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Form-Item-Input {
    margin-top: 14px;
    padding-left: 20px;
    height: 50px;
  }
}
.Contact-Inner-Container-Table-Form-Item-Textarea {
  border-bottom: 2px solid #111;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 1em;
  width: 100%;
  height: 190px;
  background: #eee;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Form-Item-Textarea {
    margin-top: 14px;
    padding-top: 16px;
    padding-left: 20px;
    height: 150px;
  }
}
.Contact-Inner-Container-Table-Box {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Box {
    margin-top: 30px;
  }
}
.Contact-Inner-Container-Table-Box-Btn {
  border: none;
  border-radius: 26px;
  width: 100%;
  height: 100%;
  background: #0b248e;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Box-Btn {
    font-size: 12px;
  }
}
.isName + p {
  width: 73.4%;
}
@media screen and (max-width: 1000px) {
  .isName + p {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .isName + p {
    width: 100%;
  }
}
.isEmail + p {
  width: 73.4%;
}
@media screen and (max-width: 1000px) {
  .isEmail + p {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .isEmail + p {
    width: 100%;
  }
}
.isTel + p {
  width: 73.4%;
}
@media screen and (max-width: 1000px) {
  .isTel + p {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .isTel + p {
    width: 100%;
  }
}
.isTextarea + p {
  width: 73.4%;
}
@media screen and (max-width: 1000px) {
  .isTextarea + p {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .isTextarea + p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.your-kana,
.wpcf7-form-control-wrap.your-tel,
.wpcf7-form-control-wrap.your-email,
.wpcf7-form-control-wrap.your-msg {
  width: 100%;
}
.Contact-Inner-Container-Table-Box p {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 228px;
  height: 52px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Box p {
    width: 214px;
    height: 50px;
  }
}
.Contact-Inner-Container-Table-Box p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../images/submit-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Container-Table-Box p::after {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
.wpcf7-form-control.wpcf7-acceptance {
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control.wpcf7-acceptance {
    font-size: 13px;
  }
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance label {
  cursor: pointer;
}
