@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

img, svg {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.section-wrapper {
  padding: 6rem 0;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-wrapper {
  max-width: 110rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.common-title {
  font-size: 3.2rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.068em;
  font-weight: 800;
  margin-bottom: 3rem;
}

.common-btn {
  color: #fff;
  background-color: #000;
  width: 16rem;
  line-height: 3.6rem;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 3rem;
}

/*--- レスポンシブ ---*/
.header__logo {
  width: 26rem;
  position: fixed;
  top: 2.8rem;
  left: 4vw;
  z-index: 1;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    width: 18.9rem;
  }
}

.header__logo.black svg path {
  fill: #333;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header-nav {
  font-weight: bold;
  font-size: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 36.1vw;
  text-align: center;
  padding: 12rem 0 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.nav__item {
  margin-bottom: 3rem;
}

.nav__item:first-of-type {
  margin-bottom: 4rem;
}

.nav__item:last-of-type {
  margin-bottom: 0;
}

.header-nav a {
  color: #fff;
}

.burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 3.8rem;
  right: 4vw;
  z-index: 3;
}

.bar {
  display: block;
  background-color: #fff;
  height: 0.2rem;
  width: 2.2rem;
  border-radius: 1px;
}

.bar_top {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.bar_bottom {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.menu {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
}

.bar.cross.bar_top {
  -webkit-transform: translateY(0.2rem) rotate(30deg);
          transform: translateY(0.2rem) rotate(30deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.bar.cross.bar_mid {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bar.cross.bar_bottom {
  -webkit-transform: translateY(-0.2rem) rotate(-30deg);
          transform: translateY(-0.2rem) rotate(-30deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

body.noscroll {
  overflow: hidden;
}

.header-nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.burger-musk {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.burger-btn.black .bar {
  background-color: #333;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.burger-btn.black .menu {
  color: #333;
  -webkit-transition: color .3S;
  transition: color .3S;
}

/* -- fv --*/
.bg-gray {
  background-color: #F2F2F2;
}

.bg-gray--top {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39.7%, #fff), color-stop(39.7%, #F2F2F2));
  background: linear-gradient(180deg, #fff 39.7%, #F2F2F2 39.7%);
}

@media screen and (max-width: 1024px) {
  .bg-gray--top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27.8%, #fff), color-stop(27.8%, #F2F2F2));
    background: linear-gradient(180deg, #fff 27.8%, #F2F2F2 27.8%);
  }
}

.fv {
  height: 100vh;
}

.fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #222;
  width: 50%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .fv::after {
    width: 73.18%;
  }
}

.fv__wrapper {
  height: 86.5%;
  width: 76.4%;
  background-image: url(../img/kv-img@2x-min.png);
  background-size: cover;
  background-position: center 0;
  position: relative;
}

.fv__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fv__text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .fv__text {
    right: 10vw;
  }
}

.fv__text--ja {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 1024px) {
  .fv__text--ja {
    font-size: 1.6rem;
  }
}

.fv__text--en {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .fv__text--en {
    font-size: 1.6rem;
  }
}

.fv__text--copy {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 1024px) {
  .fv__text--copy {
    font-size: 5.6rem;
  }
}

.about-us {
  width: 105rem;
  margin-top: 12rem;
  background-image: url(../img/skyline-4582510_1920@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 11rem 0 11rem 5rem;
}

@media screen and (max-width: 1024px) {
  .about-us {
    width: 100%;
    padding: 6rem 0;
  }
}

.about-us__list {
  max-width: 59rem;
  padding: 5rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1024px) {
  .about-us__list {
    width: 76.83%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .about-us__list {
    width: 92%;
    margin: 0 1.5rem;
  }
}

.line-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .line-up {
    display: block;
  }
}

.works, .culture {
  display: block;
  width: 47.27%;
  margin: 8rem 0;
  padding-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  .works, .culture {
    width: 67%;
  }
}

@media screen and (max-width: 768px) {
  .works, .culture {
    padding-bottom: 4rem;
    margin: 4rem 0;
    width: 92%;
  }
}

.works__list--img, .culture__list--img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.works__list--text, .culture__list--text {
  margin: 3rem 0;
}

.latest-topics {
  padding: 6rem 3rem;
}

.latest-topics__list {
  margin-left: 40rem;
}

@media screen and (max-width: 1024px) {
  .latest-topics__list {
    margin-left: 0;
  }
}

.latest-topics__list--date {
  color: #CECECE;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-top: 3.2rem;
}

.latest-topics__list--text {
  color: #333333;
  margin: 1.3rem 0 1.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1.2rem;
}

.latest-topics .common-btn {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .latest-topics .common-btn {
    margin-left: 0;
  }
}

.contact {
  padding: 6rem 3rem 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .contact {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    width: 67%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 4rem;
    width: 92%;
  }
}

.contact--left {
  margin-right: 8rem;
}

@media screen and (max-width: 1024px) {
  .contact--left {
    margin-top: 3rem;
    margin-right: 0;
  }
}

.contact-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.footer {
  background-color: #525252;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  line-height: 5rem;
}

.vision__list--copy {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1;
}

.vision__list--text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  margin-top: 0;
  line-height: 2;
}

.fv-about {
  height: 50vh;
}

.fv-about::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #222;
  width: 50%;
  height: 50%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .fv-about::after {
    width: 50%;
  }
}

.fv-about__wrapper {
  height: 86.5%;
  width: 76.4%;
  background-image: url(../img/jacek-dylag-PMxT-2@2x.png);
  background-size: cover;
  background-position: center 0;
  position: relative;
}

.fv-about__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fv-about__text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
  color: #fff;
  white-space: nowrap;
}

.fv-about__text--en {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 1024px) {
  .fv-about__text--en {
    font-size: 5.2rem;
  }
}

.fv-about__text--ja {
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .fv-about__text--ja {
    font-size: 1.6rem;
  }
}

.vision {
  margin-top: 12rem;
  margin-left: 39.6rem;
}

@media screen and (max-width: 1024px) {
  .vision {
    margin-top: 8rem;
    margin-left: 15rem;
  }
}

@media screen and (max-width: 768px) {
  .vision {
    margin: 8rem 0;
  }
}

.ceo-message {
  position: relative;
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .ceo-message {
    margin: 8rem 0;
    padding: 0 !important;
  }
}

.ceo-message__list--img {
  width: 38.18%;
}

@media screen and (max-width: 1024px) {
  .ceo-message__list--img {
    width: 41.67%;
  }
}

@media screen and (max-width: 768px) {
  .ceo-message__list--img {
    width: 92%;
  }
}

.ceo-message__list {
  padding: 11.9rem 18.5rem 9.1rem;
  max-width: 40rem;
  background-color: #F0F0F0;
  margin-left: auto;
  margin-top: -14rem;
}

@media screen and (max-width: 1024px) {
  .ceo-message__list {
    padding: 10.9rem 4rem 7.8rem 14rem;
    max-width: 41.5rem;
    margin-top: -8.5rem;
  }
}

@media screen and (max-width: 768px) {
  .ceo-message__list {
    padding: 12.5rem 2.8rem 8rem;
    width: 83.5%;
  }
}

.company {
  margin-top: 12rem;
}

@media screen and (max-width: 1024px) {
  .company {
    margin: 8rem  0;
  }
}

@media screen and (max-width: 768px) {
  .company {
    margin: 8rem  0;
  }
}

.company--border {
  border-bottom: 1px solid #DDDDDD;
}

.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-wrapper {
  line-height: 2.5;
  max-width: 80rem;
  margin-left: auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1024px) {
  .company-wrapper {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .company-wrapper {
    padding: 0;
  }
}

.company-table {
  width: 100%;
}

.company__list {
  border-bottom: 1px solid #DDDDDD;
}

.company__list--item {
  -ms-flex-preferred-size: 14.2rem;
      flex-basis: 14.2rem;
  text-align: left;
}

.map {
  margin-bottom: 12rem;
}

@media screen and (max-width: 1024px) {
  .map {
    margin-bottom: 8rem;
  }
}

.maps-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 32.7%;
}

@media screen and (max-width: 768px) {
  .maps-outer {
    padding-top: 104%;
  }
}

.maps-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.content-wrapper__contact {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-wrapper__contact {
    max-width: 668px;
  }
}

@media screen and (max-width: 768px) {
  .content-wrapper__contact {
    max-width: 92%;
  }
}

.fv-contact {
  height: 50vh;
}

@media screen and (max-width: 1024px) {
  .fv-contact {
    height: 72.2vh;
  }
}

.fv-contact::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #222;
  width: 50%;
  height: 50%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .fv-contact::after {
    height: 72.2vh;
  }
}

.fv-contact__wrapper {
  width: 76.4%;
  height: 85.8%;
  background-image: url(../img/photo-of-people-looking-on-tablet-1@2x.png);
  background-size: cover;
  background-position: 35% 50%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .fv-contact__wrapper {
    background-size: auto;
  }
}

@media screen and (max-width: 768px) {
  .fv-contact__wrapper {
    height: 74%;
    background-size: cover;
  }
}

.fv-contact__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fv-contact__text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .fv-contact__text {
    top: 32.5%;
  }
}

@media screen and (max-width: 768px) {
  .fv-contact__text {
    top: 55%;
    right: 15%;
  }
}

.fv-contact__text--en {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 1024px) {
  .fv-contact__text--en {
    font-size: 5.2rem;
  }
}

.fv-contact__text--ja {
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .fv-contact__text--ja {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .fv-contact__text--ja {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

.widthMax input, textarea {
  width: 100%;
  text-align: left;
}

input [type="checkbox"] {
  margin-right: 1rem;
}

.agree {
  display: block;
  text-align: center;
  margin-bottom: 4.1rem;
}

.form-sending {
  display: block;
  margin: 0 auto;
}

.form {
  margin-top: 12rem;
}

.form input[type="text"] {
  height: 2rem;
}

.form__text {
  margin-bottom: 5.5rem;
}

.form__title {
  margin-bottom: 4.5rem;
  vertical-align: middle;
}

.privacy {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.form-sending {
  margin-bottom: 12rem;
  width: 16rem;
  height: 3.6rem;
  background-color: #000000;
  color: #ffffff;
}

.form-required {
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #333333;
  margin-left: 10px;
  padding: 3px 3px 3px 0;
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */