@charset "UTF-8";
body {
  background-color: #f5f5f5;
}

.p-bg {
  background-color: #00051A;
  padding: 8rem 0;
  margin-top: -1px;
}

.p-bg-inner {
  background-color: #1F2C46;
  color: #fff;
  padding: 4rem 10rem;
}

@media screen and (max-width: 767px) {
  .p-bg {
    padding: 0 0 13.3333333333vw;
  }
  .p-bg-inner {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
/* p-company
---------------------------------------------------------------------------- */
.p-company-philosophy {
  position: relative;
}
.p-company-philosophy::before {
  content: "";
  position: absolute;
  width: 81.25vw;
  height: 33.0729166667vw;
  left: 0;
  top: 98.5rem;
  background: url(../../images/common/bg_left.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-company-philosophy::after {
  content: "";
  position: absolute;
  width: 81.25vw;
  height: 33.0729166667vw;
  right: 0;
  bottom: -20rem;
  background: url(../../images/common/bg_right.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
}

.p-company-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.p-company-block-wrap {
  flex: 1;
  max-width: 59rem;
}

.p-company-block-title {
  font-size: 5.3rem;
  line-height: 1.6037735849;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}

.p-company-block-texts {
  flex: 1;
}

.p-company-block-text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
}
.p-company-block-text + .p-company-block-text {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy::before {
    content: "";
    position: absolute;
    width: 89.3333333333vw;
    height: 36.2666666667vw;
    left: 0;
    top: 281.3333333333vw;
    background: url(../../images/common/bg_left.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .p-company-philosophy::after {
    content: "";
    position: absolute;
    width: 89.3333333333vw;
    height: 36.2666666667vw;
    right: 0;
    bottom: -29.3333333333vw;
    background: url(../../images/common/bg_right.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .p-company-block {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-company-block-title {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .p-company-block-text {
    font-size: 4vw;
    line-height: 1.6666666667;
    margin-top: 4vw;
  }
}
/* p-company-anchor
---------------------------------------------------------------------------- */
.p-company-anchor {
  position: relative;
  z-index: 5;
  margin-bottom: 10rem;
}

.p-company-anchor-list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-company-anchor-item {
  width: 18rem;
}

.p-company-anchor-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.7rem 1.5rem 2rem;
  background-color: #fff;
  color: #01163B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border-radius: 9999px;
  position: relative;
  text-align: center;
}

.p-company-anchor-link::after {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid #01163B;
  border-bottom: 0.2rem solid #01163B;
}

@media (any-hover: hover) {
  .p-company-anchor-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-company-anchor {
    margin-bottom: 10.6666666667vw;
  }
  .p-company-anchor-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    max-width: 100%;
  }
  .p-company-anchor-item {
    width: 100%;
  }
  .p-company-anchor-link {
    padding: 4vw 4.5333333333vw 4vw 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    font-weight: 700;
  }
  .p-company-anchor-link::after {
    right: 4.5333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-right: 0.5333333333vw solid #01163B;
    border-bottom: 0.5333333333vw solid #01163B;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-company-anchor-link:hover {
    opacity: 0.7;
  }
}
/* p-company-greeting
---------------------------------------------------------------------------- */
.p-company-greeting {
  position: relative;
  z-index: 5;
  margin: 14rem 0 12rem;
  padding: 8.3rem 10rem 7.3rem;
}

.p-company-greeting-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}

.p-company-greeting-head {
  flex-shrink: 0;
  width: 18rem;
  margin-top: 3.4rem;
}

.p-company-greeting-main {
  flex: 1;
  margin-left: 5.7rem;
  padding-left: 5.5rem;
  border-left: 0.1rem solid rgba(204, 204, 204, 0.3);
  min-height: 34rem;
}

.p-company-greeting-body {
  max-width: 65.8rem;
}

.p-company-greeting-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

.p-company-greeting-text + .p-company-greeting-text {
  margin-top: 3.9rem;
}

.p-company-greeting-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 5.5rem;
  margin-left: auto;
  max-width: 65.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

.p-company-greeting-name-role {
  flex-shrink: 0;
}

.p-company-greeting-name-person {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-company-greeting {
    margin: 16vw 0 16vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .p-company-greeting-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-company-greeting-head {
    width: 100%;
    margin-top: 0;
    border-bottom: 0.1rem solid rgba(204, 204, 204, 0.3);
    padding-bottom: 5.3333333333vw;
    margin-bottom: 0;
  }
  .p-company-greeting-main {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    min-height: auto;
    width: 100%;
  }
  .p-company-greeting-body {
    max-width: none;
  }
  .p-company-greeting-text {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .p-company-greeting-text + .p-company-greeting-text {
    margin-top: 6.6666666667vw;
  }
  .p-company-greeting-name {
    margin-top: 8vw;
    margin-left: 0;
    max-width: none;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    font-weight: 700;
  }
}
.p-company-philosophy-wrap .m-mv-title {
  color: #2F61E1;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
.p-company-philosophy-wrap .m-ttl02-ja {
  margin-bottom: 4rem;
}

.p-company-philosophy-img {
  margin-bottom: 8rem;
}
.p-company-philosophy-img img {
  width: 120rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-wrap .m-mv-title {
    color: #2F61E1;
    font-size: 4.8vw;
    line-height: 1.2777777778;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-left: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-philosophy-wrap .m-ttl02-ja {
    margin-bottom: 5.3333333333vw;
  }
  .p-company-philosophy-img {
    margin-bottom: 5.3333333333vw;
  }
  .p-company-philosophy-img img {
    width: 100%;
    height: auto;
  }
}
.p-mv-title-wrap {
  margin-bottom: 4rem;
}

.p-mv-title {
  color: #2F61E1;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-mv-title-wrap {
    margin-bottom: 8vw;
  }
  .p-mv-title {
    color: #2F61E1;
    padding-left: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* p-company-overview-table
---------------------------------------------------------------------------- */
.p-company-overview {
  padding: 12rem 0;
}

.p-company-overview-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 4rem;
}

.p-company-overview-term {
  flex-shrink: 0;
  width: 20rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-bottom: 0.1rem solid #CCCCCC;
  padding-bottom: 3.3rem;
  margin-bottom: 2.6rem;
}

.p-company-overview-desc {
  flex: 1;
  padding-bottom: 3.3rem;
  margin-bottom: 2.6rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-bottom: 0.1rem solid #CCCCCC;
}

.p-company-overview-desc a {
  color: inherit;
  text-decoration: none;
}

.p-company-overview-desc-block {
  width: 100%;
}

.p-company-overview-desc-block-item + .p-company-overview-desc-block-item {
  margin-top: 4rem;
}

.p-company-overview-desc-lead {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
}

.p-company-overview-desc-text {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
}

.p-company-overview-list-item {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
}

.p-company-overview-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-company-overview-list-item + .p-company-overview-list-item {
  margin-top: 1.1rem;
}

.p-company-overview-row-tall .p-company-overview-term {
  align-items: flex-start;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.p-company-overview-qual {
  width: 100%;
}

.p-company-overview-qual-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31.5rem;
}

.p-company-overview-qual-title {
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
}

.p-company-overview-qual-count {
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
}

.p-company-overview-qual-line {
  flex: 1;
  min-width: 4rem;
  height: 0;
  margin: 0 1rem;
  border-bottom: 0.3rem dotted #CCCCCC;
}

.p-company-overview-qual-list {
  margin: 1.5rem 0 0;
  padding: 0 0 0 2.1rem;
  list-style: none;
}

.p-company-overview-qual-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-company-overview-qual-item + .p-company-overview-qual-item {
  margin-top: 1rem;
}

.p-company-overview-qual-item-term {
  flex-shrink: 0;
  max-width: 70%;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
}

.p-company-overview-qual-item-count {
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
}

.p-company-overview-qual-simple-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31.5rem;
}

.p-company-overview-qual-simple-item + .p-company-overview-qual-simple-item {
  margin-top: 2rem;
}

.p-company-overview-qual-area + .p-company-overview-qual-area {
  margin-top: 4rem;
}

.p-company-overview-none {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-company-overview {
    padding: 10.6666666667vw 0;
  }
  .p-company-overview-row {
    gap: 1.3333333333vw;
    flex-direction: column;
  }
  .p-company-overview-term {
    flex-shrink: 0;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    letter-spacing: 0.08em;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-company-overview-desc {
    flex: 1;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .p-company-overview-desc-block-item + .p-company-overview-desc-block-item {
    margin-top: 5.3333333333vw;
  }
  .p-company-overview-desc-lead {
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .p-company-overview-desc-text {
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .p-company-overview-list-item {
    padding-left: 4.8vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .p-company-overview-list-item + .p-company-overview-list-item {
    margin-top: 0.2666666667vw;
  }
  .p-company-overview-row-tall .p-company-overview-term {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-company-overview-qual {
    width: 100%;
  }
  .p-company-overview-qual-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .p-company-overview-qual-title {
    flex-shrink: 0;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    font-weight: 700;
  }
  .p-company-overview-qual-count {
    flex-shrink: 0;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    font-weight: 700;
  }
  .p-company-overview-qual-line {
    flex: 1;
    min-width: 10.6666666667vw;
    height: 0;
    margin: 0 2.6666666667vw;
  }
  .p-company-overview-qual-list {
    margin: 4vw 0 0;
    padding: 0 0 0 4vw;
  }
  .p-company-overview-qual-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .p-company-overview-qual-item + .p-company-overview-qual-item {
    margin-top: 2.6666666667vw;
  }
  .p-company-overview-qual-item-term {
    max-width: 70%;
    font-size: 4vw;
    line-height: 1.2666666667;
    font-weight: 500;
  }
  .p-company-overview-qual-item-count {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    font-weight: 500;
  }
  .p-company-overview-qual-simple-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .p-company-overview-qual-simple-item + .p-company-overview-qual-simple-item {
    margin-top: 2.6666666667vw;
  }
  .p-company-overview-qual-area + .p-company-overview-qual-area {
    margin-top: 10.6666666667vw;
  }
}
/* p-company-office
---------------------------------------------------------------------------- */
.p-company-office-body {
  width: 100%;
}

.p-company-office-card {
  position: relative;
  background-color: #fff;
  background-image: url(../../images/common/icn_headline-top-left.svg), url(../../images/common/icn_headline-top-right.svg), url(../../images/common/icn_headline-bottom-left.svg), url(../../images/common/icn_headline-bottom-right.svg);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 1.3rem 1.3rem;
}

.p-company-office-card-head {
  margin-bottom: 3rem;
}

.p-company-office-card-head .p-company-office-card-inner {
  position: relative;
  padding: 5rem;
}

.p-company-office-card-inner-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
  margin-bottom: 3rem;
}

.p-company-office-card-photo {
  width: 52.7rem;
  margin: 0;
}

.p-company-office-card-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-company-office-card-head .p-company-office-card-name {
  margin: 0 0 2.9rem;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #001336;
}

.p-company-office-card-head .p-company-office-card-info {
  margin: 0;
}

.p-company-office-card-head .p-company-office-info-row-access {
  margin-bottom: 4.7rem;
}

.p-company-office-info-tel-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.7rem 4rem;
}

.p-company-office-card-head .p-company-office-map-text {
  font-size: 5.5rem;
  line-height: 1.4545454545;
  font-weight: 700;
}

.p-company-office-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.1rem 1.75%;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}

.p-company-office-list-item {
  width: 32.1666666667%;
}

.p-company-office-list .p-company-office-card-inner {
  position: relative;
  padding: 3rem;
}

.p-company-office-card-toyama {
  width: 38.6rem;
}

.p-company-office-card-toyama .p-company-office-card-inner {
  position: relative;
  min-height: 46.2rem;
  padding: 3rem;
}

.p-company-office-list .p-company-office-card-name,
.p-company-office-card-toyama .p-company-office-card-name {
  margin: 0.4rem 0 2rem;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  color: #001336;
}

.p-company-office-list .p-company-office-card-info,
.p-company-office-card-toyama .p-company-office-card-info {
  margin: 0;
}

.p-company-office-list .p-company-office-info-row-access,
.p-company-office-card-toyama .p-company-office-info-row-access {
  margin-bottom: 4.7rem;
}

.p-company-office-list .p-company-office-info-row + .p-company-office-info-row,
.p-company-office-card-toyama .p-company-office-info-row + .p-company-office-info-row {
  margin-top: 2rem;
}

.p-company-office-card-info {
  margin: 0;
}

.p-company-office-info-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.3rem;
}

.p-company-office-info-row-access {
  flex-direction: column;
  gap: 1.2rem;
}

.p-company-office-info-label {
  flex-shrink: 0;
  margin: 0;
}

.p-company-office-info-value {
  flex: 1;
  margin: 0;
  min-width: 0;
}

.p-company-office-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.4rem;
  height: 2.4rem;
  padding: 0 1rem;
  background-color: #0843DC;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  border-radius: 9999px;
}

.p-company-office-info-row-access .p-company-office-label {
  min-width: 11.8rem;
}

.p-company-office-address {
  font-style: normal;
  color: #2A2A2A;
}

.p-company-office-address-zip {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-company-office-address-text {
  margin: 1rem 0 0;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
}

.p-company-office-tel {
  color: #2A2A2A;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
}

.p-company-office-fax {
  color: #2A2A2A;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
}

.p-company-office-card-map-main iframe {
  display: block;
  width: 100%;
  height: 24rem;
  border: 0;
}

.p-company-office-card-map {
  margin-top: 3rem;
}
.p-company-office-card-map iframe {
  display: block;
  width: 100%;
  height: 21.9rem;
  border: 0;
}

.p-company-office-map-link {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.p-company-office-map-link img {
  display: block;
  width: 100%;
  height: auto;
}

.p-company-office-map-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.p-company-office-map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-company-office-card-head {
    margin-bottom: 8vw;
  }
  .p-company-office-card-head .p-company-office-card-inner {
    min-height: auto;
    padding: 5.3333333333vw;
  }
  .p-company-office-card-inner-head {
    flex-direction: column;
    margin-bottom: 0;
    gap: 2.6666666667vw;
  }
  .p-company-office-card-photo {
    position: static;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-company-office-card-head .p-company-office-card-main {
    position: static;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-company-office-card-head .p-company-office-card-name {
    margin-bottom: 2.6666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
    font-weight: 700;
  }
  .p-company-office-card-head .p-company-office-info-row-access {
    margin-bottom: 5.3333333333vw;
  }
  .p-company-office-info-tel-wrap {
    flex-direction: column;
    gap: 4vw;
  }
  .p-company-office-card-head {
    position: static;
    width: 100%;
  }
  .p-company-office-card-head .p-company-office-map-text {
    font-size: 6.4vw;
    line-height: 1.4166666667;
    font-weight: 700;
  }
  .p-company-office-list {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-company-office-list-item {
    width: 100%;
  }
  .p-company-office-list .p-company-office-card-inner {
    min-height: auto;
    padding: 5.3333333333vw;
  }
  .p-company-office-card-toyama {
    width: 100%;
  }
  .p-company-office-card-toyama .p-company-office-card-inner {
    min-height: auto;
    padding: 5.3333333333vw;
    padding-bottom: 66.6666666667vw;
  }
  .p-company-office-list .p-company-office-card-name,
  .p-company-office-card-toyama .p-company-office-card-name {
    margin: 0 0 2.6666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    font-weight: 700;
  }
  .p-company-office-list .p-company-office-info-row-access,
  .p-company-office-card-toyama .p-company-office-info-row-access {
    margin-bottom: 5.3333333333vw;
  }
  .p-company-office-list .p-company-office-info-row + .p-company-office-info-row,
  .p-company-office-card-toyama .p-company-office-info-row + .p-company-office-info-row {
    margin-top: 4vw;
  }
  .p-company-office-info-row {
    gap: 2.6666666667vw;
  }
  .p-company-office-info-row-access {
    gap: 2.6666666667vw;
  }
  .p-company-office-label {
    min-width: 19.7333333333vw;
    height: 6.4vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    font-weight: 700;
  }
  .p-company-office-info-row-access .p-company-office-label {
    min-width: 31.4666666667vw;
  }
  .p-company-office-address-zip {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    font-weight: 400;
  }
  .p-company-office-address-text {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    font-weight: 400;
  }
  .p-company-office-tel {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    font-weight: 400;
  }
  .p-company-office-fax {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    font-weight: 400;
  }
  .p-company-office-map-text {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    font-weight: 700;
  }
  .p-company-office-card-map-main iframe {
    height: 64vw;
  }
  .p-company-office-card-map {
    margin-top: 8vw;
  }
  .p-company-office-card-map iframe {
    height: 64vw;
  }
}
/* p-company-award
-------------------------------------*/
.p-company-award {
  margin: 12rem 0;
}

.p-company-award-text {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-bottom: 0.1rem solid #001336;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}

.p-company-award-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
.p-company-award-list img {
  width: 53rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-company-award {
    margin: 16vw 0;
  }
  .p-company-award-text {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .p-company-award-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
  .p-company-award-list img {
    width: 100%;
    height: auto;
  }
  .p-company-award-list-item {
    flex: 1;
  }
}
.p-company-group {
  margin-bottom: 12rem;
}

.p-company-group-list li {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #01163B;
}
.p-company-group-list li a[target=_blank] {
  padding-right: 0.5rem;
}
.p-company-group-list li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url(../../images/common/icn_blank_black.svg) no-repeat center/contain;
}
.p-company-group-list li a {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #01163B;
  text-decoration: underline;
}
.p-company-group-list li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-company-group {
    margin-bottom: 16vw;
  }
  .p-company-group-list li {
    font-size: 4vw;
    line-height: 1.7333333333;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #01163B;
  }
  .p-company-group-list li a[target=_blank] {
    padding-right: 1.3333333333vw;
  }
  .p-company-group-list li a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 1.3333333333vw;
    background: url(../../images/common/icn_blank_black.svg) no-repeat center/contain;
  }
  .p-company-group-list li a {
    font-size: 4vw;
    line-height: 1.7333333333;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #01163B;
    text-decoration: underline;
  }
  .p-company-group-list li a:hover {
    text-decoration: none;
  }
}
