/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/company/mv.jpg);
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #mv {
    min-height: 600px;
  }
}

.mv__head {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1000px) {
  .mv__body {
    padding: calc(45px + 12vw) 0 5vw;
  }
}

.mv__img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1001px) {
  .mv__img {
    padding-bottom: 13px;
  }
}
.mv__img img {
  max-height: 100%;
  max-width: 1495px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .mv__img img {
    width: 100%;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------- */
/* greetings
/* ---------------------------------------------------------------------- */
.greetings {
  padding: 85px 0 45px;
}
.greetings .ctitle-border {
  padding-bottom: 0.4em;
}
.greetings .ctitle-border .name-en {
  color: #D7EBD4;
}
.greetings .ctitle-border span span {
  display: inline-block;
  font-size: 2rem;
}
.greetings .ctitle-border > span {
  padding-top: 1.3em;
}
@media screen and (min-width: 1001px) {
  .greetings .ctitle-border > span {
    padding-top: 2.3em;
  }
}
.greetings .ctitle-border::after {
  top: 52%;
  bottom: initial;
}
@media screen and (min-width: 1001px) {
  .greetings .ctitle-border::after {
    top: 54%;
  }
}
@media screen and (min-width: 1001px) {
  .greetings .card__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.greetings__inr {
  max-width: 1084px;
  margin: 0 auto;
}
.greetings__ttl {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
}
.greetings__txt {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  line-height: 1.83;
  max-width: 1084px;
  margin-bottom: 1.8em;
}
.greetings__txt:last-of-type {
  margin-bottom: 2.5em;
}
.greetings__ceo {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  text-align: right;
}

/* ---------------------------------------------------------------------- */
/* company
/* ---------------------------------------------------------------------- */
.company {
  padding: 85px 0 85px;
}

.company__office {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.company__office li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .company__office li:not(:last-of-type) {
    margin-bottom: 0px;
  }
}

.company__office span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 160px;
  height: 30px;
  padding: 0.1em;
  line-height: 1;
  background-color: #505050;
  border-radius: 6px;
  margin-right: 17px;
}
@media screen and (min-width: 1001px) {
  .company__office span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}/*# sourceMappingURL=company.css.map */