/* Scss Document */
@import url("https://fonts.cdnfonts.com/css/akrobat");
.btn-bk {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  background: #000;
  padding: 8px 40px;
  position: relative;
  text-align: left;
}
.btn-bk::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/company/btn-icon.png") no-repeat center center;
  background-size: contain;
  width: 0.6667vw;
  height: 1.1333vw;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.company-message .content {
  padding-top: 3%;
  padding-bottom: 3.3333333333%;
}
.company-message .inner {
  max-width: 1500px;
}

.company-message__container {
  display: flex;
  max-width: 1350px;
  margin-left: auto;
  padding-left: 2.2222222222%;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .company-message__container {
    flex-direction: column;
  }
}

.company-message__body {
  width: 42.962962963%;
}
@media only screen and (max-width: 640px) {
  .company-message__body {
    width: 100%;
  }
}

.company-message__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4.7333333333%;
}
@media only screen and (max-width: 640px) {
  .company-message__ttl {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
    text-align: center;
  }
}

.company-message__text {
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .company-message__text {
    font-size: 1.6rem;
  }
}

.company-message__text + .company-message__text {
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .company-message__text + .company-message__text {
    margin-top: 2.5rem;
  }
}

.company-message__name {
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 26px;
  position: relative;
}

.company-message__img-s {
  width: 58.8996763754%;
  margin-top: -2.6315789474%;
}
@media only screen and (max-width: 640px) {
  .company-message__img-s {
    margin-top: calc(-70 / 760 * 100vw);
    width: 60%;
  }
}

.company-message__img {
  width: 45.9259259259%;
  margin-left: 10.8148148148%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .company-message__img {
    width: 100%;
    margin-top: 3rem;
    margin-left: auto;
    position: relative;
  }
}
.company-message__img img {
  display: block;
  width: 100%;
  height: auto;
}

.img-bg {
  position: absolute;
  background: #f3eee7;
  width: 100%;
  aspect-ratio: 1/1;
  top: 117px;
  left: -86px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .img-bg {
    top: calc(70 / 760 * 100vw);
    left: calc(-50 / 760 * 100vw);
  }
}

.interview .content {
  margin-top: 8.2%;
}
@media only screen and (max-width: 640px) {
  .interview .content {
    margin-top: calc(100 / 760 * 100vw);
  }
}
.interview .inner {
  max-width: 1500px;
  position: relative;
  /*
  &::before {
    content: "";
    position: absolute;
    top: -15%;
    left: calc(779 / 1500 * 100%);
    width: calc(120 / 1500 * 100%);
    height: 100%;
    background: #f3eee7;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: -1;

    @include sp {
      display: none;
    }
  }
      */
}
.interview .inner::after {
  content: "";
  position: absolute;
  background: #f3eee7;
  width: 52%;
  height: 100%;
  top: -15%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .interview .inner::after {
    display: none;
  }
}

.company-contents__content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .company-contents__content {
    padding: 0;
    display: grid;
    grid-template-areas: "item1" "item3" "item2";
  }
}

.company-contents__body {
  width: 36.8421052632%;
  margin-top: 1.6%;
}
@media only screen and (max-width: 640px) {
  .company-contents__body {
    width: 100%;
    display: contents;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .company-contents__t-box {
    grid-area: item1;
  }
}

.company-contents__ttl {
  display: flex;
  flex-direction: column;
}
.company-contents__ttl .en {
  color: #c9beaf;
  font-family: "Akrobat ExtraLight";
  font-size: 4rem;
  font-weight: 400;
  line-height: normal;
}
.company-contents__ttl .ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.380952381%;
}

.company-contents__txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 7.1428571429%;
}
@media only screen and (max-width: 640px) {
  .company-contents__txt {
    margin-top: calc(20 / 760 * 100vw);
  }
}

.company-contents__btn {
  margin-top: 9.5238095238%;
}
@media only screen and (max-width: 640px) {
  .company-contents__btn {
    grid-area: item2;
    margin-top: calc(60 / 760 * 100vw);
  }
}
.company-contents__btn .btn-black {
  padding-right: 56px;
  padding-left: 40px;
}

.company-contents__img {
  width: 52.6315789474%;
}
@media only screen and (max-width: 640px) {
  .company-contents__img {
    width: 100%;
    grid-area: item3;
    margin-top: calc(30 / 760 * 100vw);
  }
}

