:root {
  --color-main: #000;
  --color-gray: #D9D9D9;
  --color-white: #fff;
  --color-header: #1A1925;
  --color-footer: #E3E2EB;
  --color-current: #0066FF;
  --color-hover: #746DC8;
  --font-base: "Noto Sans JP", sans-serif;
  --font-notosan: "Noto Sans JP", sans-serif;
  --font-lexend: "Lexend", sans-serif;
  --font-lexendgiga: "Lexend Giga", sans-serif;
  --font-caveat: "Caveat", cursive;
  --font-just: "Jost", sans-serif;
  --header-h-pc:100px;
  --header-h-sp:13.0769230769vw;
  --footer-h-pc:780px;
  --footer-h-sp:223.0769230769vw;
  --hero-pt-pc:136px;
  --hero-pt-sp:25.7vw;
  --padding-side-xl-pc:20px;
  --padding-side-pc:0;
  --padding-side-sp:6.4102564103vw;
  --nav-side-width-md: 13px;
  --nav-side-line-color: #D9D9D9;
  --line-height-default: 1.6;
  --container-width: 1220px;
  --container-width-1000px: 1000px;
}

/* ==========================================================================
  animation
========================================================================== */
/* ==========================================================================
   index
========================================================================== */
/* --------------------------------------------------------------------------
  p-company-hero
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  p-company-
-------------------------------------------------------------------------- */
.p-company img {
  width: 100%;
}
.p-company .u-pad {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-company .u-pad {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .u-pad {
    display: block;
  }
}
.p-company .u-pad-on {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company .u-pad-on {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .u-pad-on {
    display: none;
  }
}
.p-company .p-company-title__en {
  font-size: 11.7948717949vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-title__en {
    font-size: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-title__en {
    font-size: 60px;
  }
}
.p-company .p-company-title__jp {
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-title__jp {
    font-size: 20px;
  }
}
.p-company .p-company-message__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message__container {
    grid-template-columns: 41% 54%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-message__container {
    grid-template-columns: 40% 49%;
  }
}
.p-company .p-company-message-left__img {
  width: 100%;
  margin-top: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-left__img {
    margin-top: 40px;
  }
}
.p-company .p-company-message-left__name {
  margin-top: 2.5641025641vw;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-left__name {
    margin-top: 20px;
    font-size: 20px;
    line-height: 2;
  }
}
.p-company .p-company-message-left__en {
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-left__en {
    font-size: 20px;
    line-height: 2;
  }
}
.p-company .p-company-message-right {
  border-top: 0.5128205128vw solid black;
  padding-top: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-right {
    border-top: 2px solid black;
    padding-top: 55px;
  }
}
.p-company .p-company-message-right__text {
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-right__text {
    font-size: 18px;
    line-height: 1.6;
  }
}
.p-company .p-company-message-right__en {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-top: 7.6923076923vw;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1;
  color: #1B50A0;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-right__en {
    text-align: left;
    margin-left: auto;
    margin-top: 60px;
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-message-right__en {
    text-align: right;
    margin-left: 0;
  }
}
.p-company .p-company-message-right__en span {
  display: block;
  font-size: 6.6666666667vw;
  transform: translate(7.6923076923vw);
}
@media screen and (min-width: 768px) {
  .p-company .p-company-message-right__en span {
    text-align: right;
    font-size: 38px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-message-right__en span {
    transform: translateX(30px);
  }
}
.p-company .p-company-outline {
  margin-top: 38.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline {
    margin-top: 200px;
  }
}
.p-company .p-company-outline__container {
  display: flex;
  flex-direction: column;
  row-gap: 7.6923076923vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline__container {
    row-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-outline__container {
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-company .p-company-outline-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline-left {
    width: auto;
    flex-shrink: 0;
  }
}
.p-company .p-company-outline-right {
  width: 100%;
  border-top: 0.5128205128vw solid black;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline-right {
    border-top: 2px solid black;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-outline-right {
    max-width: 800px;
  }
}
.p-company .p-company-outline__list {
  display: flex;
  flex-wrap: wrap;
}
.p-company .p-company-outline__dt {
  width: 100%;
  padding: 6.4102564103vw 0;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline__dt {
    width: 300px;
    padding-top: 25px;
    padding-bottom: 50px;
    font-size: 18px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.p-company .p-company-outline__dt span {
  font-size: 3.3333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline__dt span {
    font-size: 16px;
  }
}
.p-company .p-company-outline__dd {
  width: 100%;
  padding-bottom: 8.9743589744vw;
  font-size: 4.1025641026vw;
  line-height: 1.6;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-outline__dd {
    width: calc(100% - 300px);
    padding-top: 25px;
    padding-bottom: 35px;
    font-size: 18px;
    line-height: 2;
  }
}
.p-company .p-company-officer {
  margin-top: 38.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer {
    margin-top: 200px;
  }
}
.p-company .p-company-officer__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer__container {
    justify-content: space-between;
    grid-template-columns: 41% 54%;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-officer__container {
    grid-template-columns: 40% 49%;
  }
}
.p-company .p-company-officer-left__img {
  width: 100%;
  margin-top: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-left__img {
    margin-top: 30px;
  }
}
.p-company .p-company-officer-right {
  border-top: 0.5128205128vw solid black;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right {
    border-top: 2px solid black;
  }
}
.p-company .p-company-officer-right-box {
  padding: 8.9743589744vw 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right-box {
    padding-top: 58px;
    padding-bottom: 35px;
  }
}
.p-company .p-company-officer-right-box-item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5641025641vw;
  margin-top: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right-box-item {
    row-gap: 10px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-company .p-company-officer-right-box-item {
    grid-template-columns: 130px 1fr;
  }
}
.p-company .p-company-officer-right-box-item:first-child {
  margin-top: 0;
}
.p-company .p-company-officer-right-box-item-left__term {
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right-box-item-left__term {
    font-size: 18px;
  }
}
.p-company .p-company-officer-right-box-item-right__name {
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right-box-item-right__name {
    font-size: 24px;
  }
}
.p-company .p-company-officer-right-box-item-right__en {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right-box-item-right__en {
    font-size: 18px;
  }
}
.p-company .p-company-officer-right-box-item-right__text {
  font-size: 3.3333333333vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company .p-company-officer-right-box-item-right__text {
    font-size: 18px;
  }
}