/* =====key===== */
.key {
  width: 100%;
  height: 450px;
  padding: 240px 0 0;
  box-sizing: border-box;
  background: url(../images/contact/key01.png) top center/cover no-repeat;
  color: #fff;
}
.key .inner {
  width: 800px;
  margin: 0 auto;
}
.key .page_title {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 350px;
    padding: 160px 20px 0;
    box-sizing: border-box;
    background: url(../images/contact/key01.png) center/cover no-repeat;
    color: #fff;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .page_title {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
}

/* =====sec01===== */
.sec01 {
  padding: 100px 0 120px;
}
.sec01 .text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 50px 20px 60px;
    box-sizing: border-box;
  }
  .sec01 .text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}

/* =====sec02===== */
.sec02 {
  width: 100%;
  margin: 0 0 110px;
}
.sec02 .title_wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.sec02 .title_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 250px;
  height: 1px;
  background: #000;
}
.sec02 .title_wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 250px;
  height: 1px;
  background: #000;
}
.sec02 .sec_title {
  position: relative;
  margin: 0 0 90px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.07em;
}
.sec02 .sec_title:before {
  content: "INQUIRY";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
.sec02 .box {
  width: 840px;
  padding: 80px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 2px solid #1d3b77;
}
.sec02 .box_text {
  margin: 0 0 100px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.07em;
}
.sec02 .box_text .small {
  display: block;
  margin: 20px 0 0;
  font-size: 14px;
  letter-spacing: 0.07em;
}
.sec02 .box_text .hissu {
  padding: 3px 6px;
  border-radius: 3px;
  background: #ff6c6c;
  color: #fff;
}
.sec02 .row {
  display: block;
  margin: 0 0 30px;
}
.sec02 .head {
  vertical-align: middle;
  position: relative;
  width: 170px;
  padding: 0 30px 0 0;
  text-align: left;
}
.sec02 .head .hissu {
  position: absolute;
  right: 30px;
  padding: 2px 5px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #ff6c6c;
  color: #fff;
}
.sec02 .data {
  width: 510px;
  box-sizing: border-box;
}
.sec02 .data input[type=text],
.sec02 .data input[type=email],
.sec02 .data input[type=tel] {
  width: 100%;
  height: 35px;
}
.sec02 .row:last-of-type {
  margin: 100px 0 40px;
}
.sec02 .row:last-of-type .head {
  display: block;
  width: 200px;
  margin: 0 0 20px;
}
.sec02 .row:last-of-type .data {
  display: block;
  width: 100%;
}
.sec02 .row:last-of-type .data textarea {
  width: 100% !important;
  height: 360px !important;
}
.sec02 .mfp_element_submit, .sec02 .mfp_element_reset, .sec02 .mfp_element_button, .sec02 button.mfp_next, .sec02 button.mfp_prev {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.sec02 .mfp_element_all {
  max-width: none;
}
.sec02 .mfp_element_submit:hover, .sec02 .mfp_element_reset:hover, .sec02 .mfp_element_button:hover, .sec02 button.mfp_next:hover, .sec02 button.mfp_prev:hover {
  background: none;
  box-shadow: none;
  opacity: 0.7;
}
.sec02 .btn {
  width: 128px;
  height: 40px;
  background: rgb(239, 239, 239);
  border: 1px solid #000;
  margin: 0 auto 60px;
}
.sec02 .btn input {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.sec02 .privacy {
  width: 600px;
  margin: 0 auto;
}
.sec02 .privacy .text01,
.sec02 .privacy .text02,
.sec02 .privacy .text03 {
  line-height: 1.8;
}
.sec02 .privacy .text01,
.sec02 .privacy .text02 {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 110px;
  }
  .sec02 .title_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .title_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 15%;
    height: 1px;
    background: #000;
  }
  .sec02 .title_wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 15%;
    height: 1px;
    background: #000;
  }
  .sec02 .sec_title {
    position: relative;
    margin: 0 0 90px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .sec02 .sec_title:before {
    content: "INQUIRY";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
  .sec02 .box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 2px solid #1d3b77;
  }
  .sec02 .box_text {
    margin: 0 0 100px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .sec02 .box_text .small {
    display: block;
    margin: 20px 0 0;
    font-size: 14px;
    letter-spacing: 0.07em;
  }
  .sec02 .box_text .hissu {
    padding: 3px 6px;
    border-radius: 3px;
    background: #ff6c6c;
    color: #fff;
  }
  .sec02 table {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .sec02 .row {
    display: block;
    margin: 0 0 30px;
  }
  .sec02 .head {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .sec02 .head .hissu {
    position: static;
    right: 10px;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #ff6c6c;
    color: #fff;
    font-size: 12px;
  }
  .sec02 .data {
    width: 510px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec02 .data input[type=text],
  .sec02 .data input[type=email],
  .sec02 .data input[type=tel] {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
  }
  .sec02 form#mailformpro label {
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    white-space: normal;
  }
  .sec02 .row:last-of-type {
    margin: 100px 0 40px;
  }
  .sec02 .row:last-of-type .head {
    display: block;
    width: 200px;
    margin: 0 0 20px;
  }
  .sec02 .row:last-of-type .data {
    display: block;
    width: 100%;
  }
  .sec02 .row:last-of-type .data textarea {
    width: 100% !important;
    height: 360px !important;
    box-sizing: border-box;
  }
  .sec02 .btn {
    width: 128px;
    height: 40px;
    margin: 0 auto 60px;
  }
  .sec02 .btn input {
    width: 100%;
    height: 100%;
  }
  .sec02 .privacy {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .privacy .text01,
  .sec02 .privacy .text02,
  .sec02 .privacy .text03 {
    font-size: 15px;
    line-height: 1.8;
  }
  .sec02 .privacy .text01,
  .sec02 .privacy .text02 {
    margin: 0 0 30px;
  }
}

/* =====sec03===== */
.sec03 {
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
  margin: 0 0 100px;
  background: url(../images/contact/bg01.png) center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.sec03 .box {
  position: relative;
  width: 600px;
  padding: 20px 0;
  margin: 0 auto;
  background: rgba(29, 59, 119, 0.9);
}
.sec03 .box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #1d3b77;
}
.sec03 .text {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #fff;
}
.sec03 .num {
  position: relative;
  z-index: 2;
  font-size: 35px;
}
.sec03 .num .icon {
  padding: 0 10px 0 0;
}
.sec03 .num img {
  vertical-align: text-bottom;
}
.sec03 .time {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec03 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    margin: 0 0 100px;
    background: url(../images/contact/bg01.png) center/cover no-repeat;
    color: #fff;
    text-align: center;
  }
  .sec03 .box {
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    background: rgba(29, 59, 119, 0.9);
  }
  .sec03 .box:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #1d3b77;
  }
  .sec03 .text {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: #fff;
  }
  .sec03 .num {
    position: relative;
    z-index: 2;
    font-size: 35px;
  }
  .sec03 .num .icon {
    padding: 0 10px 0 0;
  }
  .sec03 .num img {
    vertical-align: text-bottom;
  }
  .sec03 .time {
    position: relative;
    z-index: 2;
  }
}

.g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}

.agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}

.warning {
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .agree_btn label {
    font-size: 3.75vw;
  }
  .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
}/*# sourceMappingURL=contact01.css.map */