@charset "UTF-8";
.slick-slider {
  margin-bottom: 0;
}

.slider-progress {
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  max-width: 1500px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  z-index: 5;
}

.slider-progress .progress {
  width: 0%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
}

.slick-counter {
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 60px;
  letter-spacing: 0.5em;
  z-index: 5;
  transform: translateX(-50%);
}

.slick-next,
.slick-prev {
  display: none !important;
}

.slick-slide img {
  height: 65vh;
  object-fit: cover;
  width: 98%;
  margin-left: 1%;
}

.slider {
  margin: 0 auto;
  width: 100%;
}

.h2-area {
  padding: 150px 0 50px;
}
.h2-area h2 {
  text-align: center;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.h2-area h2 span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

/*-------------------------------------intro-----*/
.intro {
  padding: 180px 0 170px;
  margin-top: -50px;
}

.intro_first {
  margin-bottom: 90px;
}

.first-flex {
  display: flex;
  align-items: center;
}

.first-flex_l {
  padding: 0 5% 0 15%;
  width: 50%;
}

.first-flex_r {
  width: 50%;
}
.first-flex_r img {
  width: 100%;
}

.intro_sec {
  position: relative;
}
.intro_sec .sec-bg {
  position: absolute;
  right: -16%;
  top: -10%;
  font-size: 170px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(219, 224, 230, 0.3);
  letter-spacing: 0;
  z-index: 0;
}

.sec-flex {
  display: flex;
  align-items: center;
  z-index: 1;
}

.sec-flex_l {
  order: 2;
  padding: 0 15% 0 5%;
  width: 50%;
}

.sec-flex_r {
  order: 1;
  width: 50%;
}
.sec-flex_r img {
  width: 100%;
}

/*-------------------------------------ceo-----*/
.ceo {
  margin-top: -50px;
  padding-top: 50px;
  margin-bottom: 160px;
}
.ceo .secInr {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.ceo-img {
  background: url(../img/ceo_02.jpg);
  background-size: 100%;
  background-position: center center;
  height: 350px;
  display: flex;
  align-items: center;
}
.ceo-img .cm-h3 {
  margin-bottom: 0;
  margin-left: 5%;
}

.ceo-text {
  padding: 6% 8%;
}

.ceo-text_wrap {
  position: relative;
}
.ceo-text_wrap .text15 {
  position: relative;
  z-index: 1;
}
.ceo-text_wrap:after {
  content: "“";
  font-family: "Catamaran", sans-serif;
  color: rgba(219, 224, 230, 0.3);
  left: -20px;
  top: 28%;
  font-size: 180px;
  line-height: 0;
  position: absolute;
  z-index: 0;
}
.ceo-text_wrap .ceo-text {
  z-index: 1;
  position: relative;
}

/*-------------------------------------brand-----*/
.brand {
  background: url(../img/bg.jpg);
  background-size: cover;
  padding: 160px 0;
}
.brand .cm-h3 {
  text-align: center;
}

.brand ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand li {
  width: 32%;
  margin-bottom: 30px;
}

.brand li a {
  display: block;
  position: relative;
}

.brand li a:hover {
  text-decoration: none;
}

.brand .Img {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.brand .Img img {
  transition: 1s all;
}

.brand li a:hover .Img img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 0.8;
}

.brand li h4 {
  position: absolute;
  color: #fff;
  font-size: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.brand li a:hover h4 {
  color: rgba(255, 255, 255, 0.7);
}

.remodal .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.remodal .flexBox .Img {
  width: 50%;
}

.remodal h4 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}

.remodal h4 span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #aaaaaa;
  font-size: 12px;
  font-size: 1.2rem;
}

.remodal-close {
  left: inherit;
  right: 0;
}

/*-------------------------------------office-----*/
.office {
  padding: 160px 0;
}

.office_flex {
  display: flex;
  align-items: center;
}

.office_l {
  width: 50%;
}

.office_r {
  padding: 0 15% 0 5%;
  width: 50%;
}

.tel-ad {
  width: 1.5em;
  display: inline-block;
}

/*-------------------------------------inquiries-----*/
.inquiries {
  background: #f8f7f5;
  padding: 160px 0;
}
.inquiries .secInr {
  background: #fff;
  padding: 6% 8%;
}
.inquiries .in-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inquiries .cm-h3 {
  margin-bottom: 0;
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  #mv {
    height: auto;
  }
  .slick-slide img {
    height: auto;
  }
  .intro_sec .sec-bg {
    font-size: 120px;
  }
  .ceo-text_wrap:after {
    top: 18%;
    font-size: 120px;
  }
  .brand li h4 {
    font-size: 35px;
  }
  .h2-area {
    padding: 150px 0 30px;
  }
  .h2-area h2 {
    font-size: 35px;
  }
  .h2-area h2 span {
    font-size: 13px;
  }
  .first-flex_l,
  .sec-flex_l {
    padding: 0 5% 0 5%;
  }
  .brand {
    padding: 120px 0;
  }
  .office_r {
    padding: 0 5% 0 5%;
  }
}
@media only screen and (max-width: 960px) {
  .h2-area {
    padding: 110px 0 20px;
  }
  .h2-area .h2-area h2 {
    font-size: 26px;
  }
  .intro {
    padding: 140px 0 110px;
    margin: 0 5% -20px;
  }
  .first-flex,
  .sec-flex {
    display: block;
  }
  .first-flex_l,
  .sec-flex_l {
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
  }
  .first-flex_r,
  .sec-flex_r {
    width: 100%;
  }
  .intro_sec .sec-bg {
    font-size: 100px;
    top: -24%;
  }
  .ceo {
    margin-bottom: 110px;
  }
  .brand {
    padding: 90px 0;
  }
  .brand li {
    margin-bottom: 4%;
    width: 48%;
  }
  .brand li h4 {
    font-size: 25px;
  }
  .office {
    padding: 100px 0;
  }
  .ceo-img {
    height: 240px;
  }
  .office_flex {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .office_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .office_r {
    padding: 0;
    width: 100%;
  }
  .inquiries {
    background: #f8f7f5;
    padding: 110px 0;
  }
}
@media only screen and (max-width: 768px) {
  .slick-counter {
    bottom: 13px;
  }
  .slider-progress {
    bottom: 10px;
  }
  .intro {
    padding: 90px 0 80px;
    margin-top: -20px;
  }
  .intro_sec .sec-bg {
    font-size: 40px;
    top: -16%;
    right: 0;
  }
  .intro_first {
    margin-bottom: 40px;
  }
  .first-flex_l .cm-h3 {
    text-align: center;
  }
  .ceo {
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .ceo-img {
    height: 130px;
  }
  .ceo-text {
    padding: 10% 8%;
  }
  .ceo-text_wrap:after {
    top: 6%;
    font-size: 90px;
    left: -10px;
  }
  .brand {
    padding: 160px 0;
    margin-top: -80px;
  }
  .brand li h4 {
    font-size: 18px;
  }
  .remodal .flexBox {
    display: block;
  }
  .remodal .flexBox .Img {
    width: 80%;
    margin: 0 auto;
  }
  .remodal .flexBox .infoBox {
    width: 100%;
  }
  .remodal .flexBox h4 {
    text-align: center;
  }
  .office {
    padding: 80px 0;
  }
  .office_r .cm-h3 {
    text-align: center;
  }
  .inquiries {
    padding: 80px 0;
  }
  .inquiries .in-flex {
    display: block;
  }
  .inquiries .cm-h3 {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .cm-btn .c-more-button {
    width: 100%;
  }
}/*# sourceMappingURL=uniq.css.map */