@import "common.css";

.visual_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.visual_dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 91;
  opacity: 0;
}
.visual_inner {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 340px 0;
}
.video_play {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.visual_txt h2 {
  font-size: 120px;
  color: #000;
  font-weight: 700;
  line-height: 130px;
  position: relative;
  letter-spacing: -1px;
  margin-bottom: 100px;
}

.visual_txt h2:after {
  content: "";
  width: 680px;
  height: 6px;
  background: url(../images/underline_visual.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.visual_txt p {
  font-size: 55px;
  color: #000;
  font-weight: 400;
}
.visual_logo {
  overflow: hidden;
}
.visual_logo {
  position: absolute;
  right: 0px;
  bottom: 50px;
  z-index: 9;
}
.logo_shadow {
  position: absolute;
  bottom: 5px;
  right: -45px;
}
.visual_blank {
  height: 100vh;
}

.portfolio_wrap .title {
  font-size: 45px;
  color: #000;
  position: relative;
  font-weight: 700;
}
.portfolio_wrap .title:after {
  content: "";
  width: 310px;
  height: 3px;
  background: url(../images/underline_PF.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.portfolio {
  width: 100%;
  font-size: 0;
}

.portfolio .item {
  display: inline-block;
  background: rgba(186, 182, 193, 0.1);
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  vertical-align: top;
  width: 32.66%;
  margin: 60px auto 0;
}
.gutter_sizer {
  width: 1.004%;
}
.portfolio .item_title {
  position: relative;
  margin-bottom: 14px;
}
.portfolio .item_title h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  text-transform: uppercase;
}
.portfolio .item_title button {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.portfolio .item_title button span {
  display: inline-block;
  visibility: middle;
}
.portfolio .item_title button span:nth-child(2) {
  margin-left: 5px;
}
.portfolio .item_info {
  position: relative;
}
.portfolio .item_info img {
  display: block;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
.portfolio .item_info .thumb {
  position: relative;
}
.portfolio .item_info .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.portfolio .item_info .txt {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 15px;
  color: #fff;
  z-index: 2;
}
.portfolio .item_info .txt strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.portfolio .item_info .txt p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.item_title button img {
  display: block;
  width: 12px;
  max-width: 100%;
}
.contact_wrap {
  padding: 150px 0 120px;
  background: #fff;
}
.contact_wrap b {
  color: red !important;
}

.contact_title h2 {
  font-size: 70px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 70px;
  letter-spacing: -0.4px;
}
.contact_title p {
  font-size: 30px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 90px;
  padding-bottom: 30px;
  border-bottom: 2px solid #444;
  letter-spacing: -0.4px;
}
.contact_form {
  padding-bottom: 110px;
}
.border_line {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin-bottom: 110px;
}
.contact_form h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 44px;
  letter-spacing: -0.4px;
}
.contact_form span {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.4px;
}
.contact_form label span {
  font-size: 16px;
  font-weight: 300;
  color: #222;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.input_style li {
  position: relative;
}
.input_style li + li {
  margin-top: 20px;
}
.input_style li span {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
}
.input_style li input[type="text"] {
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: left;
  width: 100%;
  padding: 10px 50px 8px 120px;
  font-size: 15px;
  cursor: pointer;
}
textarea {
  border-color: #dadada;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#budgetValue {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dadada;
  padding: 10px 50px 8px 120px;
  font-size: 15px;
  cursor: pointer;
  background-image: url(../images/down-chevron.png);
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 16px;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
.budget_arrow {
  position: absolute;
  bottom: 5px;
  right: 20px;
  width: 20px;
  cursor: pointer;
  left: initial !important;
}
.budget_arrow img {
  width: 100%;
  display: 100%;
  transition: all 0.6s ease;
  transform: rotate(0deg);
}
.rotate img {
  transform: rotate(180deg) !important;
}
.upload_hidden {
  position: absolute;
  right: 9999px;
}
.file_upload_wrap {
  width: 100%;
  display: block;
  background-image: url(../images/fileupload.png);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 20px auto;
}
.file_upload_wrap p {
  border-bottom: 1px solid #dadada;
  padding: 10px 50px 8px 120px;
  font-size: 15px;
  height: 41px;
  box-sizing: border-box;
  cursor: pointer;
}

.contact_1 {
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
.contact_2 {
  width: 42%;
  display: inline-block;
  margin-left: 6%;
  vertical-align: top;
}
.check_style li {
  padding-top: 10px;
  font-size: 0;
}
.check_style li > span {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}
.check_style li + li {
  margin-top: 32px;
}
.check_style li label + label {
  margin-left: 20px;
}
.check_style li label input[type="checkbox"] {
  position: absolute;
  right: 9999px;
}
.check_style li label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.check_style li label strong {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  margin-right: 5px;
}
.check_style li label input[type="checkbox"]:checked + strong:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: 0;
  background: url(../images/check.png) no-repeat;
  background-size: 85%;
  background-position: center;
}
.check_style li label span {
  display: inline-block;
  vertical-align: middle;
}
.contact_3 {
  margin-top: 100px;
  margin-bottom: 120px;
}
.contact_3 > div {
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
.contact_3 > div h4 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}
.contact_3 > div textarea {
  width: 100%;
  height: 245px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
}
.contact_3 > ul {
  width: 42%;
  display: inline-block;
  margin-left: 6%;
  vertical-align: top;
}

.contact_submit {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  background: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

.map .desc span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.map .desc span:nth-child(1) {
  margin-top: 20px;
}
.map .desc span + span {
  margin-top: 12px;
}
.ui-widget-header,
.ui-widget-content {
  background: #fff !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  background: none !important;
  border: none !important;
  text-align: center;
  padding: 1.2em !important;
  font-size: 14px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #003eff !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  padding: 1.2em !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fffa90 !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  padding: 1.2em !important;
}
.ui-datepicker {
  width: 25em !important;
}
