.under-mv {
  margin-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 200px;
  z-index: 3;
}
@media only screen and (max-width: 751px) {
  .under-mv {
    margin-top: 60px;
    height: 100px;
  }
}
.under-mv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.under-mv-heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.under-mv-heading__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__title {
    font-size: 15px;
  }
}
.under-mv-heading__title-en {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__title-en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.under-mv-heading__sub {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__sub {
    font-size: 15px;
  }
}

.company-mv {
  background-image: url(/assets/img/company/mv.png);
}
.company-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 208px;
}
@media only screen and (max-width: 751px) {
  .company-inner {
    max-width: 92%;
    padding-top: 47px;
    padding-bottom: 97px;
  }
}
.company-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 89px;
}
@media only screen and (max-width: 751px) {
  .company-menu {
    margin-bottom: 40px;
  }
}
.company-menu-item {
  width: 230px;
  background-color: #fdf0e7;
  color: #d5600d;
}
@media only screen and (max-width: 751px) {
  .company-menu-item {
    width: 32%;
  }
}
@media only screen and (max-width: 751px) {
  .company-menu-item:last-of-type .company-menu-item__link:lang(en) {
    font-size: 13px;
  }
}
.company-menu-item__link {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .company-menu-item__link {
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.company-menu-item__link::after {
  content: '';
  width: 14px;
  height: 6px;
  background-image: url(/assets/img/company/menu-arrow.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
}
.company-menu-item__link:hover {
  background-color: #d5600d;
  color: #fff;
}
.company-menu-item__link:hover::after {
  background-image: url(/assets/img/company/menu-arrow-hover.svg);
}
.company-about {
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 118px;
}
@media only screen and (max-width: 751px) {
  .company-about {
    padding-top: 60px;
    margin-top: -60px;
    padding-bottom: 45px;
  }
}
.company-about-title {
  margin-bottom: 97px;
}
.company-about-table__row {
  border-top: 1px solid #e0e0e0;
}
.company-about-table__row:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.company-about-table__th {
  width: 180px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  padding-left: 30px;
}
@media only screen and (max-width: 751px) {
  .company-about-table__th {
    width: 100%;
    display: block;
    font-size: 15px;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.company-about-table__td {
  width: 590px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 751px) {
  .company-about-table__td {
    width: 100%;
    display: block;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.company-access {
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 117px;
}
@media only screen and (max-width: 751px) {
  .company-access {
    padding-top: 60px;
    margin-top: -60px;
    padding-bottom: 45px;
  }
}
.company-access-title {
  margin-bottom: 104px;
}
.company-access-list-item {
  border-top: 1px solid #e0e0e0;
  padding-left: 45px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.company-access-list-item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.company-access-list-item__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.company-access-list-item__relatedtitle {
  font-weight: 500;
  font-size: 24px;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item__relatedtitle {
    font-size: 18px;
    margin-top: 50px;
  }
}
.company-access-list-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.company-access-list-item-box__address {
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item-box__address {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
.company-access-list-item-box__address-02 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item-box__address-02 {
    font-size: 15px;
    line-height: 28px;
    padding-top: 20px;
  }
}
.company-access-list-item-box__map {
  width: 330px;
}
@media only screen and (max-width: 751px) {
  .company-access-list-item-box__map {
    width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .company-access-list-item-box__map iframe {
    width: 100%;
  }
}
.company-access-list-item-box__logo {
  display: inline-block;
}
@media print, only screen and (min-width: 750px) {
  .company-access-list-item-box__logo {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 751px) {
  .company-access-list-item-box__logo {
    margin-bottom: 20px;
  }
}
.company-access-list-item-box__logo:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company-access-list-item-box__logo img {
  width: 270px;
}
.company-history {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 751px) {
  .company-history {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.company-history-title {
  margin-bottom: 105px;
}
.company-history-table__row {
  border-top: 1px solid #e0e0e0;
}
.company-history-table__row:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.company-history-table__th {
  width: 180px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #000;
  padding-left: 30px;
}
@media only screen and (max-width: 751px) {
  .company-history-table__th {
    width: 100%;
    display: block;
    font-size: 15px;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.company-history-table__td {
  width: 590px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 35px;
  padding-right: 30px;
}
@media only screen and (max-width: 751px) {
  .company-history-table__td {
    width: 100%;
    display: block;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