.company-overview .content {
  margin-top: 8.2%;
}
@media only screen and (max-width: 640px) {
  .company-overview .content {
    margin-top: calc(100 / 760 * 100vw);
  }
}
.company-overview .inner {
  max-width: 1500px;
  position: relative;
  /*
  &::before {
    content: "";
    position: absolute;
    top: -15%;
    right: calc(779 / 1500 * 100%);
    width: calc(120 / 1500 * 100%);
    height: 100%;
    background: #f3eee7;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    z-index: -1;

    @include sp {
      display: none;
    }
  }
  */
}
@media only screen and (max-width: 640px) {
  .company-overview .inner {
    padding: 6.5789473684vw;
  }
}
.company-overview .inner::after {
  content: "";
  position: absolute;
  background: #f3eee7;
  width: 52%;
  height: 100%;
  top: -15%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .company-overview .inner::after {
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.company-overview__content {
  flex-direction: row-reverse;
}

.company-overview__btn {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .company-overview__btn {
    text-align: center;
  }
}
.company-overview__btn .btn-black {
  padding-right: 56px;
  padding-left: 40px;
}

.buisinesses .content {
  margin-bottom: 8.2%;
}
@media only screen and (max-width: 640px) {
  .buisinesses .company-contents__ttl {
    line-height: 1;
  }
}

.buisinesses-body {
  width: 41.2280701754%;
}

.outline .inner {
  max-width: 1500px;
}

.outline__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 4.1139240506%;
}
@media only screen and (max-width: 640px) {
  .outline__wrap {
    flex-direction: column;
  }
}

.outline__body {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .outline__body {
    width: 100%;
    margin-top: calc(100 / 760 * 100vw);
  }
}

.outline__table {
  margin-top: 60px;
  line-height: 1.4;
  width: 100%;
}
.outline__table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.outline__table th {
  font-weight: 300;
  text-align: left;
  width: 22.2222222222%;
  font-size: 1.0126582278vw;
  vertical-align: top;
  padding-top: 13px;
}
@media only screen and (max-width: 640px) {
  .outline__table th {
    font-size: 1.4rem;
    width: calc(200 / 760 * 100vw);
  }
}
.outline__table td {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.0126582278vw;
}
@media only screen and (max-width: 640px) {
  .outline__table td {
    font-size: 1.4rem;
  }
}

.outline__img {
  width: 45.6%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .outline__img {
    margin-top: calc(40 / 760 * 100vw);
  }
}
.outline__img::after {
  content: "";
  position: absolute;
  display: block;
  background: #f3eee7;
  width: 100%;
  aspect-ratio: 684/951;
  right: 9.0643274854%;
  top: 11.6959064327%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .outline__img {
    width: 100%;
  }
}

.access .content {
  padding-top: 11%;
  padding-bottom: 3.3333333333%;
}
.access .inner {
  max-width: 1500px;
}

.access__ttl-box {
  margin-top: 10%;
}

.access__ttl-ja {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
.access__ttl-ja::before {
  content: "ACCESS";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(225, 225, 225, 0.8);
  text-align: center;
  font-family: "Akrobat ExtraLight";
  font-size: 12.8rem;
  font-weight: 250;
  line-height: normal;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .access__ttl-ja::before {
    font-size: 7.5rem;
  }
}

.access__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6.9333333333%;
}
@media only screen and (max-width: 640px) {
  .access__wrap {
    flex-direction: column;
  }
}

.access__body {
  flex: 0 0 auto;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .access__body {
    width: 100%;
  }
}

.access__sttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .access__sttl {
    text-align: center;
  }
}

.access__txt {
  font-weight: 400;
  line-height: 1.6;
  margin: 1.2658227848vw 0;
}

.access__address {
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .access__address {
    display: flex;
    justify-content: center;
  }
}

.access__box {
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  margin-top: 1.2658227848vw;
}
@media only screen and (max-width: 640px) {
  .access__box {
    display: block;
    text-align: center;
  }
}

.access__tel {
  margin-right: 5px;
}

.access__map {
  width: 60%;
  margin-left: 5.6666666667%;
  aspect-ratio: 900/600;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .access__map {
    margin-top: calc(40 / 760 * 100vw);
  }
}
.access__map::after {
  content: "";
  position: absolute;
  display: block;
  background: #f3eee7;
  width: 100%;
  aspect-ratio: 900/603;
  top: 5%;
  right: 5%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .access__map {
    width: 100%;
    margin-left: 0;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.showroom-access {
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 11.6666666667%;
}
@media only screen and (max-width: 640px) {
  .showroom-access {
    flex-direction: column;
  }
}
.showroom-access .access__body {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .showroom-access .access__body {
    text-align: center;
  }
}
.showroom-access .access__map {
  margin-left: 0;
  margin-right: 5.6666666667%;
  position: relative;
}
.showroom-access .access__map::after {
  top: 5%;
  left: 5%;
}

.button .content {
  padding-top: 6.6666666667%;
  padding-bottom: 6.6666666667%;
}

.button__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 640px) {
  .button__wrap {
    flex-direction: column;
    gap: 10px;
  }
}

.btn-black {
  width: 30.701754386%;
  padding: 14px 25px 14px 70px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  background: #000;
  position: relative;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 640px) {
  .btn-black {
    width: 80%;
    margin: 0 auto;
    padding-left: 25px;
  }
}
.btn-black:hover {
  color: #000;
}
.btn-black:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-black:hover::after {
  border-color: #000;
}
.btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn-black::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}

