@charset "utf-8";
#btn {
  margin: 50px 0 130px;
}
#btn ul {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
#btn ul li {
  width: calc(50% - 30px);
}
#btn ul li a {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1rem;
  background: #0064A8;
  border-radius: 30px;
  padding: 10px 5px;
  display: inline-block;
  position: relative;
}
#btn ul li a::before {
  content: "";
  background: url("../images/common/contact_arrow.png")no-repeat;
  background-size: contain;
  aspect-ratio: 13 / 5;
  width: 4%;
  height: auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#btn ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
#sec01 h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  color: #202020;
  letter-spacing: 0.1rem;
  margin-bottom: 35px;
}
#sec01 p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 36px;
  color: #202020;
  text-align: center;
  letter-spacing: 0.1rem;
}
#sec01 .col2 a.tel {
  font-size: 59px;
  font-size: 5.9rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #0064A8;
  padding: 30px 0 5px;
  line-height: 1;
  display: block;
  text-align: center;
}
#form.recruit {
	background: #fff;
	padding: 0 0 150px;
}
#form {
  padding: 90px 0 150px;
  background: #F7FBFC;
  margin-top: 100px;
}
#form h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
#form .l_continar {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
#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 th {
  width: 24.74%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 4% 20px 0;
  ;
  color: #000000;
  vertical-align: top;
  text-align: left;
  position: relative;
  font-weight: 500;
}
#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: 33%;
  right: 16%;
}
#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 td {
  width: 75.26%;
  vertical-align: middle;
  padding: 10px 15px;
}
#form table td a {
    color: #00416e;
    border-bottom: 1px solid #19527a;
}
#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%;
	background-color: #fff!important;
}
#form table tr:nth-child(5) td input {
  width: 40%!important;
}
#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;
  margin-left: 5px;
}
#form table td input.add {
  width: calc(100% - 21px) !important;
  margin-top: 10px;
  margin-left: 21px;
}
#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 {
  padding-bottom: 15px;
}
#form table td ol li select {
  padding: 14px 20px;
  width: 40%;
}
#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: 190px;
  color: #fff;
  background-color: #0064A8;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
#form .mfp_buttons button[type="reset"] {
  background-color: #E9E9E9;
  color: #000000;
}
#form .mfp_buttons button[type="reset"]:hover {
  color: #7D7D7D;
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
#form .mfp_buttons button:hover {
  color: #0064A8;
  background-color: #fff;
  border: 1px solid #0064A8;
}
#form table td select.todofuken {
  width: 35%;
  padding: 10px 0;
}
#tel, #line {
  padding-top: 100px;
  margin-top: -100px;
}
.link {
	padding-top: 100px;
	margin-top: -100px;
}
#form table td ol li label.mfp_not_checked {
    border: none;
}
@media screen and (max-width: 1170px) {
  #form table th {
    padding: 20px;
  }
  #form table th .hissu {
    right: 5px;
  }
}
@media screen and (max-width: 1080px) {
  #tel_area .l_continar, #form .l_continar {
    padding-right: 15px;
    padding-left: 15px;
  }
  h3.ttl {
    width: 60.64%;
  }
}
@media screen and (max-width: 980px) {
  #form table th {
    padding: 20px 20px;
  }
  #form table th .hissu {
    right: 8px;
  }
}
@media screen and (max-width: 940px) {
  #form table th {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #btn {
    margin: 50px 0 70px;
  }
  #btn ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #sec01 .col2 {
    width: 100%;
  }
  #sec01 h3, #form h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #sec01 .col2 a.tel {
    font-size: 9.56vw;
  }
  #sec01 .col2 .line_btn {
    display: block;
    width: 57.33%;
    margin: 0 auto;
  }
	#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;
    padding: 15px 0 0;
  }
  #form table th span.must {
    right: 0;
    top: 41%;
  }
  #form table th .hissu {
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  #form table td {
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #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%!important;
  }
  #form .mfp_buttons {
    padding-top: 35px;
  }
  #form .mfp_buttons button + button {
    margin-left: 10px;
  }
  #form table th span.kome {
    width: 80%;
    display: inline-block;
  }
  #form table td select.todofuken {
    width: 100%;
    padding: 10px 0;
  }
}