.ch {
  position: relative;
}
.ch-img {
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #000;
  z-index: -1;
}
.ch-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.ch-wrap {
  position: relative;
  width: 100%;
  height: 350px;
  max-width: 1100px;
  margin: 0 auto;
}
.ch-board {
  position: relative;
  top: 25%;
  left: 0;
  width: 350px;
  background-color: #fff;
  text-align: center;
  padding: 40px 0 45px 0;
  left: calc((100% - 370px) / 2);
}
@media screen and (max-width: 600px) {
  .ch-board {
    left: calc((100% - 300px) / 2);
    width: 280px;
  }
}
.ch-board::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #1bb3e0;
  z-index: -1;
}
.ch-tit {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  background-image: linear-gradient(to left, #1bb3e0 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .ch-tit {
    font-size: 20px;
  }
}
.ch-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .ch-tit p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.ch-img img {
  object-position: 50% 20%;
}
@media screen and (max-width: 600px) {
  .ch-img img {
    object-position: 50% 50%;
  }
}

.form {
  max-width: 900px;
  padding: 85px 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .form {
    padding: 60px 0;
    margin: 0 20px;
  }
}
.form-txt {
  text-align: center;
}
.form-txt span {
  color: #fa1b1b;
}
.form-txt_link {
  margin: 40px 0 70px;
}
@media screen and (max-width: 600px) {
  .form-txt_link {
    margin: 40px 0 60px;
  }
}
.form-txt_link h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.form-link {
  display: grid;
  grid-template-columns: 1fr minmax(100px, 700px);
  background-color: #fff;
  border-left: 5px solid #1bb3e0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.form-link:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.form-link:hover span::after {
  right: -45px;
}
.form-link:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .form-link {
    grid-template-columns: 1fr minmax(30px, 120px);
  }
}
.form-link_wrap {
  white-space: nowrap;
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .form-link_wrap {
    padding: 20px;
  }
}
.form-link h4 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .form-link h4 {
    font-size: 14px;
  }
}
.form-link h4::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  bottom: 2px;
  width: 50px;
}
@media screen and (max-width: 600px) {
  .form-link p {
    font-size: 10px;
  }
}
.form-link span {
  position: relative;
  display: inline-block;
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .form-link span {
    margin-top: 5px;
  }
}
.form-link span::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 11px;
  width: 20px;
  height: 4px;
  border-right: 1px solid #1bb3e0;
  border-bottom: 1px solid #1bb3e0;
  transform: skewX(50deg);
  transition: all 0.3s;
}
.form-link figure {
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 170px;
  overflow: hidden;
}
.form-link figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .form-link figure img {
    object-position: 80% 50%;
  }
}
.form-wrap {
  background-color: #f8f8f8;
  padding: 40px 70px;
}
@media screen and (max-width: 600px) {
  .form-wrap {
    padding: 10px 25px;
  }
}
.form-item {
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: baseline;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  .form-item {
    grid-template-columns: 1fr;
  }
}
.form-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#000 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
.form-label {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .form-label {
    margin-bottom: 10px;
  }
}
.form-label span {
  display: inline-block;
  background-color: #fa1b1b;
  color: #fff;
  font-size: 12px;
  border-radius: 100vh;
  padding: 0 15px;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .form-label span {
    font-size: 10px;
  }
}
.form-input {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  padding: 10px 15px;
  resize: none;
}
.form-input::placeholder {
  color: #c6c6c6;
}
.form-radio {
  font-weight: 500;
  margin-right: 30px;
}
.form-radio input {
  margin: 0 5px 3px 0;
}
.form-flex {
    display: grid;
    grid-template-columns: 1fr 15px 1fr 15px 1fr 15px;
    gap: 5px;
    align-items: end;
}
.form-notes {
  font-size: 13px;
  line-height: 28px;
  margin-top: 30px;
}
.form-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  transition: all 0.3s;
  margin: 20px auto 0;
}
.form-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}
.form-btn[disabled] {
  background-color: #ccc;
  border: 1px solid #ccc;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .form-btn {
    width: 100%;
  }
}

.advisor {
  background-image: radial-gradient(#cef3ff 30%, transparent 30%),
    radial-gradient(#cef3ff 30%, transparent 30%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 60px 70px;
  z-index: 0;
  margin-top: 160px;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .advisor {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .advisor {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .advisor {
    padding: 40px 30px;
  }
}
.advisor-wrap {
  max-width: 710px;
}
.advisor-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 430px;
  height: 450px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .advisor-img {
    right: 15px;
    bottom: 95px;
    width: calc(100% - 40px);
    height: 210px;
  }
}
.advisor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% -5%;
}
.advisor-tit {
  color: #1bb3e0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .advisor-tit {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.advisor-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  margin-top: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .advisor-btn {
    width: 100%;
    margin-top: 200px;
  }
}
.advisor-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}
.advisor-btn:hover span::after {
  right: -15px;
  border-right: 1px solid #1bb3e0;
  border-bottom: 1px solid #1bb3e0;
}
.advisor-btn span {
  position: relative;
  display: inline-block;
  width: 40px;
}
.advisor-btn span::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  display: block;
  width: 20px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(55deg);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .advisor {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
