main {
  background-color: #F3F6FA;
}

.form_area {
  margin: 100px auto 0;
  width: 700px;
}
.form_area .item_wrap + .item_wrap {
  margin-top: 60px;
}
.form_area .item_wrap .item {
  margin-bottom: 12px;
}
.form_area .item_wrap input,
.form_area .item_wrap textarea,
.form_area .item_wrap select {
  color: #313131;
  padding: 10px;
}
.form_area .item_wrap input[type=text],
.form_area .item_wrap input[type=email],
.form_area .item_wrap select {
  height: 50px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #7B7B7B;
  box-sizing: border-box;
}
.form_area .item_wrap select {
  width: 360px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background: url(../../img/contact/ico_select_arrow.png) no-repeat center right 14px/contain;
  background-size: 14px;
  background-color: #fff;
}
.form_area .item_wrap select::-ms-expand {
  display: none;
}
.form_area .item_wrap textarea {
  height: 210px;
  border: 1px solid #7B7B7B;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.form_area .item_wrap input::placeholder,
.form_area .item_wrap textarea::placeholder {
  color: #979797;
  opacity: 1;
}
.form_area .item_wrap input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  cursor: pointer;
}
.form_area .item_wrap .box_item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form_area .item_wrap .box_item label input {
  margin: -5px 0 0;
}
.form_area .item_wrap .box_item label span {
  display: inline-block;
  margin-top: -8px;
}
.form_area .item_wrap .box_item + .box_item {
  margin-top: 17px;
}
.form_area .submit_btn {
  margin: 80px auto 0;
  width: fit-content;
}
.form_area .submit_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(90deg, #3973C2 0%, #00439D 100%);
  box-shadow: 0, 4px, 4px rgba(0, 0, 0, 0.25);
}

.company_section {
  margin-top: 130px;
  padding-bottom: 98px;
}
.company_section dl {
  margin-top: 50px;
  width: 434px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.company_section dl dt {
  width: 135px;
}
.company_section dl dd {
  width: calc(100% - 135px);
}
.company_section .map_wrap {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 288px;
}
.company_section .map_wrap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .under_mv .bg {
    height: 204px;
  }
  .form_area {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .form_area .item_wrap select {
    width: 100%;
  }
  .form_area .item_wrap + .item_wrap {
    margin-top: 30px;
  }
  .form_area .submit_btn {
    margin-top: 40px;
  }
  .company_section {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    width: 353px;
  }
  .company_section dl {
    width: 100%;
    gap: 30px 0;
  }
  .company_section dl dt {
    width: 100px;
  }
  .company_section dl dd {
    width: calc(100% - 100px);
  }
  .company_section .map_wrap {
    margin-top: 30px;
    width: 100%;
  }
}