.corporate .m-box-mv {
  background: url("/img/corporate/img_mv_pc.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .corporate .m-box-mv {
    background-image: url("/img/corporate/img_mv_sp.jpg");
  }
}
.corporate-philosophy-img {
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy-img {
    margin-top: 24px;
    transform: scale(0.8);
  }
}
.corporate-vision {
  background: url("/img/corporate/img_vision_pc.jpg") no-repeat left;
  background-size: cover;
  padding: 100px 0 85px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .corporate-vision {
    background: url("/img/corporate/img_vision_sp.jpg") no-repeat bottom;
    background-size: cover;
    padding: 56px 0 0;
    height: 570px;
  }
}
@media screen and (max-width: 768px) {
  .corporate-vision::before {
    content: "";
    background-color: #FAFAFA;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.corporate-vision em {
  font-style: normal;
}
.corporate-vision img {
  display: block;
  margin: 60px 16px 0 auto;
  max-width: 50%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .corporate-vision img {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .corporate-vision img {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
  }
}
.corporate-vision p {
  font-size: 2rem;
  font-weight: bold;
  margin: 25px 0 0 auto;
  line-height: 1.8;
  width: -webkit-max-content;
  width: max-content;
  max-width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .corporate-vision p {
    width: 100%;
    max-width: initial;
    font-size: 1.5rem;
    text-align: center;
    margin: 28px auto 0;
    line-height: 1.7;
  }
}
.corporate-guideline-list {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .corporate-guideline-list {
    text-align: center;
  }
}
.corporate-guideline-list div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .corporate-guideline-list div {
    display: block;
  }
}
.corporate-guideline-list div:nth-of-type(1) dd::before {
  background: #FFB81C;
}
.corporate-guideline-list div:nth-of-type(1) dd::after {
  background: #FFB81C;
}
.corporate-guideline-list div:nth-of-type(2) dd::before {
  background: #FF8200;
}
.corporate-guideline-list div:nth-of-type(2) dd::after {
  background: #FF8200;
}
.corporate-guideline-list div:nth-of-type(3) dd::before {
  background: #C6858F;
}
.corporate-guideline-list div:nth-of-type(3) dd::after {
  background: #C6858F;
}
.corporate-guideline-list div:nth-of-type(4) dd::before {
  background: #00BFB3;
}
.corporate-guideline-list div:nth-of-type(5) dd::before {
  background: #97999b;
}
.corporate-guideline-list div:nth-of-type(5) dd::after {
  background: #97999b;
}
.corporate-guideline-list dt {
  font-weight: bold;
  color: #97999b;
  width: 100%;
  max-width: 220px;
  white-space: nowrap;
  text-align: right;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .corporate-guideline-list dt {
    float: none;
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
  }
}
.corporate-guideline-list dd {
  text-align: left;
  max-width: 360px;
  width: 100%;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .corporate-guideline-list dd {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto;
    padding-left: 0;
  }
}
.corporate-guideline-list dd::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
}
@media screen and (max-width: 768px) {
  .corporate-guideline-list dd::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .corporate-guideline-list dd::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    margin: 11px auto 0;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .corporate-vision img {
    display: block;
    margin: 60px 0 0 auto;
    max-width: 50%;
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {
  .corporate-vision img {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
  }
}
