@charset "utf-8";
/* Updated date: 2022/12/28 */

.body-class-page-career section.sec_2,
.body-class-page-career section.sec_3,
.body-class-page-career section.sec_11 {
    background-color: #fff;
    background-image: radial-gradient(#f09bad78 5%, transparent 5%), radial-gradient(#f09bad82 5%, transparent 5%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.body-class-page-career section.sec_1 {
    padding: 0;
}
.body-class-page-career section.sec_1 figure img.pc {
    display: block !important;
}
.body-class-page-career section.sec_1 figure img.sp {
    display: none !important;
}
.body-class-page-career section.sec_3 .bg_white {
    background-color: #FFFFFF;
    padding: 10px;
}
.head-msg {
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    font-size: 1.8rem;
}

.sec_11 .inner {
    max-width: 1200px;
    margin-bottom: 120px;
}
.body-class-page-career section.sec_11 .inner ul {
    display: flex;
    flex-flow: row wrap;
}
.sec_11 .inner ul li {
    padding: 1em !important;
}
.body-class-page-career section.sec_11 .inner ul li {
    width: 20%;
}
.body-class-page-career section.sec_11 .inner ul li a {
    display: block;
    width: 100%;
    text-align: center;
}
.body-class-page-career section.sec_11 .inner ul li a img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
  .body-class-page-career section.sec_1 figure img.pc {
    display: none !important;
  }
  .body-class-page-career section.sec_1 figure img.sp {
    display: block !important;
  }
  .body-class-page-career section.sec_11 {
    display: none;
  }
}
