:root {
  --header-height-pc: 60;
  --header-height-sp: 44;
  --color-text: #393939;
  --color-azure-radiance: #0096FF;
  --color-biscay: #20386D;
  --color-white: #fff;
  --color-prussian-blue: #001F4A;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-inter: "Inter", sans-serif;
  --z-index-header: 100;
  --z-float: 90;
}
.p_profile .p_profile__head {
  display: grid;
  justify-content: start;
  color: var(--color-biscay);
  padding-top: 40px;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile__head {
    gap: 20px;
    padding-top: 100px;
  }
}
.p_profile .p_profile__head_en {
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile__head_en {
    font-size: 2.5rem;
  }
}
.p_profile .p_profile__head_ja {
  font-weight: 700;
  font-size: 1.25rem;
}
.p_profile .p_profile_table {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table {
    margin-top: 66px;
  }
}
.p_profile .p_profile_table .p_profile_table__row {
  display: flex;
  border-top: 1px solid #CCCCCC;
  align-items: center;
  position: relative;
  padding-block: 11px;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__row {
    border-top-width: 2px;
    padding-block: 25px;
  }
}
.p_profile .p_profile_table .p_profile_table__row:last-child {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__row:last-child {
    border-bottom-width: 2px;
  }
}
.p_profile .p_profile_table .p_profile_table__row::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 28.3582089552%;
  background: #CCCCCC;
  transform: translateX(-50%);
  top: 11px;
  bottom: 11px;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__row::after {
    top: 23px;
    bottom: 23px;
    width: 2px;
    left: 19.387755102%;
  }
}
.p_profile .p_profile_table .p_profile_table__col {
  font-weight: 700;
  font-size: 0.71875rem;
  line-height: 1.5652173913;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__col {
    line-height: 2.4;
    font-size: 0.9375rem;
  }
}
.p_profile .p_profile_table .p_profile_table__col:first-child {
  width: 28.3582089552%;
  padding-right: 4.4776119403%;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__col:first-child {
    width: 19.387755102%;
    padding-right: 3.0612244898%;
  }
}
.p_profile .p_profile_table .p_profile_table__col:last-child {
  flex: 1;
  padding-left: 4.4776119403%;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__col:last-child {
    padding-left: 3.0612244898%;
  }
}
.p_profile .p_profile_table .p_profile_table__text + .p_profile_table__text {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_table .p_profile_table__text + .p_profile_table__text {
    margin-top: 30px;
  }
}
.p_profile .c_page_bot_image {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .p_profile .c_page_bot_image {
    margin-top: 199px;
  }
}
.p_profile .p_profile_printer {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_profile .p_profile_printer {
    margin-top: 100px;
  }
}

.link_kanematsu{
  text-decoration: underline;
  color: blue;
}
.log_img{
    width: 140px;
}