#page.profile .mv {
  background-image: url(../img/profile/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page.profile .page-en-title {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
#page.profile .page-ja-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 767px) {
  #page.profile .mv {
    background-image: url(../img/profile/mv-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
  }
  #page.profile .page-en-title {
    font-size: 15px;
  }
  #page.profile .page-ja-title {
    font-size: 30px;
  }
}
#page.profile .profile-contens {
  padding-bottom: 45px;
}
#page.profile .contens-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.534;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding-left: 16px;
  position: relative;
}
#page.profile .contens-title::before {
  content: "";
  display: block;
  background-color: #95d1d7;
  width: 6px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.profile .profile-table {
  width: 100%;
}
#page.profile .profile-table th {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 4.5;
  color: #999999;
  padding-left: 5px;
  border-bottom: 1px solid #999999;
}
#page.profile .profile-table th.last {
  border-bottom: none;
}
#page.profile .profile-table td {
  font-size: 14px;
  line-height: 3.8571428571;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #999999;
}
#page.profile .profile-table td.multiple {
  line-height: 1.5714285714;
  padding-top: 16px;
}
#page.profile .profile-table td.last {
  border-bottom: none;
}
@media (min-width: 767px) {
  #page.profile .contens-title {
    font-size: 20px;
    height: 50px;
    padding-left: 22px;
  }
  #page.profile .contens-title::before {
    height: 50px;
  }
  #page.profile .profile-table {
    max-width: 850px;
    margin: 0 auto;
  }
  #page.profile .profile-table th {
    font-size: 15px;
    line-height: 4.7366666667;
  }
  #page.profile .profile-table td {
    font-size: 15px;
    line-height: 4.7366666667;
  }
  #page.profile .profile-table td.multiple {
    line-height: 1.7333333333;
    padding-top: 22px;
  }
}
#page.profile .history-contens {
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 45px;
}
#page.profile .history-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 25px;
  margin-bottom: 45px;
}
#page.profile .history-line {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.profile .history-line .line {
  width: 1px;
  height: 100%;
  background-color: #999999;
  margin-top: 17px;
}
#page.profile .history-event-box {
  width: calc(100% - 20px);
}
#page.profile .history-event-inner {
  margin-bottom: 22px;
}
#page.profile .history-year {
  color: #036eb8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
#page.profile .history-year::before {
  content: "";
  display: block;
  background-color: #036eb8;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 9px;
}
#page.profile .history-event {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
@media (min-width: 767px) {
  #page.profile .history-contens {
    padding-bottom: 92px;
  }
  #page.profile .history-box {
    max-width: 850px;
    margin: 0 auto 135px;
    padding-top: 45px;
  }
  #page.profile .history-line .line {
    margin-top: 28px;
  }
  #page.profile .history-event-box {
    width: calc(100% - 35px);
  }
  #page.profile .history-event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.profile .history-year {
    font-size: 36px;
    line-height: 1.75;
    width: 180px;
  }
  #page.profile .history-year::before {
    left: -29px;
    top: 27px;
  }
  #page.profile .history-event {
    line-height: 1.7333333333;
    padding-top: 11px;
  }
}
@media (hover: hover) {
  #page.profile .company-page-nav-link:hover .bk-image {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}

footer .footer-contact-area {
  display: none;
}