@charset "UTF-8";
.hero {
  background: url(/assets/images/content_hero_pc.png) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.hero-title,
.hero-title__sub {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.hero-title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.hero-title__sub {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}
.company-box {
  border-bottom: 0.5px solid #596380;
  display: flex;
  padding: 20px;
}
.company-box:first-child {
  border-top: 0.5px solid #596380;
}
.company-box .company-box-label {
  width: 20%;
  flex-shrink: 0;
}
.company-box-description,
.company-directors-box {
  display: flex;
}
.company-box-description {
  align-items: center;
  flex-wrap: wrap;
}
.company-box-description .position {
  width: 150px;
}
.company-box-description .position.v-align-top {
  align-self: start;
}
.company-box-description .name {
  line-height: 1.5;
}
.company-box-description .name .name-jp {
  font-size: 0.8em;
}
.company-directors-box {
  flex-direction: column;
}
.company-directors-box > div:not(:last-of-type) {
  margin-bottom: 16px;
}
.company-box .corp-map {
  width: 90%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*-------------------------------*/

/*@media screen and (max-width : 1000px)

/*-------------------------------*/
@media screen and (max-width: 999.98px) {
  .contents-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

/*-------------------------------*/
@media screen and (max-width: 767.98px) {
  .company-overview .content-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero {
    padding: 80px 0;
  }
  .hero-title {
    font-size: 40px;
  }
  .company-box-description .position {
    width: 120px;
  }
  .company-box-description .name .name-jp {
    font-size: 0.7em;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 640px)

/*-------------------------------*/
@media screen and (max-width: 639.98px) {
  .hero {
    background-image: url(/assets/images/content_hero_sp.png);
  }
  .hero-title {
    font-size: 30px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 500px)

/*-------------------------------*/
@media screen and (max-width: 499.98px) {
  .extra-small-only {
    display: inline-block;
  }
  .company-box {
    flex-direction: column;
    padding-right: 5px;
    padding-left: 5px;
  }
  .company-box .company-box-label {
    width: 100%;
    margin-bottom: 5px;
  }
  .company-box-description {
    width: 100%;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 400px)

/*-------------------------------*/
@media screen and (max-width: 399.98px) {
}
/*-------------------------------*/

/* min-width

/*-------------------------------*/
/*-------------------------------*/

/*@media screen and (min-width : 1000px)

/*-------------------------------*/
@media screen and (min-width: 1000px) {
}
