@charset "utf-8";
/* CSS Document */
/*header共通－開始*/
.header-nav {
  padding-top: 60px;
}
.header-nav img {
  display: block;
}
.header-nav-map {
  /* height: 100px; */
  margin: 0 0 30px;
  background-color: #f0fff0;
}
.company-h1 {
  padding: 50px 30px 3%;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: left;
  background-color: #f0fff0;
}
.company-h1 span {
  font-size: 1.4rem;
}
.pagetopbtn {
  padding: 8px 20px;
  font-size: 1.4rem;
  text-align: left;
  color: #fff;
  background: #578b53;
  overflow: hidden;
}
.pagetopbtn a {
  text-decoration: none;
  color: white;
}
.pagetopbtn-spac {
  width: 10px;
  padding: 0px 5px;
}
@media (min-width: 800px) {
  .header-nav-map {
    height: 200px;
    background-color: inherit;
    background-size: cover;
    background-position: center;
  }
  .company-h1 {
    text-align: left;
    padding: 100px 30px 0;
    background-color: initial;
  }
}
@media (min-width: 1020px) {
  .header-nav {
    padding-top: 120px;
  }
  .header-nav-map {
    height: 250px;
  }
  .company-h1 {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  .header-nav-map {
    height: 320px;
  }
  .company-h1 {
    padding-top: 150px;
    font-size: 4.8rem;
  }
}
/*header共通－終了*/

#wrap_contact {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #wrap_contact {
    width: 100%;
  }
}
#wrap_contact table {
  width: 100%;
  border-collapse: collapse;
  border: solid #ccc;
  border-width: 1px 0;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #wrap_contact table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}
#wrap_contact table tr th,
#wrap_contact table tr td {
  text-align: left;
  vertical-align: middle;
  border: solid #ccc;
  border-width: 1px 0;
}
#wrap_contact table tr th {
  width: 40%;
  background: #fff;
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  #wrap_contact table tr th {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  #wrap_contact table tr th {
    width: auto;
    padding: 1em 4%;
    border-width: 0;
  }
}
#wrap_contact table tr td {
  padding: 2em 2em 1em 2em;
}
@media screen and (max-width: 1100px) {
  #wrap_contact table tr td {
    padding: 1em 1em 0em 1em;
  }
}
@media screen and (max-width: 768px) {
  #wrap_contact table tr td {
    border-width: 0;
    width: auto;
    padding: 1em 5%;
  }
}
@media screen and (max-width: 768px) {
  #wrap_contact table,
  #wrap_contact table tbody,
  #wrap_contact table tr,
  #wrap_contact table tr th,
  #wrap_contact table tr td {
    display: block;
  }
}
#wrap_contact form.sent table {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap_contact form.sent table {
    display: none;
  }
}
div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  color: #dc0003;
  font-weight: bold;
}
div.wpcf7-mail-sent-ok {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 2em;
}
h4.member_txt_sent {
  margin: 2em 0;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: none;
  color: #dc0003;
  font-weight: bold;
}
div.wpcf7-spam-blocked {
  border: none;
  color: #dc0003;
  font-weight: bold;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  color: #dc0003;
  font-weight: bold;
}
span.wpcf7-not-valid-tip {
  color: #dc0003;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: -0.8em 0 1em 0;
}
.wpcf7-not-valid {
  background: #ffd0d1;
}
#wrap_contact table .post {
  margin: 0;
  padding: 0;
}
.member_txt {
  padding: 20px 0 0 0;
}
h3.wpcf7c-elm-step1,
h3.wpcf7c-elm-step2,
h3.wpcf7c-elm-step3 {
  margin: 3em 0 0 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7em;
}
#wrap_contact input[type='text'],
#wrap_contact input[type='tel'],
#wrap_contact input[type='email'],
#wrap_contact input[type='number'],
#wrap_contact textarea {
  padding: 0.7em;
  width: 90%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
}
#wrap_contact input[type='text'].wpcf7c-conf,
#wrap_contact input[type='tel'].wpcf7c-conf,
#wrap_contact input[type='email'].wpcf7c-conf,
#wrap_contact input[type='number'].wpcf7c-conf,
#wrap_contact textarea.wpcf7c-conf {
  background-color: #fff;
  color: black;
  border: 1px solid #fff;
  outline: none;
}
#wrap_contact .form_btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap_contact .form_btn {
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
  }
}
.sent table {
  display: none;
}
#wrap_contact input[type='button'].wpcf7-confirm,
#wrap_contact input[type='button'].wpcf7-back,
#wrap_contact input[type='submit'] {
  -webkit-appearance: none;
  background: #365b56;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 250px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: none;
  margin: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #wrap_contact input[type='button'].wpcf7-confirm,
  #wrap_contact input[type='button'].wpcf7-back,
  #wrap_contact input[type='submit'] {
    margin: 2.5em 0;
  }
}
#wrap_contact input[type='button'].wpcf7-back {
  background: #666;
}
#wrap_contact table th span {
  color: #dc0003;
  border: solid 2px #dc0003;
  padding: 3px 3px 4px 5px;
  font-size: 1.4rem;
  font-weight: 900;
  margin-left: 10px;
  border-radius: 3px;
  letter-spacing: 0.2em;
}
div.wpcf7 .ajax-loader {
  background-image: none;
  vertical-align: baseline;
}
div.wpcf7 .ajax-loader::after {
  content: '\f110';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  animation: rotation 1s linear infinite;
  display: inline-block;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #fff;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  box-shadow: none;
  top: initial;
  border-radius: initial;
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #fff;
  background-color: #25ade0;
}
.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #25ade0;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step3 .step br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .stepBar.step3 .step br {
    display: block;
  }
  .stepBar .step {
    height: 50px;
    font-size: 13px;
    position: relative;
    float: left;
    display: inline-block;
    line-height: 18px;
    padding: 7px 30px 5px 10px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stepBar .step:before,
  .stepBar .step:after {
    height: 25px;
  }
  .stepBar .step:nth-of-type(3) {
    padding-top: 17px;
  }
}
.contact_step img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  font-family: 'object-fit: cover;';
}
.checkbox-10 {
  display: flex;
  flex-wrap: wrap;
}
.member_txt {
  font-weight: 600;
}
.contact-box th {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact-box td {
  font-size: 1.8rem;
  line-height: 38px;
}
.wpcf7-list-item input {
  vertical-align: baseline;
}
.wpcf7c-elm-step1 {
  font-feature-settings: 'palt';
}

.pc-none {
  display: none;
}
#contact-flex1 {
  display: flex !important;
}
.contact-privacy {
  color: #333;
}
@media (min-width: 800px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  #contact-flex2 {
    display: flex !important;
  }
  .contact-box1 {
    width: 250px;
  }
  .contact-box2 {
    width: 250px;
    margin-left: 30px;
  }
}
