@charset "utf-8";
#contact-section {
  padding: 60px 0;
}
.section-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #125692;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
#contact-section .contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-section .contact-block {
  flex: 1;
  text-align: center;
  padding: 10px 40px;
}
#contact-section .contact-divider {
  width: 1px;
  height: 90px;
  background-color: #D4D4D4;
}
#contact-section .office-name {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}
#contact-section .phone-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#contact-section .tel-label {
  font-size: 30px;
  font-size: 3.0rem;
  color: #0C4F8A;
}
#contact-section .tel-number {
  font-size: 54px;
  font-size: 5.4rem;
  color: #0C4F8A;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 910px) {
  #contact-section .contact-block {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 30px;
  }
  #contact-section .contact-container {
    flex-direction: column;
    gap: 30px;
  }
  #contact-section .contact-block {
    width: 100%;
    padding: 0;
  }
  #contact-section .contact-divider {
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
  }
  #contact-section .office-name {
    margin-bottom: 8px;
  }
}
#form.recruit {
  background: #fff;
  padding: 0 0 150px;
}
#form {
  padding: 90px 0 150px;
}
#form .l_continar, #form p {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
#form p {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 65px;
  color: #292929;
}
#form .form_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#form .main_ttl {
  margin-bottom: 30px;
}
#form .flow {
  padding-bottom: 20px;
}
#form table {
  width: 100%;
  table-layout: fixed;
}
#form table tr {
  border-top: 1px solid #D5D8D8;
  border-left: 1px solid #D5D8D8;
  border-right: 1px solid #D5D8D8;
}
#form table tr:last-child {
  border-bottom: 1px solid #D5D8D8;
}
#form table th {
  width: 24.74%;
  padding: 10px 5% 10px 20px;
  color: #000000;
  align-content: center;
  text-align: left;
  position: relative;
  font-weight: 500;
  text-indent: 0em;
  background: #F5F5F5;
  border-right: 1px solid #D5D8D8;
}
#form table th span.must {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 5px;
  font-weight: normal;
  line-height: 20px;
  background: #C4000F;
  color: #fff;
  position: absolute;
  top: 28%;
  right: 10px;
}
#form table tr:last-child th span.must {
  top: 41%;
}
#form table th span.kome {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
#form table.business th {
  width: 30%;
}
#form table th .hissu {
  font-size: 12px;
  color: #fff;
  background-color: #DE0000;
  display: inline-block;
  width: 40px;
  padding: 2px 0;
  text-align: center;
  position: absolute;
  right: 45px;
  top: 24px;
}
#form table dd.mfp {
  margin-top: 15px;
}
#form table.business th .hissu {
  right: 14px;
}
#form table tr {
  display: flex;
}
#form table td {
  width: 75.26%;
  vertical-align: middle;
  padding: 10px;
  background: #fff;
}
#form table td input, #form table td textarea {
  border: 1px solid #BCBCBC;
  font-size: 16px;
  color: #000000;
}
#form table td input {
  padding: 14px 20px;
  width: 100%;
}
#form table td input[type=radio] {
  display: inline-block;
  width: 2%;
}
#form table tr:nth-child(5) td input {
  width: 40%;
}
#form table tr:nth-child(6) ol li, #form.recruit table tr:nth-child(7) ol li {
  display: inline-block;
  width: auto;
  margin-right: 35px;
}
#form table tr:nth-child(6) ol li:last-child, #form.recruit table tr:nth-child(7) ol li:last-child {
  margin-right: 0;
}
#form table td input.name {
  width: 330px !important;
}
#form table td input.kana {
  width: 440px !important;
}
#form table td input.mail, #form table td input.tel {
  width: 330px !important;
}
#form table td input.year {
  width: 175px !important;
}
#form table td input.month, #form table td input.day {
  width: 60px;
}
#form table td input.zip {
  width: 275px !important;
}
#form table td input.add {
  width: calc(100% - 21px) !important;
  margin-top: 10px;
}
#form table td input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
#form table td span {
  display: inline-block;
  padding: 0 10px;
}
#form table td textarea {
  padding: 14px 20px;
  resize: none;
  height: 135px !important;
  width: 100% !important;
}
#form table td ol li select {
  padding: 14px 10px;
  width: 100%;
  font-size: 16px;
}
#formtable td ol li:last-child {
  padding-right: 0;
}
#form .mfp_buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 35px;
}
#form .mfp_buttons button + button {
  margin-left: 40px;
}
#form .mfp_buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 295px;
  color: #fff;
  background-image: linear-gradient(140deg, #00d1d2, #125692);
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 30px;
}
#form .mfp_buttons button:hover {
  background-image: linear-gradient(140deg, #00d1d2 54%, #125692);
}
#form table td select.todofuken {
  width: 35%;
  padding: 10px 0;
}
#tel, #line {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1080px) {
  #tel_area .l_continar, #form .l_continar, #form p {
    padding-right: 15px;
    padding-left: 15px;
  }
  h3.ttl {
    width: 60.64%;
  }
}
@media screen and (max-width: 875px) {
  #form {
    padding: 60px 0 100px;
  }
  #form h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  #form h2 span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  #form p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #form table tr {
    display: block;
  }
  #form.recruit {
    margin-top: 70px;
  }
  #form.recruit h3 {
    margin-bottom: 10px;
  }
  #form .main_ttl {
    margin-bottom: 20px;
  }
  form#mailformpro {
    padding: 0;
  }
  #form table th, #form table.business th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  #form table td {
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 10px;
  }
  #form table td input {
    padding: 10px 15px;
  }
  #form table td input .name {
    width: 100% !important;
  }
  #form table td input .kana {
    width: 100% !important;
  }
  #form table td input .mail, #form table td input .tel {
    width: 100% !important;
  }
  #form table td input .year {
    width: 90px !important;
  }
  #form table td input .month, #form table td input .day {
    width: 45px;
  }
  #form table td input .zip {
    width: 100px !important;
  }
  #form table td span {
    display: block;
    padding: 0;
  }
  #form able td textarea {
    padding: 10px 15px;
    resize: none;
    height: 150px !important;
    width: 100% !important;
  }
  #form table td ol li select {
    padding: 10px 5px;
    font-size: 16px;
    width: 100%;
  }
  #form table tr:nth-child(5) td input {
    width: 100%;
  }
  #form .mfp_buttons {
    padding-top: 35px;
  }
  #form .mfp_buttons button + button {
    margin-left: 10px;
  }
  #form table td select.todofuken {
    width: 100%;
    padding: 10px 0;
  }
  #form table th span.must {
    top: 13%;
    right: 10px;
    left: auto;
  }
  #form table th {
    padding: 5px 12% 5px 10px;
  }
}