.section-title-en {
  font-size: 80px;
  color: #187fc3;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  padding: 160px 0 0 0;
}
.section-title-ja {
  font-size: 32px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  font-weight: bold;
  line-height: 30px;
  padding: 0 0 160px 0;
}
@media (max-width: 800px) {
  .section-title-en {
    font-size: clamp(40px, calc(100vw / 10), 80px);
    padding: 100px 0 10px;
    line-height: 62px;
  }
  .section-title-ja {
    font-size: clamp(18px, calc(100vw / 42), 32px);
    padding: 10px 0 100px 0;
    line-height: 10px;
  }
}
@media (max-width: 480px) {
  .section-title-en {
    padding: 50px 0 0;
    font-size: 32px;
    line-height: 32px;
  }
  .section-title-ja {
    padding: 18px 0 60px;
    line-height: 6px;
  }
}
.title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}
.title::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 20px;
}
.content-wrapper {
  border-bottom: 1px solid #000;
  padding: 90px 0;
  margin: 0 30px;
}
.content-wrapper-1 {
  border-bottom: 1px solid #000;
  padding: 0 0 50px 0;
  margin: 0 30px;
}
.content-wrapper-1.type02 {
  border-bottom: none;
}
.all-wrapper {
  max-width: 870px;
  margin: 0 auto 150px;
}
.phone-number-pc {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 3px;
}
.phone-number-sp {
  display: none;
}
label,
input,
button {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.form-row {
  display: flex;
  justify-content: space-between;
}
.form-row > div{
  width:100%;
  margin-bottom:15px;
  line-height: 1.0;
}
form {
  margin: 40px auto 0;
  max-width: 730px;
}
.form-title {
  padding-top:10px;
  max-width: 260px;
}
.content-wrapper-1 > p.form-title02 {
  text-align: center;
  padding-top:10px;
  font-size:20px;
}
.form-link{
  text-align: center;
  padding-top:60px;
  font-size:18px;
}
.form-input {
  width:100%;
  height: auto;
  margin-bottom:0;
  padding:10px 10px;
  /*font-family: "Yu Gothic", "游ゴシック", sans-serif;*/
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック",sans-serif;
}
.form-link{
  padding-top:60px;
}
.form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  
  display:inline-block;
  border:1px solid #187fc3;
  background:#187fc3;
  padding:12px 12px;
  text-align: center;
  color:#FFFFFF;
  
  font-size:16px;
  font-weight:400;
  line-height: 1.5;
  letter-spacing: 0em;
  
  transition: 0.3s;
  min-width:200px;
}
.form-submit.back {
  margin-right:5px; 
}
.form-submit:hover {
  opacity:0.7;
  cursor:pointer;
}
.google-map {
  transition: transform 0.3s ease;
  color:#187fc3;
  text-decoration: underline;
}
.info a {
  color:#187fc3;
}
.google-map:hover {
  opacity: 0.7;
}
.underline {
  text-decoration: underline;
  transition: transform 0.3s ease;
}
.underline:hover {
  opacity: 0.7;
}
.form-text {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  resize: vertical;
  white-space: pre-wrap;
}
@media (max-width: 800px) {
  .title {
    font-size: clamp(16px, calc(100vw / 56), 24px);
  }
  .title::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .phone-number-pc {
    display: none;
  }
  .phone-number-sp {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
  }
  .form-row {
    display: block;
  }
  label {
    margin-bottom: 10px;
  }
  .form-input {
    margin-bottom: 0;
  }
  form {
    margin: 10px auto 0;
  }
  .content-wrapper {
    padding: 40px 0;
  }
  .content-wrapper-1 {
    padding: 40px 0 10px 0;
  }
  .all-wrapper {
    margin-bottom: 80px;
  }
  .info {
    font-size: 12px;
  }
}

.error{
  margin-top:5px;
  display:block;
  color:#cc0000;
  font-size:13px;
}
