.contact_wrap {
  position: relative;
  width: 1030px;
  margin: 0 auto;
  padding: 180px 0 0 0;
}
.contact_wrap p.contact_required {
  color: #0064AF;
  margin-bottom: 3.5em;
}
.contact_wrap p strong {
  color: #0064AF;
  font-weight: normal;
}
.contact_wrap label span {
  display: inline-block;
}
.contact_wrap article {
  padding: 35px 0;
  border-top: 1px solid #E6E6E6;
}
.contact_wrap article h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.contact_wrap article h3 sup {
  color: #0064AF;
  font-size: 16px;
}
.contact_wrap article h3 strong {
  color: #0064AF;
  font-weight: normal;
}
.contact_wrap article .msg {
  color: red;
}
.contact_wrap article select,
.contact_wrap article input[type=text],
.contact_wrap article textarea {
  font-size: 16px;
  padding: 1.5em 1em;
  border-radius: 4px;
  width: 100%;
  background: #EFEFEF;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact_wrap article select::-ms-expand,
.contact_wrap article input[type=text]::-ms-expand,
.contact_wrap article textarea::-ms-expand {
  display: none;
}
.contact_wrap article select::-webkit-input-placeholder, .contact_wrap article input[type=text]::-webkit-input-placeholder, .contact_wrap article textarea::-webkit-input-placeholder {
  color: #C8C8C8;
}
.contact_wrap article select::-moz-placeholder, .contact_wrap article input[type=text]::-moz-placeholder, .contact_wrap article textarea::-moz-placeholder {
  color: #C8C8C8;
}
.contact_wrap article select:-ms-input-placeholder, .contact_wrap article input[type=text]:-ms-input-placeholder, .contact_wrap article textarea:-ms-input-placeholder {
  color: #C8C8C8;
}
.contact_wrap article select::-ms-input-placeholder, .contact_wrap article input[type=text]::-ms-input-placeholder, .contact_wrap article textarea::-ms-input-placeholder {
  color: #C8C8C8;
}
.contact_wrap article select::placeholder,
.contact_wrap article input[type=text]::placeholder,
.contact_wrap article textarea::placeholder {
  color: #C8C8C8;
}
.contact_wrap article select,
.contact_wrap article input[type=text] {
  width: 360px;
}
.contact_wrap article select {
  position: relative;
  cursor: pointer;
}
.contact_wrap article .select_wrap {
  display: inline-block;
  position: relative;
}
.contact_wrap article .select_wrap::after {
  display: block;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: calc(50% - 6px);
  right: 30px;
  z-index: 2;
}
.contact_wrap article.two_form input[type=text] {
  width: 320px;
  margin-right: 40px;
}
.contact_wrap article.tel_form input[type=text] {
  position: relative;
  width: 180px;
  margin-right: 15px;
}
.contact_wrap article.tel_form span {
  margin-right: 15px;
}
.contact_wrap article.one_full input[type=text] {
  width: 100%;
}
.contact_wrap article.btm_border {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 55px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1160px) {
  .contact_wrap {
    width: 88.79vw;
    padding: 15.52vw 0 0 0;
  }
  .contact_wrap article {
    padding: 3.02vw 0;
  }
  .contact_wrap article h3 {
    font-size: 1.38vw;
  }
  .contact_wrap article h3 sup {
    font-size: 1.38vw;
  }
  .contact_wrap article select,
  .contact_wrap article input[type=text],
  .contact_wrap article textarea {
    font-size: 1.38vw;
  }
  .contact_wrap article select,
  .contact_wrap article input[type=text] {
    width: 31.03vw;
  }
  .contact_wrap article .select_wrap::after {
    width: 0.78vw;
    height: 0.78vw;
    top: calc(50% - 0.52vw);
    right: 2.59vw;
  }
  .contact_wrap article.two_form input[type=text] {
    width: 27.59vw;
    margin-right: 3.45vw;
  }
  .contact_wrap article.tel_form input[type=text] {
    width: 15.52vw;
    margin-right: 1.29vw;
  }
  .contact_wrap article.tel_form span {
    margin-right: 1.29vw;
  }
  .contact_wrap article.btm_border {
    padding-bottom: 4.74vw;
    margin-bottom: 14.66vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_wrap {
    width: 86.67vw;
    padding: 20.83vw 0 0 0;
  }
  .contact_wrap p.contact_required {
    margin-bottom: 2em;
  }
  .contact_wrap article {
    padding: 5.56vw 0;
  }
  .contact_wrap article h3 {
    font-size: 4.44vw;
    margin-bottom: 3vw;
  }
  .contact_wrap article h3 sup {
    font-size: 4.44vw;
  }
  .contact_wrap article select,
  .contact_wrap article input[type=text],
  .contact_wrap article textarea {
    font-size: 4.44vw;
    padding: 1em 1em;
    border-radius: 2.78vw;
  }
  .contact_wrap article select,
  .contact_wrap article input[type=text] {
    width: 100%;
  }
  .contact_wrap article .select_wrap::after {
    width: 2.5vw;
    height: 2.5vw;
    top: calc(50% - 1.67vw);
    right: 8.33vw;
  }
  .contact_wrap article.two_form h3 {
    width: 100%;
  }
  .contact_wrap article.two_form div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_wrap article.two_form input[type=text] {
    width: 48.3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  .contact_wrap article.tel_form input[type=text] {
    width: 23.61vw;
    margin-right: 1.39vw;
  }
  .contact_wrap article.tel_form span {
    margin-right: 1.29vw;
  }
  .contact_wrap article.btm_border {
    padding-bottom: 4.74vw;
    margin-bottom: 14.66vw;
  }
}

.privacy_wrap {
  position: relative;
  padding: 40px;
  margin-bottom: 80px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}
.privacy_wrap h2 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1em;
}
.privacy_wrap p:last-child {
  margin: 0;
}
.privacy_wrap p.privacy_chk {
  text-align: center;
}
.privacy_wrap p.privacy_chk sup {
  color: #0064AF;
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  .privacy_wrap {
    padding: 3.45vw;
    margin-bottom: 6.9vw;
    border-radius: 0.86vw;
  }
  .privacy_wrap h2 {
    font-size: 1.38vw;
  }
  .privacy_wrap p.privacy_chk sup {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .privacy_wrap {
    padding: 8.33vw 5.56vw;
    border-radius: 2.78vw;
    margin-bottom: 11.11vw;
  }
  .privacy_wrap h2 {
    font-size: 4.17vw;
  }
  .privacy_wrap p.privacy_chk sup {
    font-size: 4.17vw;
  }
}

.sbm_wrap {
  padding: 90px 0 180px 0;
  text-align: center;
}
.sbm_wrap .image_cap {
  margin-bottom: 3.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sbm_wrap input[type=button],
.sbm_wrap input[type=reset],
.sbm_wrap input[type=submit] {
  width: 300px;
  padding: 2em;
  margin: 0 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0064AF;
  color: #0064AF;
  font-weight: bold;
  font-size: 16px;
  border-radius: 80px;
  background: url(../images/common/icon_arrow_right_b.svg) no-repeat right 20px center;
  background-size: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sbm_wrap input[type=button]:hover,
.sbm_wrap input[type=reset]:hover,
.sbm_wrap input[type=submit]:hover {
  color: #FFF;
  background: url(../images/common/icon_arrow_right_w2.svg) no-repeat right 20px center #0064AF;
  background-size: 10px;
}
@media screen and (max-width: 1160px) {
  .sbm_wrap {
    padding: 7.76vw 0 15.52vw 0;
  }
  .sbm_wrap input[type=button],
  .sbm_wrap input[type=reset],
  .sbm_wrap input[type=submit] {
    width: 25.86vw;
    font-size: 1.38vw;
    border-radius: 6.9vw;
    background: url(../images/common/icon_arrow_right_b.svg) no-repeat right 1.72vw center;
    background-size: 0.86vw;
  }
  .sbm_wrap input[type=button]:hover,
  .sbm_wrap input[type=reset]:hover,
  .sbm_wrap input[type=submit]:hover {
    color: #FFF;
    background: url(../images/common/icon_arrow_right_w2.svg) no-repeat right 1.72vw center #0064AF;
    background-size: 0.86vw;
  }
}
@media screen and (max-width: 750px) {
  .sbm_wrap {
    padding: 25vw 0 50vw 0;
  }
  .sbm_wrap .image_cap {
    margin-bottom: 3.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sbm_wrap .image_cap img {
    margin-top: 3vw;
  }
  .sbm_wrap input[type=button],
  .sbm_wrap input[type=reset],
  .sbm_wrap input[type=submit] {
    width: 86.67vw;
    padding: 1.4em 0;
    margin-bottom: 2vw;
    font-size: 4.44vw;
    border-radius: 22.22vw;
    background: url(../images/common/icon_arrow_right_b.svg) no-repeat right 5.56vw center;
    background-size: 2.78vw;
  }
  .sbm_wrap input[type=button]:hover,
  .sbm_wrap input[type=reset]:hover,
  .sbm_wrap input[type=submit]:hover {
    color: #FFF;
    background: url(../images/common/icon_arrow_right_w2.svg) no-repeat right 5.56vw center #0064AF;
    background-size: 2.78vw;
  }
}

#contact .footer_contact_inner {
  padding: 0;
  background: none;
}
#contact .footer_contact_inner h3 {
  color: #FFF;
  line-height: 1.66em;
  font-size: 24px;
  margin-bottom: 70px;
}
#contact .footer_contact_inner ul li a {
  border: 1px solid #FFF;
}
@media screen and (max-width: 1160px) {
  #contact .footer_contact_inner h3 {
    font-size: 2.07vw;
    margin-bottom: 6.03vw;
  }
}
@media screen and (max-width: 750px) {
  #contact .footer_contact_inner h3 {
    font-size: 5.56vw;
    margin-bottom: 12.5vw;
  }
}

.thanks_wrap {
  position: relative;
  width: 830px;
  margin: 0 auto;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 125px;
}
.thanks_wrap h2 {
  font-size: 28px;
  margin-bottom: 1em;
}
.thanks_wrap p.caution {
  font-size: 14px;
  width: 705px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .thanks_wrap {
    width: 71.55vw;
    padding-bottom: 10.78vw;
  }
  .thanks_wrap h2 {
    font-size: 2.41vw;
  }
  .thanks_wrap p.caution {
    font-size: 1.21vw;
    width: 60.78vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks_wrap {
    width: 86.67vw;
    padding-bottom: 18.06vw;
  }
  .thanks_wrap h2 {
    font-size: 5vw;
  }
  .thanks_wrap p.tcenter {
    text-align: left;
  }
  .thanks_wrap p.caution {
    font-size: 3.89vw;
    width: 100%;
  }
}

.project_nav {
  padding-top: 110px;
}
@media screen and (max-width: 1160px) {
  .project_nav {
    padding-top: 9.48vw;
  }
}
@media screen and (max-width: 750px) {
  .project_nav {
    padding-top: 30.56vw;
  }
}