@font-face {
  font-family: "simplifica";
  src: url(../font/SIMPLIFICA-Typeface.ttf);
}
@font-face {
  font-family: "din";
  src: url(../font/DINNextLTPro-Light.otf);
}
@media screen and (min-width:768px) {
  .serviceMv .commonContainer .col-1 {
    width: 32%;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .serviceMv .commonContainer .col-1 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.serviceMv .commonContainer .col-1 .serviceContents {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .serviceMv .commonContainer .col-1 .serviceContents {
    max-width: 96%;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
.serviceMv .commonContainer .col-1 .serviceContents .serviceContents__item {
  font-size: 1.3vw;
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .serviceMv .commonContainer .col-1 .serviceContents .serviceContents__item {
    font-size: 4.2vw;
  }
  .serviceMv .commonContainer .col-1 .serviceContents .serviceContents__item:not(:last-of-type) {
    margin-right: 19%;
  }
}
@media screen and (min-width:768px) {
  .serviceMv .commonContainer .col-2 {
    width: 62%;
  }
}
.serviceMv .commonTitle {
  margin-bottom: 2.4vh;
}

.company {
  padding-top: 5vh;
  padding-bottom: 11vh;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .company .inner {
    max-width: 90%;
  }
}
.company .item {
  width: 65%;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .company .item {
    width: 100%;
  }
}
.company .company__table {
  display: flex;
  margin-bottom: 0.4vh;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .company .company__table {
    flex-direction: column;
    margin-bottom: 2vh;
  }
}
.company .company__table dt {
  font-size: 1.4vw;
  width: 30%;
  padding: 3vh 2.4vw;
  background-color: #969696;
  color: #ffffff;
  letter-spacing: 0.4em;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .company .company__table dt {
    width: 100%;
    padding: 2vh 5vw;
    font-size: 4vw;
  }
}
.company .company__table dd {
  font-size: 1.4vw;
  width: 70%;
  padding: 3vh 2vw;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .company .company__table dd {
    width: 100%;
    padding: 2vh 5vw;
    font-size: 4vw;
  }
}
.company .company__table dd .text {
  display: block;
}

.greeting {
  padding-bottom: 14vh;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .greeting {
    padding-bottom: 0;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .greeting .inner {
    max-width: 90%;
  }
}
.greeting .commonContainer .col-1 {
  font-size: 1.1vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width:768px) {
  .greeting .commonContainer .col-1 {
    width: 50%;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .greeting .commonContainer .col-1 {
    font-size: 4vw;
  }
}