@charset "UTF-8";
header .-pc {
  background: transparent;
}

section#lead:before {
  content: "";
  position: absolute;
  top: 3.5vw;
  left: -7vw;
  z-index: -1;
  width: 115vw;
  height: 28vw;
  transform: rotate(-15deg);
  background: rgba(190, 190, 190, 0.2);
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 33%;
  width: 57px;
  height: 57px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
}

.swiper-button-prev {
  left: -30px;
  background: transparent url(../img/left.png) no-repeat center center/contain;
}

.swiper-button-next {
  right: -30px;
  background: url(../img/right.png) no-repeat center center/contain;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 30px;
}

.swiper-pagination-bullet-active {
  background: #D47800;
}

section#contact01 .-inner {
  width: 900px;
  margin: 0 auto;
  padding: 5vw 0 0;
}

section#contact01 .-inner dl {
  display: flex;
  align-items: center;
  margin: 25px 0;
  padding: 0 2vw;
}

section#contact01 .-inner dl dt {
  width: 200px;
  font-size: clamp(14px, 0.95vw, 18px);
}

section#contact01 .-inner dl dt.required {
  position: relative;
}

section#contact01 .-inner dl dt.required::after {
  content: "※必須";
  color: red;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section#contact01 .-inner dl dd {
  font-size: clamp(14px, 0.95vw, 18px);
  width: calc(100% - 220px);
  height: 35px;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 20px;
  position: relative;
}
section#contact01 .-inner dl dd input[type=text], section#contact01 .-inner dl dd input[type=email], section#contact01 .-inner dl dd input[type=tel] {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: solid 1px #707070;
  border-radius: 2px;
  font-size: clamp(16px, 0.95vw, 18px);
}

section#contact01 .-inner dl dd textarea {
  width: 100% !important;
  height: 250px;
  padding: 5px;
  border: solid 1px #707070;
  border-radius: 2px;
  font-size: clamp(16px, 0.95vw, 18px);
}

section#contact01 .-inner dl dd select {
  width: 150px;
  height: 100%;
  font-size: 18px;
  padding: 5px;
  border: solid 1px #707070;
  border-radius: 2px;
}

section#contact01 .-inner dl.ct_name {
  border-top: solid 1px;
  padding-top: 2vw;
}

section#contact01 .-inner dl.ct_zip dd {
  font-size: 16px;
}

section#contact01 .-inner dl.ct_zip dd input[type=text] {
  width: 150px;
  margin: 0 10px;
}

section#contact01 .-inner dl.ct_zip dd span {
  font-size: 14px;
  width: initial;
}

section#contact01 .-inner dl.ct_image dd {
  display: initial;
  height: initial;
}

section#contact01 .-inner dl.ct_image dd img {
  width: 180px;
  cursor: pointer;
}

section#contact01 .-inner dl.ct_image dd img:hover {
  opacity: 0.8;
}

section#contact01 .-inner dl.ct_image dd span {
  display: block;
  font-size: 14px;
}

section#contact01 .-inner dl.ct_contents {
  align-items: flex-start;
}

section#contact01 .-inner dl.ct_contents dd {
  height: initial;
}

section#contact01 .-inner dl.ct_file3 {
  border-bottom: solid 1px;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}

section#contact01 .-inner input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section#contact01 .-inner .mw_wp_form .error {
  position: absolute;
  bottom: -14px;
  font-size: 14px;
  line-height: 1;
}

section#contact01 .-inner .mw_wp_form_preview dl.ct_contents dd {
  align-items: flex-start;
  height: initial;
}

section#contact01 .-inner .btns {
  margin-top: 50px;
}
section#contact01 .-inner .btns input.btn, section#contact01 .-inner .btns button {
  width: 180px;
  height: 40px;
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0020A7;
  border: solid 2px #0020A7;
  border-radius: 30px;
  color: white;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: 1s;
}
section#contact01 .-inner .btns input.btn svg, section#contact01 .-inner .btns button svg {
  display: flex;
  width: 7px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section#contact01 .-inner .btns input.btn svg path, section#contact01 .-inner .btns button svg path {
  transition: 1s;
}
section#contact01 .-inner .btns input.btn:hover, section#contact01 .-inner .btns button:hover {
  background: transparent;
  color: #0020A7;
}
section#contact01 .-inner .btns input.btn:hover svg path, section#contact01 .-inner .btns button:hover svg path {
  fill: #0020A7;
}

section#contact01 .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
section#contact01 .wpcf7-not-valid-tip {
  font-size: 14px;
}

section#contact01 .-inner .-txt {
  padding: 1vw 0 3vw;
}
section#contact01 .-inner .-txt h2 {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #D47800;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
  font-family: "NSaJbr";
}
section#contact01 .-inner .-txt h2:before {
  content: "";
  background: #D47800;
  display: inline-block;
  margin-right: 1.5vw;
  margin-bottom: 0.4vw;
  width: 3px;
  height: 4vw;
  min-height: 30px;
  transform: rotate(27deg);
}
section#contact01 .-inner .-txt > p {
  font-size: clamp(16px, 1vw, 20px);
  padding-left: 2vw;
}
section#contact01 .-inner .-txt .-box > p {
  font-size: clamp(14px, 1vw, 20px);
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#contact01 .-inner {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  section#contact01 .-inner {
    width: 85%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  section#contact01 .-inner p {
    font-size: 14px;
  }
  section#contact01 .-inner p br {
    display: none;
  }
  section#contact01 .-inner dl {
    flex-flow: column;
    align-items: flex-start;
  }
  section#contact01 .-inner dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  section#contact01 .-inner dl dt.required::after {
    position: initial;
    transform: initial;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  section#contact01 .-inner dl dd {
    width: 100%;
    margin: 0;
  }
  section#contact01 .-inner dl.ct_zip dd {
    display: block;
  }
  section#contact01 .-inner dl.ct_zip dd span {
    display: block;
  }
  section#contact01 .-inner dl.ct_image dd img {
    width: 140px;
    height: auto;
  }
  section#contact01 .-inner dl.ct_file3 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  section#contact01 .-inner .-txt {
    padding: 0 0 25px;
  }
  section#contact01 .-inner .-txt p {
    text-align: start;
  }
  section#contact01 .-inner .-txt h2:before {
    content: "";
    background: #D47800;
    position: absolute;
    width: 3px;
    height: 50px;
    min-height: 30px;
    transform: rotate(27deg);
    top: -25px;
    left: -10px;
  }
}
/*# sourceMappingURL=page-contact2.css.map */