/* LESS Document */
main {
  padding-bottom: 128px;
  /*+++++++++++++++++++++++++++++++++++++++++++
	共通パーツ
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	phoneArea
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	formArea
+++++++++++++++++++++++++++++++++++++++++++ */
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  main section {
    margin-bottom: 10vw!important;
  }
}
main .headTitle {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main .headTitle {
    margin-bottom: 53px;
  }
}
main .headTitle hgroup h1 span {
  color: #2B837F;
}
main .lead {
  margin-bottom: 54px;
}
main .phoneArea {
  margin-bottom: 121px;
}
@media screen and (max-width: 767px) {
  main .phoneArea {
    margin-bottom: 15vw!important;
  }
}
main .phoneArea hgroup {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main .phoneArea hgroup {
    margin-bottom: 0;
  }
}
main .phoneArea hgroup h2::before {
  background: url(/contact/img/phone_icon.svg) no-repeat center center / contain;
}
main .phoneArea .phone {
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}
main .phoneArea .phone a[href^="tel:"] {
  pointer-events: all;
  cursor: default;
}
main .phoneArea .phone h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  main .phoneArea .phone h3 {
    font-size: 10vw;
    line-height: 1.3;
  }
}
main .formArea hgroup {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main .formArea hgroup {
    margin-bottom: 0;
  }
}
main .formArea hgroup h2::before {
  background: url(/contact/img/form_icon.svg) no-repeat center center / contain;
}
main .formArea form table {
  table-layout: auto;
  width: 100%;
}
main .formArea form table tr {
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr {
    margin: 0;
    padding: 4vw 0;
  }
}
main .formArea form table tr th {
  font-weight: bold;
  padding: 25px 0 25px 57px;
  max-width: max-content;
  width: 36%;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr th {
    padding: 0;
    width: 100%;
  }
}
main .formArea form table tr th.top {
  vertical-align: top;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr th.top {
    padding-top: 0;
  }
}
main .formArea form table tr th.top.pt0 {
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr th.top.pt0 {
    padding: 0 0 5vw 0;
  }
}
main .formArea form table tr td input[type="text"],
main .formArea form table tr td input[type="email"],
main .formArea form table tr td input[type="tel"] {
  max-width: 588px;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr td input[type="text"],
  main .formArea form table tr td input[type="email"],
  main .formArea form table tr td input[type="tel"] {
    font-size: 3.6vw;
    height: 12vw;
  }
}
main .formArea form table tr td textarea {
  max-width: 588px;
  width: 100%;
  height: 218px;
  margin: 15px 0 10px 0;
  font-size: 1.8rem;
  padding: 8px 5px 0 5px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr td textarea {
    font-size: 3.6vw;
    height: 50vw;
  }
}
main .formArea form table tr td.type {
  padding-bottom: 18px;
}
main .formArea form table tr td.type label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr td.type label {
    gap: 8px;
  }
}
main .formArea form table tr td.type label:last-child {
  margin-bottom: 0;
}
main .formArea form table tr td.type label:hover {
  cursor: pointer;
}
main .formArea form table tr td.type label:hover input[type="radio"] {
  cursor: default;
}
main .formArea form table tr td.type label input[type="radio"] {
  appearance: none;
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .formArea form table tr td.type label input[type="radio"] {
    width: 7vw;
    height: 7vw;
  }
}
main .formArea form table tr td.type label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 100%;
  background-color: #0078D4;
}
main .formArea form .check {
  margin: 36px 0 40px 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  main .formArea form .check {
    margin-left: 0;
  }
}
main .formArea form .check input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #000000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .formArea form .check input[type="checkbox"] {
    width: 8vw;
    height: 8vw;
  }
}
main .formArea form .check input[type="checkbox"]:checked {
  background: #0078D4;
}
main .formArea form .check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}
main .formArea form .submit {
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  main .formArea form .submit {
    margin-left: 0;
  }
}
main .formArea form .submit .btn {
  border-radius: 0;
  min-width: 415px;
  min-height: 66px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  main .formArea form .submit .btn {
    font-size: 3.6vw;
    min-width: auto;
    max-width: 90%;
    min-height: auto;
  }
}
main .formArea form .submit .btn:hover {
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  main .pt50_sp {
    padding: 20vw 0!important;
  }
}
main .confirmArea form table tr {
  border-bottom: none;
}
