@media (max-width: 812px) {
  body {
    background-color: #fff;
  }
  .sp-menu {
    display: none;
  }
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
  .footer-logo img {
    display: block;
  }

  /* 代表メッセージ */
  #companyIndex .sp-header-inner {
    display: block;
  }
  #companyIndex .titleArea {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20vw 0 4vw 0;
    background-color: #fff;
    border-bottom: 1px solid #54ad9e;
  }
  #companyIndex .titleArea .inner {
    padding: 0 30px;
  }
  #companyIndex .titleArea .inner img {
    width: 22%;
  }
  #companyIndex .mainInner {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 30px 30px;
  }
  #companyIndex .mainInner h2 {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #companyIndex .mainInner h2 img {
    width: 100%;
  }
  #companyIndex .mainInner .leftArea {
    width: auto;
    display: flex;
    align-items: flex-end;
  }
  #companyIndex .mainInner .leftArea > img {
    display: inline-block;
    width: 150%;
    min-width: 0;
    margin-right: 15px;
  }
  #companyIndex .leftArea p.name {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10vw;
    background: url(../images/company/index/img03_sp.png) no-repeat bottom left;
    background-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    font-size: 17px;
  }
  #companyIndex .leftArea p.name span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    font-size: 13px;
  }
  #companyIndex .mainInner .rightArea {
    width: auto;
  }
  #companyIndex .message {
    margin: 0 0 30px;
    border-top: 0;
    padding-top: 0;
    background: none;
    padding-right: 0;
    letter-spacing: 0;
    font-size: 15px;
    color: #000;
  }
  .bl_subNav {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: 1px solid #e3e3e3;
  }
  .bl_subNav li.active {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    color: #000;
    letter-spacing: 0;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #54ad9e;
  }
  .bl_subNav li > a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    color: #969696;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 300;
  }

  /* 会社概要 */
  #companyOutline .sp-header-inner {
    display: block;
  }
  #companyOutline .titleArea {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20vw 0 4vw 0;
    background-color: #fff;
    border-bottom: 1px solid #54ad9e;
  }
  #companyOutline .titleArea .inner {
    padding: 0 30px;
  }
  #companyOutline .titleArea .inner img {
    width: 43%;
  }
  #companyOutline .mainInner {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 30px 0;
  }
  #companyOutline .singleColumn {
    width: auto;
    padding-top: 0;
  }
  #companyOutline .map:last-child {
    border-top: 0;
  }

  .bl_table_outline {
    table-layout: fixed;
    width: 100%;
  }
  .bl_table_outline tr {
    display: block;
    padding: 35px 30px;
  }
  .bl_table_outline tr:not(:last-of-type) {
    border-bottom: 1px solid #e3e3e3;
  }
  .bl_table_outline th,
  .bl_table_outline td {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 0;
  }
  .bl_table_outline th {
    line-height: 1;
    padding: 0 0 25px;
    font-size: 17px;
    letter-spacing: 0;
  }
  .bl_table_outline td {
    padding: 0;
    font-size: 15px;
    letter-spacing: 0;
  }

  /* 沿革 */
  #companyHistory .sp-header-inner {
    display: block;
  }
  #companyHistory .titleArea {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20vw 0 4vw 0;
    background-color: #fff;
    border-bottom: 1px solid #54ad9e;
  }
  #companyHistory .titleArea .inner {
    padding: 0 30px;
  }
  #companyHistory .titleArea .inner img {
    width: 43%;
  }
  #companyHistory .mainInner {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 40px 20px;
  }
  #companyHistory .singleColumn {
    width: 100%;
    padding-top: 0;
  }
  #companyHistory .historyWrapper {
    background: none;
  }
  #companyHistory .yearblock {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
  }
  #companyHistory .yearblock .left {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    font-size: 18px;
    color: #54ad9e;
    position: relative;
  }
  #companyHistory .yearblock .left::after {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #e3e3e3;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #companyHistory .yearblock .right {
    width: 100%;
    margin: 0;
  }
  #companyHistory .yearblock .right ul {
    margin-bottom: 0;
  }
  #companyHistory .yearblock .right li {
    padding-right: 25px;
    padding-left: 45px;
    background: none;
    display: flex;
    align-items: flex-start;
  }
  #companyHistory .yearblock .right li span {
    font-size: 15px;
    flex-shrink: 0;
    width: 50px;
  }
  #companyHistory .yearblock .right li p {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0;
  }

  /* 企業理念 */
  #companyPhilosophy .sp-header-inner {
    display: block;
  }
  #companyPhilosophy .titleArea {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20vw 0 4vw 0;
    background-color: #fff;
    border-bottom: 1px solid #54ad9e;
  }
  #companyPhilosophy .titleArea .inner {
    padding: 0 30px;
  }
  #companyPhilosophy .titleArea .inner img {
    width: 43%;
  }
  #companyPhilosophy .mainInner {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    padding: 0;
  }
  #companyPhilosophy .mainInner .singleColumn {
    width: 100%;
  }
  #companyPhilosophy .mainInner h3 {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo",
      "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", helvetica,
      sans-serif;
    font-size: 20px;
    color: #54ad9e;
    border-bottom: 0;
    padding: 0 30px 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #companyPhilosophy .mainInner h4 {
    font-size: 15px;
    padding: 0 30px 0;
  }
  #companyPhilosophy .singleColumn p {
    font-size: 15px;
    padding: 0 30px 0;
    margin-bottom: 40px;
  }

  .un_companyPhilosophy_border_p {
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .sm_prpl0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .ceoMessage h3 {
    font-size: 1.8rem;
  }
}
