@charset "UTF-8";

/* p-company_section */
.p-company_section p {
  margin-bottom: 0;
}
.p-company_section + .p-company_section {
  padding-top: 90px;
}

/* p-company_title */
.p-company_title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
}
.p-company_subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* p-company_message*/
.p-company_message {
  position: relative;
}
.p-company_message__sign {
  text-align: right;
  font-weight: 500;
  margin-top: 15px;
}
.p-company_message__image {
  float: right;
  width: 38%;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}
.p-company_message__text p {
  margin-bottom: unset;
}
.p-company_message::after {
  content: "";
  clear: both;
}

@media (max-width: 767px) {
  .p-company_section + .p-company_section {
    padding-top: calc(90 / 750 * 100vw);
  }
  .p-company_title {
    font-size: 30px;
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .p-company_subtitle {
    font-size: 24px;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .p-company_message__sign {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .p-company_message {
    display: flex;
    flex-direction: column;
  }
  .p-company_message__image {
    display: block;
    order: 1;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .p-company_message__text {
    display: block;
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }
  .p-company_message::after {
    content: "";
    clear: both;
  }
}

/* p-company_mvv */
.p-company_mvv + .p-company_mvv {
  margin-top: 70px;
}
.p-company_mvv__value {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.p-company_mvv__value > * {
  display: block;
  max-width: 190px;
  width: 100%;
}
.p-company_mvv__value b {
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-company_mvv + .p-company_mvv {
    margin-top: calc(70 / 750 * 100vw);
  }
}
@media (max-width: 480px) {
  .p-company_mvv__value {
    row-gap: calc(30 / 750 * 100vw);
  }
  .p-company_mvv__value > * {
    width: 48%;
    max-width: none;
  }
}

/* p-company_profile */
.p-company_profile {
  width: 100%;
}
.p-company_profile dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px #cccccc solid;
  padding: 20px 0px;
  margin-bottom: 0px;
}
.p-company_profile dl p strong {
  font-weight: 500;
}
.p-company_profile dl > * {
  font-weight: 400;
  margin-bottom: 0px;
}
.p-company_profile dl dt {
  width: 160px;
}
.p-company_profile dl dd {
  width: calc(100% - 180px);
  margin-bottom: 0px;
}
.p-company_profile a[target="_blank"] {
  position: relative;
  padding-right: 15px;
}
.p-company_profile a[target="_blank"] span {
  transition: border 0.5s ease;
  border-bottom: 1px solid #000;
}
.p-company_profile a:hover[target="_blank"] span {
  border-bottom: none;
}
.p-company_profile a[target="_blank"] span::before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: -15px;
  background: url(../images/icon_link-blank.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 10px;
}
@media (max-width: 767px) {
  .p-company_profile dl dt {
    width: 120px;
  }
  .p-company_profile dl dd {
    width: calc(100% - 160px);
  }
}
@media (max-width: 480px) {
  .p-company_profile dl dt {
    font-weight: 600;
  }
  .p-company_profile dl {
    display: block;
  }
  .p-company_profile dl dt,
  .p-company_profile dl dd {
    width: 100%;
  }
}

/* p-company_access */
.p-company_access + .p-company_access {
  margin-top: 70px;
}
.p-company_access__map {
  width: 540px;
  max-height: 382px;
  height: 382px;
  border: 1px solid #cccccc;
  padding: 0;
}
.p-company_access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .p-company_access__map {
    width: 100%;
    height: calc(480 / 750 * 100vw);
  }
}

/* p-company_history */
.p-company_history {
  width: 100%;
  border-left: 4px solid #ffab00;
  margin-left: 16px;
}
.p-company_history__info {
  position: relative;
  padding-left: 32px;
  margin-bottom: 32px;
}
.p-company_history__info {
  position: relative;
}
.p-company_history__info::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -18px;
  width: 16px;
  height: 16px;
  background: #ffab00;
  border: 16px solid #ffab00;
  border-radius: 50%;
  display: block;
}
.p-company_history__date {
  font-size: 18px;
  font-weight: 700;
}
.p-company_history__disc {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-company_history {
    margin-left: 14px;
  }
  .p-company_history__info {
    padding-left: 28px;
    margin-bottom: 30px;
  }
  .p-company_history__info::before {
    left: -16px;
    width: 14px;
    height: 14px;
    border: 14px solid #ffab00;
  }
  .p-company_history__date {
    font-size: 17px;
  }
}

/* p-company_certify */
.p-company_certify {
  list-style: none;
}
.p-company_certify li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
}
.p-company_certify li + li {
  margin-top: 40px;
}
.p-company_certify li .p-company_certify__icon,
.p-company_certify li .p-company_certify__text {
  display: block;
}
.p-company_certify li .p-company_certify__icon {
  width: 300px;
}
.p-company_certify li .p-company_certify__text {
  width: calc(100% - 350px);
}
.p-company_certify li img {
  width: 100%;
}
@media (max-width: 900px) {
  .p-company_certify li .p-company_certify__icon {
    width: 240px;
  }
  .p-company_certify li .p-company_certify__text {
    width: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  .p-company_certify li + li {
    margin-top: calc(40 / 750 * 100vw);
  }
  .p-company_certify li .p-company_certify__icon {
    width: 200px;
  }
  .p-company_certify li .p-company_certify__text {
    width: calc(100% - 230px);
  }
}
@media (max-width: 480px) {
  .p-company_certify li {
    row-gap: 8px;
  }
  .p-company_certify li + li {
		margin-top: 24px;
	}
  .p-company_certify li img {
    max-width: 200px;
  }
  .p-company_certify li .p-company_certify__icon {
    width: 100%;
  }
  .p-company_certify li .p-company_certify__text {
    width: 100%;
  }
}
