@charset "utf-8";
/* CSS Document */
.contact {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-top: 4px solid#6F6F6F;
  border-bottom: 4px solid #6F6F6F;
}
.contact__base, .contact__plate {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  transform: skewX(-30deg);
}
.contact__base {
  left: 50%;
  right: 0;
  margin: 0 0 0 -331px;
  transform-origin: left bottom;
}
.contact__plate {
  left: -50%;
  right: 67%;
  margin: 0 0 0 0;
  transform-origin: right bottom;
}
.contact__base:after, .contact__plate:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: 1;
  transform: skewX(30deg);
}
.contact__base:after {
  background-color: #221815;
}
.contact__plate:after {
  background-color: #C71220;
}
.contact__outer {
  position: relative;
  margin: 0;
  z-index: 2;
}
.contact__inner {
  position: relative;
  margin: auto;
  max-width: 1160px;
  height: 190px;
  z-index: 1;
}
.contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 13px;
  left: 11%;
  margin: 0 0 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.12px;
  border-top: none;
  border-bottom: none;
}
.scnd .contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 40px;
  margin: -90px 0 0;
  width: 180px;
  height: 180px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.12px;
}
.contact__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 4% 0 43%;
  height: 100%;
}
.contact__text {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}
.contact__button {
  margin: 0 0 0;
}
.button a, .button__anchor {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.button--border a, .button--border .button__anchor {
  border: 1px solid #c71220;
}
.button a:after, .button__anchor:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F00;
  opacity: 0.25;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
}
.button a, .button a:after, .button__anchor, .button__anchor:after, .button__label, .button__icon {
  transition-property: color, border-color, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
/* hover */
.button a:hover, a:hover .button__anchor {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.button a:hover:after, a:hover .button__anchor:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.button a:hover .button__label, .button a:hover .button__icon, a:hover .button__anchor .button__label, a:hover .button__anchor .button__icon {
  color: #c71220;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.mvBtn .contact__button {
  margin: 35px 0;
}
.contact__button .button__label {
  font-size: 24px;
  line-height: 74px;
}
.mvBtn .contact__button .button {
  width: 360px;
  padding-left: 150px;
}
.mvBtn .contact__button .button a {
  margin: auto;
  height: 66px;
}
.mvBtn .contact__button .button__label {
  font-size: 20px;
  line-height: 66px;
}
.contact__content {
  position: absolute;
  top: 76px;
  left: 4%;
}
.contact__txt1 {
  color: #FFF;
  letter-spacing: 0.48px;
  font-size: 12px;
  line-height: 36px;
}
.contact__box {
  display: flex;
}
.contact__item_l {
  width: 52px;
  height: 42px;
  vertical-align: top;
}
.contact__item_r {
  vertical-align: top;
}
.contact__txt2 {
  color: #FFF;
  letter-spacing: 1.28px;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  margin: -4px 0 4px 10px;
}
.contact__txt3 {
  color: #FFF;
  letter-spacing: 0.48px;
  font-size: 11px;
  line-height: 1;
  margin: 0 0 0 10px;
}
.contact__content2 {
  padding-bottom: 50px;
}
.contact__content2 .contact__txt1 {
  color: #221815;
  letter-spacing: 0.48px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0.75em;
}
.contact__content2 .contact__box {
  display: flex;
}
.contact__content2 .contact__item_l {
  width: 66px;
  height: 54.29px;
  vertical-align: top;
}
.contact__content2 .contact__item_r {
  vertical-align: top;
}
.contact__content2 .contact__txt2 {
  color: #C71220;
  letter-spacing: 1.28px;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  margin: -6px 0 6px 13px;
}
.contact__content2 .contact__txt3 {
  color: #221815;
  letter-spacing: 0.48px;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 13px;
}
@media only screen and (max-width:767px) {
	
  .sidebox {
    position: relative;
    margin: 0 0 40px;
    border-radius: 10px;
    border: 4px solid #f5f5f5;
    box-sizing: border-box;
    z-index: 1;
  }
  .sidebox:after {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    left: 30px;
    width: 30px;
    height: 4px;
    background-color: #c71220;
    z-index: 1;
  }
  .sidebox--form {
    padding: 45px 30px;
  }
  .contact__content2 {
    padding-bottom: 0;
  }
  .contact__content2 .contact__item_l {
    width: 40px;
    height: 33px;
    vertical-align: top;
  }
  .contact__content2 .contact__item_r {
    vertical-align: top;
  }
  .contact__content2 .contact__txt2 {
    color: #C71220;
    letter-spacing: 1.28px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    margin: -6px 0 6px 13px;
  }
  .contact__content2 .contact__txt3 {
    color: #221815;
    letter-spacing: 0.48px;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 0 13px;
  }
}