@charset "UTF-8";
.p-contact .form-section {
  margin-top: 1.5rem;
}

.l-block-group.--conpany-info {
  padding: 30px 0;
}
.l-block-group.--conpany-info dl {
  display: flex;
  font-size: 18px;
  line-height: 1.8;
  flex-wrap: wrap;
}
.l-block-group.--conpany-info dl dt {
  width: 22.5%;
  font-weight: bold;
}
.l-block-group.--conpany-info dl dd {
  width: 77.5%;
}

@media (max-width: calc(992px - 0.02px)) {
  .l-block-group.--conpany-info {
    padding: 20px 0;
  }
  .l-block-group.--conpany-info dl dt {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
  .l-block-group.--conpany-info dl dd {
    width: 100%;
    display: block;
    padding-left: 1em;
  }
  .l-block-group.--conpany-info::before {
    margin-left: calc(-50vw + 10px);
  }
}
.office-map {
  width: 100%;
  height: 500px;
  border: solid 1px #f1f1f2;
  border-radius: 30px;
  margin-top: 50px;
  padding-right: 50px;
}
@media (max-width: calc(992px - 0.02px)) {
  .office-map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-top: 30px;
  }
}

/*20250918組織図用*/
.soshiki {
  width: 80%;
  min-width: 800px;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}
.soshiki__headbox__list span {
  display: inline-block;
  width: 20rem;
  margin-bottom: 1rem;
  background-color: #034D7A;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.soshiki__headbox__list ::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 6rem;
  border: #034d7a 0.5px solid;
  left: 10rem;
  top: 4rem;
}
.soshiki__secondbox:last-child::before {
  content: "";
  border: #e3149e 0.5px solid;
  height: 4rem;
  position: absolute;
  left: -10rem;
  top: -2.6rem;
}
.soshiki__secondbox {
  position: relative;
  height: 100%;
  transform: translate(20rem, 5rem);
  margin-bottom: 0;
}
.soshiki__secondbox::before {
  content: "";
  position: absolute;
  border-left: #034D7A solid 1px;
  height: 100%;
  left: -10rem;
  top: -5.7rem;
}
.soshiki__secondbox__list {
  display: inline-block;
}
.soshiki__secondbox__list::before {
  content: "";
  width: 10rem;
  border: #034D7A 0.5px solid;
  position: absolute;
  left: -10rem;
  top: 1.2rem;
}
.soshiki__secondbox__list span {
  display: inline-block;
  width: 20rem;
  margin-bottom: 1rem;
  background-color: #034D7A;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.soshiki__secondbox__list:first-child::before {
  content: "";
  width: 10rem;
  border: #034D7A 0.5px solid;
  position: absolute;
  left: -10rem;
  top: 1.2rem;
}
.soshiki__endbox {
  transform: translateY(-3.3rem) translateX(19.9rem);
  margin-bottom: 0;
}
.soshiki__endbox::before {
  content: "";
  position: absolute;
  border-left: #034D7A solid 1px;
  height: calc(100% - 3.5rem);
  left: 10rem;
  top: 1.3rem;
}
.soshiki__endbox__list {
  font-size: 1.6rem;
  color: #034D7A;
  text-align: center;
  width: 20rem;
  position: relative;
  translate: 20rem;
}
.soshiki__endbox__list span {
  background-color: #fff;
  color: #034D7A;
  border: solid #034D7A 1px;
}
.soshiki__endbox__list::before {
  content: "";
  width: 10rem;
  border: #034D7A 0.5px solid;
  position: absolute;
  left: -10rem;
  top: 1.2rem;
}
.soshiki__endbox__list:first-child::before {
  content: "";
  width: 20rem;
  border: #034D7A 0.5px solid;
  position: absolute;
  left: -20rem;
  top: 1.2rem;
}
.soshiki__secondendbox {
  margin-bottom: 0;
}
.soshiki__secondendbox::before {
  content: "";
  position: absolute;
  border-left: #e3149e solid 1px;
  height: 4rem;
  left: 10rem;
  top: 36.2rem;
}
.soshiki__secondendbox__list {
  font-size: 1.6rem;
  color: #034D7A;
  text-align: center;
  width: 20rem;
  position: relative;
  translate: 40rem;
}
.soshiki__secondendbox__list span {
  display: inline-block;
  width: 20rem;
  background-color: #fff;
  color: #034D7A;
  border: solid #034D7A 1px;
}
.soshiki__secondendbox__list::before {
  content: "";
  width: 50rem;
  border: #19d723 0.5px solid;
  position: absolute;
  left: -50rem;
  top: 1.3rem;
}

/*20250919沿革用*/
.enkaku__list {
  justify-content: center;
  align-items: center;
  color: #034D7A;
  font-family: "Noto Sans";
  font-size: 3.7rem;
  font-weight: 600;
}
.enkaku__list__year {
  width: 10%;
  padding: 16px 43px;
}
.enkaku__list__month {
  width: 10%;
  padding: 16px 43px;
  text-align: right;
}
.enkaku__list__text {
  padding: 16px 43px;
  font-family: "Noto Sans";
  font-size: 3rem;
  font-weight: 500;
}

/*202509191追記　沿革・組織図画像用*/
img.chart-pc {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

img.chart-sp {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

img.history-pc {
  max-width: 800px;
}

img.history-sp {
  width: 95%;
  max-width: 600px;
}/*# sourceMappingURL=local.css.map */