/* p-child-mv-ttl
---------------------------------------------------------------------------- */
.p-child-mv-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  padding-block: 3.5rem 3.7rem;
}

@media screen and (max-width: 767px) {
  .p-child-mv-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-block: 12vw 10.6666666667vw;
  }
}
/* p-company
---------------------------------------------------------------------------- */
.p-company {
  padding-bottom: 12rem;
  position: relative;
  word-break: normal;
}

.p-company::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #EFF8FF;
}

.p-company-container {
  padding-block: 6rem;
  padding-inline: 12rem;
  background-color: #fff;
}

.p-company-list {
  border: 0.1rem solid #e5e7eb;
}

.p-company-list-term {
  padding: 1.2rem 1.5rem;
  background-color: #f9fafb;
  border-bottom: 0.1rem solid #e5e7eb;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-company-list-description {
  padding: 1.2rem 1.5rem;
  background-color: #fff;
  border-bottom: 0.1rem solid #e5e7eb;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-company-list-description:last-of-type {
  border-bottom: 0;
}

.p-company-button-area {
  margin-top: 4.8rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.p-company-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28.2rem;
  height: 5.8rem;
  background-color: #fff;
  border: 0.1rem solid #00659F;
  border-radius: 9999px;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
  color: #00659F;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-company-button span {
  position: relative;
  padding-right: 2.5rem;
}
.p-company-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../images/common/icn_link_blue.svg) no-repeat center center/contain;
  width: 1.31rem;
  height: 1.13rem;
}

.p-company-button:hover {
  background-color: #00659F;
  border: 0.1rem solid #00659F;
  color: #fff;
}
.p-company-button:hover span::before {
  background: url(../../images/common/icn_link_white.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 21.3333333333vw;
  }
  .p-company-container {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
  }
  .p-company-list-term {
    padding: 3.2vw 4vw;
    font-size: 4.2666666667vw;
  }
  .p-company-list-description {
    padding: 3.2vw 4vw;
    font-size: 4.2666666667vw;
  }
  .p-company-button-area {
    margin-top: 12.8vw;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10.6666666667vw;
    flex-direction: column;
  }
  .p-company-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75.2vw;
    height: 15.4666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-company-button span {
    padding-right: 6.6666666667vw;
  }
  .p-company-button span::before {
    width: 3.4933333333vw;
    height: 3.0133333333vw;
  }
  .p-company-button:hover {
    opacity: 1;
  }
}