.btn {
  position: relative;
}

.buisiness .content {
  position: relative;
}
.buisiness .content::before {
  content: "";
  position: absolute;
  display: block;
  background: #f3eee7;
  width: 100%;
  aspect-ratio: 1500/396;
  top: 22.8050171038%;
  left: 0;
}
@media only screen and (min-width: 1500px) {
  .buisiness .content::before {
    width: 100%;
    height: 396px;
    top: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .buisiness .content::before {
    aspect-ratio: 1200/396;
  }
}
@media only screen and (max-width: 640px) {
  .buisiness .content::before {
    display: none;
  }
}
.buisiness .inner {
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .buisiness .inner {
    padding: 0;
  }
}

.buisiness-ttl::before {
  content: "BUSINESS";
}

.buisiness__cards {
  display: flex;
  justify-content: space-between;
  margin-top: 6.2280701754%;
}
@media only screen and (min-width: 1500px) {
  .buisiness__cards {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 640px) {
  .buisiness__cards {
    flex-direction: column;
    gap: calc(60 / 760 * 100vw);
    margin-top: calc(100 / 760 * 100vw);
  }
}

.buisiness__card {
  width: 30.701754386%;
}
@media only screen and (max-width: 640px) {
  .buisiness__card {
    width: 100%;
    padding: 0 30px;
    position: relative;
  }
  .buisiness__card::before {
    content: "";
    position: absolute;
    display: block;
    background: #f3eee7;
    width: 100%;
    aspect-ratio: 350/250;
    top: 5.7142857143%;
    left: 0;
    z-index: -1;
  }
}

@media only screen and (max-width: 640px) {
  .buisiness__img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .buisiness__img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

.buisiness__card-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.5em;
}

.buisiness__card-txt {
  line-height: 1.6;
  margin-top: 1.5em;
}
@media only screen and (max-width: 640px) {
  .buisiness__card-txt {
    font-size: 1.6rem;
  }
}

.sales .content {
  padding-top: 9.5333333333%;
}
@media only screen and (max-width: 640px) {
  .sales .content {
    padding-top: calc(100 / 760 * 100vw);
  }
}
.sales .inner {
  padding: 0 30px;
}

.sales-ttl::before {
  content: "SALES RESULTS";
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .sales-ttl::before {
    white-space: inherit;
    line-height: 0.8;
  }
}

.condominium__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 7.3684210526%;
}
@media only screen and (max-width: 640px) {
  .condominium__ttl {
    font-size: 2rem;
    margin-top: calc(100 / 760 * 100vw);
  }
}

.condominium__table {
  margin-top: 3.2456140351%;
}
@media only screen and (max-width: 640px) {
  .condominium__table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .condominium__table::-webkit-scrollbar {
    height: 4px;
  }
  .condominium__table::-webkit-scrollbar-thumb {
    background-color: #999;
  }
}
.condominium__table table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .condominium__table table {
    width: auto;
  }
}
.condominium__table th {
  text-align: left;
  font-weight: 300;
  line-height: 3.05;
  border: 1px solid #cdcdcd;
  background: #f5f5f5;
  width: 400px;
  padding-left: 1.4035087719%;
}
@media only screen and (max-width: 640px) {
  .condominium__table th {
    width: 70%;
    white-space: nowrap;
    line-height: 2;
    padding-right: 20px;
  }
}
.condominium__table td {
  text-align: right;
  line-height: 3.05;
  border: 1px solid #cdcdcd;
  padding-right: 2.1052631579%;
}
@media only screen and (max-width: 640px) {
  .condominium__table td {
    white-space: nowrap;
    padding: 0 40px;
  }
}

.prime_contractor {
  margin-top: 4.8%;
}

.prime_contractor__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .prime_contractor__ttl {
    font-size: 2rem;
    margin-top: calc(100 / 760 * 100vw);
  }
}

.prime_contractor__table {
  display: flex;
  margin-top: 3.1578947368%;
}
@media only screen and (max-width: 640px) {
  .prime_contractor__table {
    flex-direction: column;
  }
}
.prime_contractor__table table {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .prime_contractor__table table {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .prime_contractor__table table + table {
    margin-top: -1px;
  }
}
.prime_contractor__table td {
  line-height: 3.05;
  border: 1px solid #cdcdcd;
  padding-left: 2.8070175439%;
}/*# sourceMappingURL=company.css.map */