@charset "UTF-8";
/* お問い合わせ css */
main {
  border-bottom: 1px solid #b9b9b9;
}
.sec01 {
  padding-top: 170px;
  padding-bottom: 20px;
  background-image: url(../images/contact/bg-sec01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 325px;
}
.sec01 h1 {
  text-align: center;
}
.sec01 h1 + .en {
  text-align: center;
  text-shadow: -2px -2px 0 #fff, -2px 0 0 #fff, -2px 2px 0 #fff, 0 -2px 0 #fff,
    0 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff;
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  main {
    padding-top: 70px;
  }
  .sec01 {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(../images/contact/bg-sec01SP.png);
    background-size: auto 85%;
  }
  .sec01 h1 {
    font-size: 8.4vw;
    line-height: 1;
  }
}

/* sec02 Contact us */
.sec02 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec02 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec02 h2 {
  margin-bottom: 80px;
}

.sec02 .box {
  display: flex;
  gap: 30px;
  padding: 24px;
  border-radius: 0 15px 15px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 7.5px 2.5px rgba(122, 188, 29, 0.75);
}
.sec02 .box .ttl {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #69b800;
  padding: 0 30px;
  border-radius: 0 15px 15px 15px;
}
.sec02 .box .ttl span {
  display: block;
  color: #fff;
  line-height: 1.2;
}
.sec02 .box .ttl .font01 {
  font-size: 22px;
}
.sec02 .box .ttl .font02 {
  font-size: 32px;
  font-weight: 700;
}
.sec02 .box .row {
  width: calc(100% - 250px);
  line-height: 1.2;
}
.sec02 .box .row .font01 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #ff4800;
}
.sec02 .box .row .font02 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}
.sec02 .tel {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.sec02 .tel a {
  line-height: 1;
}
.sec02 .tel .tel-font01 {
  min-width: 280px;
  font-size: 22px;
  padding-top: 10px;
}
.sec02 .tel .tel-font01 br {
  display: block;
}
.sec02 .tel .tel-font02 {
  font-size: 40px;
  color: inherit;
}
.sec02 .tel .tel-font03 {
  font-size: 75px;
}
@media screen and (max-width: 1024px) {
  .sec02 .box .row .font01 {
    font-size: 26px;
  }
  .sec02 .box .row .font02 {
    font-size: 26px;
  }
  .sec02 .box .row .font03 {
    font-size: 10px;
  }
  .sec02 .tel {
    flex-wrap: wrap;
  }
  .sec02 .tel .tel-font01 br {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sec02 .tel .tel-font01 {
    font-size: 16px;
  }
  .sec02 .tel .tel-font02 {
    font-size: 32px;
  }
  .sec02 .tel .tel-font03 {
    font-size: 60px;
  }
}
@media screen and (max-width: 560px) {
  .sec02 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sec02 .h-bg {
    height: 35vw;
  }
  .sec02 h2 {
    margin-bottom: 60px;
  }
  .sec02 .box {
    display: block;
    padding: 12px 12px 24px;
  }
  .sec02 .box .ttl {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 20px;
  }
  .sec02 .box .ttl .font01 {
    font-size: 22px;
  }
  .sec02 .box .ttl .font02 {
    font-size: 32px;
  }
  .sec02 .box .row {
    width: 100%;
    line-height: 1.4;
    padding: 0 8px;
  }
  .sec02 .box .row .font01 {
    display: block;
    font-size: 5vw;
    text-align: center;
  }
  .sec02 .box .row .font02 {
    display: block;
    font-size: 5vw;
    text-align: center;
  }
  .sec02 .tel {
    display: block;
    margin-top: 15px;
  }
  .sec02 .tel .tel-font01 {
    font-size: 3vw;
    padding-top: 5px;
  }
  .sec02 .tel .tel-font02 {
    font-size: 6vw;
  }
  .sec02 .tel .tel-font03 {
    font-size: 10vw;
  }
}

/* sec03 お問い合わせフォーム */
.sec03 {
  padding-top: 45px;
  padding-bottom: 120px;
}
.sec03 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec03 h2 {
  margin-bottom: 80px;
}
.sec03 .txt .font01 {
  font-size: 18px;
  font-weight: 700;
}
.sec03 .txt ~ .txt {
  margin-top: 25px;
}
.sec03 .txt a {
  display: inline-block;
  text-decoration: underline;
}
.sec03 .wpcf7 {
  margin-top: 10px;
}
.sec03 br {
  display: none;
}
.sec03 .br {
  display: block;
}
.sec03 .row {
  display: flex;
  gap: 10px;
}
.sec03 dl {
  display: flex;
  border-bottom: 1px solid #b9b9b9;
}
.sec03 dl .font01 {
  font-weight: 700;
}
.sec03 dl .font02 {
  font-size: 14px;
}
.sec03 .dl01 {
  border-top: 1px solid #b9b9b9;
}
.sec03 .dl04 .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 30px;
}
.sec03 .dl06 p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec03 .dl06 .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.sec03 .dl07 dd {
  padding-top: 45px;
  padding-bottom: 45px;
}
.sec03 .dl09 dd {
  padding-bottom: 45px;
}
.sec03 dt {
  width: 350px;
  padding-top: 45px;
}
.sec03 dd {
  width: calc(100% - 350px);
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec03 .required,
.sec03 .any {
  display: block;
  color: #fff;
  width: 70px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
.sec03 .required {
  background-color: #ff4800;
  font-weight: 700;
}
.sec03 .any {
  background-color: #999;
}
.sec03 input[type="text"],
.sec03 input[type="email"],
.sec03 input[type="tel"] {
  width: 100%;
  height: 60px;
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
}
.sec03 input[type="number"] {
  width: 180px;
  height: 60px;
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.sec03 textarea {
  width: 100%;
  height: 170px;
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
}
.sec03 .privacy {
  font-size: 14px;
  height: 270px;
  padding: 20px 25px;
  margin-bottom: 45px;
  overflow-y: scroll;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
}
.sec03 .privacy p ~ p {
  margin-top: 20px;
}
.wpcf7-spinner {
  position: absolute;
  top: 80px;
  left: 0;
}
.sec03 .btn-send {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.sec03 .btn-send input[type="submit"] {
  width: 100%;
  max-width: 480px;
  font-size: 20px;
  font-weight: 700;
  line-height: 75px;
  margin: 0 auto;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  background-image: url(../images/common/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px auto;
  transition: all 0.3s;
}
.sec03 .btn-send input[type="submit"]:not(:disabled) {
  cursor: pointer;
}
.sec03 .btn-send input[type="submit"]:not(:disabled):hover {
  opacity: 0.8;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .sec03 dt {
    width: 320px;
  }
  .sec03 dd {
    width: calc(100% - 320px);
  }
  .sec03 .dl06 p {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 560px) {
  .sec03 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .sec03 .h-bg {
    height: 35vw;
  }
  .sec03 h2 {
    margin-bottom: 60px;
  }

  .sec03 dl {
    flex-direction: column;
  }
  .sec03 dt {
    width: 100%;
    padding-top: 20px;
  }
  .sec03 dd {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .sec03 .dl04 .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 15px;
  }
  .sec03 .dl07 dd {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .sec03 .dl07 .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
  .sec03 .dl07 .wpcf7-list-item ~ .wpcf7-list-item {
    margin-top: 15px;
  }
  .sec03 .dl09 dd {
    padding-bottom: 20px;
  }
  .sec03 .privacy {
    margin-bottom: 15px;
  }
  .sec03 .btn-send {
    margin-top: 40px;
  }
  .sec03 .btn-send input[type="submit"] {
    line-height: 55px;
  }
}

/* thanks 送信完了 */
.thanks .txt {
  line-height: 1.8;
}
.thanks .txt ~ .txt {
  margin-top: 20px;
}
.thanks .txt .font01 {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
}
