.under_sec1 {
  position: relative;
}
.under_sec1:before {
  content: "";
  position: absolute;
  top: 41%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 103.5%;
  background: #EDECE3;
  z-index: -1;
}
.under_sec1 .com0 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.under_sec1 .txt {
  padding-right: 170px;
  box-sizing: border-box;
}
.under_sec1 .txt2 {
  white-space: nowrap;
  text-align: right;
}
.under_sec1 .tels {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.under_sec1 .tels i {
  font-size: 4rem;
}
@media all and (max-width: 1000px) {
  .under_sec1 .com0 {
    display: block;
  }
  .under_sec1 .txt {
    padding-right: 0;
  }
  .under_sec1 .tels {
    font-size: 1.4rem;
  }
  .under_sec1 .tels i {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .under_sec1:before {
    top: 26%;
    height: 103.5%;
  }
  .under_sec1 .com0 {
    margin-top: 0;
  }
  .under_sec1 .txt {
    padding-top: 32px;
  }
  .under_sec1 .txt2 {
    text-align: center;
    margin-top: 20px;
  }
  .under_sec1 .tels {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .under_sec1 .tels i {
    font-size: 2rem;
  }
  .under_sec1 .txs {
    font-size: 1.2rem;
  }
}

.about1 {
  padding-bottom: 110px;
  padding-top: 110px;
  box-sizing: border-box;
  position: relative;
  background: #EDECE3;
}
.about1 .lead {
  margin: 50px 0;
}
@media all and (max-width: 767px) {
  .about1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about1 .lead {
    margin: 30px 0;
  }
}

.line_wraps {
  margin-top: 40px;
}
.line_wraps .line {
  display: grid;
  grid-template-columns: 230px 1fr;
  padding: 20px;
  align-items: center;
}
.line_wraps .inp {
  word-break: break-all;
}
.line_wraps .nm {
  font-weight: bold;
  position: relative;
}
.line_wraps .hs {
  position: absolute;
  right: 20px;
  top: 3px;
  background: red;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
}
.line_wraps .l2 {
  align-items: flex-start;
}
.line_wraps input, .line_wraps select, .line_wraps textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.line_wraps input[type=text], .line_wraps textarea {
  padding: 12px;
  box-sizing: border-box;
  background: white;
  width: 100%;
  border-radius: 4px;
}
.line_wraps select {
  padding: 12px;
  box-sizing: border-box;
  background: url("../images/sele_arw.png") center right 30px no-repeat, white;
  background-size: 8px auto;
  width: 100%;
  border-radius: 4px;
}
.line_wraps textarea {
  height: 200px;
  resize: vertical;
}
.line_wraps .subm {
  margin-top: 20px;
  transition: all 0.3s ease;
}
.line_wraps .subm:hover {
  opacity: 0.8;
}
.line_wraps .subm input {
  display: block;
  text-align: center;
  background: #000;
  color: white;
  width: 400px;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media all and (max-width: 1000px) {
  .line_wraps .line {
    display: grid;
    grid-template-columns: 160px 1fr;
  }
}
@media all and (max-width: 767px) {
  .line_wraps {
    margin-top: 20px;
  }
  .line_wraps .line {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 0;
  }
  .line_wraps .nm {
    font-weight: bold;
    margin-bottom: 8px;
  }
  .line_wraps .hs {
    right: 0;
    top: 0;
  }
  .line_wraps .subm input {
    width: 100%;
  }
}

.access {
  margin-top: 0;
  padding-top: 100px;
  border-top: 1.5px dotted #B2B0B0;
}
@media all and (max-width: 767px) {
  .access {
    margin-top: 0;
    padding-top: 60px;
  }
}

.fct {
  font-size: 3.6rem;
  text-align: center;
  margin: 40px 0 40px 0;
}
@media all and (max-width: 767px) {
  .fct {
    font-size: 2.6rem;
  }
}

.top_btn_w {
  margin: 40px 0;
}

.thanks1 {
  background: none;
}
.thanks1:before {
  content: none;
}

.thanks2 {
  background: #F6F9FA;
  padding-top: 0;
  margin-top: 60px;
}
.thanks2 .com0 {
  display: block;
}
.thanks2 .inss2 {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 40px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .thanks2 {
    padding-top: 10px;
  }
  .thanks2 .inss2 {
    margin-top: 40px;
    display: block;
    padding: 20px;
  }
  .thanks2 .inss2 .txt {
    margin-top: 0;
    padding-top: 0;
  }
  .thanks2 .top_btn_w {
    width: calc(100% - 40px);
    margin: 40px auto 0 auto;
  }
  .thanks2 .tels {
    margin-bottom: 30px;
  }
}

.thanks_bx {
  padding: 10px max(4rem, 16.6666666667vw);
  padding-bottom: 0;
  box-sizing: border-box;
}
@media all and (max-width: 1600px) {
  .thanks_bx {
    padding: 10px max(4rem, 8.3333333333vw);
  }
}
@media all and (max-width: 767px) {
  .thanks_bx {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=contact.css.map */
