#contact .sp {
  display: none;
}
#contact .pc {
  display: block;
}
#contact .contact_ttl {
  background-image: url(../img/form_bg_pc.png);
  position: relative;
  padding: 70px 0;
  margin: 0;
  text-align: center;
}
#contact .contact_ttl h1 {
  margin: 0 0 40px;
  font-weight: 900;
}
#contact .contact_ttl h1 span {
  font-size: clamp(24px, 3.87vw, 48px);
}
#contact .contact_ttl h1 span.main_ttl {
  font-size: clamp(36px, 5.81vw, 72px);
}
#contact .contact_ttl .des {
  line-height: 1.8;
  font-size: clamp(12px, 1.94vw, 24px);
}
#contact .form_des {
  margin: 60px 20px 0;
  text-align: center;
  font-size: clamp(15px, 2vw, 26px);
  line-height: 1.6;
  color: #b53d44;
}
#contact .contact_block {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
  max-width: 1250px;
  width: 86.81%;
  margin: auto auto 200px;
}
#contact .contact_bana02 {
  margin-bottom: 2em;
  display: block;
}
#contact .contact_block .des {
  padding-right: 110px;
  max-width: 700px;
  width: 100%;
}
#contact .contact_block .des .text01 {
  color: #b53d44;
  font-size: clamp(19px, 2.4vw, 36px);
  margin-bottom: 50px;
  line-height: 1.4;
  font-feature-settings: "palt";
  font-weight: 900;
}
#contact .contact_block .des .case {
  border: 4px solid #00a8c3;
  border-radius: 20px;
  padding: 30px 35px;
  margin-bottom: 30px;
}
#contact .contact_block .des .case .case_ttl {
  font-size: clamp(15px, 2.42vw, 30px);
  text-align: center;
  padding: 0 0 20px;
  border-bottom: dashed 1px #100964;
}
#contact .contact_block .des .case .check_list {
  font-size: clamp(12px, 1.94vw, 24px);
  padding: 30px 0 10px;
}
#contact .contact_block .des .case .check_list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
}
#contact .contact_block .des .case .check_list li:last-child {
  margin-bottom: 0;
}

#contact .contact_block .des .case .check_list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url(../img/form_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
}

#contact .contact_dayoff {
  font-size: clamp(13px, 1.6vw, 16px);
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 3em;
}
#contact .contact_dayoff p span {
  display: inline-block;
}
#contact .contact_dayoff ul {
  margin: 1em 0 60px;
}
#contact .contact_dayoff ul li:not(:last-child) {
  margin-bottom: .3em;
}


#contact .contact_block .des .contact_img img {
  width: 100%;
}
#contact .contact_block .contact_form {
  width: 100%;
  height: 100%;
  border: 4px solid #00a8c3;
}
#contact .contact_block .contact_complete {
  width: 100%;
  height: 100%;
  border: 4px solid #00a8c3;
  padding: 40px 0;
  text-align: center;
}
#contact .contact_block .contact_complete .text {
  color: #424242;
  font-size: clamp(12px, 1.29vw, 16px);
  line-height: 1.6;
}

@media (max-width: 1440px) {
  #contact .contact_block .des {
    padding-right: 8.33%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #contact .sp {
    display: block;
  }
  #contact .pc {
    display: none;
  }
  #contact .contact_ttl {
    background-image: url(../img/form_bg_sp.png);
    padding: 8% 5%;
  }
  #contact .contact_ttl h1 {
    margin: 0 0 6%;
    font-size: 9.6vw;
  }
  #contact .contact_ttl h1 span {
    font-size: 6.4vw;
  }
  #contact .contact_ttl h1 span.main_ttl {
    line-height: 1.2;
    font-size: 9.6vw;
  }
  #contact .contact_ttl .des {
    line-height: 1.8;
    font-size: 3.2vw;
  }
  #contact .contact_block {
    display: block;
    padding: 0 5% 12%;
    width: 100%;
    margin-bottom: 12%;
  }
  #contact .form_des {
    margin: 10% 5% 5%;
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.6;
  }
  #contact .contact_block .des {
    padding: 0;
    max-width: none;
  }
  #contact .contact_block .des .text01 {
    font-size: 5.8vw;
    margin-bottom: 10%;
    line-height: 1.4;
  }
  #contact .contact_block .des .case {
    border: 4px solid #00a8c3;
    border-radius: 2.67vw;
    padding: 5%;
    margin-bottom: 6%;
  }
  #contact .contact_block .des .case .case_ttl {
    font-size: 4.8vw;
    padding: 0 0 5%;
    border-bottom: dashed 1px #100964;
  }
  #contact .contact_block .des .case .check_list {
    font-size: 3.73vw;
    padding: 5% 0;
  }
  #contact .contact_block .des .case .check_list li {
    margin-bottom: 5%;
    position: relative;
    padding-left: 5vw;
    line-height: 1.4;
  }
  #contact .contact_block .des .case .check_list li::before {
    width: 3.87vw;
    height: 3.47vw;
    top: 12%;
  }

  #contact .contact_dayoff {
    font-size: max(2.5vw, 13px);
  }
  #contact .contact_dayoff ul {
    margin: 1em 0 14%;
  }

  #contact .contact_block .des .contact_img img {
    width: 100%;
  }
  #contact .contact_block .contact_form {
    margin-top: 12%;
    width: 100%;
    height: 100%;
  }
  #contact .contact_block .contact_complete {
    padding: 8% 0 10%;
    margin-top: 8%;
  }
  #contact .contact_block .contact_complete .text {
    font-size: 2.67vw;
    line-height: 1.6;
  }
}/*# sourceMappingURL=contact.css.map */