.p_mechanical_employee_detail_other__btn .link {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other__btn .link {
    font-size: 2rem;
  }
}

.p_mechanical_employee_detail__mv__cate .cate, .p_mechanical_employee_detail__mv__datename .name,
.p_mechanical_employee_detail__mv__datename .date, .p_mechanical_employee_detail_frame__ttl .ttl, .p_mechanical_employee_detail_ttl01, .p_mechanical_employee_detail_block__infor .ttl, .p_mechanical_employee_detail_other__frame .ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__cate .cate, .p_mechanical_employee_detail__mv__datename .name,
  .p_mechanical_employee_detail__mv__datename .date, .p_mechanical_employee_detail_frame__ttl .ttl, .p_mechanical_employee_detail_ttl01, .p_mechanical_employee_detail_block__infor .ttl, .p_mechanical_employee_detail_other__frame .ttl {
    font-size: 2.4rem;
  }
}

.p_mechanical_employee_detail_block__q .ttl__q, .p_mechanical_employee_detail_block__q .ttl {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__q .ttl__q, .p_mechanical_employee_detail_block__q .ttl {
    font-size: clamp(
        2.8rem,
        1.5625vw + 1.6rem,
        3.2rem
    );
  }
}

.p_mechanical_employee_detail__mv__ttl {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__ttl {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p_mechanical_employee_sec01 {
    padding-top: 36px;
  }
}
.p_mechanical_employee_sec01 .c_employee {
  width: 100%;
  max-width: clamp(
        23rem,
        17.8571428571vw + 16.3035714286rem,
        30rem
    );
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_sec01 .c_employee {
    max-width: 100%;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(clamp( 16rem, 14.880952381vw + 4.5714285714rem, 26rem ), 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee ~ .c_recruit {
    margin-top: 98px;
  }
}

.p_mechanical_employee_detail {
  --cate-color: #005981;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail .c_breadcrumb {
    padding-top: 15px;
  }
}
.p_mechanical_employee_detail .c_mv {
  justify-content: flex-start;
  flex-direction: column;
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail .c_mv {
    min-height: 756px;
  }
}
.p_mechanical_employee_detail .c_mv::after {
  content: none;
}
.p_mechanical_employee_detail .c_mv__breadcrumb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p_mechanical_employee_detail .c_mv__img {
  position: relative;
}
@media (min-width: 768px) {
  .p_mechanical_employee_detail .c_mv__img {
    aspect-ratio: 2.5396825397;
  }
}
.p_mechanical_employee_detail .c_mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail .c_mv__img img {
    min-height: 756px;
    object-position: top;
    aspect-ratio: 2.5396825397;
  }
}
.p_mechanical_employee_detail .c_mv__content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p_mechanical_employee_detail__mv {
  position: absolute;
  margin-top: auto;
  width: 100%;
  z-index: 1;
  bottom: -25px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv {
    bottom: -50px;
  }
}
.p_mechanical_employee_detail__mv__cate {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__cate {
    align-items: center;
  }
}
.p_mechanical_employee_detail__mv__cate .cate {
  display: inline-block;
  background-color: var(--cate-color);
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__cate .cate {
    padding: 9px 18px;
  }
}
.p_mechanical_employee_detail__mv__cate .cate_txt {
  font-weight: 700;
  color: #FFF;
}
.p_mechanical_employee_detail__mv__main {
  max-width: 1440px;
  width: 100%;
  padding: 0 10px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__main {
    padding: 0 20px;
    margin-top: 50px;
  }
}
.p_mechanical_employee_detail__mv__main .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__main .container {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
  }
}
.p_mechanical_employee_detail__mv__inner {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__inner {
    padding: 60px clamp(
        2rem,
        2.5vw + -1rem,
        3rem
    ) 34px;
  }
}
.p_mechanical_employee_detail__mv__ttl {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  color: #2a2e45;
}
.p_mechanical_employee_detail__mv__datename {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__datename {
    padding-bottom: 18px;
  }
}
.p_mechanical_employee_detail__mv__datename .pos {
  font-weight: 500;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__datename .pos {
    padding-bottom: 10px;
  }
}
.p_mechanical_employee_detail__mv__datename .name,
.p_mechanical_employee_detail__mv__datename .date {
  position: relative;
  font-weight: 500;
  line-height: 1;
  color: var(--cate-color);
}
.p_mechanical_employee_detail__mv__datename .name {
  position: relative;
}
.p_mechanical_employee_detail__mv__datename .desc {
  display: flex;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail__mv__datename .desc {
    gap: 1px 20px;
  }
}
.p_mechanical_employee_detail_sec {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_sec {
    padding-top: 55px;
  }
}
.p_mechanical_employee_detail_decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_decor {
    width: clamp(
        30rem,
        50.4807692308vw + -8.7692307692rem,
        72rem
    );
  }
}
.p_mechanical_employee_detail_decor.i01 {
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_decor.i01 {
    top: -156px;
  }
}
.p_mechanical_employee_detail_decor.i02 {
  top: 240px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_decor.i02 {
    top: 314px;
  }
}
.p_mechanical_employee_detail_frame__content {
  padding: 20px;
  background-color: #e5eef2;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_frame__content {
    padding: 55px 70px 73px;
  }
}
.p_mechanical_employee_detail_frame__ttl {
  display: flex;
  gap: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_frame__ttl {
    gap: 5px 20px;
  }
}
.p_mechanical_employee_detail_frame__ttl .icon,
.p_mechanical_employee_detail_frame__ttl .ttl {
  display: inline-block;
}
.p_mechanical_employee_detail_frame__ttl .icon {
  position: relative;
  width: 14px;
  height: 14px;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_frame__ttl .icon {
    width: 20px;
    height: 20px;
  }
}
.p_mechanical_employee_detail_frame__ttl .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_mechanical_employee_detail_frame__ttl .ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: var(--cate-color);
}
.p_mechanical_employee_detail_frame__desc {
  line-height: 1.5;
  color: #2a2e45;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_frame__desc {
    margin-top: 29px;
    line-height: 2;
  }
}
.p_mechanical_employee_detail_ttl01 {
  position: relative;
  text-align: center;
  line-height: 1;
  color: var(--cate-color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-bottom: 50px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_ttl01 {
    padding-bottom: 104px;
    margin-top: 105px;
  }
}
.p_mechanical_employee_detail_ttl01::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 30px;
  background-color: var(--cate-color);
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_ttl01::after {
    height: 60px;
  }
}
.p_mechanical_employee_detail_blocks {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_blocks {
    margin-top: 84px;
  }
}
.p_mechanical_employee_detail_block {
  position: relative;
  padding: 0 10px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block {
    padding: 0 100px;
    margin-top: 101px;
  }
}
.p_mechanical_employee_detail_block:first-child {
  margin-top: 0;
}
.p_mechanical_employee_detail_block.note .p_mechanical_employee_detail_block__q {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.note.has__bg {
    padding: 78px clamp(
        3rem,
        8.4134615385vw + -3.4615384615rem,
        10rem
    ) 76px;
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.note .p_mechanical_employee_detail_block__main {
    padding-top: 10px;
  }
}
.p_mechanical_employee_detail_block__q {
  position: relative;
  display: flex;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__q {
    gap: 0 20px;
  }
}
.p_mechanical_employee_detail_block__q .ttl__q,
.p_mechanical_employee_detail_block__q .ttl {
  display: inline-block;
}
.p_mechanical_employee_detail_block__q .ttl__q {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--cate-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  width: 40px;
  height: 40px;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__q .ttl__q {
    width: 60px;
    height: 60px;
    top: -4px;
  }
}
.p_mechanical_employee_detail_block__q .ttl {
  font-weight: 700;
  color: var(--cate-color);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__q .ttl {
    line-height: 1.4375;
  }
}
.p_mechanical_employee_detail_block__main {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__main {
    margin-top: 26px;
  }
}
.p_mechanical_employee_detail_block__infor .ttl,
.p_mechanical_employee_detail_block__infor .desc {
  color: #2a2e45;
}
.p_mechanical_employee_detail_block__infor .ttl {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__infor .ttl {
    line-height: 1.4583333333;
  }
}
.p_mechanical_employee_detail_block__infor .desc {
  margin-top: 15px;
  font-weight: 500;
  color: #2a2e45;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__infor .desc {
    line-height: 2;
    margin-top: 36px;
  }
}
.p_mechanical_employee_detail_block__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block__item {
    margin-top: 80px;
  }
}
.p_mechanical_employee_detail_block__item:first-child {
  margin-top: 0;
}
.p_mechanical_employee_detail_block.has__img {
  padding: 0;
}
.p_mechanical_employee_detail_block.has__img .p_mechanical_employee_detail_block__main {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.has__img .p_mechanical_employee_detail_block__main {
    flex-direction: row;
    gap: 30px clamp(
        2rem,
        12.0192307692vw + -7.2307692308rem,
        12rem
    );
    margin-top: 73px;
  }
}
.p_mechanical_employee_detail_block.has__img .p_mechanical_employee_detail_block__img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.has__img .p_mechanical_employee_detail_block__img {
    width: clamp(
        40rem,
        48.0769230769vw + 3.0769230769rem,
        80rem
    );
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.img__left .p_mechanical_employee_detail_block__img {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.img__left .p_mechanical_employee_detail_block__img img {
    width: calc(100% + 13.75vw);
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.img__right .p_mechanical_employee_detail_block__main {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.img__right .p_mechanical_employee_detail_block__img {
    margin-left: 0;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p_mechanical_employee_detail_block.has__bg {
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.has__bg {
    padding: 104px clamp(
        3rem,
        8.4134615385vw + -3.4615384615rem,
        10rem
    ) 116px;
    margin-top: 100px;
  }
}
.p_mechanical_employee_detail_block.has__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100vw;
  width: 300vw;
  background-color: var(--cate-color);
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
.p_mechanical_employee_detail_block.no__space {
  margin: 0;
}
.p_mechanical_employee_detail_block.img__full {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.img__full {
    margin-top: 96px;
  }
}
.p_mechanical_employee_detail_block.img__full .p_mechanical_employee_detail_block__img {
  margin: 40px calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_block.img__full .p_mechanical_employee_detail_block__img {
    margin-top: 100px;
  }
}
.p_mechanical_employee_detail_other {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other {
    padding-top: 100px;
  }
}
.p_mechanical_employee_detail_other .c_employee {
  margin: 30px auto 0;
  grid-template-columns: repeat(auto-fill, minmax(clamp( 15rem, 12.7551020408vw + 10.2168367347rem, 20rem ), 1fr));
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other .c_employee {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    max-width: 864px;
    margin-top: 76px;
  }
}
.p_mechanical_employee_detail_other__frame {
  background-color: var(--cate-color);
  margin-top: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other__frame {
    padding: 60px clamp(
        3rem,
        3.6057692308vw + 0.2307692308rem,
        6rem
    ) 75px;
    margin-top: 46px;
  }
}
.p_mechanical_employee_detail_other__frame .ttl {
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.p_mechanical_employee_detail_other__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other__btns {
    gap: 20px 40px;
    margin-top: 29px;
  }
}
.p_mechanical_employee_detail_other__btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other__btn {
    width: 50%;
    max-width: 500px;
  }
}
.p_mechanical_employee_detail_other__btn .link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: var(--cate-color);
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail_other__btn .link {
    padding: 15px 10px 14px;
    line-height: 1.45;
    transition: all 0.5s;
  }
  .p_mechanical_employee_detail_other__btn .link:hover {
    opacity: 1;
    background-color: var(--cate-color);
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail.p_rs .p_mechanical_employee_detail_other__frame {
    margin-top: 80px;
  }
}
.p_mechanical_employee_detail.cate1 {
  --cate-color: #005981;
}
.p_mechanical_employee_detail.cate1 .p_mechanical_employee_detail_frame__content {
  background-color: #e5eef2;
}
.p_mechanical_employee_detail.cate1 .p_mechanical_employee_detail_frame__ttl .icon path {
  fill: #005981;
}
.p_mechanical_employee_detail.cate2 {
  --cate-color: #ec9717;
}
.p_mechanical_employee_detail.cate2 .p_mechanical_employee_detail_frame__content {
  background-color: #fdf4e7;
}
.p_mechanical_employee_detail.cate2 .p_mechanical_employee_detail_frame__ttl .icon path {
  fill: #ec9717;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail.cate2 .p_mechanical_employee_detail_block.note.has__bg {
    margin-top: 132px;
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail.cate2 .p_mechanical_employee_detail_other__frame {
    margin-top: 80px;
  }
}
.p_mechanical_employee_detail.cate3 {
  --cate-color: #137762;
}
.p_mechanical_employee_detail.cate3 .p_mechanical_employee_detail_frame__content {
  background-color: #E7F1EF;
}
.p_mechanical_employee_detail.cate3 .p_mechanical_employee_detail_frame__ttl .icon path {
  fill: #137762;
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail.cate3 .p_mechanical_employee_detail_other__frame {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .p_mechanical_employee_detail ~ .c_recruit {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=carrer-mechanical-employee.css.map */
