@charset "UTF-8";
.p-corporate_careermap .c-heading01 {
  font-size: clamp(18px, 8.7867867868px + 1.2012012012vw, 22px);
  line-height: 1.75;
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-corporate_careermap .c-heading01 {
    padding: 15px 10px;
  }
}
.p-corporate .p-careermap_box .subtitle {
  padding-left: 17px;
  position: relative;
}
.p-corporate .p-careermap_box .subtitle::before {
  content: "●";
  position: absolute;
  top: 1px;
  left: 0;
  color: #ff9daf;
  font-size: clamp(12px, 0.8333333333vw, 12px);
  line-height: 2.1666666667;
}
.p-corporate .p-careermap_box .img {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-corporate .p-careermap_box .img {
    text-align: center;
  }
}
.p-corporate .p-careermap_box .c-button {
  padding: 11px 30px;
}
.p-corporate .careermap-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .p-corporate .careermap-office {
    display: block;
    padding: 18px 0;
  }
}
.p-corporate .careermap-office .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-corporate .careermap-office .title {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
}
.p-corporate .careermap-office .contact {
  width: 68%;
  font-size: 15px;
  padding-left: 9%;
  line-height: 2;
  border-left: 1px solid #000000;
}
.p-corporate .careermap-office .contact a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-corporate .careermap-office .contact {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    border-left: unset;
    line-height: 1.9;
  }
}