.c-contact {
  max-width: 98rem;
  margin: 10.8rem auto;
}
@media screen and (max-width: 960px) {
  .c-contact {
    margin: 3rem 0 5rem;
    padding: 0 3rem;
  }
}
.c-contact__txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 960px) {
  .c-contact__txt {
    margin-bottom: 5rem;
  }
}
.c-contact__intro {
  line-height: 2;
  margin-bottom: 6rem;
}
.c-contact .wpcf7-response-output {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .c-contact .wpcf7-response-output {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .c-contact .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.c-contact .wpcf7-response-output {
  display: none;
}
.c-contact .wpcf7-spinner {
  display: block;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .c-contact .codedropz-upload-inner {
    font-size: 1.4rem;
  }
}
.c-contact-table {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 4rem 0;
  /*
  *::placeholder {
  	color: $gray;
  }
  */
}
@media screen and (max-width: 960px) {
  .c-contact-table {
    display: block;
  }
}
.c-contact-table__ttl {
  position: relative;
  font-weight: 400;
  color: #3B3B3B;
  padding-top: 2.4rem;
}
.c-contact-table__ttl:first-of-type {
  padding-top: 0.8rem;
}
.u-confirm .c-contact-table__ttl {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .c-contact-table__ttl {
    align-items: center;
    justify-content: flex-start;
    margin: 4rem 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 0;
  }
  .c-contact-table__ttl:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}
.c-contact-table__ttl .required {
  color: #337FD8;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table__ttl .required {
    font-size: 1rem;
    margin-left: 1.5rem;
    padding: 0.3rem;
    margin: 0 0 0 1rem;
  }
}
.c-contact-table__ttl .notes {
  position: absolute;
  top: 3.4rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .c-contact-table__ttl .notes {
    font-size: 1.2rem;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 1rem;
  }
}
.c-contact-table__detail {
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .c-contact-table__detail {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.c-contact-table__detail.file {
  padding-top: 1rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table__detail.file {
    padding-top: 0;
  }
}
.c-contact-table__detail .radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.c-contact-table__detail .radio .wpcf7-list-item.last {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table__detail .radio .wpcf7-list-item.last {
    margin-top: 1rem;
  }
}
.c-contact-table .sttl {
  margin: 0.5em 0;
}
.c-contact-table .sttl:first-child {
  margin-top: 0;
}
.c-contact-table label {
  position: relative;
  display: block;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table label {
    margin-top: 1rem;
  }
}
.c-contact-table label:first-child {
  margin-top: 0;
}
.c-contact-table input[type=text],
.c-contact-table input[type=email],
.c-contact-table input[type=tel],
.c-contact-table textarea,
.c-contact-table select {
  outline: none;
  font-size: 1.6rem;
  padding: 0 4rem;
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table input[type=text],
  .c-contact-table input[type=email],
  .c-contact-table input[type=tel],
  .c-contact-table textarea,
  .c-contact-table select {
    padding: 0 1.5rem;
  }
}
.c-contact-table input[type=text].wpcf7-not-valid,
.c-contact-table input[type=email].wpcf7-not-valid,
.c-contact-table input[type=tel].wpcf7-not-valid,
.c-contact-table textarea.wpcf7-not-valid,
.c-contact-table select.wpcf7-not-valid {
  border: 1px solid #ED4041;
}
.c-contact-table textarea {
  line-height: 1.8;
  padding: 1.5rem;
  height: 32.7rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table textarea {
    height: 29rem;
    padding: 1.5rem;
  }
}
.c-contact-table input[type=text],
.c-contact-table input[type=email],
.c-contact-table input[type=tel],
.c-contact-table select {
  line-height: 8rem;
  height: 8rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table input[type=text],
  .c-contact-table input[type=email],
  .c-contact-table input[type=tel],
  .c-contact-table select {
    line-height: 6rem;
    height: 6rem;
  }
}
.c-contact-table input[type=text],
.c-contact-table input[type=email],
.c-contact-table input[type=tel],
.c-contact-table textarea {
  width: 100%;
}
.c-contact-table input.short {
  width: 17rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table input.short {
    width: 5em;
  }
}
.c-contact-table select {
  background: url("../img/contact/select.svg") no-repeat right 1em center/auto 10%;
  color: #1F2021;
  padding-right: 2.5em;
  vertical-align: middle;
  min-width: 36rem;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .c-contact-table select {
    width: 100%;
  }
}
.c-contact-table input[type=radio],
.c-contact-table input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.c-contact-table input[type=radio] + span,
.c-contact-table input[type=checkbox] + span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  position: relative;
  padding-left: 6rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table input[type=radio] + span,
  .c-contact-table input[type=checkbox] + span {
    height: 3rem;
    font-size: 1.4rem;
    padding-left: 4rem;
  }
}
.c-contact-table input[type=radio] + span::before,
.c-contact-table input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  background: url(../img/contact/icn_radio_off.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 960px) {
  .c-contact-table input[type=radio] + span::before,
  .c-contact-table input[type=checkbox] + span::before {
    width: 3rem;
    height: 3rem;
  }
}
.c-contact-table input[type=radio]:checked + span::before,
.c-contact-table input[type=checkbox]:checked + span::before {
  background: url(../img/contact/icn_raidio_on.svg) 0 0/100% auto no-repeat;
}
.c-contact-table input[type=checkbox] + span::before {
  border-radius: 0;
}
.c-contact-table input[type=checkbox]:checked + span::after {
  width: 1em;
  height: 0.6em;
  margin: 0.2em 0 0 0.2em;
  border-bottom: 3px solid #1F2021;
  border-left: 3px solid #1F2021;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
.c-contact-table-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-contact-table-col {
    display: block;
    padding: 0;
  }
}
.c-contact-table-col__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table-col__inner {
    width: 100%;
  }
  .c-contact-table-col__inner + .c-contact-table-col__inner {
    margin-top: 2rem;
  }
}
.c-contact-table-col__inner .wpcf7-form-control-wrap {
  width: calc(100% - 5rem);
}
.c-contact-table-col__txt {
  width: 4rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .c-contact-table-col {
    display: block;
  }
  .c-contact-table-col .wpcf7-form-control-wrap {
    display: block;
  }
}
.c-contact-table-zip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10rem 0 0;
  margin: 0 0 2rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table-zip {
    padding: 0;
  }
}
.c-contact-table-zip input[type=text] {
  width: 32rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table-zip input[type=text] {
    width: calc(100% - 5rem);
  }
}
.c-contact-table-zip__txt {
  width: 4rem;
  text-align: right;
  margin-right: 1rem;
}
.c-contact-table-zip__notes {
  font-size: 1.2rem;
  margin-left: 1rem;
}
.c-contact-table-building {
  position: relative;
  margin: 2rem 0 0;
}
.c-contact-table-building__ttl {
  position: absolute;
  top: 1rem;
  left: -21rem;
}
@media screen and (max-width: 960px) {
  .c-contact-table-building__ttl {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .c-contact-table-building {
    display: block;
  }
  .c-contact-table-building .wpcf7-form-control-wrap {
    display: block;
    margin-top: 2rem;
  }
  .c-contact-table-building .wpcf7-form-control-wrap:first-child {
    margin-top: 0;
  }
}
.c-contact-table-mail__inner + .c-contact-table-mail__inner {
  margin-top: 2rem;
}
.c-contact-agree {
  margin: 6rem 0 0;
  padding: 0 0 0 25rem;
}
@media screen and (max-width: 960px) {
  .c-contact-agree {
    margin: 4rem 0 0;
    padding: 0;
  }
}
.c-contact-agree a {
  color: #337FD8;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-agree a:hover {
    text-decoration: none;
  }
}
.c-contact .btn_wrap {
  margin-top: 6rem;
  gap: 3rem;
  padding: 0 0 0 25rem;
}
@media screen and (max-width: 960px) {
  .c-contact .btn_wrap {
    display: block;
    margin-top: 4rem;
    padding: 0;
  }
}
.c-contact .btn_wrap .back {
  position: relative;
  width: 20rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-contact .btn_wrap .back {
    margin: 2rem auto 0;
  }
}
.c-contact .btn_wrap .back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 3.1rem;
  height: 0.9rem;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) scale(-1, 1);
  z-index: 2;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-contact .btn_wrap .back:hover::before {
    left: 1rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .c-contact .btn_wrap .back:hover::before {
    right: 1.5rem;
  }
}
.c-contact .btn_wrap .back a, .c-contact .btn_wrap .back input, .c-contact .btn_wrap .back button {
  text-align: center;
  width: 100%;
  height: 6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-contact .btn_wrap .back a, .c-contact .btn_wrap .back input, .c-contact .btn_wrap .back button {
    height: 5rem;
  }
  .c-contact .btn_wrap .back a:hover, .c-contact .btn_wrap .back input:hover, .c-contact .btn_wrap .back button:hover {
    background: transparent;
    color: #888;
  }
}
.c-contact .btn_wrap .btn {
  position: relative;
}
.c-contact .btn_wrap .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 3.1rem;
  height: 0.9rem;
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .c-contact .btn_wrap .btn::before {
    right: 2rem;
  }
}
.c-contact .btn_wrap .btn .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-contact .btn_wrap .btn:hover::before {
    right: 4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .c-contact .btn_wrap .btn:hover::before {
    right: 1.5rem;
  }
}
.c-contact .btn_wrap .btn a, .c-contact .btn_wrap .btn input, .c-contact .btn_wrap .btn button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72rem;
  height: 16rem;
  font-size: 1.8rem;
  font-weight: 400;
  background: linear-gradient(45deg, rgb(10, 32, 82) 0%, rgb(23, 72, 184) 100%);
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .c-contact .btn_wrap .btn a, .c-contact .btn_wrap .btn input, .c-contact .btn_wrap .btn button {
    width: 100%;
    height: 8rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact .btn_wrap .btn a:hover, .c-contact .btn_wrap .btn input:hover, .c-contact .btn_wrap .btn button:hover {
    opacity: 1;
  }
}
.c-contact .btn_wrap .btn a:disabled, .c-contact .btn_wrap .btn input:disabled, .c-contact .btn_wrap .btn button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-contact .btn_wrap .btn .wpcf7-previous {
  display: block;
  width: 20rem;
  height: 5rem;
  font-size: 1.8rem;
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
  margin: 2.5rem auto 0;
}
.c-contact-thanks__ttl {
  line-height: 2;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .c-contact-thanks__ttl {
    font-size: 1.8rem;
  }
}
.c-contact-thanks__txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .c-contact-thanks__txt {
    margin-top: 1.4rem;
  }
}
.c-contact-thanks__btn {
  width: 40rem;
  height: 7.4rem;
  font-size: 1.6rem;
  margin: 5.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .c-contact-thanks__btn {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    margin-top: 3.4rem;
  }
}
.c-contact-thanks__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(10, 32, 82) 0%, rgb(23, 72, 184) 100%);
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.c-contact-thanks__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 3.1rem;
  height: 0.9rem;
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .c-contact-thanks__btn a::before {
    right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .c-contact-thanks__btn a {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-thanks__btn a:hover {
    opacity: 1;
  }
  .c-contact-thanks__btn a:hover::before {
    right: 4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .c-contact-thanks__btn a:hover::before {
    right: 1.5rem;
  }
}
.c-contact-thanks__btn a:disabled {
  pointer-events: none;
  opacity: 0.5;
}